.top-bar {
	background-color: rgb(229,123,61);
	height: auto;
}

.toggle-topbar.menu-icon {
	display: none;
}

.top-bar-section ul li input[type="submit"],
.top-bar-section ul li:not(.has-form) a:not(.button) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans', sans-serif; 
	font-size: 0.8125rem;
	font-weight: normal;
	width: 100%;
	background: rgb(170,156,149);
	line-height: 2.8125rem;
	padding: 0 0.9375rem;
	border: 0;
	box-sizing: border-box;
	top: 0;
	height: 47px;
	cursor: pointer;
}

.top-bar .title-area {
	display: none;
}

.top-bar-section ul {
	display: inline;
	height: auto !important;
	width: auto;
}

.top-bar-section ul li:first-child {
	margin-right: 0.5rem;
}



.top-bar-section ul li {
	background: rgb(170,156,149);
	float: left;
}

.top-bar-section ul li input[type="submit"]:hover {
	background-color: #555555;
	background: #222222;
}

.app-container {
	flex-wrap: wrap;
	margin-top: 2rem;
	display: none;
	opacity: 0;
	font-family: 'Open Sans', sans-serif; 
}

.button, button, input {
	font-family: 'Open Sans', sans-serif; 
}

.app-container h1,
.app-container h2,
.app-container h3,
.app-container h4,
.app-container h5,
.p.duration {
	font-family: 'Lato', sans-serif;
}

.app-container.render {
	display: flex;

}

.app-container.render.fadein {
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

.app-container .abc-column { 
	width: 100%;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
	position: relative;
}

.app-container .abc-column:not(.videos):nth-child(2) {
	background-color: rgb(229,123,61);
	border-radius: 2rem;
	padding-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.app-container .abc-column:not(.videos):nth-child(2) .h2 {
	color: white;
	font-weight: 700;
	padding: 1rem 0 0 0;
	text-transform: lowercase;
	font-size: 3rem;
	margin: 0;
}

.app-container .abc-column:not(.videos):nth-child(2) .login-content {
	background-color: #f9d768;
	border-radius: 1rem;
	padding: 1rem;
}

.app-container .abc-column:not(.videos):nth-child(2) .intro p {
	font-size: 1rem;
	font-style: normal;
}

.app-container .abc-column:not(.videos):nth-child(2) label {
	position: absolute;
	left: -9999px;
}

.app-container .abc-column:not(.videos):nth-child(2) input[type="text"] {
	font-size: 1rem;
}

.app-container .abc-column:not(.videos):nth-child(2) .input.button {
	background-color: rgb(229,123,61);
	padding: 0.5rem 1rem;
	border-radius: 6px;
}

.app-container .abc-column:not(.videos):nth-child(2) p {
	margin: 0;
}

.app-container .abc-column:not(.videos):nth-child(2) p.error {
	color: red;
	font-weight: bold;
	font-style: italic;
	margin: 1rem 0;
	font-size: 0.75rem;
}

.app-container .abc-column:not(.videos):nth-child(2) .login-content .form {
	margin-top: 1rem;
}

.app-container .abc-column .img {
	width: 100%;
}

.app-container .abc-column .img.mobile {
	display: block;
}

.app-container .abc-column .img.desktop {
	display: none;
}


.app-container .abc-column .fb.desktop,
.app-container .abc-column .fb.mobile {
	margin-top: 2rem;
	padding-left: 4rem;
	position: relative;
	display: none;
}

.app-container .abc-column .fb.mobile {
	display: block;
}

.app-container .abc-column .fb:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3.5rem;
	background-image: url(../images/css/fb.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.app-container .abc-column .fb p {
	margin: 0;
	font-size: 0.75rem;
}

.app-container .abc-column .topics {
	background: rgb(229,123,61);
	border-radius: 2rem;
	padding: 1.5rem;
	margin-bottom: 2rem;
	color: black;
}

.app-container .abc-column .topics p {
	margin: 0;
}

.app-container .abc-column .topics ul {
	padding: 0 0 0 2rem;
	margin: 1rem 0 0 0;
}


.video-container {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.video-container .img.thumbnail {
	display: block;
	width: 40%;
}

.video-text-content {
	padding-left: 1rem;
	width: 60%;
}

.video-text-content .h4,
.video-text-content .p.duration {
	font-weight: 700;
	font-size: 0.875rem;
	color: #003a55;
	margin: 0;
}

.video-text-content .p.description {
	font-size: 0.75rem;
	line-height: 0.875rem;
}

.app-container .abc-column.client p {
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.app-container .abc-column.client .client-images {
	width: 75%;
	margin: 0 auto;
}

.app-container .abc-column.client .client-images a,
.app-container .abc-column.client .client-images img {
	display: block;
	width: 100%;
}

.app-container .abc-column.client .client-images a {
	margin-top: 1rem;
}

.app-container .abc-column.videos .pdf {
	background-color: #f9f1c8;
	border-radius: 1rem;
	padding: 0.5rem 0.5rem 0.5rem 6.5rem;
	position: relative;
	cursor: pointer;
}

.app-container .abc-column.videos .pdf:before {
	content: "";
	display: block;
	width: 5.25rem;
	position: absolute;
	top: 0;
	left: 0.5rem;
	bottom: 0;
	background-image: url(../images/css/pdf-mini.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.app-container .abc-column.videos .pdf h3 {
	font-size: 1rem;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
}

.app-container .abc-column.videos .pdf h4 {
	font-size: 0.75rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
}

.app-container .abc-column.videos .pdf p {
	font-size: 0.75rem;
	margin: 0;
}

.app-container .abc-column  .a {
	display: block;
	margin-top: 1rem;
}

.footer {
	display: none;
	opacity: 0;
	justify-content: flex-start;
	align-items: center;
	padding: 0.625rem;
}

.footer a {
	display: inline-block;
	margin-right: 1rem;
}

.footer.render {
	display: flex;
}

.footer.render.fadein {
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

.footer p {
	margin: 0 1rem;
}

.footer.videos p {
	width: 75%;
}

.abc-modal {
	display: flex;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.85);
}

.abc-modal .abc-modal-content {
	max-width: 95%;
	max-height: 95%;
	width: 60rem;
	height: 34rem;
	background-color: black;
	position: relative;
}

.abc-modal .abc-modal-content button.close {
	width: 2rem;
	height: 2rem;
	background: url(../images/css/close.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1rem;
	top: -1rem;
	padding: 0;
}

.abc-modal .abc-modal-content .abc-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px white;
}

@media only screen and (min-width: 48rem) {

	.app-container {
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.app-container .abc-column {
		width: 30%;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.app-container .abc-column:nth-child(2) {
		width: 40%;
		margin-left: 0;
		margin-right: 0;
	}

	.app-container .abc-column .img.desktop {
		display: block;
	}

	.app-container .abc-column .img.mobile {
		display: none;
	}

	.app-container .abc-column .fb.desktop {
		display: block;
	}

	.app-container .abc-column .fb.mobile {
		display: none;
	}

	.app-container .abc-column:nth-child(3) {
		margin-left: 1rem;
		border-left: solid 1px rgb(170,156,149);
	}

	.app-container .abc-column.client .client-images {
		margin: 0;
	}

	.footer.videos p {
		width: auto;
	}
}

.privacy-policy {
	padding: 1rem;
	box-sizing: border-box;
}
