:root {
  --ndrc-dark-red: #ec5237;
  --ndrc-dark-blue: #0D317A;
  --ndrc-light-blue: #4865a2;
  --ndrc-light-red:#F26B53;
}

body {
	background: #f2f2f2;
	font-family: 'Lato', sans-serif;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/********** NOM - GLOBALS **********/

h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #212529 !important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary{
	background-color: var(--ndrc-light-red);
	border: none;
	transition: 0.3s;
}

.btn-primary:hover{
	background-color: var(--ndrc-dark-red);
}

.nom-center{
	display: flex;  
	align-items: center;  
	justify-content: center;
}

.nom-dfp{
	display: flex;  
	place-items: center;
}

.nom-mot {
	margin-top: 24px !important;
}

.nom-mt {
	margin-top: 24px !important;
}

.nom-mt:first-child {
	margin-top: 0 !important;
}

.nom-sm-mt{
	margin-top: 10px !important;
}

.nom-bt, .nom-bot{
	margin-bottom: 24px !important;
}

.nom-bot:last-child {
	margin-bottom: 0 !important;
}



.nom-header{
	color: #212529 !important; /*For titles links*/
	text-decoration: none;
	border: none;
}

.nom-header:hover,
.nom-header:focus,
.nom-header:active{
	color: #212529 !important;
	text-decoration: none;
	border: none;
}

	/********** BUTTONS (lOGIN, SEARCH, VIEW MORE) **********/
	.button{
		background-color: #ec5237; 
		border: none;
		color: white;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		margin-left: 20px;
		cursor: pointer;
		transition: 0.5s;
	}

	.button a{
		color: white;
	}

	.button:hover,
	.button:focus,
	.button:active {
	    background-color: #c1292e;
	}


.nom-logo a{
	transform: none
}

.nom-logo img{
	display: flex; 
	width: 100%;    
	object-fit: contain;
    margin: auto;
}

/********** NAVBAR **********/

nav{
	/*padding-top: 2rem;*/
	transition: 0.5s;
}

nav a{
	margin: 0 auto;	
}

.nav-bg{

}

/*nav a:hover{
	transform: scale(1.1);
}*/

.navbar{
	padding: 0;
}

nav a.img:hover{
	transform: scale(0);
}


.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: none;
    text-align: center;
}

.navbar-nav {
	margin-left: auto;
}

.nav-bg .nav-link {
	background-color: #ec5237 !important;
	color: #fff !important;
	padding: 20px !important;
}

.nav-bg .nav-link:hover{
	background-color: #c1292e !important;
}

.page-link {
    padding: .375rem .375rem;
}

.page-link a{
	text-decoration: none;
	padding: .375rem .375rem;
}

.dropdown-menu {
    color: #fff;
    background-color: #f26b53;
    padding: 0rem 0;
}

.dropdown-item {
    color: #fff;
    background-color: #f26b53;
    padding: 15px;
    font-size: 14px;
    font-weight: 900;
}

.dropdown-menu .dropdown-item:hover{	
    color: #fff;
	background-color: #c1292e !important;
}

.dropdown-menu li{
	position: relative;
}
.dropdown-menu .submenu{ 
	display: none;
	/*position: absolute;*/
	left:100%; top:-7px;
}
.dropdown-menu .submenu-left{ 
	right:100%; left:auto;
}

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

.submenu {
	margin-top: 6px;
	height: 320px;  
	overflow-y: scroll;
}

/* ============ desktop view .end// ============ */

.AlphabetNav {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	// Shorthand for flex-wrap and flex-direction
	flex-flow: wrap row;
	padding: .5rem;
}

.AlphabetNav a {
	display: flex;
	// Center align the letters within each box
	justify-content: center;
	padding: .5em;
	border-radius: 8px;
	font-size: 1.2em;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	color: darkgray;
}

.AlphabetNav a:hover {
	background-color: #ec5237;
	color: white;
}

.AlphabetNav .active {
	background-color: #ec5237;
	color: white;
}

/********** 	SEARCH BAR / FORM **********/

.nom-time .date-block{
	display: flex;
	place-items: center;	
    font-size: 17px;    
    color: #0d317a;;
    padding-top: 10px;
}

