@media only screen and (max-width: 1230px) {

	.sitemap,
	.footstuff {
		width: 50%;
	}

	.socmed {
		float: none;
		top: 0px;
		margin-top: 20px;
	}

	.socmed img {
		width: 24px;
		margin: 0 10px 0 0;
	}

	.buttons {
		top: 70px;
		right: 0px;
	}

	.toplinks {
		top: 10px;
		padding-right: 150px;
	}
}

@media only screen and (max-width: 1040px) {
	aside {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}

	.textbox,
	.imgbox {
		height: 356px;
		width: 48%;
		overflow: hidden;
		border-radius: 5px;
		margin: 10px 1%;
		position: relative;
		float: left;
		padding: 40px;
	}

	.sitemap,
	.footstuff {
		width: 100%;
		padding: 20px 0;
	}

	.sitemap .col3 a {
		display: block;
	}

	.sitemap {
		border: 0;
		border-bottom: solid 1px white;
	}

	.sitemap .col3 {
		width: auto;
		padding: 0 20px;
	}

	footer {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 1000px) {
	.rates {
		width: 32%;
	}


}

@media only screen and (max-width: 950px) {
	.toplinks {
		padding: 10px;
	}

}

@media only screen and (max-width: 900px) {
	header {
		height: 110px;
	}

	.toplinks {
		padding: 10px 152px 10px 10px;
		top: 10px;
	}

	.tl {
		top: 0
	}

	.tl a:first-child,
	.tl span.pipe:nth-child(2) {
		display: none;
	}

	a.openbttn,
	a.openbttn:visited {
		display: inline-block;
		font-weight: bold;
		font-size: 16px;
		padding: 5px 10px;
		color: white;
		background-color: #9d2235;
		border-radius: 3px;
		bottom: auto;
		top: 16px;
		left: auto;
		right: 10px;
		font-weight: normal;
		font-size: 12px;
	}

	a.openbttn {
		background-color: #002d62;
		color: white
	}

	.buttons {
		top: auto;
		top: 60px;
		right: 44px;
	}

	a.redbttn {
		display: none;
	}

	header a.blurbttn,
	header a.blurbttn:visited {
		background-color: white;
		color: #002d62;
		border: solid 1px #e9ebed;
		width: 40px;
		height: 40px;
		font-size: 24px;
		padding-top: 7px;
	}

	header a.blurbttn:hover,
	header a.blurbttn:focus {
		color: #1a6ac8;
		background-color: white;
	}

	a.blurbttn .wordswordswords {
		display: none;
	}

	a.blurbttn .fa {
		display: block;
	}

	a.homelink {
		width: 40%;
		top: 15px;
		text-align: left;
	}

	.boxes2 .box,
	.boxes3 .box {
		padding: 20px;
	}

	.boxes3 .box p {
		margin: 20px;
	}

	.rates {
		width: 36%;
	}

	.promoimg,
	.promoimg2,
	.promotext,
	.promotext2 {
		width: 50%;
	}

	section.blugrade.FRC {
		display: none;
	}

	section.blugrade .code_block_box {
		width: 50%;
	}
	section.blugrade.home .code_block_box {width: 50%;}
	section.blugrade .code_block_box {padding: 20px; margin: 20px 0;}
	section.blugrade .code_block_box:nth-child(even){border: 0;}

}

@media only screen and (max-width: 850px) {
	a.homelink {
		width: 36%;
	}

}

@media only screen and (max-width: 800px) {
	.taft_label-wrapper {
		width: 33%;
	}

	.taft_formElement-wrapper {
		width: 66%;
	}

	a.homelink {
		width: 33%;
	}

	.toplinks {
		font-size: 14px
	}

	.boxes1 .box,
	.boxes2 .box,
	.boxes3 .box,
	.boxes2 .box:nth-child(2),
	.boxes1 .box:nth-child(2),
	.boxes1 .box.wider,
	.boxes1 .box.wider.right,
	.boxes2 .box.wider,
	.boxes2 .box.wider.right {
		width: 100%;
		float: none;
		margin: 10px 0;
		min-height: initial
	}

	.boxes3 .box {
		width: 94%;
		padding: 10px 5px;
		float: none;
		margin: 0 auto;
	}

	.boxes3 .box:nth-child(2) {
		top: 0px;
		min-height: initial;
		width: 100%;
		-webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0);
		box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0);
		border: solid 1px white;
	}

	.boxes3 .box:nth-child(1) {
		border-radius: 10px 10px 0 0
	}

	.boxes3 .box:nth-child(3) {
		border-radius: 0px 0 10px 10px
	}

	.boxes3 .box .wbox {
		padding: 20px;
	}

	.regionbox,
	aside.inside .code_block {
		width: 100%;
		float: none;
	}

	

	section.blugrade aside.inside .code_block_indiv_content{
		border: 0;
		margin: 0;
		padding: 10px 0;
	}

	a.openbttn,
	a.openbttn:visited {
		display: none;
	}

	.toplinks {
		right: 0px;
		padding: 10px 20px;
	}

	a.homelink {
		left: 2%;
		width: 40%;
	}

}

