/*dennis - 20220531 css selector to fix instagram embed iframe height*/
.article-body iframe[src^="https://www.instagram.com"]{
  max-width: 100% !important; 
  max-height: 100% !important;
}

body{
	font-family: Roboto !important;
	color: #373b4d !important;
	font-size: 16px !important;
}
/*----------------------------------------------------- header -----------------------------------------------------*/
.bg-hwd-md{
	background-image: url('../img/bg-mobile-new.png');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin-top: -18px;
}

.bg-hwd-md .row{
	min-height: 108px;
}

.header-left,.header-right{
	max-width: 35%;
	width: 100%;
	font-family: 'Titillium Web';
	color: #193A61;
}
.header-center{
	max-width: 30%;
	width: 100%;
}
.header-title{
	font-size: 14px !important;
	margin-top: 10px;
}
.header-line{
	border-top: 1px solid #193A61;
}
.padding-line{
	padding-top: 3rem;
}
.search-calendar{
	font-family: Roboto;
	color: #193A61 !important;
	font-size: 12px;
	background: transparent;
	border: none;
	cursor: pointer;
}
.search-calendar:focus{
	outline: none !important;
}
.search-calendar img{
	width: 28px
}
.search-calendar span{
	font-size: 12px;
	/*color: #c7c7c7;*/
}
.search-calendar a{
	color: #193A61 !important;
}
.btn-search{
	background-color: #193A61;
	color: #ffffff;
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

/* figcaption {
	font-family: Roboto;
	color: #193A61 !important;
	font-size: 12px;
	padding: 5px 5px 0 5px;
		
} */
figcaption {
	font-size: 12px;
	text-align: center;
}

.logo-hwd{
	max-height: 100px;
}

@media(min-width: 768px){
	.logo-hwd{
		max-height: 350px;
	}
	.bg-hwd-md{
		background-image: url('../img/header-background.png');
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
	}
	.header-left,.header-right{
		max-width: 40%;
	}
	.header-center{
		max-width: 20%;
		width: 100%;
	}
	.header-title{
		font-size: 16px !important;
	}
	.header-left .header-title{
		padding-right: 1.5rem;
	}
	.header-right .header-title{
		padding-left: 1.5rem;
	}
	.padding-line{
		padding-top: 3rem;
	}
	.search-calendar img{
		width: 22px
	}
	.search-calendar span{
		font-size: 12px;
	}
	.logo-hwd{
		width: 100%;
	}
}

@media(min-width: 992px){
	.bg-hwd-md{
		background-size: 100% auto;
	}
	.header-left,.header-right{
		max-width: 45%;
	}
	.header-center{
		max-width: 10%;
		width: 100%;
	}
	.header-title{
		font-size: 22px !important;
	}
	.logo-hwd{
		max-height: 150px !important;
		width: auto;
	}
}

/*----------------------------------------------------- General CSS -----------------------------------------------------*/
.page-title{
	font-weight: 700;
    font-size: 24px;
}

/* START Owl Carousel */
.owl-prev {
    /* width: 15px; */
    height: 100px;
    position: absolute;
    top: 35%;
    /* margin-left: -20px; */
    margin-left: 5px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    /* width: 15px; */
    height: 100px;
    position: absolute;
    top: 35%;
    /* right: -25px; */
    right: 5px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    /* transform : scale(1,6);  */
    font-size: 45px;
    color: #ccc;
}
/* END Owl Carousel */

/* START Video */
.play-button {
    width: 90px;
    height: 60px;
    background-color: #060606;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.play-button {
    cursor: pointer;
}
.play-button,
.play-button:before {
    position: absolute;
}
.play-button,
.play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
/* END Video */

/*----------------------------------------------------- home&article -----------------------------------------------------*/
.article-wrapper{
	background-color: #fafafa;
	min-height: 250px; 
	border-top: 8px solid #373b4d;
}
.article-img{
	height: 200px;
}
.article-img a{
	height: inherit;
}
.article-img a img{
	object-fit: cover;
	object-position: center;
	height: inherit;
	width: 100%;
}
.article-body{
	font-size: 15px;
}
.article-body img{
	max-width: 100% !important;
}
.article-body .comment-wrapper img{
	max-width: 50px !important;
}
.article-body iframe{
	max-width: 100% !important;
	max-height: 200px !important;
}
.article-title{
	font-weight: 900;
	font-size: 18px;
	color: #373b4d !important;
}
.article-upper-title{
	font-size: 14px;
}
.article-wrapper .article-title{
	font-weight: 900;
	font-size: 20px;
	color: #373b4d !important;
}
.other-story .article-title{
	font-weight: 900;
	font-size: 18px;
	color: #373b4d !important;
}
.article-wrapper .article-upper-title{
	font-size: 14px;
}
.article-date{
	color: #193A61;
	font-size: 12px;
	font-weight: 700;
}
.article-text{
	font-weight: 400;
	font-size: 15px;
	color: #373b4d !important;
}
.article-writer{
	background-color: #193A61; 
	color: #ffffff; 
	font-size: 11px;
	cursor: default !important;
}
.article-readmore{
	float: right; 
	color: #193A61; 
	font-size: 12px; 
	margin-right: 40px;
	font-weight: 700;
}
.form-round{
	border-radius: 50px;
	padding: .5rem 1rem;
}
.form-round:focus{
	outline: none !important;
}
.article-body img{
	width: 100%;
	height: auto;
}
.other-story .card .card-body{
	height: 450px;
}
.other-story .card .card-body img{
	object-fit: cover; 
	object-position: center; 
	height: 200px; 
	width: 100%;
}
.share{
	color: #193A61; 
	font-weight: 700; 
	font-size: 14px;
}

@media(min-width: 576px){
	.article-body iframe{
		max-height: 350px !important;
	}
}

@media(min-width: 768px){
	.article-body{
		font-size: 15px;
	}
	.article-title{
		font-size: 22px;
	}
	.article-upper-title{
		font-size: 16px;
	}
	.article-wrapper .article-title{
		font-size: 30px
	}
	.article-wrapper .article-upper-title{
		font-size: 19px;
	}
	.other-story .card .card-body img{
		height: 150px; 
	}
}
@media(min-width: 992px){
	.article-img{
		height: 185px
	}
	.article-wrapper .article-title{
		font-size: 40px
	}
}

/* START Home Photo Story */
.home-photo-story .story-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.home-photo-story .multiple-icon{
    position: absolute;
    top: 12px;
    right: 30px;
    color: #fff;
}

.home-photo-story .story-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    font-weight: 700;
    font-size: 24px;
    color: #fff; 
  }