.nom-time .date {
    font-family: 'HelveticaNeueLTStd45Light',Arial, Helvetica, sans-serif;
    float: left;
    padding-right: 15px;
    //background: url(../images/header-side-icon.jpg) no-repeat scroll right 0;
    border-right: 2px solid #0d317a;
}

.nom-time .date span.today {
    font-size: 54px;
    padding-right: 10px;
    line-height: 47px;
}

.nom-time .date span {
    float: left;
}

.nom-time .date em {
    clear: both;
    display: block;
    font-style: normal;
}

.nom-time .time {
    float: left;
    padding-left: 15px;
}

.nom-time .time span {
    clear: both;
    display: block;
}

body .bbbootstrap {
    background-color: #fff;
    background-size: cover;
    padding: 0px;
}

.bbbootstrap {
    padding: 40px;
    color: #fff;
}

.bbbootstrap form {
	display: flex;
	position: relative;
  	float: right;
	place-content: end;
	width: 100%;
	outline: 1px solid #ec5237;
}

	/********** FORM - INPUT **********/

	.bbbootstrap form input[type="text"] {
	    padding: 20px 20px;
	    border: none;    
	    height: 60px;
    	width: calc(100% - 210px);
	}

	.bbbootstrap form input[type="text"]:hover,
	.bbbootstrap form input[type="text"]:focus,
	.bbbootstrap form input[type="text"]:active {
	    position: relative;
	    outline: none;
	}

	/********** FORM - SELECT CATEGORIES **********/

	.bbbootstrap form select {
		border: none;
		outline: none;
		padding: 20px; 	
	    height: 60px;
	    width: 30%;
	    line-height: initial;    
	}

	.bbbootstrap form select option{
		border: none;
		outline: none;
	}

	.bbbootstrap form button[type="submit"] {
	    padding: 20px;
	    height: 60px;
	    margin-left: 0px;

	}

	button[type="submit"] {
	    -webkit-appearance: button;
	    cursor: pointer;
	}

	/* Reset Select */
	.bbbootstrap form select {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  -ms-appearance: none;
	  appearance: none;
	  outline: 0;
	  box-shadow: none;
	  border: 0 !important;
	  background: white;
	  background-image: none;
	}
	/* Remove IE arrow */
	.bbbootstrap form select::-ms-expand {
	  display: none;
	}
	/* Custom Select */
	.bbbootstrap form .select {
		position: relative;
		display: flex;
		width: 16em;
		background: #fff;
		overflow: hidden;
		border-left: 1px solid #ddd;
	}
	.bbbootstrap form select {
	  flex: 1;
	  padding: 0 .5em;
	  color: #000;
	  cursor: pointer;
	}
	/* Arrow */
	.bbbootstrap form .select::after {
	  content: '\25BC';
	  position: absolute;
	  top: 5;
	  right: 0;
	  padding: 1em;
	  background: #fff;
	  color: #777;
	  cursor: pointer;
	  pointer-events: none;
	  -webkit-transition: .25s all ease;
	  -o-transition: .25s all ease;
	  transition: .25s all ease;
	}

/********** NOM - CARDS **********/

.nom-card {
	width: 100%;
	background: white;
	padding: 20px;
}

.nom-card-header {
	display: flex;
	margin-bottom: 20px;
	text-transform: uppercase;
	align-items: center;
}

.nom-card-header .icon {
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #ec5237; 
}

.nom-card-header .icon i {
	font-size: 20px; 
}

.nom-card-header .header-text {
	margin-left: 15px;
	font-size: 14px;
	font-weight: 700; 
}

.nom-card-header a{
	text-decoration: none;	
	margin-left:auto;
}

.nom-card-header button{
	background-color: #ec5237; 	
	font-size: 12px;
	border: none;
	color: white;	
	align-content: center;
	text-transform: uppercase;
	padding: 8px 10px;
}

.nom-card-header a button:hover,
.nom-card-header a button:focus,
.nom-card-header a button:active
.nom-card-header a button:hover{
	background-color: #c1292e; 
}


