.custom {
  width: 100%
}

.in-brief a {
  color: #00aeef;
}

.in-brief .news-headline a {
  color: #000;
}

#article2 .smartbanner {
  display: none;
}

/* General */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #000000; }

a {
  touch-action: none;
  transition: 0.5s all ease; 
  color: inherit;
}
  
a:hover { 
  touch-action: none;
	text-decoration:underline;
  color: inherit;
}
  
 a:hover  img {
	opacity: 0.875;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1200px; }
}

@media only screen and (max-width: 780px) {
   .footertable {display: none; }
}
    
.scrollable {
 overflow-y: scroll;
 height:465px;
}
.btn { 
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  color: #111010;
  background: #f8f8f8;
  border: 1px solid #d3d1d1;
  padding: 2px 40px;
  transition: all 0.3s ease;
  border:0;
}

.btn-primary:hover {
 background-color: #f09e47;
 border-color: #f09e47;
}

.gradient::after  {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(16, 32, 64, 0), rgba(16, 32, 64, .5));
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
  z-index:0; }
  
.cpnb-message { width:80%; }

/* VIDEO  */

.video-thumbnail .caption {
 /*font-size:6px !important;*/
}

.video-thumbnail img {
 height:auto !important;
}

/* General Form */

h3 {
  font-size: 30px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  margin-bottom:1rem;
  border-left: #ff9900 solid 3px;
  padding-left: 7.5px;
}

h4 {
  font-size: 30px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  margin-bottom:1rem;
}

h3 .thin {  font-weight: 300; }
h3 .smaller {  font-weight: 500; font-size:1rem; padding-left:10px;}



/* Header */
header {
	background: #102040;
	padding-top: 24px;
}

/* Header Logo */
header #logo {
  margin-bottom: 20px; }

/* Header Search */
.mod-search form input {
  background: #FFFFFF;
  border-color: transparent;
  color: #000000;
  padding: 4px 12px;
  margin-top: 16px;
  margin-right: -4px;
  width:90%;
  }

.mod-search form input:invalid {
  border-color: transparent;
  box-shadow: none; }

.mod-search form button {
  background: #002c52;
  border-color: transparent;
  color: #FFFFFF;
  padding: 10px 12px;
  margin-top: 17px; }


/* Header Social Icons */
header .social {
    margin-top: 16px;
}
header .social [class*="fa fa-"] {
    background-color: #002c52;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    width: 40px;
    font-size: 1rem;
    text-align: center;
}

header .social a {
    text-decoration: none;
}

/* Navbar */

.topnav {
	background: #002c52;
	padding: 4px;
	color: #FFFFFF;
 font-size: 13px;
 font-weight: bold;
 letter-spacing: 1px;
}

.topnav a {
  line-height: 20px;
  letter-spacing: 1px;
  color:#FFFFFF;  
}

.topnav.guesthp {
  background-color:#E75248;
}

.topnav-text {
 font-size:13px;
}

/* Navbar Items */
nav {
  background: #f7f7f7;
  padding: 0;
  z-index:99;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 60px;
}

.navbar {
  padding: 0; }

.navbar-toggler {
  margin: 0.5rem;
  border: 1px solid #005a96; }

.fa-bars{
 color:#005a96;
 font-size:24px;
}
 

nav .nav-link {
  border-bottom: 3px solid transparent;
  border-bottom-color: transparent;
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 14px 10px;
  text-transform: uppercase;
  }

nav .nav-link:hover {
  background: #102040;
  border-color: #00aeef;
  color: white; }

nav .active .nav-link {
  background: #102040;
  border-color: #00aeef;
  color: white; }

nav .dropdown {
  cursor:pointer;
}


/* Frontpage */

/* Carousel */
#headline .carousel-caption {
	text-align: left;
	background-color: rgba(16,32,64,0.5);
	left: 20px;
	width: 90%;
	padding: 10px 20px 2.5px 20px;
}

#headline h2 { font-size: 30px; }

#headline .carousel-item img {
  height: 276px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.graph {
  max-width:90%;
  border-left: 3px solid #ff9900;
  padding-left: 7.5px;
  margin:30px 0; 
}


#headline .h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 30px;
  }

#headline .carousel-caption p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

/* Latest news carousel */
.latest-news {
  border-radius: 5px;
  color: white;
  font: 12.5px 'Roboto', sans-serif;
  letter-spacing: 1px;
  padding: 8px;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  background:#E75248;
  font-weight:bold;
  text-align: center;
}


.marquee {
  width: 87.5%;
  float:right;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color:#000;
  padding-top:5px;
}

/* News blocks */
.news-item-sm-intro {
  position: relative;
}

.news-item-sm-intro .caption {
  position: absolute;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  z-index:1;}

.news-item-sm-intro img {
  width:100%;
  height:auto;
}   

#headline .news-item-sm-intro:first-child {
  margin-bottom: 30px; }

.news-item-sm {
  position: relative;
}

.news-item-sm img {
  width:100%;
  height:auto;
}   

