@media only screen and (max-width: 1220px) {
	.header .logo {
		margin: 28px 0 38px;
		width: 229px;
	}
	
	#carousels-stage, .slideshow.slick-slider {
		max-width: 880px;
	}
	
	#carousels-stage .slick-arrow, .slideshow.slick-slider .slick-arrow {
		left: -20px;
	}
	
	#carousels-stage .slick-arrow.slick-next, .slideshow.slick-slider .slick-arrow.slick-next {
		right: -20px;
	}
}


@media only screen and (max-width: 1200px) {
	.heading-wrap {
		background-size: auto auto;
	}
}


@media only screen and (max-width: 1170px) {
	.wrapper {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.homepage .box-3 .wrapper,
	.header .wrapper {
		padding: 0;
	}
}

@media only screen and (max-width: 1120px) {
	.homepage .box-2 h2::before,
	.homepage .box-2 h2::after,
	.homepage .box-2 .responsive-grid-layout-row.row0 .col.last::after,
	.homepage .box-2 .responsive-grid-layout-row.row0::before,
	.homepage .box-2 .responsive-grid-layout-row.row0 .col.first::before {
		display: none;
	}
}

@media only screen and (max-width: 1080px) {
	.primary-navigation-wrap ul li a {
		font-size: 12px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	iframe {
		max-width: 100% !important;
	}
	
	.primary-navigation-wrap ul li a {
		padding: 0 10px;
	}

	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Skinny Landscape Size (ipad landscape) ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
	p img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	form .field-wrap input.small, form .field-wrap select.small, form .field-wrap textarea.small {
	    min-width: 25%;
	}

	form .field-wrap input.normal, form .field-wrap select.normal, form .field-wrap textarea.normal {
	    min-width: 50%;
	}

	form .field-wrap input.large, form .field-wrap select.large, form .field-wrap textarea.large {
	    min-width: 100%;
	}
	
	.side-boxes .button,
	.side-boxes .side-box p,
	.side-boxes .side-box h2,
	.side-boxes .side-box img {
		min-width: 0;
		max-width: 100%;
	}

	.header {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.header .logo {
		margin: 33px 0 39px;
		width: 176px;
	}
	
	.primary-navigation-wrap ul li a {
		margin: 0 1px;
		padding: 0 8px;
	}
	
	.primary-navigation-wrap ul li ul {
		margin-left: 1px;
		width: 188px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Insidepage ------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	h1 {
		font-size: 48px;
	}
	
	.heading-wrap .wrapper {
		padding: 42px 10px 62px;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	#carousels-stage, .slideshow.slick-slider {
		max-width: 680px;
	}
	
	.marquee .content-wrap h1 {
		font-size: 38px;
		line-height: 46px;
	}
	
	.marquee .responsive-grid-layout-row.four-column .col {
		margin-left: 2%;
		margin-right: 2%;
		width: 47%
	}
	
	.marquee .responsive-grid-layout-row.four-column .col:nth-child(2),
	.marquee .responsive-grid-layout-row.four-column .col:nth-child(4),
	.marquee .responsive-grid-layout-row.four-column .col.last{
		margin-left: 0;
		margin-right: 2%;
	}

	/* animations */
	/* width animation for seperators */
	@keyframes widthanim1 { from {width: 0%;} to {width: 4%;} }
	@-webkit-keyframes widthanim1 { from {width: 0%;} to {width: 4%;} }
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Skinny Landscape Size (ipad landscape) ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 850px) {
	.body-wrap {
		padding: 0;
	}

	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Header & Search ------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.header {
		position: relative;
	}
	
	.header .wrapper {
		padding: 0 10px;
	}

	.header .logo {
		margin: 10px 0;
		width: 229px;
	}
	
	
	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Primary Navigation --------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.body-wrap {
		position: relative;
	}
	
	.primary-navigation-wrap {
		background: #ffffff none !important;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
		right: -100%;
		margin: 0;
		overflow: auto;
		padding: 0;
		position: fixed;
		top: 0;
		width: 80%;
		z-index: 100;
	}

	.primary-navigation-wrap ul {
		border: 0;
		display: block;
		float: none;
		margin: 0 0 19px 0;
		padding: 15px;
	}

	.primary-navigation-wrap ul > li {
		border: 0;
		display: block;
		float: none;
		margin: 0 0 3px 0 !important;
		padding: 0 !important;
		height: auto;
	}
	
	.primary-navigation-wrap ul > li > a {
		background-position: 0 100%;
		display: block;
		float: none;
		font-size: 15px;
		height: auto;
		line-height: 16px;
		margin: 0 !important;
		padding: 8px 10px !important;
		text-transform: uppercase;
	}

	/* drop */	
	.primary-navigation-wrap ul > li > ul,
	.primary-navigation-wrap ul > li > ul ul,
	.primary-navigation-wrap ul > li:hover > ul,
	.primary-navigation-wrap ul > li:hover > ul ul {
		box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		display: none;
		list-style: none;
		margin: 0;
		max-height: 800px;
		opacity: 1;
		padding: 0;
		left: auto;
		position: static;
		top: auto;
		-webkit-transition: none;
		-ms-transition: none;
		transition: none;
		width: auto;
		visibility: visible;
	}
	
	.primary-navigation-wrap ul li ul,
	.primary-navigation-wrap ul li:hover ul,
	.primary-navigation-wrap ul li.selected ul {
		background-color: #ffffff;
	}

	.primary-navigation-wrap ul li ul li:hover,
	.primary-navigation-wrap ul li ul li.selected:hover {
		background: transparent none;
	}

	.primary-navigation-wrap ul > li > ul li a {
		border: 0;
		border-top: 1px solid #ffffff;
	}
	
	.primary-navigation-wrap ul > li > ul li a:hover {
	}
	
	.primary-navigation-wrap ul > li > ul > li.sub:hover ul {
		display: none;
	}
	
	.primary-navigation-wrap ul li ul ul,
	.primary-navigation-wrap ul li:hover ul ul,
	.primary-navigation-wrap ul li.selected ul ul {
		padding-left: 30px;
	}

	.header .mobile-only {
		display: block;
	}

	.mobile-nav #menu-toggle {
		background: url(/images/icons/mobile-menu-toggle.png) 100% 50% no-repeat;
		background-size: 21px 13px;
		color: #3d3d3d;
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		padding: 3px 28px 0 0;
		position: absolute;
		right: 0;
		text-transform: uppercase;
		top: 17px;
	}

	.mobile-nav #menu-toggle.selected {
		background: url(/images/icons/mobile-menu-toggle-close.png) 50% 50% no-repeat;
		background-size: 100% auto;
		height: 16px;
		padding-right: 0;
		text-indent: -1000px;
		width: 22px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 760px) {
	.fade-in {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.body-wrap,
	.page-home .body-wrap {
		padding-top: 0;
	}
	
	.secondary-nav,
	.tertiary-nav,
	.heading-wrap,
	.middle-content > div,
	.footer-upper, 
	.footer, 
	.homepage > div,
	.fade-in {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Insidepage ------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.heading-wrap {
		background-size: cover;
	}
	
	h1 {
		font-size: 32px;
	}
	
	.heading-wrap .wrapper {
		padding: 12px 10px 32px;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.marquee .content-wrap h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	.homepage .box-2 h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 20px;
	}
	
	.homepage .box-2 .responsive-grid-layout-row {
		margin: 0 0 20px;
	}
	
	.homepage .box-2 .responsive-grid-layout-row .col {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float: none;
		padding: 10px;
		width: 100%;
	}
	
	.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first,
	.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last {
		position: static;
		text-align: center;
		width: 100%;
	}
	
	.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.last,
	.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.first {
		padding: 10px 10px;
		text-align: center;
		width: 100%;
	}
	
	.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first p,
	.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last p {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first img,
	.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last img {
		display: inline;
	}
	
	.homepage .box-2 .responsive-grid-layout-row h3 {
		font-size: 32px;
		line-height: 32px;
		margin: 0 0 10px;
	}

	.homepage .box-3 h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 20px;
	}
	
	#carousels-stage, .slideshow.slick-slider {
		max-width: 260px;
	}
	
	#carousels-stage .slick-arrow, .slideshow.slick-slider .slick-arrow {
		background-size: 12px 19px;
		height: 19px;
		left: -12px;
		width: 12px;
	}
	
	#carousels-stage .slick-arrow.slick-next, .slideshow.slick-slider .slick-arrow.slick-next {
		background-size: 12px 19px;
		right: -12px;
	}
	
	#carousels-stage .content {
		font-size: 20px;
	}
	
	#carousels-stage .content .caption {
		font-size: 15px;
	}
	
	#carousels-stage .content .caption span {
		font-size: 17px;
	}

	.homepage .box-2 .responsive-grid-layout-row.row0 .col.first::after,
	.homepage .box-2 .responsive-grid-layout-row.row0 .last::before,
	.homepage .box-2 .responsive-grid-layout-row.row1::before,
	.homepage .box-2 .responsive-grid-layout-row.row1::after,
	.homepage .box-2 .responsive-grid-layout-row.row1 .col.first::before,
	.homepage .box-2 .responsive-grid-layout-row.row1 .col.first::after,
	.homepage .box-2 .responsive-grid-layout-row.row1 .col.last::before,
	.homepage .box-2 .responsive-grid-layout-row.row1 .col.last::after,
	.homepage .box-2 .responsive-grid-layout-row.row2::before,
	.homepage .box-2 .responsive-grid-layout-row.row2::after,
	.homepage .box-2 .responsive-grid-layout-row.row2 .col.first::before,
	.homepage .box-2 .responsive-grid-layout-row.row2 .col.first::after,
	.homepage .box-2 .responsive-grid-layout-row.row2 .col.last::before,
	.homepage .box-2 .responsive-grid-layout-row.row2 .col.last::after,
	.homepage .box-2 .responsive-grid-layout-row.row3::before,
	.homepage .box-2 .responsive-grid-layout-row.row3::after,
	.homepage .box-2 .responsive-grid-layout-row.row3 .col.first::before,
	.homepage .box-2 .responsive-grid-layout-row.row3 .col.first::after,
	.homepage .box-2 .responsive-grid-layout-row.row3 .col.last::before,
	.homepage .box-2 .responsive-grid-layout-row.row3 .col.last::after {
		display: none;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Toggle More ----------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.toggle-more-content {
		line-height: 26px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 700px) {
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.marquee .content-wrap h1 {
		font-size: 28px;
		line-height: 36px;
		margin-left: 4%;
		margin-right: 4%;
	}

	.marquee .responsive-grid-layout-row.four-column .col {
		margin-left: 4%;
		margin-right: 4%;
		width: 92%
	}
	
	.marquee .responsive-grid-layout-row.four-column .col:nth-child(2),
	.marquee .responsive-grid-layout-row.four-column .col:nth-child(4),
	.marquee .responsive-grid-layout-row.four-column .col.last{
		margin-left: 4%;
		margin-right: 4%;
	}

	.marquee .content-wrap .button {
		margin-left: 4%;
		margin-right: 4%;
		min-width: 90%;
		max-width: 100%;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Workshops Page -------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.workshops-mainpage .gray-box .responsive-grid-layout-row .col.first .button {
		padding-left: 14px;
		padding-right: 14px;
	}

	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns > .col,
	.workshops-mainpage .responsive-grid-layout-row.two-thirds-one-third-columns > .col.last,
	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns > .col.last,
	.workshops-mainpage .responsive-grid-layout-row.two-thirds-one-third-columns > .col.first {
		text-align: center;
		width: 100%;
	}
	
	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns > .col.first {
		margin: 0 !important;
	}

	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns > .col.first h3 {
		margin: 0 !important;
	}

	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns .col {
		background: transparent;
		height: auto !important;
	}

	.workshops-mainpage .gray-box {
		padding: 15px;
	}

	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns {
		margin-bottom: 25px;
	}

	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns .col {
		background-image: none !important;
	}

	.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns .col img {
		display: block;
		height: auto !important;
		width: 100% !important;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 670px) {
	html { font-size: 62.5%; } 

	body {
		font-size: 1.6rem;
	}

	p {
		line-height: 2.6rem;
	}

	.right-side h1 {
		width: auto;
	}
	
	h2 {
		font-size: 28px;
		line-height: 39px;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Insidepage ------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.inside-page {
		padding: 20px 0 40px;
	}
	
	.inside-page .left-side,
	.inside-page .right-side {
		float: none;
		width: auto;
	}

	.inside-page .left-side {
		display: none;
		visibility: hidden;
	}
	
	.heading-wrap {
		margin-bottom: 0;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.main-content.has-side-boxes,
	.side-boxes,
	.right-side.has-sub-nav .main-content {
		float: none;
		width: auto;
	}
	
	.side-boxes {
		margin-top: 100px;
		padding-top: 10px;
	}

	.side-boxes .side-box {
		border-bottom: 0;
		border-left: 0;
		border-top: 1px solid #d3d3d3;
		margin: 0;
		padding: 20px 0;
		text-align: center;
	}
	
	.side-boxes .side-box h3.side-box-heading {
		text-align: center;
	}
	
	.side-boxes .side-box.questions-side-box img.side-box-image {
		top: -80px;
		left: 50%;
		margin: 0 0 0 -40px;
	}

	.side-boxes .side-box.upcoming-workshops-side-box img.side-box-image {
		top: -71px;
		left: 50%;
		margin: 0 0 0 -31px;
	}
	
	.side-boxes .button {
		width: auto;
	}

	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Additional Options ---------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */	
	.cms-table { width: 100%; }
	.main-content table.cms-table td { text-align: left; margin: 0; }
	.cms-table input,
	form .field-wrap textarea,
	form .field-wrap input,
	form .field-wrap select,
	form .field-wrap textarea,
	input, select, textarea {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}

	.image-right,
	.image-left {
		display: block;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	
	p .button.fr {
		display: block;
		float: none;
		margin: 0 auto 10px auto;
		max-width: 200px;
		text-align: center;
	}
	
	img {
		height: auto !important;
		max-width: 100% !important;
	}
	
	iframe {
		max-width: 100% !important;
	}
	
	table.form tr td {
		display: table;
		width: 100% !important;
	}
	
	table.form tr td:last-child {
		padding: 0 0 10px 0;
	}
	
	.main-content table td {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: table;
		margin-bottom: 25px;
		padding: 10px 0 !important;
		width: 100% !important;
		text-align: center;
	}

	.main-content table td ul {
		text-align: left;
	}

	.main-content table td img {
		width: 100% !important;
	}
	
	form.category-and-window {
		height: auto;
	}
	
	form.category-and-window select {
		float: none;
		display: block;
	}
	
	form.category-and-window .text-search-wrap {
		float: none;
		min-height: 30px;
		margin: 10px 0;
	}
	
	.job-board-items {
		clear: both;
	}
	
	.main-content table.info-table td {
		display: table-cell;
		margin: 0;
		text-align: left;
	}
	
	.main-content table.display-table {
		max-width: 100% !important;
		width: auto !important;
	}
	
	.main-content table.display-table h2 {
		font-size: 20px;
	}
	
	.main-content table.display-table td {
		text-align: left;
		display: table-cell;
		width: auto !important;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Footer ---------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.footer {
		padding: 20px 0 20px 0;
	}

	.footer-box.left,
	.footer-box.right,
	.footer-lower .copyright,
	.footer-lower .powered-by {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float: none;
		text-align: center;
		margin: 20px 10px;
		padding: 0;
		width: 100%;
	}
	
	.footer img,
	.footer-lower img {
		display: inline;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Tables ---------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-type-23 table {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.page-type-23 table td {
		display: table;
		width: 100% !important;
		padding: 30px 0 !important;
	}

	.right-side.full-width .feedback-form-wrap,
	.right-side.full-width .driving-directions-wrap {
		float: none;
		width: auto;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Blog Page ------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.blog-left-column,
	.blog-right-column {
		float: none;
		width: auto;
	}
	
	.blog-right-column {
		margin-top: 50px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* News Page Styles ------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.detail-page.news .small-action-button.fr {
		float: none;
		margin: 10px 0;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Contact Form ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.contact-page-wrap .cms-table {
		width: 100%;
	}
	
	.contact-page-wrap .col.first {
		float: none;
		max-width: none;
		width: 100%;
	}

	.contact-page-wrap .col.last {
		float: none;
		margin-top: 40px;
		width: 100%;
	}
	
	.contact-page-wrap .col input,
	.contact-page-wrap .col select,
	.contact-page-wrap .col textarea {
		max-width: 100%;
		width: 100%;
	}
	
	.contact-page-wrap .col input.button {
		min-width: 0;	
	}
	
	.contact-page-wrap #recaptcha_widget {
		max-width: 350px;
	}

	.contact-page-wrap #recaptcha_image {
		height: auto !important;
		width: 100% !important;
	}
	
	.contact-page-wrap #recaptcha_image img {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100% !important;
	}
	
	.contact-page-wrap #recaptcha_widget .small {
		margin-top: 4px;
	}

	.map-canvas.driving-directions {
		margin-left: 20px !important;
		margin-right: 20px !important;
		width: auto;
	}
	
	form.category-and-window .text-search-wrap .text-search,
	form.category-and-window .text-search-wrap .submit {
		min-width: 0;
		width: auto;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
	h1 {
	    font-size: 28px;
	    line-height: 30px;
	}

	.heading-wrap .wrapper {
	    padding: 16px 10px 24px;
	}
	
	.footer-upper {
		padding: 20px 10px;
	}
	
	.footer-upper,
	.footer-upper p {
		font-size: 24px;
		line-height: 32px;
	}
	
	.footer-upper .button {
		margin: 20px 0 0 0;
		padding: 11px 20px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
	h1 {
		font-size: 22px;
	}
	
	h3, 
	h2.title {
		font-size: 20px;
		margin: 0 0 10px 0;
	}

	.list-item.resource-item .button.fr {
		display: none;
	}
	
	.inside-page .right-side.full-width {
		padding: 0;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
	.header {
		padding-left: 10px;
	}
	
	.header .logo {
		width: 176px;
	}
	
	.mobile-nav #menu-toggle {
		top: 13px;
	}
}