@import url(https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans:300,400|Oswald|Raleway:100,400|Roboto:100,300,400);
body {
	background: #fcfcfc;
	font-family: Roboto;
	font-weight: 300;
}
body > header {
	margin-bottom: 40px;
	box-shadow: 0 0 10px 0;
}

ul {
	list-style: none;
	padding: 0;
}
li {
	padding-left: 1.3em;
}

.icon li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: green;

	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#navbarSupportedContent > ul {
	width: 80%;
	justify-content: flex-end;
}


.main-content section {
	border-bottom: 1px solid #eee;
	padding: 20px 21px 0;
	background: #f9f9f9;
	margin: 10px 0;
}

.home-flex-inline {
	display: flex;
	width: max-content;
	align-items: center;
	/* float: right; */
	font-size: 1.1em;
	/* position: absolute; */
	/* right: 80px; */
	/* top: 50%; */
	/* margin-top: -34px; */
}

.call {
  background-image: url("../../img/board.jpg");
}

.jumbotron {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.top-item .col-md-4 ul li {
	font-size: .9em;
}

@media screen and (max-width: 1024px){
	.jumbotron h3 {
		font-size: 16px;
	}

	.jumbotron a {
		font-size: 16px;
	}

	.top-item .col-md-4 ul li {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 425px){
	.jumbotron h3 {
		font-size: 14px;
		padding-bottom: 30px;
	}

	.jumbotron a {
		font-size: 14px;
		top: auto;
		/* position: relative; */
		margin: 0;
		width: 100%;
		right: 0;
		bottom: 0;
		line-height: 0;
	}
}

.main-top img {
	width: 100%;
}

.home-flex-inline  i {
	padding-left: 15px;
	font-size: 1em;
}

#footer {
	background: #000;
	color: #f5f5f5;
	padding: 30px 0 10px;
}
.top .card {
	margin: 10px 0;
}

.top .cards .col-4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.cards {
	margin: 10px;
	background: #eee;
	padding: 5px;
}

.note {
	background: #fff;
	padding: 15px 5px 5px 30px;
	margin: 10px;
	border-radius: 3px;
	box-shadow: 0 0 7px -3px;
	font-size: 0.8em;
}

div#brand-list-narrow {
	display: flex;
	flex-wrap: wrap;
}

div#brand-list-narrow > div {
	width: 33%;
	margin: 0 auto;
}

.sidebar.m-height {
	max-height: 80vh;
	overflow: scroll;
}

.top-item {
	margin: 45px 0 25px;
}


.top-item .col-md-4 ul li i {
	color: #555;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
	background: none !important;
}
.sidebar .top > img {
	margin: 10px 0;
}

.note i {
	color: #555;
}

.link-ref {
	position: relative;
}

@media screen and (max-width: 768px){
	.dropdown-menu {
		border: none;
		background: #eee;
	}
	.navbar-brand {
		position: relative;
		width: 100%;
	}
	.navbar-brand b {
		font-size: 0.8em;
	}

	.navbar-brand img {
		width: 100%;
	}

	.link-ref {
		position: relative;
		left: 0px;
	}
}

@media screen and (max-width: 425px){
	.navbar-brand b {
		font-size: 0.6em;
	}

	body > header {
		overflow: hidden;
	}

	.dropdown-menu {
		font-size: 0.8em;
		margin-left: -70px;
		width: max-content;
	}
}

.dropdown-toggle::after {
	top: 18px;
	right: -10px;
	position: absolute;
}

.img2 {
	padding: 20px 0;
}

.img2 .left > span {
	color: #064287;
	font-size: 2em;
}
.img2 .left > span b {
	font-size: 1.2em;
	font-weight: 900;
	font-family: Roboto;
}
.img2 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: l;
}
.img2 ul li {
	padding: 0;
	margin: 0 auto;
}

.img2 ul li h3 {
	color: #f5b425;
	font-size: 2em;
	font-weight: bold;
}

.img2 ul li span {
	color: #777;
	font-weight: 900;
}

.img2 ul li:nth-child(2) {
	text-align: center;
} 

.img .left,
.img .right{
	position: relative;
	display: inline-block;
}

.img .left {
	width: 62%;
	border: 5px solid #22c0e5;
	padding: 10px 0px 10px 10px;
}

.img .left::after {
	content: '';
	display: block;
	position: absolute;
	right: -162px;
	top: -4px;
	border: 117px solid transparent;
	border-left: 40px solid #21beeb;
}

.img .right {
	width: 30%;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: inline-flex;
	flex-direction: column;
	vertical-align: top;
	margin-left: 50px;
	top: 20px;
}

.img .right img {
	width: 70px;

}

.img .right > span {
	align-items: flex-start;
	font-size: 2em;
	font-weight: 900;
	color: #004796;
	line-height: 1;
	margin-bottom: 30px;
}
.img .right > .bottom {
	vertical-align: bottom;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.img .right > .bottom > span {
	color: #111;
	font-style: italic;
	font-weight: 900;
	font-size: 1.4em;
}
.img .right > .bottom > span:first-child {
	color: #004796;
	font-weight: 600;
}

@media screen and (max-width: 1280px) {
	
	.img .left::after {
		content: '';
		display: block;
		position: absolute;
		right: -185px;
		top: -3px;
		border: 140px solid transparent;
		border-left: 40px solid #21beeb;
	} 
}

@media screen and (max-width: 768px) {
	.img .left,
	.img .right{
		font-size: 0.6em;
	}
	
	.img .left {
		width: 62%;
		font-size: .7rem;
	}

	.img .right {
		width: 25%;
	}

	.img .left img {
		width: 80px;
	}
	.img .right img {
		width: 40px;

	}

	.img .left::after {
		content: '';
		display: block;
		position: absolute;
		right: -148px;
		top: -3px;
		border: 103px solid transparent;
		border-left: 40px solid #21beeb;
	} 
}

@media screen and (max-width: 425px) {
	
	.img .left {
		width: 100%;
		font-size: .7rem;
	}

	.img .right {
		display: none;
		width: 100%;
		margin: 0;
	}

	.img .left::after {
		display: none;
	} 
}

@media screen and (max-width: 375px) {
	
	.img .left {
		width: 100%;
		font-size: 0.4rem;
	}

	.img .right {
		width: 100%;
		margin: 0;
	}

	.img .left::after {
		display: none;
	} 
}
