/*
 * General stuff
 */
h1, h2, h3, h4 {
	font-family: Georgia;
	font-weight: Bold;
}

h1.title {
	font-size: 24px;
/* 	font-weight: bold; */
	margin-top:7px;
	margin-bottom:26px;
}

h2 {
	font-size: 18px;
    font-weight: 600;
}
.nd-frontpage-content h2, #nd-right-menu h2 {
	color: #000;
	font-weight: Bold;
	margin-top: 14px;
	padding-top: inherit;
}
.nd-frontpage-content h2 > a {
	color: #000;
}

h3 {
	font-size: 15px;
    font-weight: 300;
}

.nd-frontpage-content h3, #nd-right-menu h3 {
	/* color: #9a0000;*/
	font-weight: Bold;
	margin-top: 14px;
}

.nd-section-content a,
.nd-section-content a:focus,
.nd-section-content a:hover,
.nd-section-content a:active {
  outline: 0;
  color: #005999;
}

.nd-section-content h1.title {
}
.nd-section-content img {
	width: 100%;
}
.nd-section-content input {
	border-radius: 0;
	border: 0px;
	background-color: #EDEDE5;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.nd-section-content discussion-date {
}
.nd-section-content discussion-headline {
	font-weight: bold;
}

/* ND CSS Tables */
.nd-table    { display: table }
.nd-tr       { display: table-row }
.nd-thead    { display: table-header-group }
.nd-tbody    { display: table-row-group }
.nd-tfoot    { display: table-footer-group }
.nd-col      { display: table-column }
.nd-colgroup { display: table-column-group }
.nd-td, th   { display: table-cell }
.nd-caption  { display: table-caption }

.nd-section-content ul a,
.nd-section-content ul a:focus,
.nd-section-content ul a:hover,
.nd-section-content ul a:active {
  outline: 0;
  text-decoration: underline;
  color: #005999;
}


/* Frontpage content */
.nd-frontpage-content ul {
	list-style-type: none;
	padding-left: 0px;
}
.nd-frontpage-content p {
	padding-left: 0px;
}
.nd-frontpage-content a {
	text-decoration: none;
}
.nd-frontpage-content p > a{
	color: #000;
}
.nd-section-content.nd-frontpage-content .content-txt-txt-2 a {
	color: #000;
}

.nd-section-content a.nd-popover-link,
.nd-section-content a.nd-popover-link:focus,
.nd-section-content a.nd-popover-link:hover,
.nd-section-content a.nd-popover-link:active {
  text-decoration: underline !important;
  color: #005999 !important;
}


/*
 * Widgets
 * Right menu
 */

#nd-right-menu img {
	/*??? width: 100%; */
}
#nd-right-menu input {
	border-radius: 0;
	border: 0px;
	background-color: #EDEDE5;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
#nd-right-menu .fb-follow-up span {
	vertical-align: top;
}
#nd-right-menu .fb-follow-up span {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia;
	padding: 0 20px;
}

#nd-right-menu .newsletter-signup button {
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
}
#nd-right-menu .newsletter-signup input {
	height: 48px;
}
/*
 * Widgets
 * Section page
 */

.nd-section-content .content-img-txt-1 h2,
.nd-section-content .content-img-txt-2 h2,
.nd-section-content .content-img-txt-3 h2,
.nd-section-content .content-img-txt-4 h2,
.nd-section-content .content-img-txt-5 h2,
.nd-section-content .content-txt-txt-1 h2,
.nd-section-content .content-txt-txt-2 h2,
.nd-section-content .content-img-img-1 h2,
.nd-section-content .content-img-img-2 h2,
.nd-section-content .banner-txt-1 h2,
.nd-section-content .banner-txt-2 h2,
.nd-section-content .txt-banner-1 h2,
.nd-section-content .content-full h2,
.nd-section-content .full-img-1 h2,
.nd-section-content .link-columns-3 h2
{
	color: #000;
	padding-top: 0;
	margin-top: 10px;
}

.nd-section-content .content-img-txt-1 a,
.nd-section-content .content-img-txt-2 a,
.nd-section-content .content-img-txt-3 a,
.nd-section-content .content-img-txt-4 a,
.nd-section-content .content-img-txt-5 a,
.nd-section-content .content-img-img-1 a,
.nd-section-content .content-img-img-2 a,
.nd-section-content .banner-txt-1 a,
.nd-section-content .banner-txt-2 a,
.nd-section-content .txt-banner-1 a,
.nd-section-content .content-full a,
.nd-section-content .full-img-1 a,
.nd-section-content .link-columns-3 a
{
	color: #000;
	text-decoration: none;
}

