/*! Place your custom styles here */

.nowrap {
	white-space: nowrap;
}

blockquote {
	font-size: 1.2em !important;
}

ul {
	list-style-position: inside;
	list-style-type: circle;
	text-align: left;
}

.navbar-toggle {
	float: right;
}

.logo {
	max-height: 4.4em !important;
}

@media all and (max-width: 999px) {
	.logo {
		max-height: 2.0em !important;
	}
}

@media all and (max-width: 768px) {
	.logo {
		max-height: 3.6em !important;
	}
}

@media all and (max-width: 320px) {
	.logo {
		max-height: 3em !important;
	}
}

@media(min-width:576px) {
	.list-2-column {
		columns: 2;
		break-inside: avoid;
		-moz-column-gap: 26px;
		-webkit-column-gap: 26px;
	}
}


.menuactive {
	color: white !important;
	font-weight: bold !important;
	opacity: 1 !important;
}

.btn--lg .btn__text {
	font-size: 1.4em;
}

.btn--icon {
	padding-right: 1em !important;
	padding-left: 4em !important;
}

/* body {
    font-size: 1.15em;
    line-height: 1.85714286em;
} */

/* .btn--icon i {
    line-height: 45px;
} */

.boxed.boxed--lg {
	padding: 2em;
}

@media (max-width: 767px) {
	.btn: not(:last-child) {
		margin-bottom: 0px !important;
	}
}

.btn--hero {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.img-responsive.mobile {
	display: none;
}

@media only screen and (max-device-width: 480px) {
	.img-responsive {
		display: none;
	}

	.img-responsive.mobile {
		display: block;
	}
}