.nom-card-header-button{
	background-color: var(--ndrc-dark-red); 	
	font-size: 12px;
	border: none;
	color: white;	
	align-content: center;
	text-transform: uppercase;
	padding: 8px 10px;	
    text-decoration: none;
    transition: 0.3s
}

.nom-card-header-button:hover,
.nom-card-header-button:focus,
.nom-card-header-button:active
.nom-card-header-button:hover{
	background-color: var(--ndrc-dark-blue); 	
	color: #fff
}

.nom-button{
	display: flex;
	place-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: #ec5237;
	border: 1px solid #ec5237;
	border-radius: 5%;
	margin-top: 20px;
	transition: 0.3s;	
	padding: 8px 10px;
}

.nom-a-button{
	text-decoration: none;
	font-size: 12px;
	color: #ec5237;
}

.nom-button:hover{	
	background-color: #ec5237;
	color: white;
}


/********** NOM - VIDEOS **********/

.nom-video iframe {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/********** NOM - ADS **********/

.nom-ad img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.nom-ad p{
	position: absolute;
	padding: 10px 20px;
	background-color: #ec5237;
	color: white;
	text-transform: uppercase;
}

/********** NOM - CARDS **********/

.nom-card .nom-news .nom-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6; /* number of lines to show */
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: justify;	
	font-size: 14px;
	font-weight: 400;
	color: #212529;
}

.nom-card .nom-news img{
	display: block;   
	width: 100%;    
	height: 200px;    
	object-fit: cover;
}

.nom-card .nom-news a{
	text-decoration: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #ec5237;
	color: #ec5237;
}

/********** NOM - LATEST NEWS **********/

.nom-news-list-items ul 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nom-news-list-items ul li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.nom-news-list-items h4
{
	font-size: 16px;
	font-weight: 700;  
	white-space: nowrap; 
	max-width: 100%;/* Excerpt width*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.nom-news-list-items i
{
	width: 20px;
	color: #ec5237; 
}

.nom-news-list-items p{
	font-size: 12px;
	color: #ec5237;
	margin-bottom: 10px;
}

.single-line h4,
.single-line p{
	display: inline-block;
    vertical-align: top;
}

.single-line h4{
	white-space: nowrap; 
	max-width: 60%; /* Excerpt width*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-line p{
	float: right;
}

.single-line a{
	text-decoration: none;
	border: none !important;
}

.nom-list-items ul li p{
	font-size: 12px;
	color: #ec5237;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.nom-sport-logo img{
	height: auto; 
	width: 70%; 
	object-fit: contain;
    display: flex;	
    margin: auto;
}

.single-line{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e9e9e9;
}

/********** NOM - ITEMS (3 column) **********/

.nom-items
{
	align-items: center;
	align-content: center;
	margin: auto;
}

.nom-items.nom-people img
{
	width: 100px !important;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	margin: auto;
	margin-bottom: 15px;
}

.nom-items img
{
	width: 160px !important; 
	height: 100px;
	object-fit: contain;
	margin: auto; 
	margin-bottom: 15px;
}

.nom-items h4
{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 80%;
	margin: auto;
}

.nom-items p
{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
	margin: auto;
}

.nom-items .owl-item img {
    display: block;
}

/*#owl-single .item img {
	display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.owl-nav
{
	position: relative;
}

#owl-single img {
	width: 100%;
}

button.owl-next span{
	position: absolute;
    transform: translate(710%, -475%);
    background: #ec5237;
    color: white;    
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-style: none;
    font-size: 20px;
    line-height: 1.8;
    transition: 0.3s;
}

button.owl-prev span{
	position: absolute;
    transform: translate(-810%, -475%);
    background: #ec5237;
    color: white;    
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-style: none;
    font-size: 20px;
    line-height: 1.8;
    transition: 0.3s;
}

#owl-single1 button.owl-next span,
#owl-single2 button.owl-next span{
	position: absolute;
    transform: translate(210%, -460%);
    background: #ec5237a1;
    color: white;    
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-style: none;
    font-size: 20px;
    line-height: 1.8;
    transition: 0.3s;
}

#owl-single1 button.owl-prev span,
#owl-single2 button.owl-prev span{
	position: absolute;
    transform: translate(-310%, -460%);
    background: #ec5237a1;
    color: white;    
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-style: none;
    font-size: 20px;
    line-height: 1.8;
    transition: 0.3s;
}

#owl-single button.owl-next span:hover{
	background: #ec5237;
}

#owl-single button.owl-prev span:hover{
	background: #ec5237;
}

.owl-theme .owl-nav {
    margin-bottom: -40px !important;
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
    cursor: default;
}
*/

button.owl-carousel {
    position: relative;
}

#owl-single2 button.owl-prev,
#owl-single2 button.owl-next{
	position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

button.owl-next, .owl-prev {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

button.owl-next {
    right: -40px;
    display: flex;
}

button.owl-prev{
    left: -40px;
    display: flex;
}

#owl-single2 button.owl-next {
    right: 0px;
    display: flex;
}

#owl-single2 button.owl-prev{
    left: 0px;
    display: flex;
}