.nd-section-content .content-img-txt-1 p,
.nd-section-content .content-img-txt-1 p,
.nd-section-content .content-img-txt-2 p,
.nd-section-content .content-img-txt-3 p,
.nd-section-content .content-img-txt-4 p,
.nd-section-content .content-img-txt-5 p,
.nd-section-content .content-txt-txt-1 p,
.nd-section-content .content-txt-txt-2 p,
.nd-section-content .content-img-img-1 p,
.nd-section-content .content-img-img-2 p,
.nd-section-content .banner-txt-1 p,
.nd-section-content .banner-txt-2 p,
.nd-section-content .txt-banner-1 p,
.nd-section-content .content-full p,
.nd-section-content .full-img-1 p,
.nd-section-content .link-columns-3 p
{
	padding-left: 0;
}
.nd-section-content .content-txt-txt-1 ul,
.nd-section-content .content-txt-txt-2 ul,
.nd-section-content .link-columns-2 ul,
.nd-section-content .link-columns-3 ul,
.nd-section-content .link-columns-4 ul {
	padding-left: 20px;
}
.nd-section-content .content-txt-txt-1 ul li,
.nd-section-content .content-txt-txt-2 ul li,
.nd-section-content .link-columns-2 ul li,
.nd-section-content .link-columns-3 ul li,
.nd-section-content .link-columns-4 ul li {
	display: list-item;
	margin-bottom: 5px;
}
.nd-section-content .content-txt-txt-1 a,
.nd-section-content .content-txt-txt-2 a,
.nd-section-content .link-columns-2 a,
.nd-section-content .link-columns-3 a,
.nd-section-content .link-columns-4 a {
	color: #00599a;
	text-decoration: none;
}
.nd-section-content .link-columns-2 h2 a,
.nd-section-content .link-columns-4 h2 a {
	color: #000;
}

