@font-face {
	font-family: 'FranklinGothicURW-Hea';
	src: url('../fonts/2411A4_0_0.eot');

	src:
		url('../fonts/2411A4_0_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2411A4_0_0.woff') format('woff'),
		url('../fonts/2411A4_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'FranklinGothicURW-Med';
	src: url('../fonts/253220_3_0.eot');

	src:
		url('../fonts/253220_3_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/253220_3_0.woff') format('woff'),
		url('../fonts/253220_3_0.ttf') format('truetype');
}


@font-face {
	font-family: 'FranklinGothicURW-Boo';
	src: url('../fonts/2411A4_1_0.eot');

	src:
		url('../fonts/2411A4_1_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2411A4_1_0.woff') format('woff'),
		url('../fonts/2411A4_1_0.ttf') format('truetype');
}




	html {
		font-family: 'FranklinGothicURW-Boo', sans-serif;
		font-size: 16px;
		line-height: 1.375;
		font-weight: normal;
		color: #5e6d83;

		font-style: normal;
		text-transform: none;
		letter-spacing: 0;
	}
	.template-home {
		line-height: 1.3;
	}



	body.showMargins * {
		background-color: rgba(0,0,255,0.1);
	}
	body.showMargins div {
		background-color: none;
	}

	@media print {
		* {
			color: #000 !important;
		}
	}



	h1 {
		margin: 0 0 0.2em;
		padding: 0;

		font-size: 1.875em;
		line-height: 1.13333;
		font-weight: 300;
		color: #000;

		font-style: normal;
		text-transform: none;
		letter-spacing: 0;
	}

	h2 {
		margin: 22px 0 4px;
		font-size: 1.25em;
		line-height: 1.1;
		font-weight: 300;
		color: #2552af;

		font-style: normal;
		text-transform: none;
		letter-spacing: 0;
	}
	h2:before {
		display: table;
		content: "";
		clear: left;
	}



	blockquote, .quote {
		margin: 0.6em 0 1em;

		font-size: 1.3em;
		line-height: 1.308;
		font-weight: 300;
		color: #1163b7;

		font-style: italic;
		text-transform: none;
		letter-spacing: 0;
	}


	h3,
	table caption {
		margin: 18px 0 4px;
		font-size: 1.2em;
		line-height: 1.25;
		font-weight: 300;
		color: #000;

		font-style: normal;
		text-transform: none;
		letter-spacing: 0;
	}


	h4 {
		margin: 18px 0 4px;
		font-size: 0.65em;
		line-height: 1.154;
		font-weight: 400;
		color: #000;

		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}


	h2 + blockquote,
	h3 + blockquote {
		margin-top: 0;

		font-size: 1rem;
		line-height: 1.25;
		color: #000;

		font-style: normal;
		text-transform: none;
		letter-spacing: 0;
	}




	p {
		margin: 0 0 1em;
	}
	blockquote p {
		margin-bottom: 0.3em;
	}



	iframe {
		border: none;
		overflow: hidden;
	}

	#contentbody iframe {
		width: 100%;
		/*max-width: 900px;*/
	}
	@media screen and (min-width: 615px) {
		#contentbody iframe {

		}
	}


	.iframe {
		position: relative;
	}
	.iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.iframe iframe + img  {
		display: block;
		width: 100% !important;
		height: auto !important;
	}


	@media screen {
		hr {
			margin: 1.25em 0;
			height: 0;
			border-color: #bec4c5;
			border-width: 1px;
			border-style: solid;
			border-top: none;
		}
		hr:before {
		    content: "";
		    display: block;
		    clear: both;
		    visibility: hidden;
		    height: 0;
		    line-height: 0;
		}
	}



	a {
		color: #017cee;
		text-decoration: none;
	}
	a:hover, a:active {
		color: #2552af;
	}
	a img {
		border: none;
	}
