@media only screen and (max-width: 1100px) {
	.wrapper,
	.header .wrapper,
	.heading-wrap .wrapper {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	iframe {
		max-width: 100% !important;
	}
	
	.header .logo {
		margin-left: 0;
	}
	
	.heading-wrap {
		height: 224px;
	}
	
	.heading-wrap .blue-arrow-overlay {
		margin-bottom: 0;
	}
	
	.heading-wrap .blue-arrow-overlay img {
		height: 244px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Skinny Landscape Size (ipad landscape) ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
	body {
		padding-top: 123px;
	}

	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%;
	}

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Header & Search ------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.header .wrapper {
		height: auto;
		text-align: center;
		padding: 15px 0;
	}
	
	.header .logo {
		float: none;
	}

	.header .logo img {
		width: 101px;
	}
	

	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Primary Navigation --------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.primary-navigation-wrap {
		float: none;
		margin: 10px 0 0 0;
		text-align: center;
	}

	.primary-navigation-wrap > ul > li {
		display: inline-block;
		float: none;
		vertical-align: top;
		text-align: left;
	}

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.homepage .box-1 {
		height: 260px;
	}

	.homepage .box-1 .marquee-stage {
		height: 260px;
	}

	.homepage .box-1 .marquee-stage .slide {
		height: 260px;
	}

	.homepage .box-1 .marquee-stage .slide h2 {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 10px;
	}
	
	.homepage .box-1 .marquee-stage .slide > .wrapper {
		height: 260px;
		padding: 0 0 0 80px;
		width: 388px;
	}
}


@media only screen and (max-width: 820px) {
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.homepage .box-1 {
		height: 200px;
	}

	.homepage .box-1 .marquee-stage {
		height: 200px;
	}

	.homepage .box-1 .marquee-stage .slide {
		height: 200px;
	}

	.homepage .box-1 .marquee-stage .slide h2 {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 10px;
	}

	.homepage .box-1 .marquee-stage .slide > .wrapper {
		height: 200px;
		padding: 0 0 0 60px;
		width: 300px;
	}

	.homepage .box-2 p {
		display: block;
	}

	.homepage .box-2 .white-button,
	.homepage .box-2 .black-button {
		display: block;
	}
	
	.homepage .box-2 .white-button a {
		border-radius: 3px;
		display: block;
		font-size: 22px;
		height: 40px;
		line-height: 40px;
		margin: 5px;
		padding: 0;
	}

	.homepage .box-2 .black-button a {
		border-radius: 3px;
		display: block;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin: 5px;
		padding: 0;
	}

	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Contact Form ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.cms-table {
		clear: both;
	}
	.cms-table input {
		max-width: 260px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Landscape Size (devices and browsers) ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {
	body {
		padding-top: 119px;
	}

	.heading-wrap .wrapper {
		height: auto;
		padding: 10px;
	}

	.heading-wrap img {
		display: none;
		width: 100%;
	}
	
	.primary-navigation-wrap > ul > li > a {
		padding: 0 10px;
	}
	
	.primary-navigation-wrap > ul > li.last a {
		height: 37px;
		line-height: 37px;
		margin-left: 6px;
		margin-top: 3px;
		padding: 0 8px;
	}
	
	.homepage .lower-boxes .col,
	.homepage .lower-boxes .col.first,
	.homepage .lower-boxes .col.last {
		clear: both;
		float: none;
		margin: 6px 0 0;
		width: auto;
	}

	.homepage .lower-boxes .col.last {
		margin-top: 26px;
	}
	
	.homepage .lower-boxes {
		padding-top: 22px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Insidepage ------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.heading-wrap {
		height: 124px;
	}
	
	.heading-wrap .blue-arrow-overlay img {
		height: 144px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Middle Footer ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.footer-box-left {
		float: none;
		text-align: center;
	}

	.footer-box-right {
		float: none;
		text-align: center;
	}
}


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

	body {
		background: #ffffff;
		font-size: 1.6rem;
		padding-top: 0;
	}
	
	h1 {
		font-size: 44px;
	}

	p {
		line-height: 2.6rem;
	}

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Header & Search ------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.header {
		left: 0;
		position: relative;
		right: 0;
		top: 0;
		z-index: 5000;
	}

	.header .wrapper {
		height: 60px;
		padding: 0 10px;
	}

	.header .logo {
		float: left;
		margin: 12px 0 0 0;
	}
	
	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Primary Navigation --------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.body-wrap {
		position: relative;
	}
	
	.primary-navigation-wrap {
		background: #ffffff;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0,0,0,.25);
		-moz-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 {
		margin: 0 0 19px 0;
		padding: 15px;
	}

	.primary-navigation-wrap > ul > li {
		display: block;
		float: none;
		margin: 0 !important;
		padding: 0 !important;
		height: auto;
	}

	.primary-navigation-wrap > ul > li > a {
		display: block;
		font-size: 15px;
		height: auto;
		line-height: 17px;
		margin: 0 !important;
		padding: 8px 10px !important;
		float: none;
	}
	
	.primary-navigation-wrap > ul > li.last a {
		height: auto;
		line-height: normal;
	}


	/* 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;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}

	.primary-navigation-wrap > ul > li > ul li a {
		border: 0;
		border-top: 1px solid #ffffff;
	}

	/* drop level 2+ */
	.primary-navigation-wrap > ul > li > ul > li > ul {
		display: none;
	}

	.primary-navigation-wrap > ul > li > ul ul li a {
		padding-left: 30px;
	}
	
	.primary-navigation-wrap ul li ul li ul li ul {
		display: none;
	}
	
	.primary-navigation-wrap > ul > li > ul ul ul li a {
		padding-left: 50px;
	}

	.mobile-only {
		display: block;
	}

	.mobile-nav #menu-toggle {
		background: url(../images/icons/mobile-menu-toggle.png) 100% 0 no-repeat;
		background-size: 21px 13px;
		color: #9f9fa1;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 14px;
		opacity: 1;
		filter: alpha(opacity=100);
		padding: 0 28px 0 0;
		position: absolute;
		right: 20px;
		text-decoration: none;
		text-transform: uppercase;
		top: 23px;
	}

	.mobile-nav #menu-toggle:hover {
		opacity: .6;
		filter: alpha(opacity=60);
	}

	.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;
	}
	

	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Inside Page ---------------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.heading-wrap {
		height: 104px;
	}
	
	.heading-wrap .blue-arrow-overlay img {
		height: 124px !important;
		width: auto !important;
	}
	
	.inside-page {
		padding: 20px 0 0;
	}
	
	.inside-page .left-side,
	.inside-page .right-side {
		float: none;
		width: auto;
	}

	.inside-page .left-side {
		display: none;
		visibility: hidden;
	}

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.main-content.has-side-boxes,
	.side-boxes {
		float: none;
		width: auto;
	}
	
	.side-boxes {
		margin-top: 0;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Footer ---------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.footer {
		text-align: center;
	}

	.footer p.copyright {
		float: none;
	}

	.footer p.powered-by {
		float: none;
		margin-top: 20px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.homepage {
		padding-bottom: 0;
	}
	
	.homepage .box-1 {
		height: 160px;
	}

	.homepage .box-1 .marquee-stage {
		height: 160px;
	}

	.homepage .box-1 .marquee-stage .slide {
		height: 160px;
	}
	
	.homepage .box-1 .marquee-stage .slide > .wrapper {
		height: 160px;
		padding: 0 0 0 55px;
		width: 200px;
	}

	.homepage .box-1 .marquee-stage .slide h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 8px;
	}
	
	.homepage .box-1 .marquee-stage .slide .button {
		border: 1px solid #ffffff;
		border-radius: 8px;
		font-size: 8px;
		padding: 3px 5px;
	}
	
	.homepage .box-1 .marquee-stage .slide .button:hover {
		border: 1px solid #4090b8;
	}
	
	.homepage .box-2 p {
		display: block;
		margin: 0 auto;
	}
	
	.homepage .box-2 .industry-buttons p {
		height: 52px;
		margin-top: 24px;
	}
	
	.homepage .box-2 .industry-buttons p a {
		height: 52px;
		font-size: 14px;
		padding-top: 42px;
	}
	
	.homepage .box-2 .industry-buttons p a#accounting {
		background-size: 25px 35px;
	}

	.homepage .box-2 .industry-buttons p a#architecture {
		background-size: 35px 29px;
	}

	.homepage .box-2 .industry-buttons p a#dental {
		background-size: 26px 31px;
	}
	
	.homepage .box-2 .industry-buttons p a#legal {
		background-size: 33px 33px;
	}

	.homepage .box-2 .industry-buttons p a#manufacturing {
		background-size: 33px 33px;
	}

	.homepage .box-2 .industry-buttons p a#medical {
		background-size: 32px 36px;
	}

	.homepage .box-2 .industry-buttons p a#ophthalmology {
		background-size: 54px 24px;
	}

	.homepage .lower-boxes .col.last p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.homepage .lower-boxes .col.last .author {
		font-size: 12px;
		padding: 12px 24px;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* 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;
		-moz-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;
	}

	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* 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;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Toggle More ----------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.toggle-more-content {
		line-height: 26px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 520px) {
	/* ---------------------------------------------------------------------------------------------------------- */
	/* Middle Footer --------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------- */
	.middle-footer .footer-box {
		line-height: 24px;
		padding: 20px 0 0 0;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 22px;
	}

	h3, 
	h2.title {
		font-size: 20px;
		margin: 0 0 10px 0;
	}

	h4 {
		font-size: 18px;
	}
	
	.homepage .box-1 {
		height: 120px;
	}

	.homepage .box-1 .marquee-stage {
		height: 120px;
	}

	.homepage .box-1 .marquee-stage .slide {
		height: 120px;
	}

	.homepage .box-1 .marquee-stage .slide h2 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 6px;
	}
	
	.homepage .box-1 .arrow-wrap .prev-arrow, .homepage .box-1 .arrow-wrap .next-arrow {
		background-size: 12px 20px;
		height: 20px;
		margin-top: -10px;
		width: 12px;
	}
	
	.homepage .box-1 .arrow-wrap .prev-arrow {
		left: 10px;
	}
	
	.homepage .box-1 .arrow-wrap .next-arrow {
		right: 10px;
	}
	
	.homepage .box-1 .marquee-stage .slide > .wrapper {
		height: 120px;
		padding: 0 0 0 40px;
		width: 150px;
	}

	.homepage .box-2 .white-button a {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}

	.homepage .box-2 .black-button a {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
	
	.homepage .box-2 h2 {
		font-size: 30px;
		margin-top: 28px;
	}

	.homepage .lower-boxes .col h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.right-side h1 {
		width: auto;
	}

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


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Middle Footer ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.footer-box-left p {
		font-size: 20px;
		line-height: 26px;
	}

	.footer-box-right p {
		font-size: 16px;
		line-height: 20px;
	}
}