button.owl-next span{
	display: inline-block;
	background: #ec5237d9;
    color: white;    
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-style: none;
    font-size: 20px;
    line-height: 1.8;
}

button.owl-prev span{
	display: inline-block;
	background: #ec5237d9;
    color: white;    
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-style: none;
    font-size: 20px;
    line-height: 1.8;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: unset !important;
    color: #FFF;
    text-decoration: none;
}

button.owl-next span:hover{
	background: #ec5237;
    border-radius: 50% !important;
}

button.owl-prev span:hover{
	background: #ec5237;
    border-radius: 50% !important;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.0 !important;
    cursor: default;
}

/********** NOM - PHOTO GALLERY **********/

.nom-gallery img{
	margin-bottom: 10px;
	height: 250px;
	object-fit: cover;
}

.nom-gallery h4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
	margin-bottom: 10px;
}

.nom-gallery p{
    list-style-type: none;
    font-size: 12px;
	color: #ec5237;
	margin-bottom: 8px;
}

/********** NOM - NOTICE / DOCUMENTS **********/

.nom-list-items ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nom-list-items ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.nom-list-items ul li h4{
	font-size: 16px;
	font-weight: 700;
}

.nom-list-items ul li i{
	width: 20px;
	color: #ec5237; 
}

.nom-list-items ul li p{
	font-size: 12px;
	color: #ec5237;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.nom-list-items ul li:last-child p{
	padding-bottom: 0px;
	margin-bottom: 0;
	border-bottom: none;
}

/********** NOM - CALENDER **********/

#wrapper{
	display: grid; 
	grid-gap: 40px; 
	grid-template-columns: 1fr 1fr 1fr;
}

#calendar{
	width: 306px;
}


/********** GO TO TOP **********/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
  background-color: #ec5237;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
}

#myBtn:hover {
  background-color: #c1292e;
}


.about{
	height: 65vh;
	display:flex;
	align-items: center;
	margin: auto;

}

.about img{
 	height: auto;
 	width: 70vh;
 	object-fit: cover;
}

/********** Search Tabs **********/

.search-tabs i{
	color: #ec5237; 
	margin-right: 10px; 
}

/********** Search Results **********/

.search-result{
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	place-items: center;
}

.search-result:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}

.search-result img{
    height: 130px;
    width: 130px;
    object-fit: cover;
    display: flex;
    place-content: center;
    margin: 10px auto;
    border-radius: 50%
}

.search-result  ul 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.search-result  ul li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.search-result p{
	margin: 0;
}

.search-result button{
	margin-left: 0px;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}

.search-result button a{
	text-decoration : none;
}

.search-result i{
	color: #fff;
	background-color: red;
	padding: 10px 20px;
	border-radius: 5%;
	float: right;

}

.renouned{
	margin: 10px 10px 10px auto;
}

/********** View More Page **********/

.nom-view{
	display: flex;
	place-items: center;
	place-content: center;
	text-align: center;
	align-items: flex-start;
}

.nom-view img{
	margin-top: 24px !important;
}

.nom-paginate ul li a{
	color: #ec5237;
}

.nom-paginate ul li a:hover{
	color: #c1292e;
}

.nom-detail{	
	/*padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;	*/
}

.nom-detail:last-child{
	padding-bottom: 0px;
	border: none;	
}