/*	#content a {
		font-family: 'FranklinGothicURW-Med', sans-serif;
	}
*/
	/* Fixed top nav needs some buffer when using anchors */
	a[name] {
		position: absolute;
		margin-top: -4em !important;
	}




	img.retina {
		width: 50% !important;
		height: auto !important;
	}
	@media (min-width: 530px) {
		img.retina {
			width: 40% !important;
		}
	}
	#contentbody img {
		max-width: 100%;
		height: auto !important;
	}


	strong,b {
		color: #000;
		/*font-weight: 400;*/
	}
	u {
		font-size: 0.65rem;
		line-height: 2;
		font-weight: 400;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		vertical-align: baseline;
	}
	small {
		font-size: 0.8125em;
		line-height: 100%;
	}

	sup {
		vertical-align: text-top;
		font-size: 70%;
		line-height: 1em;
		text-transform: uppercase;
	}




	@media print {
		.noprint {
			display: none !important;
		}
		object {
			display: none;
		}
	}



	.local table,
	.cke_editable table,
	table.styled {
		margin: 1em 0;
		width: 100%;
		width: calc(100% - 1px);
		border-collapse: collapse;
	}
	.local caption,
	.cke_editable caption,
	table.styled caption {
		text-align: left;
		margin: 0 0 0.5em;
	}
	.local thead th,
	.local thead td,
	.cke_editable thead th,
	.cke_editable thead td,
	table.styled thead th,
	table.styled thead td {
		padding: 0.6em 0 0.6em 1.91rem;
		text-align: left;
		vertical-align: bottom;

		font-size: 0.75rem;
		line-height: 1.154;
		font-weight: normal;
		color: #000;

		font-style: normal;
		text-transform: none;
		letter-spacing: 0;

	}

	.local tbody th,
	.local tbody td,
	.cke_editable tbody th,
	.cke_editable tbody td,
	table.styled tbody th,
	table.styled tbody td {
		padding: 0.86em 0 0.86em 1.91rem;
		border-bottom: solid 1px #5e6d83;
		vertical-align: top;

		font-size: 0.9375rem;
		line-height: 1.267;
	}

	.local tbody tr:first-child th,
	.local tbody tr:first-child td,
	.cke_editable tbody tr:first-child th,
	.cke_editable tbody tr:first-child td,
	table.styled tbody tr:first-child th,
	table.styled tbody tr:first-child td {
		border-top: solid 1px #5e6d83;
	}

	.local thead tr th:first-child,
	.local thead tr td:first-child,
	.cke_editable thead tr th:first-child,
	.cke_editable thead tr td:first-child,
	table.styled thead tr th:first-child,
	table.styled thead tr td :first-child,
	.local tbody tr th:first-child,
	.local tbody tr td:first-child,
	.cke_editable tbody tr th:first-child,
	.cke_editable tbody tr td:first-child,
	table.styled tbody tr th:first-child,
	table.styled tbody tr td :first-child{
		padding-left: 0;
	}

	.local tfoot th,
	.local tfoot td,
	.cke_editable tfoot th,
	.cke_editable tfoot td,
	table.styled tfoot th,
	table.styled tfoot td {
		margin: 0.5em 0;
		font-size: 0.8125rem;
	}







	.button {
		display: inline-block;
		padding: 0.6em 1em;
		background-color: transparent;
		border-radius: 0.5rem;
		background: #2552af;

		font-family: 'FranklinGothicURW-Med', sans-serif;
		/*font-size: 0.7rem;*/
		/*line-height: 1.2;*/
		/*font-weight: 300;*/
		text-decoration: none;
		color: #fff;

		-webkit-transition: all 100ms ease;
		   -moz-transition: all 100ms ease;
				transition: all 100ms ease;
	}

	.button:hover,
	.button:active {
		background-color: #017cee;
		cursor: pointer;
		color: #fff;
	}