/* END Home Photo Story */

/*----------------------------------------------------- sidebar -----------------------------------------------------*/
.sidebarhw .header-title{
	color: #193A61; 
	font-weight: 900; 
	font-size: 22px !important;
	margin: 0;
}

.sidebarhw .title{
	color: #373b4d; 
	font-size: 14px; 
	font-weight: 300; 
	line-height: 1.7;
	font-family: Roboto !important;
}
.sidebarhw .urlweb{
	color: #193A61; 
	font-weight: 700; 
	font-size: 12px;
}

/* added on below*/
.sidebarhw a{
    font-weight: bold; 
    color: #262828; 
    font-size: 20px; 
    line-height:24px; 
    text-decoration: none;
}

.sidebarhw .sidebar-video-title a{
    font-weight: bold; 
    color: #262828; 
    font-size: 16px; 
    line-height:24px; 
    text-decoration: none;
}

.sidebarhw .date {
    font-weight: bold; 
    font-size: 12px;
}
/* added on above*/

@media (min-width: 576px) and (max-width:767px) {
	.sidebarhw .title{
		font-size: 18px;
	}
	.sidebarhw .urlweb{
		font-size: 16px;
	}
}

/*search ui*/
.multiselect-container>li>a>label{
	padding-left: 20px;
}

.multiselect.dropdown-toggle.btn.btn-default{
	background: #f5f3f3;
	border: 1px solid #e9e6e6;
	font-size: 14px;
	font-family: Roboto;
}

#searchForm .multiselect-native-select .btn{
	padding: 0;
	font-size: .875rem;
}

ul.multiselect-container li a{
	font-size: .875rem;
}

.no-outline:focus{
	outline: none !important;
}

@media (min-width: 576px){
	#exampleModal .modal-dialog {
	    max-width: 600px;
	}
}

/*Youtube container (responsive youtube video size*/
.youtube-container
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*----------------------------------------- Photo Story CSS -----------------------------------------*/

.photo-story .story-image{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.photo-story .multiple-icon{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}

.photo-story .story-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 44%;
    font-weight: 700;
    font-size: 31px;    
    line-height: 36px;
    color: #fff; 
  }

.photo-story .date {
    font-weight: bold; 
    color: #193A61;
    font-size: 12px;
}

.photo-story .category {
    font-weight: bold; 
    color: #373b4d; 
    font-size: 12px;
}

/*----------------------------------------- Vlog CSS -----------------------------------------*/
.vlog .title a {
    font-weight: bold;
    color: #373b4d;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
}

.vlog .date {
    font-weight: bold; 
    color: #193A61; 
    font-size: 12px;
}

.vlog .category {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
}

/*new homepage*/
.latest-post-img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 130px;
}

.latest-post-title-top{
	font-size: 14px;
    padding: 5px 0px 0px 0px;
    color: #00AEEF;
    text-decoration: none;
}

.latest-post-title{
	color: #000;
    text-decoration: none;
    font-size: 14px;
}

.latest-post-date{
	color: #939598;
    font-size: 10px;
}

@media(min-width: 992px)
{
	.latest-post-img{
		height: 210px;
	}

	.latest-post-title-top{
		font-size: 16px;
	}

	.latest-post-title{
		font-size: 16px;
	}

	.latest-post-date{
		font-size: 12px;
	}
}