.text-secondary {
    color: #6c757d !important;
    /*text-align: right;*/
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pull-right {
    float: right!important;
}

/********** FOOTER **********/

footer{
	background-color: white;
	margin-top: auto;
}

footer p{
	text-align: center; 
	line-height: 1.8; 
	padding-bottom: 20px; 
	margin-bottom: 0;
}

footer p a{
	text-decoration: none;
	color: #000;
}

.accordion-body{
	overflow: auto;
	border: 1px solid #f26b53;
}

table {width: 100%;}
th
{
 /*max-width: 0;
 overflow-wrap: break-word;
 text-overflow: ellipsis;
 white-space: initial;
 text-align: center;*/
}
th.col-a {width: 5%;}
th.col-b {width: 20%;}
th.col-c {width: 50%;}
th.col-d {width: 15%;}
th.col-e {width: 10%;}

td
{
/* max-width: 0;
 overflow-wrap: break-word;
 text-overflow: ellipsis;
 white-space: initial;*/
}
td.col-a {width: 5%;}
td.col-b {width: 20%;}
td.col-c {width: 50%;}
td.col-d {width: 15%;}
td.col-e {width: 10%;}

.nom-cover img{
	max-height: 300px;
	width: 100%;
	object-fit: cover;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    text-align: left;
    background-color: #fff;
    border: 0;
    color: #ec5237;
}


.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #f26b53 !important;
    box-shadow: inset 0 -1px 0 rgb(242, 107, 83);
}


.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
    filter:  brightness(0) invert(1);

}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 24px;
    list-style: none;
    background-color: #d9d9d9;
    border-radius: 0.25rem;
}

.breadcrumb-item a{
	text-decoration: none;
}

.form-group p{
    text-align: justify;
}

.form-group .latest-news p{
    text-align: justify;
    font-size: 22px;
	line-height: 40px;
}

.form-group .team table {
    text-align: center;
    overflow: auto;
}

.form-group .team table td{
    margin: 5px;
    vertical-align: top;
}

.form-group .team table p{
    text-align: center;
    margin-bottom: 0px;
}

.form-group .history,
.form-group .team,
.form-group .project,
.form-group .nom-id-cards{
	overflow-x: auto;
}

.form-group .history table,
.form-group .project table{
	width: 100% !important;
}

.form-group .history p,
.form-group .project p{
	margin-bottom: 0;
}


.form-group .nom-id-cards h2{
	color: blue;
	text-align: center;
	max-width: 780px;
	margin: auto;
	margin-bottom: 10px;
}

.form-group .nom-id-cards h3{
	text-align: center;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 10px;
}

.form-group .nom-id-cards table{
	margin-bottom: 10px;
}

.form-group .nom-id-cards table td{
    vertical-align: top;
}

.form-group .nom-id-cards table td img{
	margin: auto;
	display: flex;
}

.form-group .nom-id-cards table td h3{
	color: blue;
	text-align: center;
}

.form-group .nom-id-cards table td p{
	text-align: center;
	margin-bottom: 0;	
    vertical-align: top;
}


.user-profile .nav-pills .nav-item{
	margin: 10px 10px 0 0;
}

.user-profile .nav-pills .nav-item:last-child{
	margin-right: 0px;
}

.user-profile .nav-pills .nav-link.active, .user-profile .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f26b53;
}

.user-profile .nav-pills .nav-link:hover {
	background-color: #f26b53;
	color: #fff;
}

.user-profile .nav-pills .nav-link.follow, .user-profile .nav-pills .show > .nav-link {
	background-color: #5391f2;
	color: #fff;
}

.user-profile .nav-pills .nav-link.follow:hover {
	background-color: #386ec1;
	color: #fff;
}

.user-profile .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    color: #212529;
}

.user-profile .topnav-right ul {
  	float: right;
}

.user-profile .topnav-right i {
	margin-left: 10px;
}

.nom-social {
    color: #212529;
    margin-left: 10px;
}

.nom-social i{
    margin-right: 10px;
	color: #5391f2;
	font-size: 18px;
}

.nom-social a{
    margin-bottom: 1rem;
    color: #212529;
    text-decoration: none;
    margin-right: 10px;
}
.panel p{
	text-align: left;
}