@media only screen and (max-width: 750px) {
	header {
		height: 150px;
		width: 100%;
	}

	.tl,
	header a.openbttn {
		display: none;
	}

	.phone {
		display: inline;
	}

	.phone .fa {
		display: none;
	}

	.buttons {
		right: 64px;
	}

	.rates {
		display: none
	}

	.rates2 {
		display: block;
	}

	.rates2 a.blubttn,
	.rates2 a.blurbttn {
		width: 150px;
	}

	section.blugrade .code_block_center {
		display: flex;
		flex-flow: row wrap;
	}

	section.blugrade .code_block_box {
		width: 50%;
		padding: 20px;
		margin: 20px 0;
	}

	section.blugrade aside.inside .code_block_indiv_content {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 10px 0;
	}

	a.homelink {
		left: 2%;
		width: 66%;
	}

}

@media only screen and (max-width: 700px) {
	.col4 {
		width: 48%;
		margin: 0 1% 10px 1%;
	}

	.regionbox,
	.code_block {
		width: 100%;
		padding: 10px 0;
		float: none;
	}

	section.blugrade {
		min-height: initial;
		margin: 20px 0;
	}

	.promoimg,
	.promoimg2 {
		width: 100%;
		padding: 0 20px;
		float: none;
	}

	.promotext,
	.promotext2 {
		width: 100%;
		padding: 0 0 20px 0;
		;
		float: none;
		text-align: center
	}

	section.promo {
		padding: 0;
	}

	.textbox {
		height: auto;
		width: 100%;
		border-radius: 0;
		margin: 0 0 5px 0;
		float: none;
		padding: 20px;
	}

	.imgbox {
		display: none;
	}

	.liner.A {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {

	.col4,
	.col3,
	.col2 {
		width: 96%;
		margin: 0 2% 10px 2%;
	}

	.sitemap {
		display: none;
	}

	footer {
		padding: 0;
	}

	.socmed {
		float: none;
		clear: both;
		margin: 20px 0;
	}
}

@media only screen and (max-width: 500px) {

	.taft_label-wrapper,
	.taft_formElement-wrapper {
		width: 100%;
		min-height: auto;
	}

	.taft_formElement-wrapper {
		margin-bottom: 10px;
	}

	.mobi {
		display: block;
	}

	.full {
		display: none;
	}

	.sideslider table {
		width: 510px;
	}

	.sideslider {
		overflow: scroll;
		overflow-y: hidden;
		-ms-overflow-y: hidden;
	}

	a.openbttn,
	a.openbttn:visited {
		width: 96%;
	}

	.rates2 a.blubttn,
	.rates2 a.blurbttn {
		width: 100%;
		margin: 0;
		/* position: relative; float: left;*/
	}

	.rates2 a.blurbttn {
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 450px) {
	a.homelink {
		width: 56%;
	}
}

@media only screen and (max-width: 400px) {

	.regions_rates_table_row1,
	.regions_rates_table_row2,
	.regions_rates_table_effectivedate,
	.regions_rates_table_fields,
	.ncua,
	.ehl,
	.bottomlinks {
		font-size: 14px;
	}

	div#KJECalculatorScreenSize {
		position: relative;
		left: -15px;
	}

	FORM.webform textarea {
		width: 164px;
		padding: 0;
		margin: 0;
	}

	FORM.webform input,
	form table#cms_switchkit_table input {
		max-width: 100px;
	}

	FORM.webform TR TD {
		width: 100px;
	}

	.boxes1 .box,
	.boxes2 .box,
	.boxes3 .box {
		padding: 10px;
	}

	.boxes3 .box p {
		margin: 10px;
	}

	.boxes3 .box:nth-child(1),
	.boxes3 .box:nth-child(3) {
		width: 100%;
	}

	.boxes3 .box:nth-child(2) {
		margin: -10px 0;
	}

	header {
		height: 180px;
	}

	a.homelink {
		width: 96%;
		margin-left: 2%;
		text-align: center;
		top: 10px;
	}

	.toplinks {
		background-color: white;
		top: auto;
		bottom: 50px;
		right: auto;
		left: 10px;
		padding: 0;
		border-radius: 0
	}

	.toplinks a,
	.toplinks a:visited {
		color: #002d62;
	}

	.toplinks a:hover,
	.toplinks a:focus {
		color: #1a6ac8;
	}

	.phone {
		border: solid 1px #e9ebed;
		display: inline-block;
		padding: 1px 0 0 0;
		width: 40px;
		height: 40px;
		text-align: center;
		font-size: 32px;
		border-radius: 3px;
		color: #002d62;
	}

	.numbers {
		display: none;
	}

	.phone .fa {
		display: inline;
		position: relative;
		top: -5px
	}

	.buttons {
		top: auto;
		bottom: 50px;
		right: auto;
		left: 160px;
	}

	a.atms,
	a.atms:visited {
		display: inline-block;
		background-color: white;
		color: #002d62;
		border: solid 1px #e9ebed;
		width: 40px;
		height: 40px;
		;
		margin-left: 10px;
		padding-top: 6px;
		position: relative;
		top: -2px;
		left: -4px;
		text-align: center;
		border-radius: 3px;
	}

	a.atms:hover,
	a.atms:focus {
		color: #1a6ac8;
		background-color: white;
	}

	a.atms img {
		width: 70%;
	}
	section.blugrade.home .code_block_box {width: 100%;}
	section.blugrade .code_block_box, section.blugrade .code_block_box:nth-child(even) {padding: 20px; margin: 0; border: 0; border-top: solid 1px white;}
	section.blugrade .code_block_box:first-child {border-top: 0;}

}