#headline .news-item-sm:first-child {
  margin-bottom: 30px; }



.news-item-sm .caption {
  position: absolute;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  text-transform:capitalize;
  padding-left: 15px;
  padding-right: 15px;
  z-index:1;}

/* Featured news */
#featured-news h3 {
  font-size: 30px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase; }

#featured-news h3 .thin {
  font-weight: 300; }


/* Extra news styles */
.news-2-col {
  width:170px;
}

.inbrief-img {
  height:120px;
  width:auto;
}

.news-2-col-title {
  color:#000;
  position:relative;
  font-size:17.5px;
  font-weight:800;
  line-height:1.3;
}

.news-2-col-title a:hover {
 text-decoration: none;
}



.news-read-more {
  color:#f09e47;
  font-size:12.5px;
  display:block;
  left:15px;
  font-weight:normal;
  margin-top:2.5px;
}

.news-read-more a {
	  color:#f09e47;
}

.news-read-more:hover {
	  text-decoration: underline;
}

.news-read-more-inline {
  color:#f09e47;
  font-size:12px;
  font-weight:bold;
  margin-top:5px;
  padding-left:10px;
}

.news-headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.1;
  color:#000000;
  text-transform:capitalize;
}
/* Badges */
.badge {
  border-radius: 2px;
  min-width: 78px;
  color: #fff;
  font: 10px 'Roboto', sans-serif;
  text-transform: uppercase;
  background: #f09e47;
  padding:2px 6px;
  min-width:0;
  float:right;
  display:none;
  }


/* Banners */

.banners img {
  width: 100%; }
.banner {
}


/* Category */

.category h4 {
  background-color: #f2f2f2;
  color: #808080;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 17.5px;
  line-height: 1.333;
  letter-spacing: -0.6px;
  height: 37.5px;
  padding: 7.5px 7.5px 0px 10px; }

.category .arrow {
  position: relative;
  top: 0;
  float: right;
  background: #dddddd;
  height: 100%;
  color: #102040;
  padding-top: 4px;
  margin-top: -8px;
  height: 35px;
  font-size: 22px;
  -webkit-text-stroke: 2px #dddddd;
  display:none;
}

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

.category ul {
  padding: 0;
  list-style: none; }

.category ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  line-height: 25px;
  text-transform:capitalize;
  color: #000000; }

.category ul li::after {
  content: "";
  display: block;
  margin: 2px auto;
  border-bottom: 1px solid #dddddd;
  width: 100%; }

/* Footer */
footer {
  background: #102040;
  color: #b2b8bb; 
  font-size: 12.5px;
  line-height: 20px;
}

footer ul {
  padding: 0; }

footer li {
  list-style-type: none; }
  
footer a {
 color :#FFFFFF;
}

footer a:hover {
  color : #FFFFFF;
}
  
footer .important-primary {
  color:#e75248;
  text-decoration:underline;
}

footer .important-secondary {
  color:#FFFFFF;
  text-decoration:underline;
}
  
/* Article List */
#article-list h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000000;
  border-left: #ff9900 solid 3px;
  padding-left: 7.5px;
}

#article-list h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.1;
  color:#000000;
  margin-bottom:5px;
}

#article-list h2 a:hover {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.333;
  letter-spacing: -0.5px;
  color:#000000;
}

#article-list h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  color:#000000;
}

#article-list h4 {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: -0.6px;
  color:#000000;
}

#article-list time {
  color: #9d9d9d;
  font-size: 15px;
}

#article-list img {
  position:relative;
  bottom:0;
  left:0;
  width:100%;
  height:auto;
}

#article-list .badge {
  display:inline;
  float:inherit;
}
/* Article */
#article h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.1;
  color:#000000;
  margin-bottom:0;
  text-align:left;
}

#article .badge {
  display:inline;
  float:inherit;
}

div[itemprop="articleBody"] .badge {
  display:inline;
  float:inherit;
}

.page-header {
  border-left:solid #ff9900 3px;
  padding-left:7.5px
}

.login-greeting {
  display:inline;
}

#article2 h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color:#000000;
  margin-bottom:0;
}

.article-image {
	width: 365px;
	height: auto;
	float: left;
 padding-right:15px;
}

#article h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000000;
}

#article h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  color:#000000;
}

#article h4 {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: -0.6px;
  color:#000000;
}

.article .comment-list .header {
  background:none;  
}

div[itemprop="articleBody"] {
   margin-top: 1em;
  margin-bottom: 3em;
}

div[itemprop="articleBody"] a {
   color: #00aeef;
}

/* Pagination */
#list-pagination nav{
  background:  0;
  margin:  0 auto;
}

#list-pagination .page-item {
  padding-right:3px;
}

#list-pagination .page-item.active .page-link {
  background:#e75248;
  border-color:#e75248;
}

#list-pagination .page-link {
  background: #5f5f5f;
  padding: 5px 13px;
  line-height: 24px;
  border-radius: 4px;
  color:#fff;
  transition: 0.5s all ease; /* FS: NEEDS FIXIN */
}