.control-group{
	margin-bottom: 20px;
}

.control-group:last-child{
	margin-bottom: 0px;
}

.control-group label{
	margin-bottom: 10px;
}

.contact p{
    margin-right: 10px;
    margin-bottom: 10px;
    color: #212529;
    text-decoration: none;
    display: flex;
    place-items: center;
}

.contact i{
    margin-right: 10px;
	color: #5391f2;
}

.nom-people-photo{
	margin: 10px 0;
}

.nom-people-photo img{    
	height: 200px;
    width: 100%;
	object-fit: cover; 
	border-radius: 10px;
	transition: 0.3s;
}

.nom-people-photo img:hover {  
  	transform: scale(1.02);;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nom-people-photo a{
	text-decoration: none;
	background color: var(--ndrc-dark-red);
	color: #fff;
    float: right;
    margin-top: 5px;
    font-size: 14px;
}

.nom-people-photo button{
    float: right;
    margin-top: 5px;
    font-size: 10px;
}

.nom-people-photo button i{
    margin-left: 5px;
}

.nom-people-video{
	margin: 10px 0;
	position: relative;
}

.nom-people-video img{
	display: block;
	height: 200px; 
	width: 100%; 
	object-fit: cover; 
	border-radius: 10px;
}

.nom-people-video i{
	position: absolute;
	top: 10px;
	left: 20px;
	color: #fff;
	font-size: 28px;
	text-shadow: 0px 0 15px #000;
}

.nom-people-video button{
    float: right;
    margin-top: 5px;
    font-size: 10px;
}

.nom-people-video button i{
    margin-left: 5px;
}

.nom-people-video iframe{
	height: 200px; 
	width: 100%; 
	object-fit: cover; 
	border-radius: 10px;
}

.nom-people-video a{
	text-decoration: none;
}

.nom-people-doc {
    overflow: auto;
}

.nom-people-doc a{
	text-decoration: none;
    display: flex;
    place-items: center;
}

.nom-people-doc i{
	margin-right: 10px;
}

.nom-people-doc button{
    float: right;
    font-size: 10px;
}

.nom-people-video button i{
    margin-left: 5px;
}

.nom-org-card {
	width: 100%;
	background: white;
	padding: 20px;
	border: 2px solid #818181;
	margin: 10px auto;
	border-radius: 10px;
}

.nom-org-card a {
	text-decoration: none;
	margin-top: 10px;
	text-align: right; 
	color: var(--ndrc-dark-red);
	display: block;
}

.nom-org-card a:hover{
	text-decoration: underline;
}

.nom-people-card {
	width: 100%;
	background: white;
	padding: 20px;
	border: 2px solid #818181;
	margin: 10px auto;
	border-radius: 10px;
}

.nom-people-card button{
	margin: 10px 0;
	color: #fff;
	background-color: #f26b53;
	padding: 10px;
	border: none;
	border-radius: 10px;
	height: 48px;
}

.nom-people-card button h4{
	color: #fff !important;
}

.nom-people-card i{
	color: var(--ndrc-dark-red);
	margin-right: 5px;
}

.nom-people-card a {
	text-decoration: none;
	color: var(--ndrc-dark-red);
}

.nom-people-card a:hover{
	text-decoration: underline;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 15vh;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #151515d4;
}

.mySlides img{
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: #151515b5;
    z-index: 100;
}

.mySlides iframe{
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: #151515b5;
}
.mySlides video{
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: #151515b5;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 65px;
	font-size: 65px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.modalprev,
.modalnext {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
}

/* Position the "next button" to the right */
.modalnext {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modalprev:hover,
.modalnext:hover {
 	background-color: #808080a6;
 	color: #fff
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}


.at4-count-container{

    margin-top: 5px;
	display: flex !important;
    place-content: center !important;
    place-items: center !important;
    min-width: unset !important;
    border-right: unset !important;
}

.at4-jumboshare .at4-count{
	font-size: unset !important;
	line-height: unset !important;
}

.at4-title{
	margin-top: auto !important;
	bottom: 6px !important;
	margin-left: 5px;
}