/*.mobile {
	display: none;
}
.desktop {
	display: block;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.billboard-slider-flexible {
	height: 190px;
	position: relative;
}

.banner .row {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon-elements {
	padding-top: 30px;
	padding-bottom: 30px;
}
.icon-elements.border-on {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.icon-elements  h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.icon-elements .icons {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 60px;
}

.icon-elements .title {
	font-weight: bold;
}

.icon-elements  img {
	max-height: 53px;
}

.full-width-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.full-width-section.border-on {
	border-top: solid #e61e1e 10px;
    border-bottom: solid #e61e1e 10px;
}

.unique-question .smaller-width{
	max-width: 800px;
	width: 100%;
	margin: 60px auto 100px;
	position: relative;
}
.unique-question .smaller-width .title {
    color: #3259A8;
    font-weight: 600;
    font-size: 30px;
    max-width: 280px;
    display: inline-block;
    min-height: 180px;
}
.unique-question .smaller-width img.icon {
    position: absolute;
    z-index: -1;
    height: 110px;
    right: 0;
    bottom: 0;
}
.unique-question .smaller-width .border-right {
	border-right: 3px solid #3259A8;
	position: relative;
}
.unique-question .smaller-width:before {
	content: "";
	background-image: url('/wp-content/uploads/2023/04/Dropshadow-1.png');
	width: 100%;
	position: absolute;
	bottom: -70px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 70px;
}
.blue-left-border {
	margin-bottom: 60px;
}
.blue-left-border .row{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.blue-left-border .content-border{
	border-left: 20px solid #3259A8;
	padding-left: 20px;
}
.blue-left-border img {
	max-height: 350px;
}

@media (max-width: 767px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}*/