.page-link:hover {
  background: #e75248;
}


/* Cards */
.card-blue {
  background:#00aeef;
  color:#ffff;
  border-radius:0;
  border-color:#00aeef;
}

/* Banners */

/**/
.poll {
  background:#f2f2f2;
  color:#000;
  padding:20px;
}

.advpoll-wrapper-1.advpoll-wrapper {
 border-color : #FFFFFF !important;
}

.polldiv {
  font-size:12px;
}

.progress {
  border-radius: 0 ;
}

.advpoll-button-vote {
  background: #002c52 !important;
}

.advpoll-answer-line {
 border-radius: 0 !important;
}


.advpoll-wrapper-1.advpoll-wrapper .advpoll-button-wrapper { background-color : #FFFFFF !important; border:#FFFFFF;}



/*Embedded poll */

 .poll{
  max-width: 500px;
  border:1px solid #e5e5e5;
  border-left: #ff9900 solid 3px;
  padding: 10px;
  margin: 40px 0 50px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
 }
 .advpoll-answer-title { color:#000000; }
 .advpoll-question {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 7.5px;
 }
 
 .advpoll-answer-line-background {
  border:1px solid #e5e5e5;
  border-radius:0;
 }
 
 .advpoll-answer-line-percent { color:#000000;}

/* Sidebar */

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}


/* sidebar related artciles */

.tagssimilar {
  border: 1px solid #e5e5e5;
 padding:20px 30px 20px 30px;
}

#related-articles  {
  margin:0;
  padding:0;
}

#related-articles li {
  list-style-type: none;
  padding-top:5px;
  padding-bottom:5px;
  border-bottom:1px dotted #e5e5e5;
}

#related-articles li a {
  color :#00aeef;
  font-weight: 500;
}

#related-articles li a:hover {
  color :#102040;
  text-decoration: underline;
}

/* Pagination */
.pagination .page-link {
  color:#102040;
}

.pagination  .page-item.active .page-link {
  color:#fff;
  background:  #102040;
  border:   #102040;
}

/* most read */

.not-a-member-yet {
	
}

.most-read {
	border: 1px solid #e5e5e5;
	padding:20px 30px 5px 30px;
	height: 100%;
}

.most-read li {
    margin-left: -20px;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/* Ongoing Discussions */

.no-border { }

.ongoing-discussions {
  border: 1px solid #e5e5e5;
 padding:20px 30px 20px 30px;
}

.ongoing-discussions hr {
  width:90%;
}
.ongoing-discussions a {
 color : #00aeef;
 font-weight:500;
}

/* Search */
#finder-filter-window {
        overflow: visible;
}
#finder-search .in.collapse {
        overflow: visible;
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block;
}

.icon-filter:before {
	content: "\54";
}

.hidden { display:none; }

.search-results .title { color:#000; font-weight:bold;}

/* Login modal */
#login-modal .modal-dialog {
    width: 350px;
}
#login-modal .close {
    text-shadow:none;
    color:#FFFFFF;
    opacity:1;
}

#login-modal .btn { 
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #111010;
  padding: 2px 30px;
  transition: all 0.3s ease;
  border:0;
}

.input-group-addon {
    padding-top: 8px;
    padding-left: 5px;
}

.modal-backdrop.in {
    filter: alpha(opacity=20);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: none;
    border-radius: 0px;
}

.modal-header {
    min-height: 16.43px;
    border-bottom: 0px;
    background: #102040;
    border-radius:0;
}

.modal-body {
    position: relative;
    z-index:2000;
    padding: 15px 15px 25px 15px;
}


.form-control {
  z-index: 10060;
  border-radius:0;
}

.modal-footer {
  padding: 15px 15px 15px 15px;
  text-align: left;
  border-top: 0px;
}

/* logout button */
.logout-button {
  display:inline-flex;
}

.logout-button input {
  color:#fff;
  padding:0;
  margin:0;
  background: transparent;
  font-size: 13px;
  font-weight:bold;
  line-height: 20px;
  letter-spacing: 1px;
}

.logout-button input:hover {
  background: transparent;
  text-decoration:underline;
}

.logout-button input:focus {
  background: transparent !important;
  outline:none  !important;
  box-shadow:none  !important;
}

.logout-button input:active {
  background: transparent !important;
  outline:none  !important;
  box-shadow:none  !important;
}



/* Learn More / General modal */
#rl_modals_title { border-bottom:0; }

/*  Video module */
#load_more  { margin: 0 auto;}

.green {
  font-color: #8dc63f;
}
.red {
  font-color: #c1272d;
}


/* Cube Banner */
.banner-cube {
    height:300px;
    cursor: pointer;
}

.banner-cube-gradient {
  background-image: linear-gradient(#102040, #002c52);
  color:#FFFFFF;
}

/* Smartbanner */

.smartbanner {
    width: 600px;
}

.table_ {
  border-left: solid #ff9900 3px;
}
.table_ td {
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1100px) {
  #relatedarticleflyoutbx {
    visibility: hidden;
  }}