@font-face {
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/roboto-normal.eot);
	src: url(../fonts/roboto-normal.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-normal.woff2) format("woff2"), url(../fonts/roboto-normal.woff) format("woff"), url(../fonts/roboto-normal.ttf) format("truetype"), url(../fonts/roboto-normal.svgl) format("svg")
}

@font-face {
	font-family: 'roboto';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/roboto-300.eot);
	src: url(../fonts/roboto-300.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-300.woff2) format("woff2"), url(../fonts/roboto-300.woff) format("woff"), url(../fonts/roboto-300.ttf) format("truetype"), url(../fonts/roboto-300.svg) format("svg")
}

body {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.7rem;
	color: #444;
}

h1 {
	font-size: 2rem;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-size: 1.7rem;
	margin: 0 0 20px;
	font-weight: bold;
}

h3 {
	font-size: 1.5rem;

	font-weight: bold;
}

h5 {
	font-weight: bold;
}

a {
	color: rgb(0, 118, 206);
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	text-decoration: none;
}

p:last-child {
	margin: 0;
}

.slick-arrow {
	color: #ffffff !important;
}

.slick-arrow:hover {
	cursor: pointer;
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgb(0, 118, 206) !important;
	color: #ffffff;
}

.container,
.container-fluid {
	padding-top: 30px;
}

.container>.row,
.container-fluid>.row {
	border-bottom: 1px dotted #aaa;
}

.container>.row:last-child,
.container-fluid>.row:last-child {
	border: initial;
}

.img-block img,
.service-img img {
	width: 100%;
}

.text-block {
	padding: 3rem 0;
}

.bullet-list {
	padding-left: 30px;
	margin: 0 0 16px;
}

.bullet-item {
	padding: 0 0 10px;
}

.bullet-item:last-child {
	padding: 0;
}

.documents-list {
	padding-left: 10px;
	list-style: none;
	margin: 0;
}

.documents-item {
	padding: 10px 0;
}

.documents-item .fa-file-pdf {
	font-size: 40px;
	margin-right: 5px;
}

.btn-popover {
	background-color: rgb(0, 118, 206);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
}

.btn-popover:before {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 6px;
	left: calc(50% - 1px);
	height: 18px;
	width: 2px;
	transition: transform 0.2s;
}

.btn-popover:after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: calc(50% - 1px);
	left: 6px;
	height: 2px;
	width: 18px;
	transition: transform 0.2s;
}

.btn-popover:focus {
	background-color: #e0576491;
	box-shadow: initial;
}

.btn-popover:focus:before,
.btn-popover:focus:after {
	transform: rotate(45deg);
}

.plyr {
	width: 100%;
}

.plyr__poster {
	background-color: #fff !important;
}

.plyr--stopped .plyr__controls {
	display: none !important;
}

.plyr__control--overlaid {
	background: #444 !important;
	transition: background 0.2s;
}

.plyr__control--overlaid:hover {
	background: #656565 !important;
}

.slick-slider {
	padding: 30px 0;
}

.slick-slide {
	outline: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	font-size: 30px;
	color: #444;
	opacity: 0.3;
	transition: opacity 0.2s
}

.slick-prev {
	left: 5px;
}

.slick-next {
	right: 5px;
}

.slick-dots {
	position: absolute;
	list-style: none;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	z-index: 999;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	background: #444;
	border: none;
	border-radius: 2px;
	margin: 0 4px;
	padding: 3px 6px;
	outline: none;
	opacity: 0.3;
	transition: opacity 0.2s
}

.slick-arrow:hover,
.slick-dots button:hover {
	opacity: 1;
}

.slick-dots .slick-active button {
	opacity: 0.75;
}

.service-text p {
	margin: 0;
}

.txt-blue {
	color: rgb(0, 118, 206) !important;
}

/* start styles for documents */

.document-wrapper {
	padding: 5px 0 20px;
}

.doc-cover {
	position: relative;
}

.doc-icon {
	display: block;
	height: 50px;
	width: 43px;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -25px;
	opacity: 0.8;
}

.doc-icon:before {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-image: url(../media/document_fragment.png)
}

.vid-icon {
	display: block;
	height: 50px;
	width: 43px;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -25px;
	opacity: 0.8;
}

.vid-icon:before {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-image: url(../media/Video-fragment-05.png)
}

.document-item {
	display: flex;
	align-items: center;
	padding: 9px 24px 9px 10px;
	line-height: 20px;
	width: 100%;
	box-sizing: border-box;
}

.document-item:not(:last-child) {
	margin-bottom: 15px
}

.document-item:hover .doc-icon {
	opacity: 1;
}

.document-item:hover .vid-icon {
	opacity: 1;
}

.document-item:hover .doc-inner-text {
	font-weight: bold;
}

.doc-inner-text {
	text-align: left;
	padding-left: 32px;
}

/*end styles for documents */


@media (min-width: 320px) {
	h1 {
		font-size: 1.7rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.3rem;
	}
}

@media (min-width: 576px) {
	h1 {
		font-size: 1.65rem;
	}

	h2 {
		font-size: 1.6rem;
	}

	h3 {
		font-size: 1.4rem;
	}
}


@media (min-width: 768px) {
	h1 {
		font-size: 1.75rem;
	}

	h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}