.mod-browser-check .browser-support li {
	margin-bottom: 5px;
}

.mod-browser-check .browser-support li .browser-logo {
	margin-right: 10px;
	width: auto;
	height: 40px;
}

/* */

.mod-help-videos .bs-example{
    margin: 20px;
}
.mod-help-videos .accordion .fa{
    margin-right: 0.5rem;
}

.mod-help-videos h2 button {
	width: 100%;
	text-align: left !important;
}
.mod-help-videos .content {
	color: rgb(67, 77, 88);
	font-size: 18px;	
}
.mod-help-videos .iframe {
	width: 640px;
	height: 360px;
}
.mod-help-videos .introtext {
	margin-top: 20px;
	margin-bottom: 20px;
}

.iframe-container {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.iframe-container:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* Accordion */

.mod-help-videos .card {
	border: none;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px !important;
}

.mod-help-videos .card-header {
	border: none;
}
.mod-help-videos .card .card-header {
	background-color: #d5edf4;
}
.mod-help-videos .card-header button {
	color: #204C7A;
	font-weight: 700;
	font-size: 20px;
	background-color: unset;
}
.mod-help-videos .card-header button:hover {
	color: #5cb3d1;
	text-decoration: none;
}
.mod-help-videos .btn:hover:focus {
	background-color: unset !important;
}
.mod-help-videos .card-body {
	background-color: #e4f1f5;
}
.mod-help-videos li {
	margin-left: 20px;
}

@media screen and (max-width: 900px) {
	.mod-help-videos .iframe {
		width: 480px;
		height: 270px;
	}
}
@media screen and (max-width: 692px) {
	.mod-help-videos .iframe {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 654px) {
	.mod-help-videos .iframe {
		height: 60%;
	}
}
@media screen and (max-width: 444px) {
	.mod-help-videos .iframe {
		height: 40%;
	}
}

@media screen and (max-width: 360px) {
	.mod-help-videos .content {
		padding: 0;
	}
	.mod-help-videos .card-header button {
		font-size: 14px;
	}
}