@media only screen and ( max-width: 1000px ) {
	#site-header .columns > div {
		width: 50%;
	}

	#site-body .banner.blog-carousel ul.images li {
		width: 50% !important;
	}

	#site-body .column-wrapper .col-origin-16 {
		width: 33.3% !important;
	}

	#site-body .column-wrapper .col-origin-16:nth-child(4),
	#site-body .column-wrapper .col-origin-16:nth-child(5),
	#site-body .column-wrapper .col-origin-16:nth-child(6) {
		padding-top: 50px;
	}

	#site-menu {
		height: 40px;
		overflow: hidden;
		position: absolute;
		width: 100%;
		z-index: 1001;
	}

	#site-menu:before {
		color: #000;
		content: "\f0c9";
		font-family: "Font Awesome 5 Free";
		font-size: 18px;
		font-weight: 600;
		height: 40px;
		left: 0;
		line-height: 40px;
		overflow: hidden;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

	#site-menu:hover {
		-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .15); 
		background: #fff;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .15);
		height: auto;
	}

	#site-menu > li {
		background: #fff;
		display: block;
		height: auto;
		text-align: center;
	}

	#site-menu > li:first-child {
		margin-top: 40px;
	}

	#site-menu > li:last-child a {
		background-color: transparent;
		color: #002f6d;
		margin-left: 0;
	}

	#site-menu li a i.fa-angle-down {
		display: none;
	}

	#site-menu li:hover ul {
		display: none !important;
	}

	.menu-wrapper {
		position: relative;
	}
}

@media only screen and ( max-width: 760px ) {
	#site-body .columns > .fifty,
	#site-body .columns > .sixty-six,
	#site-body .columns > .thirty-three,
	#site-body .column-wrapper .col-origin-50,
	#site-body .column-wrapper .col-origin-66,
	#site-body .column-wrapper .col-origin-33 {
		width: 100% !important;
	}

	#site-body .columns > .fifty > label.padded-on-mobile,
	#site-body .columns > .sixty-six > label.padded-on-mobile,
	#site-body .columns > .thirty-three > label.padded-on-mobile,
	#site-body .column-wrapper .col-origin-50 > label.padded-on-mobile,
	#site-body .column-wrapper .col-origin-66 > label.padded-on-mobile,
	#site-body .column-wrapper .col-origin-33 > label.padded-on-mobile {
		padding-top: 20px !important;
	}

	#site-body .columns > .fifty:not(:last-child),
	#site-body .columns > .sixty-six:not(:last-child),
	#site-body .columns > .thirty-three:not(:last-child),
	#site-body .column-wrapper .col-origin-50:not(:last-child),
	#site-body .column-wrapper .col-origin-66:not(:last-child),
	#site-body .column-wrapper .col-origin-33:not(:last-child) {
		padding-bottom: 20px;
	}

	#site-body .band[data-class="tight"] > .container > .column-wrapper .col-origin-50:not(:last-child),
	#site-body .band[data-class="tight"] > .container > .column-wrapper .col-origin-66:not(:last-child),
	#site-body .band[data-class="tight"] > .container > .column-wrapper .col-origin-33:not(:last-child) {
		padding-bottom: 0;
	}

	#site-body form .columns > .fifty:not(:last-child),
	#site-body form .columns > .sixty-six:not(:last-child),
	#site-body form .columns > .thirty-three:not(:last-child),
	#site-body .columns.meta > .fifty:not(:last-child),
	#site-body .columns.meta > .sixty-six:not(:last-child),
	#site-body .columns.meta > .thirty-three:not(:last-child),
	#site-body form .column-wrapper .col-origin-50:not(:last-child),
	#site-body form .column-wrapper .col-origin-66:not(:last-child),
	#site-body form .column-wrapper .col-origin-33:not(:last-child) {
		padding-bottom: 0;
	}

	#site-body .column-wrapper .col-origin-25 {
		width: 50% !important;
	}

	#site-body .column-wrapper .col-origin-25:nth-child(1),
	#site-body .column-wrapper .col-origin-25:nth-child(2) {
		padding-bottom: 20px;
	}

	#site-body .band[data-class="tight"] > .container > .column-wrapper .col-origin-25:nth-child(1),
	#site-body .band[data-class="tight"] > .container > .column-wrapper .col-origin-25:nth-child(2) {
		padding-bottom: 0;
	}

	#site-body form .column-wrapper .col-origin-25:nth-child(1),
	#site-body form .column-wrapper .col-origin-25:nth-child(2) {
		padding-bottom: 0;
	}

	.iframe-container svg {
		margin-bottom: 60px !important;
	}

	.modal-wrapper {
		overflow-y: scroll;
	}
}

@media only screen and ( max-width: 800px ) {
	#site-body .stats h1 {
		font-size: 60px;
	}
}

@media only screen and ( max-width: 500px ) {
	#site-body .accordian > div img {
		display: block;
		float: none !important;
		margin: auto auto 28px;
		width: 70%;
	}

	#site-body .banner.blog-carousel ul.images li {
		width: 100% !important;
	}

	#site-body .column-wrapper .col-origin-16 {
		width: 50% !important;
	}

	#site-body .column-wrapper .col-origin-16:nth-child(3) {
		padding-top: 50px;
	}


	#site-header .columns > div {
		width: 100%;
	}

	#site-logo {
		text-align: center;
		width: 100%;
	}

	#site-menu {
		margin: 0;
		position: relative;
	}
}


@media only screen and ( max-width: 450px ) {
	#site-body .column-wrapper .col-origin-25 {
		width: 100% !important;
	}

	#site-body .column-wrapper .col-origin-25:not(:last-child) {
		padding-bottom: 20px;
	}

	#site-body .band[data-class="tight"] > .container > .column-wrapper .col-origin-25:not(:last-child) {
		padding-bottom: 0;
	}

	#site-body .columns > div,
	#site-body .column-wrapper > div {
		width: 100% !important;
	}

	#site-body .columns > div > label.padded-on-mobile,
	#site-body .column-wrapper > div > label.padded-on-mobile {
		padding-top: 20px;
	}

	#site-body .stats h1 {
		font-size: 40px;
	}

	#site-body .stats .stat {
		height: 280px;
		width: 280px;
	}

	#site-body .stats .stat:nth-child(3),
	#site-body .stats .stat:nth-child(4),
	#site-body .stats .stat:nth-child(5) {
		left: calc(50% - 140px);
	}

	#site-body .stats .stat p {
		font-size: 12px;
	}

	#site-body .stats .stat p strong {
		font-size: 40px;
	}
}

@media only screen and ( max-width: 400px ) {
	.container {
		padding: 0 12px;
	}
}

@supports (-webkit-touch-callout: none) {
	/* iOS doesn't do fixed position background images */ 
	.band {
		background-attachment: scroll !important;
		background-position: 100% 100% !important;
		background-size: 60% auto !important;
	}
}