.nd-section-content .content-quad1  {
}
.nd-section-content .content-quad1 .content-category {
	margin-top: 10px;
}
.nd-section-content #css-demo-table {
	margin: auto 5px;
	display: table;
}
.nd-section-content h2.content-border-top  {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.nd-section-content .content-full h2 {
	font-size: 26px;
}
.nd-section-content .content-category {
	display: inline-block;
	margin-top: 1px;
	padding: 2px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.nd-red {
	color: #9a0000;
}
.nd-blue {
	color: #005a9a;
}
.nd-light-blue {
	color: #ccddea;
}
.nd-green {
	color: #729107;
}
.nd-light-gray {
	color: #dcdccd;
}
.nd-dark-gray {
	color: #828278;
}
.nd-orange {
	color: #e36b01;
}

.nd-bg-red {
	background-color: #9a0000;
	color: white;
	border-bottom-color: #9a0000;
}
.nd-bg-blue {
	background-color: #005a9a;
	color: white;
	border-bottom-color: #005a9a;
}
.nd-bg-light-blue {
	background-color: #ccddea;
	color: black;
	border-bottom-color: #ccddea;
}
.nd-bg-green {
	background-color: #729107;
	color: white;
	border-bottom-color: #729107;
}
.nd-bg-light-gray {
	background-color: #dcdccd;
	color: black;
	border-bottom-color: #dcdccd;
}
.nd-bg-dark-gray {
	background-color: #828278;
	color: white;
	border-bottom-color: #828278;
}
.nd-bg-orange {
	background-color: #e36b01;
	color: white;
	border-bottom-color: #e36b01;
}

@media (max-width:980px) {
	.nd-section-content .content-img-txt-overlay .txt-overlay h1 {
		font-size: 28px;
	}
	.nd-section-content .content-img-txt-overlay .txt-overlay .content-category {
		margin: -10px 30px;
		position: absolute;
    	z-index: 100;
	}
	.nd-section-content .content-img-txt-overlay .txt-overlay .txt-backdrop {
		padding: 20px 30px 15px 30px;
	}
}

@media (min-width:980px) {
	.nd-section-content .content-img-txt-overlay {
		position: relative;
	}
	.nd-section-content .content-img-txt-overlay .txt-overlay {
		position: absolute;
	}
	.nd-section-content .content-img-txt-overlay .txt-overlay h1 {
		font-size: 32px;
	}
	.nd-section-content .content-img-txt-overlay .img-crop {
		max-height: 400px;
		overflow: hidden;
	}
	.nd-section-content .content-img-txt-overlay .img-crop img {
		margin-top: -8%;
	}
	.nd-section-content .content-img-txt-overlay .txt-overlay .content-category {
		position: absolute;
		top: -15px;
		margin-left: 30px;
		z-index: 100;
	}
	.nd-section-content .content-img-txt-overlay .txt-overlay .txt-backdrop {
		padding: 15px 30px;
		backdrop-filter: blur(10px);
	}
}

.nd-section-content .content-img-txt-overlay {
	display: inline-block;
	width: 100%;
}


.nd-section-content .content-img-txt-overlay img {
	display: block;
}


.nd-section-content .content-img-txt-overlay .txt-overlay {
	bottom: 0px;
    width: 100%;
}

.nd-section-content .content-img-txt-overlay .txt-overlay .txt-backdrop.nd-backdrop-dark {
	background-color: rgba(0,0,0, 0.6);
    color: white;
}

.nd-section-content .content-img-txt-overlay .txt-overlay .txt-backdrop.nd-backdrop-light {
	background-color: rgba(255,255,255, 0.6);
    color: black;
}

.nd-section-content .content-img-txt-overlay .txt-overlay .txt-backdrop.nd-backdrop-dark h1 {
	color: white;
}
.nd-section-content .content-img-txt-overlay .txt-overlay .txt-backdrop.nd-backdrop-light h1 {
	color: black;
}
	
.nd-section-content .content-img-txt-overlay .txt-overlay h1 {
	margin-top: 0;
}
.nd-section-content .content-img-txt-overlay .txt-overlay p {
	padding-left: 0;
}

.nd-section-content .banner-txt-2 {
	background-color: #EDEDE5;
}
.nd-section-content .banner-txt-2 .row {
	margin-left: -15px;
}
.nd-section-content .banner-txt-2,
.nd-section-content .icon-row-1,
.nd-section-content .icon-row-2,
.nd-section-content .section-boxes,
.nd-section-content .content-txt-txt-2,
.nd-section-content .content-img-img-1,
.nd-section-content .content-img-img-2 {
	margin-top: 60px;
}
.nd-section-content .banner-txt-2 .content-category-heading,
.nd-section-content .content-txt-txt-2 .content-category-heading,
.nd-section-content .content-img-img-1 .content-category-heading,
.nd-section-content .content-img-img-2 .content-category-heading {
    margin-top: -15px;
	margin-left: 15px;
}
.nd-section-content .banner-txt-2 h2,
.nd-section-content .content-txt-txt-1 h2,
.nd-section-content .content-txt-txt-2 h2,
.nd-section-content .content-img-img-1 h2,
.nd-section-content .content-img-img-2 h2,
.nd-section-content .banner-txt-2 p,
.nd-section-content .content-txt-txt-2 p,
.nd-section-content .content-img-img-1 p,
.nd-section-content .content-img-img-2 p {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:980px) {
	.nd-section-content .content-txt-txt-1,
	.nd-section-content .content-txt-txt-2,
	.nd-section-content .content-img-img-1,
	.nd-section-content .content-img-img-2 {
		padding-left: 15px;
	}
}
.nd-section-content .banner-txt-2 img,
.nd-section-content .content-txt-txt-2 img,
.nd-section-content .content-img-img-1 img,
.nd-section-content .content-img-img-2 img {
    float: none;
}
.nd-section-content .content-quad1-sponsored {
	background-color: #EDEDE5;
	padding-bottom: 10px;
}

@media (max-width:980px) {
	.nd-section-content .banner-txt-2 .content-category-heading .pull-right  {
		margin-top: 15px;
	}
}

.nd-popover .info-sign {
	font-size: 20px;
	color: #aaa;
}

#nd-right-menu .nd-popover .info-sign {
	font-size: 15px;
}

.nd-section-content .txt-banner-1 .banner {
	float: right;
}
.nd-section-content item img {
	width: 64%;
}

.nd-section-content .full-img-1 {
	
}

@media (max-width:980px) {
	.nd-section-content .section-box-row {
		justify-content: center;
	}
	.nd-section-content .section-box-row .section-box-cell {
		/* flex-basis: 48%; */
		background-color: #f0f5f9;
	}
	.nd-section-content .section-box-row .section-box-cell:nth-child(-n+4) {
		/* border-bottom: solid #ccddea 1px; */
	}
	.nd-section-content .section-box-row .section-box-cell:nth-child(odd) {
		/* border-right: solid #ccddea 1px; */
	}
}

@media (min-width:980px) {
	.nd-section-content .section-box-row .section-box-cell {
		/* flex-basis: 30%; */
		background-color: #f0f5f9;
	}
	.nd-section-content .section-box-row .section-box-cell:hover {
		background-color: #e2ecf3;
	}
	.nd-section-content .section-box-row .section-box-cell:nth-child(-n+3) {
		/* border-bottom: solid #ccddea 1px; */
	}
	.nd-section-content .section-box-row .section-box-cell:nth-child(2),
	.nd-section-content .section-box-row .section-box-cell:nth-child(5) {
		/* border-left: solid #ccddea 1px;
		border-right: solid #ccddea 1px; */
	}
}

.nd-section-content .section-box-row {
	display: flex;
	flex-wrap: wrap;
	margin: 2% 5px;
}
	
.nd-section-content .section-box-row .section-box-cell {
	/* flex-grow: 1;
	flex-shrink: 1; */
	margin: 20px 20px;
	padding: 15px 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	/* border: #eee solid 1px; */
	/* border-radius: 5px; */
}
.nd-section-content .section-box-row .section-box-cell h3 {
	color: #005a9a;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.nd-section-content div.triangle {
	text-align: center;
	font-weight: bold;
	width: 100%;
	position: absolute;
    top: -8px;
    left: -20px;
	width: 0;
	height: 0;	
	transform: rotate(-45deg);
	border-left: 	56px solid transparent;
	border-right: 	56px solid transparent;
	border-bottom-width: 56px;
    border-bottom-style: solid;
   	background-color: transparent;
}
.nd-section-content .triangle div.text {
    position: absolute;
    font-family: Georgia;
    bottom: -48px;
    left: -56px;
    right: -56px;
    width: auto;
    height: auto;
}

.nd-section-content ol.carousel-indicators {
	left:82%;
}
.nd-section-content ol.carousel-indicators li {
	display: inline-block;
}
.nd-section-content .nd-carousel img {
	width:64%;
}
.nd-section-content .carousel-caption {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 36%;
    margin-left:64%;
    z-index: 100;
}
.nd-section-content .carousel-caption h3 {
	color: inherit; 
}
.nd-section-content .carousel-inner img {
    float: inherit;
    padding: inherit;
}
.nd-section-content .carousel-inner p {
	padding-left:0;
}
.content-txt-txt-1 .col-md-6:FIRST-CHILD {
	border-right: 1px solid #ddd; 
}

.icon-row-1 .icon-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width:980px) {
	.icon-row-1 .icon-container {
		margin-left: auto;
		margin-right: auto;
		width: 350px;
	}
}
.icon-row-1 .icon {
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 118px;
}
.icon-row-1 img {
	display: block;
	padding: 20px;
	width: 128px;
}
.icon-row-1 img:hover {
	/* background-image: url(/img/icons/icon_circle_bg.png);
	background-size: 100%;
	background-repeat: no-repeat; */
	background: #f0f5f9;
    border-radius: 42%;
}
.icon-row-1 span.icon-text {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia;
}

.icon-row-2 .box {
	display: flex;
	align-items:center;
	margin: 20px auto;
}
.icon-row-2 img {
	width: 64px;
	vertical-align: middle;
}
.icon-row-2 span {
	margin-left: 15px;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia;
	color: black;
}

.link-columns-1 {
	font-size: 12px;
}
.link-columns-3 {
	font-size: 13px;
}
.link-columns-1 ul,
.link-columns-3 ul {
	list-style: none;
	padding-left: 0;
    margin-bottom: 20px;
}
.link-columns-1 ul li,
.link-columns-3 ul li {
	padding: 4px 0;
}
.link-columns-1 ul a, .link-columns-1 ul a:visited {
	text-decoration: none;
	color: #005a9a;
	padding-right: 8px;
}
.link-columns-1 ul a:hover {
	color: #005999;
	font-weight: bold;
	text-decoration: none;
	padding-right: 0px;
}