/*

	form.styled input[type=text],
	form.styled input[type=email],
	form.styled select,
	form.styled textarea {
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		height: auto;
	    width: 100%;
	    padding: 0.8em 1em;
		border: 2px solid #dfdfdf;
		border-radius: 0;
		box-shadow: none;
		outline: none;

		-webkit-transition: none;
		   -moz-transition: none;
				transition: none;


		font-family: "Open Sans", sans-serif;
		font-size: 1em;
		line-height: inherit;
	}

	form.styled input[type=text][required]:invalid,
	form.styled input[type=email][required]:invalid,
	form.styled select[required]:invalid,
	form.styled textarea[required]:invalid {
		background-image: url(../images/asterisk.svg);
		background-position: calc(100% - 10px) 1.3em;
		background-repeat: no-repeat;
		background-size: 0.4em;
	}

	form.styled input[type=text]:focus,
	form.styled input[type=email]:focus,
	form.styled select:focus,
	form.styled textarea:focus,
	form.styled input[type=text]:valid,
	form.styled input[type=email]:valid,
	form.styled select:valid,
	form.styled textarea:valid {
		border-color: #14aded;
		box-shadow: none !important;
		outline: none;
	}
	form.styled input[type=text]:focus:invalid,
	form.styled input[type=email]:focus:invalid,
	form.styled select:focus:invalid,
	form.styled textarea:focus:invalid {
		border-color: #e77;
	}

	form.styled select {
	    padding: 0.4em 1em 0.4em 0.8em;
	    height: 3.11em;
	    -webkit-appearance: none;
	       -moz-appearance: none;
	       		appearance: none;
	}
	form.styled select:invalid {
		color: #A3A3A3;
	}
	form.styled option {
	    padding: 0.4em 1em;
	}

	form.styled textarea {
		resize: vertical;
		height: 10em;
	}
*/





	form.styled label {
		display: none;
	}
	form.styled label.required:after {
		display: none;
	}

	.lt-ie10 form.styled label {
		display: block;
		text-align: left;
	}
	.lt-ie10 form.styled label.required:after {
		display: inline-block;
	}


	form.styled ul {
		margin-left: -12px;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		list-style: none;
	}
	form.styled ul:after {
		display: table;
		content: "";
		clear: both;
	}
	form.styled li {
		float: left;
		padding: 0 0 0 12px;
		margin-bottom: 12px !important;
	}






	form.styled input {
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;

	}


	form.styled input[type=text],
	form.styled input[type=email],
	form.styled select,
	form.styled textarea {
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		height: auto;
	    width: 100%;
	    margin: 0;
	    padding: 0.8em 1em;
		border: 1px solid #dfdfdf;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		outline: none;

		-webkit-transition: none;
		   -moz-transition: none;
				transition: none;


		font-family: 'Roboto', sans-serif;
		font-size: 1em;
		line-height: inherit;
	}

	form.styled input[type=text],
	form.styled input[type=email],
	form.styled select,
	form.styled textarea,
	form.styled .required {
		/*background-size: 0;*/
	}
	form.styled input[type=text][required]:invalid,
	form.styled input[type=email][required]:invalid,
	form.styled select[required]:invalid,
	form.styled textarea[required]:invalid,
	form.styled .required {
		background-image: url(../images/asterisk.svg);
		background-position: calc(100% - 10px) 1.3em;
		background-repeat: no-repeat;
		background-size: 0.4em;
	}

	form.styled .required {
		position: relative;
	}
	form.styled .required:after {
		content: "";
		display: inline-block;
		height: 1em;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
				transform: translateY(-50%);
		width: 20px;

		background-image: url(../images/asterisk.svg);
		background-position: 6px center;
		background-repeat: no-repeat;
		background-size: 0.4em auto;

	}

	form.styled input[type=text]:focus,
	form.styled input[type=email]:focus,
	form.styled select:focus,
	form.styled textarea:focus {
		border-color: #14aded !important;
		box-shadow: none !important;
		outline: none;
	}
	form.styled.submitted input[type=text]:invalid,
	form.styled.submitted input[type=email]:invalid,
	form.styled.submitted select:invalid,
	form.styled.submitted textarea:invalid {
		border-color: #e77;
	}



	form.styled input[type=button],
	form.styled input[type=submit],
	form.styled input[type=reset] {
		border-radius: 2rem;
		font-size: 1rem;
	}




	form.styled select {
	    padding: 0.4em 1em 0.4em 0.8em;
	    height: 3.11em;
	    -webkit-appearance: none;
	       -moz-appearance: none;
	       		appearance: none;
	}
	form.styled select:invalid {
		color: #A3A3A3;
	}
	form.styled option {
	    padding: 0.4em 1em;
	}

	form.styled textarea {
		resize: vertical;
		height: 10em;
	}



	form.styled input[type=checkbox],
	form.styled input[type=radio] {
		position: absolute;
		z-index: -1;
	}

	form.styled input[type=checkbox] + label,
	form.styled input[type=radio] + label {
		position: relative;
		display: block;
		padding: 0.8em 1em;
		box-sizing: border-box;
		border: 1px solid #dfdfdf;
		cursor: pointer;
		background-color: #fff;
		transition: background-color 150ms ease, color 150ms ease;
		font-size: 0.8em;
	}
	form.styled input[type=radio] + label {
		text-align: center;
	}
	form.styled input[type=checkbox] + label {
		padding-left: 30px;
	}
	form.styled input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
				transform: translateY(-50%);
		left: 8px;
		height: 10px;
		width: 10px;
		border: 2px solid #dfdfdf;
		border-radius: 2px;
	}

	form.styled input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-100%) rotate(-45deg);
		   -moz-transform: translateY(-100%) rotate(-45deg);
				transform: translateY(-100%) rotate(-45deg);
		left: 11px;
		height: 5px;
		width: 12px;
		border-left: 3px solid #14aded;
		border-bottom: 3px solid #14aded;
	}


	form.styled input[type=checkbox]:checked + label::before,
	form.styled input[type=checkbox]:checked + label::after {
		border-color: #fff;
	}



	form.styled.submitted input[type=checkbox]:invalid + label,
	form.styled.submitted input[type=radio]:invalid + label {
		border-color: #e77;
	}


	form.styled input[type=checkbox]:focus + label,
	form.styled input[type=radio]:focus + label {
		border-color: #14aded !important;
	}
	form.styled input[type=checkbox]:checked + label,
	form.styled input[type=radio]:checked + label {
		background: #14aded;
		border-color: #14aded;
		color: #fff;
	}












	.right, .left {
		display: block;
		margin: 0.8em 0;
	}

	.right > :first-child,
	.right > :first-child > :first-child,
	.right > :first-child > :first-child > :first-child,
	.right > :first-child > :first-child > :first-child > :first-child,
	.left > :first-child,
	.left > :first-child > :first-child,
	.left > :first-child > :first-child > :first-child,
	.left > :first-child > :first-child > :first-child > :first-child {
		margin-top: 0 !important;
	}
	.right > :last-child,
	.right > :last-child > :last-child,
	.right > :last-child > :last-child > :last-child,
	.right > :last-child > :last-child > :last-child > :last-child,
	.left > :last-child,
	.left > :last-child > :last-child,
	.left > :last-child > :last-child > :last-child,
	.left > :last-child > :last-child > :last-child > :last-child {
		margin-bottom: 0 !important;
	}



	img.right,
	img.left,
	.right img,
	.left img {
		display: block;
		margin: 0.8em 0;
		height: auto !important;
	}

	@media (max-width: 415px) {
		img.right,
		img.left,
		.right img,
		.left img {
			width: 100% !important;
		}
	}


	@media (min-width: 416px) {

		.right,
		img.right {
			float: right;
			max-width: 47% !important;
			height: auto !important;
			margin: 4px 0 10px 1.6em;
		}


		/* Unset .right settings for wide */
		.wide .right,
		.wide img.right {
			float: none;
			max-width: none !important;
			margin: 0 0 16px 0;
		}

		.left,
		img.left {
			float: left;
			margin: 4px 1.6em 10px 0;
			max-width: 47% !important;
		}

	}



	.columnleft:after {
		content: "";
		display: block;
		clear: both;
	}
	.columnright:after {
		content: "";
		display: block;
		clear: both;
	}

