/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	body {
		padding-top: 80px;
	}
	body.admin-bar {
		padding-top: 67px;
	}
	.home-logo {
		left: 10px;
		top: 10px;
	}
	.home-logo img {
		width: 100px;
		height: auto;
	}
	.modal-wrapper {
		margin-top: 5em;
		padding: 50px 15px;
	}
	.modal-wrapper h2 {
		font-size: 1.5em;
	}
	.media-tiles-wrap {
		width: 200%;
	}
	.admin-bar #header {
		top: 0;
	}
	.admin-bar .breadcrumbs-wrapper,
	.breadcrumbs-wrapper {
		top: 78px;
	}
	#header {
		padding-bottom: 5px;
		border-color: #ddd;
	}
	#header .menu-wrapper {
		text-align: left;
		margin-top: 5px;
	}
	#header .logo,
	#header .tagline {
		margin-top: 5px;
	}
	#aux-header-menu {
		display: flex;
		flex-wrap: nowrap;
	}
	#aux-header-menu .menu-item {
		flex-grow: 1;
		padding: 0;
		text-align: center;
	}
	#aux-header-menu .menu-item:first-child {
		flex-grow: 0;
		padding-right: 10px;
	}
	#header .menu-item a {
		font-size: 5vw;
	}
	#aux-footer-menu .menu-item a  {
		font-size: 3vw;
	}
	.bottom-menu {
		width: 50%;
		min-height: 100px;
	}
	.prezi {
		padding-top: 20px;
		clear: both;
	}
	#bottom-footer {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#bottom-footer .copyright {
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.button {
		margin-top: 10px;
	}
	iframe,
	video {
		max-width: 100%;
		height: auto;
	}
	#footer .cta {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#footer .ebook-link img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 !important;
	}
	.social-icons .google-play {
		clear: both;
		float: none;
	}
	.module-anchor-statement {
		font-size: 3.5rem;
    	line-height: 4.5rem;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#header .menu-item a {
		font-size: 17px;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.slim-calculator .youtube-views-to-money-calculator .btn {
		margin-top: 144px;
	}
}