/*
	.columnleft img.left {
		float: left;
		margin: 4px 1.6em 10px 0;
		max-width: 40% !important;
	}
*/

	@media (min-width: 616px) {


		.columnleft {
			position: relative;
			padding-left: 214px;
			min-height: 260px;
		}
		.columnleft .left {
			position: absolute;
			left: 0;
		}

		.popup .columnleft {
			padding-left: 28%;
			padding-left: calc(25% + 20px);
		}

		.popup .columnleft .left {
			width: 25% !important;
		}

		.columnright {
			position: relative;
			padding-right: 53%;
			padding-right: calc(47% + 30px);
			min-height: 380px;
		}
		.columnright .right {
			position: absolute;
			right: 0;
			top: 0;
			width: 47% !important;
			height: auto !important;
		}

		.popup .columnright {
			padding-right: 36%;
			padding-right: calc(34% + 30px);
		}
		.popup .columnright .right {
			width: 34% !important;
		}



		.columnright.wide {
			min-height: 500px;
			padding-right: 70%;
		}
		.columnright.wide .right {
			float: right;
			margin: 0;
			width: calc(70% - 40px) !important;
			max-width: none !important;
		}

		.columnright .right iframe {
			display: block;
		}
		.columnright .right iframe + * {
			display: none;
		}

	}

	@media (min-width: 816px) {


		.popup .columnleft {
			padding-left: 28%;
			padding-left: calc(25% + 20px);
		}

		.popup .columnleft .left {
			width: 25% !important;
		}



		.columnright {
			padding-right: 340px;
		}
		.columnright .right {
			width: 300px !important;
		}
		.popup .columnright {
			padding-right: 280px;
		}
		.popup .columnright .right {
			width: 240px !important;
		}

	}
	@media (min-width: 900px) {

		.popup .columnleft {
			padding-left: 28%;
			padding-left: calc(25% + 20px);
		}

		.popup .columnleft .left {
			width: 25% !important;
		}


		.columnright {
			padding-right: 360px;
		}
		.columnright .right {
			width: 320px !important;
		}
		.popup .columnright {
			padding-right: 300px;
		}
		.popup .columnright .right {
			width: 260px !important;
		}
	}
	@media (min-width: 1016px) {
		.columnright {
			padding-right: 430px;
		}
		.columnright .right {
			width: 390px !important;
		}
		.popup .columnright {
			padding-right: 320px;
		}
		.popup .columnright .right {
			width: 280px !important;
		}

	}







	.clearfloat {
		*zoom: 1;
	}
	.clearfloat:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.clearfloat:after {
		clear: both;
	}
