.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:83.75rem;*zoom:1;}
.row:before, .row:after{content:" ";display:table;}
.row:after{clear:both;}
.row.collapse > .column,
.row.collapse > .columns{padding-left:0;padding-right:0;float:left;}
.row.collapse .row{margin-left:0;margin-right:0;}
.row .row{width:auto;margin-left:-0.9375rem;margin-right:-0.9375rem;margin-top:0;margin-bottom:0;max-width:none;*zoom:1;}
.row .row:before, .row .row:after{content:" ";display:table;}
.row .row:after{clear:both;}
.row .row.collapse{width:auto;margin:0;max-width:none;*zoom:1;}
.row .row.collapse:before, .row .row.collapse:after{content:" ";display:table;}
.row .row.collapse:after{clear:both;}
.column,
.columns{padding-left:0.9375rem;padding-right:0.9375rem;width:100%;float:left;}
.panel{border-style:solid;border-width:1px;border-color:#c7cec0;margin-bottom:1.25rem;padding:1.25rem;background:#f1f1f2;}
.panel >:first-child{margin-top:0;}
.panel >:last-child{margin-bottom:0;}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p{color:#5d5a50;}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6{line-height:1;margin-bottom:0.625rem;}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader{line-height:1.4;}
.panel.tan{background:#f6eed4;}
.panel.orange{background:#f07e3e;}
.panel.orange h2{color:#ffffff;}
.panel.white{background:#ffffff;}
.panel.callout{border-style:solid;border-width:1px;border-color:#5d5a50;margin-bottom:1.25rem;padding:1.25rem;background:#8BB6AF;}
.panel.callout >:first-child{margin-top:0;}
.panel.callout >:last-child{margin-bottom:0;}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p{color:#FFF;}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6{line-height:1;margin-bottom:0.625rem;}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader{line-height:1.4;}
.panel.callout a{color:#008cba;}
.panel.radius{-webkit-border-radius:3px;border-radius:3px;}
.accordion{*zoom:1;margin-bottom:0;}
.accordion:before, .accordion:after{content:" ";display:table;}
.accordion:after{clear:both;}
.accordion dd{display:block;margin-bottom:0 !important;}
.accordion dd.active a{background:#e8e8e8;}
.accordion dd > a{background:#efefef;color:#5d5a50;padding:1rem;display:block;font-family:'Lato', "Helvetica Neue", "Helvetica", Helvetica, Arial,sans-serif;font-size:1rem;}
.accordion dd > a:hover{background:#e3e3e3;}
.accordion .content{display:none;padding:0.9375rem;}
.accordion .content.active{display:block;background:white;}
.accordion{padding:.5em 1em;border:1px solid #c7cec0;border-radius:10px;background:#f6eed4;margin-bottom:2.5em;clear:both;}
span.plus{float:right;}


/*-----------------
SHORTCODES
-------------------*/

h6 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
}


/*Divider*/
.sl_divider {
	background-color: rgba(137,137,137,.5);
	height: 2px;
	margin: 1.5rem 0;
	width: 100%;
}

/*Columns*/
.sl_columns {
	margin-bottom: 1rem;
}

blockquote {
	font-size: 1rem;
	color: #676767;
	line-height: 2rem;
	font-style: normal;
	padding: 0 0 0 30px;
	border-left: 5px solid #F26727;
	margin-bottom: 1.5rem;
}

blockquote cite{
	font-size: 1.25rem;
	color: #364861;
	line-height: 1;
	font-style: normal;
	text-transform: uppercase;
	margin-top: .6rem;
}

blockquote.secondary{
	padding: 0;
	border: none;
}

/*Lists
ul:not(.tabs):not(.accordion){
	list-style: none;
	margin-left: 1.5rem;
}

ul:not(.tabs):not(.accordion) li{
	margin-bottom: 1rem;
}

ul:not(.tabs):not(.accordion) li:before{
	content: '';
	background-color: #F26727;
	border-radius: 50%;
	display: inline-block;
	margin-left: -1.5rem;
	margin-right: 1rem;
	width: .5rem;
	height: .5rem;
	font-size: 1.5rem;
}

ul:not(.tabs):not(.accordion).secondary li:before {
	background-color: #364861;
}

ul:not(.tabs):not(.accordion).disc li:before {
	background-color: #FFFFFF;
	border: 2px solid #F26727;
	width: 1rem;
	height: 1rem;
	margin-left: -2rem;
	margin-bottom: -3px;
}
*/

/*Callouts*/
.sl_callout{
	border: none;
	background-color: #364861;
	padding: 30px;
	margin-bottom: 1.5rem;
}

.sl_callout > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sl_callout > * {
	color: #ffffff;
}

.sl_callout.secondary > *, .sl_callout.border > * {
	color: #353535;
}

.sl_callout.primary {
	background-color: #F26727;
}

.sl_callout.secondary{
	background-color: #95D2D8;
}

.sl_callout.border {
	background-color: #ffffff;
	border: 2px solid #F26727;
}

/*Callout Cards*/
.sl_callout-card{
	border: 2px solid #F26727;
 	margin-bottom: 30px;
}

.sl_callout-card.primary {
	border: none;
	background-color: #F26727;
}

.sl_callout-card.secondary {
	border: none;
	background-color: #95D2D8;
}

.sl_callout-card .card-media {
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sl_callout-card .card-content {
	padding: 30px;
}

.sl_callout-card .card-content > * {
	color: #353535;
}

.sl_callout-card.primary .card-content > * {
	color: #ffffff;
}

.sl_callout-card .card-content > :last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sl_callout.no-box, .sl_callout.no-box-large {
	border: none;
	background: none;
	color: #353535;
	padding: 30px;
	font-size: 1.375rem;
	line-height: 30px;
	font-style: italic;
}

.sl_callout.no-box {
	border: none;
	background: none;
	padding: 30px;
	font-size: 1.125rem;
	line-height: 30px;
	font-style: italic;
}


/*Buttons*/
.sl_button {
	background-color: #364861;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 1rem 2rem;
}

.sl_button:hover {
	background-color: #2a323c;
}

.sl_button.primary {
	background-color: #F26727;
}

.sl_button.primary:hover {
	background-color: #b55339;
}

.sl_button.secondary {
	background-color: #95D2D8;
	color: #353535;
}

.sl_button.secondary:hover {
	background-color: #81b6bb;
	color: #353535;
}

.sl_button.border {
	background-color: #FFFFFF;
	outline: 2px solid #F26727;
	outline-offset: -2px;
	color: #F26727;
}

.sl_button.border:hover {
	background-color: #F26727;
	color: #ffffff;
}

/*Tabs*/
.sl_tabs {
	margin: 0;
	background: none;
	padding: 0;
	display: table-cell;
	border: 2px solid #353535;
	border-bottom: 0;
}

.sl_tabs.secondary {
	border: none;
}

.sl_tabs:not(.secondary) .tabs-title:not(:last-of-type) {
	border-right: 2px solid #353535;
}

.sl_tabs .tabs-title {
	background-color: #95D2D8;
	position: relative
}

.sl_tabs .tabs-title > a {
	color: #364861;
	font-weight: 700;
	font-size: 1.25rem;
	transition: .2s all ease-in-out;
}

.sl_tabs.secondary .tabs-title > a {
	color: #364861;
	font-weight: 400;
	font-size: 1.25rem;
}

.sl_tabs .tabs-title > a[aria-selected='true'] {
	background-color: #364861;
	color: #FFFFFF;
}

.sl_tabs.secondary .tabs-title > a[aria-selected='true'] {
	background-color: #95D2D8;
	color: #364861;
	font-weight: 700;
}

.sl_tabs.secondary .tabs-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #F26727;
	height: 0px;
	width: 100%;
	transition: .2s all ease-in-out;
}

.sl_tabs.secondary .tabs-title.is-active:after {
	height: 5px;
	transition: .2s all ease-in-out;
}

.sl_tabs .tabs-title > a:hover {
	background-color: #69b2b9;
}

.sl_tabs-content{
	border: 2px solid #353535;
	margin-bottom: 30px;
}

.sl_tabs-content.secondary {
	border: none;
	background-color: #364861;
}

.sl_tabs-content.secondary .tabs-panel > * {
	color: #ffffff;
}

.sl_tabs-content .tabs-panel {
	padding: 30px;
}

.sl_tabs-content .tabs-panel > :last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .sl_tabs {
    display: block;
  }

  .sl_tabs .tabs-title {
    width: 100%;
    border-top: 2px solid #353535;
    border-bottom: 2px solid #353535;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .sl_tabs.secondary .tabs-title.is-active:after {
    display: none;
  }

  .sl_tabs.secondary .tabs-title > a[aria-selected='true']{
    background-color: #69b2b9;
  }
}

/*Accordions*/
.sl_accordion {
	border: 2px solid #353535;
	margin-bottom: 30px;
	padding: 0;
	border-radius: 0;
	background:none;
}

.sl_accordion.secondary {
	border: 2px solid #FFFFFF;
}

.sl_accordion .accordion-item {
	border: 2px solid #353535;
	margin-bottom: 0;
}

.sl_accordion.secondary .accordion-item {
	border: 2px solid #FFFFFF;
	background-color: #364861;
}

.sl_accordion .accordion-item.is-active {
	background-color: #95D2D8;
}

.sl_accordion .accordion-item .accordion-title{
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
	color: #353535;
	padding: 30px;
}

.sl_accordion .accordion-item .accordion-title:hover {
	background-color: #69b2b9;
}

@media screen and (max-width: 640px) {
	.sl_accordion .accordion-item .accordion-title {
		font-size: 1.25rem;
		font-weight: 600;
		color: #353535;
		padding: 30px;
	}
}

.sl_accordion.secondary .accordion-item .accordion-title {
	color: #FFFFFF;
}

.sl_accordion.secondary .accordion-item .accordion-title:hover {
	background-color: #353535;
}

.sl_accordion .accordion-item.is-active .accordion-title {
	color: #353535;
	box-shadow: none;
}

.sl_accordion .accordion-item .accordion-content {
	background: none;
  	padding: 30px;
  	border: none;
}

.sl_accordion .accordion-item .accordion-content > * {
	color: #353535;
}

/* READ NEXT SHORTCODE */
.sl_read-next {
	padding: 16px;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin-bottom: 24px;
	font-weight: 600;
}

.sl_read-next.large {
	font-size: 20px;
	padding: 20px;
	background-color: #364861;
	color: #ffffff;
	border: none;
}

.sl_read-next span {
	
	text-transform: uppercase;
}

.sl_read-next a {
	font-weight: 600;
	text-decoration: underline;
}

.sl_read-next a:hover {
	text-decoration: underline;
}


/* CTA SHORTCODE */
.sl_cta {
	background-color: #FEFEFE;
	padding: 32px 48px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 32px;
}

.sl_cta .frn_phone {
	font-family: Effra, sans-serif;
	font-weight: 500;
	font-size: 30px;
}

.sl_cta__text {
	text-align: center;
	padding-top: 32px;
}

.sl_cta .column:first-of-type {
	padding-left: 0;
}

.sl_cta .column:last-of-type {
	border-left: 1px solid #353535;
	padding-right: 0;
}

.sl_cta p {
	color: #353535;
	font-family: Effra, sans-serif;
	font-size: 30px;
	line-height: 1;
	padding: 0 !important;
	margin-bottom: 0;
}

.sl_cta__button_group {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	ms-flex-align: center;
}

.sl_cta__button {
	display: block;
	background-color: #FFFFFF;
	border: 2px solid #F26727;
	font-size: 24px;
	font-weight: 500;
	font-family: Effra, sans-serif;
	padding: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.sl_cta a.sl_cta__button:hover {
	background-color: #F26727;
	color: #FFFFFF;
	text-decoration: none;
}

.sl_cta__button_group .sl_cta__button:first-of-type {
	margin-bottom: 16px;
}

/* Inverse styles */
.sl_cta.sl_cta--inverse {
	background-color: #364861;
}

.sl_cta.sl_cta--inverse p {
	color: #FFFFFF;
}

.sl_cta.sl_cta--inverse .column:last-of-type {
	border-left: 1px solid #FFFFFF;
}

/* No Sidebar */
@media only screen and (min-width:1301px) {
	.page-template-full-width .sl_cta .column:first-of-type {
		width: 40%;
	}

	.page-template-full-width .sl_cta .column:last-of-type {
		width: 60%;
		border: none;
	}

	.page-template-full-width .sl_cta__button_group {
		flex-direction: row;
	}

	.page-template-full-width .sl_cta__button:first-of-type {
		margin-bottom: 0;
		margin-right: 16px;
	}

	.page-template-full-width .sl_cta__text {
		padding-top: 0;
	}
}/*End Media Query for no sidebar*/

/*CTA Shortcode Small Only*/
@media only screen and (max-width:639px) {
	.sl_cta {
		padding: 16px;
	}

	.sl_cta__text {
		padding-top: 0;
	}

	.sl_cta .sl_cta__text > *, .sl_cta__button {
		font-size: 20px;
	}

	.sl_cta .column:first-of-type {
		padding: 0;
		margin-bottom: 16px;
	}

	.sl_cta .column:last-of-type {
		border: none;
		padding: 0;
	}

	.sl_cta__button {
		max-width: none;
	}

	.sl_cta.sl_cta--inverse .column:last-of-type {
		border: none;
	}
}

/*-----------------
END SHORTCODES
-------------------*/



/******* from theme/css/foundation.css ****/
.is-visible{display:block !important;}
.is-hidden{display:none !important;}
.row{max-width:75rem;margin-left:auto;margin-right:auto;}
.row::before,
.row::after{content:' ';display:table;}
.row::after{clear:both;}
.row.collapse > .column,
.row.collapse > .columns{padding-left:0;padding-right:0;}
.row .row{margin-left:-0.625rem;margin-right:-0.625rem;}
@media screen and (min-width:40em){.row .row{margin-left:-0.9375rem;margin-right:-0.9375rem;}
}
.row .row.collapse{margin-left:0;margin-right:0;}
.row.expanded{max-width:none;}
.row.expanded .row{margin-left:auto;margin-right:auto;}
.column,
.columns{width:100%;float:left;padding-left:0.625rem;padding-right:0.625rem;}
@media screen and (min-width:40em){.column,
.columns{padding-left:0.9375rem;padding-right:0.9375rem;}
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child){float:right;}
.column.end:last-child:last-child,
.end.columns:last-child:last-child{float:left;}
.column.row.row,
.row.row.columns{float:none;}
.row .column.row.row,
.row .row.row.columns{padding-left:0;padding-right:0;margin-left:0;margin-right:0;}
.small-1{width:8.33333%;}
.small-push-1{position:relative;left:8.33333%;}
.small-pull-1{position:relative;left:-8.33333%;}
.small-offset-0{margin-left:0%;}
.small-2{width:16.66667%;}
.small-push-2{position:relative;left:16.66667%;}
.small-pull-2{position:relative;left:-16.66667%;}
.small-offset-1{margin-left:8.33333%;}
.small-3{width:25%;}
.small-push-3{position:relative;left:25%;}
.small-pull-3{position:relative;left:-25%;}
.small-offset-2{margin-left:16.66667%;}
.small-4{width:33.33333%;}
.small-push-4{position:relative;left:33.33333%;}
.small-pull-4{position:relative;left:-33.33333%;}
.small-offset-3{margin-left:25%;}
.small-5{width:41.66667%;}
.small-push-5{position:relative;left:41.66667%;}
.small-pull-5{position:relative;left:-41.66667%;}
.small-offset-4{margin-left:33.33333%;}
.small-6{width:50%;}
.small-push-6{position:relative;left:50%;}
.small-pull-6{position:relative;left:-50%;}
.small-offset-5{margin-left:41.66667%;}
.small-7{width:58.33333%;}
.small-push-7{position:relative;left:58.33333%;}
.small-pull-7{position:relative;left:-58.33333%;}
.small-offset-6{margin-left:50%;}
.small-8{width:66.66667%;}
.small-push-8{position:relative;left:66.66667%;}
.small-pull-8{position:relative;left:-66.66667%;}
.small-offset-7{margin-left:58.33333%;}
.small-9{width:75%;}
.small-push-9{position:relative;left:75%;}
.small-pull-9{position:relative;left:-75%;}
.small-offset-8{margin-left:66.66667%;}
.small-10{width:83.33333%;}
.small-push-10{position:relative;left:83.33333%;}
.small-pull-10{position:relative;left:-83.33333%;}
.small-offset-9{margin-left:75%;}
.small-11{width:91.66667%;}
.small-push-11{position:relative;left:91.66667%;}
.small-pull-11{position:relative;left:-91.66667%;}
.small-offset-10{margin-left:83.33333%;}
.small-12{width:100%;}
.small-offset-11{margin-left:91.66667%;}
.small-up-1 > .column,
.small-up-1 > .columns{width:100%;float:left;}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n){clear:none;}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1){clear:both;}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child{float:left;}
.small-up-2 > .column,
.small-up-2 > .columns{width:50%;float:left;}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n){clear:none;}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1){clear:both;}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child{float:left;}
.small-up-3 > .column,
.small-up-3 > .columns{width:33.33333%;float:left;}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n){clear:none;}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1){clear:both;}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child{float:left;}
.small-up-4 > .column,
.small-up-4 > .columns{width:25%;float:left;}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n){clear:none;}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1){clear:both;}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child{float:left;}
.small-up-5 > .column,
.small-up-5 > .columns{width:20%;float:left;}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n){clear:none;}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1){clear:both;}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child{float:left;}
.small-up-6 > .column,
.small-up-6 > .columns{width:16.66667%;float:left;}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n){clear:none;}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1){clear:both;}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child{float:left;}
.small-up-7 > .column,
.small-up-7 > .columns{width:14.28571%;float:left;}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n){clear:none;}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1){clear:both;}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child{float:left;}
.small-up-8 > .column,
.small-up-8 > .columns{width:12.5%;float:left;}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n){clear:none;}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1){clear:both;}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child{float:left;}
.small-collapse > .column,
.small-collapse > .columns{padding-left:0;padding-right:0;}
.small-collapse .row{margin-left:0;margin-right:0;}
.expanded.row .small-collapse.row{margin-left:0;margin-right:0;}
.small-uncollapse > .column,
.small-uncollapse > .columns{padding-left:0.625rem;padding-right:0.625rem;}
.small-centered{margin-left:auto;margin-right:auto;}
.small-centered,
.small-centered:last-child:not(:first-child){float:none;clear:both;}
.small-uncentered,
.small-push-0,
.small-pull-0{position:static;margin-left:0;margin-right:0;float:left;}
@media screen and (min-width:40em){.medium-1{width:8.33333%;}
.medium-push-1{position:relative;left:8.33333%;}
.medium-pull-1{position:relative;left:-8.33333%;}
.medium-offset-0{margin-left:0%;}
.medium-2{width:16.66667%;}
.medium-push-2{position:relative;left:16.66667%;}
.medium-pull-2{position:relative;left:-16.66667%;}
.medium-offset-1{margin-left:8.33333%;}
.medium-3{width:25%;}
.medium-push-3{position:relative;left:25%;}
.medium-pull-3{position:relative;left:-25%;}
.medium-offset-2{margin-left:16.66667%;}
.medium-4{width:33.33333%;}
.medium-push-4{position:relative;left:33.33333%;}
.medium-pull-4{position:relative;left:-33.33333%;}
.medium-offset-3{margin-left:25%;}
.medium-5{width:41.66667%;}
.medium-push-5{position:relative;left:41.66667%;}
.medium-pull-5{position:relative;left:-41.66667%;}
.medium-offset-4{margin-left:33.33333%;}
.medium-6{width:50%;}
.medium-push-6{position:relative;left:50%;}
.medium-pull-6{position:relative;left:-50%;}
.medium-offset-5{margin-left:41.66667%;}
.medium-7{width:58.33333%;}
.medium-push-7{position:relative;left:58.33333%;}
.medium-pull-7{position:relative;left:-58.33333%;}
.medium-offset-6{margin-left:50%;}
.medium-8{width:66.66667%;}
.medium-push-8{position:relative;left:66.66667%;}
.medium-pull-8{position:relative;left:-66.66667%;}
.medium-offset-7{margin-left:58.33333%;}
.medium-9{width:75%;}
.medium-push-9{position:relative;left:75%;}
.medium-pull-9{position:relative;left:-75%;}
.medium-offset-8{margin-left:66.66667%;}
.medium-10{width:83.33333%;}
.medium-push-10{position:relative;left:83.33333%;}
.medium-pull-10{position:relative;left:-83.33333%;}
.medium-offset-9{margin-left:75%;}
.medium-11{width:91.66667%;}
.medium-push-11{position:relative;left:91.66667%;}
.medium-pull-11{position:relative;left:-91.66667%;}
.medium-offset-10{margin-left:83.33333%;}
.medium-12{width:100%;}
.medium-offset-11{margin-left:91.66667%;}
.medium-up-1 > .column,
.medium-up-1 > .columns{width:100%;float:left;}
.medium-up-1 > .column:nth-of-type(1n),
.medium-up-1 > .columns:nth-of-type(1n){clear:none;}
.medium-up-1 > .column:nth-of-type(1n+1),
.medium-up-1 > .columns:nth-of-type(1n+1){clear:both;}
.medium-up-1 > .column:last-child,
.medium-up-1 > .columns:last-child{float:left;}
.medium-up-2 > .column,
.medium-up-2 > .columns{width:50%;float:left;}
.medium-up-2 > .column:nth-of-type(1n),
.medium-up-2 > .columns:nth-of-type(1n){clear:none;}
.medium-up-2 > .column:nth-of-type(2n+1),
.medium-up-2 > .columns:nth-of-type(2n+1){clear:both;}
.medium-up-2 > .column:last-child,
.medium-up-2 > .columns:last-child{float:left;}
.medium-up-3 > .column,
.medium-up-3 > .columns{width:33.33333%;float:left;}
.medium-up-3 > .column:nth-of-type(1n),
.medium-up-3 > .columns:nth-of-type(1n){clear:none;}
.medium-up-3 > .column:nth-of-type(3n+1),
.medium-up-3 > .columns:nth-of-type(3n+1){clear:both;}
.medium-up-3 > .column:last-child,
.medium-up-3 > .columns:last-child{float:left;}
.medium-up-4 > .column,
.medium-up-4 > .columns{width:25%;float:left;}
.medium-up-4 > .column:nth-of-type(1n),
.medium-up-4 > .columns:nth-of-type(1n){clear:none;}
.medium-up-4 > .column:nth-of-type(4n+1),
.medium-up-4 > .columns:nth-of-type(4n+1){clear:both;}
.medium-up-4 > .column:last-child,
.medium-up-4 > .columns:last-child{float:left;}
.medium-up-5 > .column,
.medium-up-5 > .columns{width:20%;float:left;}
.medium-up-5 > .column:nth-of-type(1n),
.medium-up-5 > .columns:nth-of-type(1n){clear:none;}
.medium-up-5 > .column:nth-of-type(5n+1),
.medium-up-5 > .columns:nth-of-type(5n+1){clear:both;}
.medium-up-5 > .column:last-child,
.medium-up-5 > .columns:last-child{float:left;}
.medium-up-6 > .column,
.medium-up-6 > .columns{width:16.66667%;float:left;}
.medium-up-6 > .column:nth-of-type(1n),
.medium-up-6 > .columns:nth-of-type(1n){clear:none;}
.medium-up-6 > .column:nth-of-type(6n+1),
.medium-up-6 > .columns:nth-of-type(6n+1){clear:both;}
.medium-up-6 > .column:last-child,
.medium-up-6 > .columns:last-child{float:left;}
.medium-up-7 > .column,
.medium-up-7 > .columns{width:14.28571%;float:left;}
.medium-up-7 > .column:nth-of-type(1n),
.medium-up-7 > .columns:nth-of-type(1n){clear:none;}
.medium-up-7 > .column:nth-of-type(7n+1),
.medium-up-7 > .columns:nth-of-type(7n+1){clear:both;}
.medium-up-7 > .column:last-child,
.medium-up-7 > .columns:last-child{float:left;}
.medium-up-8 > .column,
.medium-up-8 > .columns{width:12.5%;float:left;}
.medium-up-8 > .column:nth-of-type(1n),
.medium-up-8 > .columns:nth-of-type(1n){clear:none;}
.medium-up-8 > .column:nth-of-type(8n+1),
.medium-up-8 > .columns:nth-of-type(8n+1){clear:both;}
.medium-up-8 > .column:last-child,
.medium-up-8 > .columns:last-child{float:left;}
.medium-collapse > .column,
.medium-collapse > .columns{padding-left:0;padding-right:0;}
.medium-collapse .row{margin-left:0;margin-right:0;}
.expanded.row .medium-collapse.row{margin-left:0;margin-right:0;}
.medium-uncollapse > .column,
.medium-uncollapse > .columns{padding-left:0.9375rem;padding-right:0.9375rem;}
.medium-centered{margin-left:auto;margin-right:auto;}
.medium-centered,
.medium-centered:last-child:not(:first-child){float:none;clear:both;}
.medium-uncentered,
.medium-push-0,
.medium-pull-0{position:static;margin-left:0;margin-right:0;float:left;}
}
@media screen and (min-width:64em){.large-1{width:8.33333%;}
.large-push-1{position:relative;left:8.33333%;}
.large-pull-1{position:relative;left:-8.33333%;}
.large-offset-0{margin-left:0%;}
.large-2{width:16.66667%;}
.large-push-2{position:relative;left:16.66667%;}
.large-pull-2{position:relative;left:-16.66667%;}
.large-offset-1{margin-left:8.33333%;}
.large-3{width:25%;}
.large-push-3{position:relative;left:25%;}
.large-pull-3{position:relative;left:-25%;}
.large-offset-2{margin-left:16.66667%;}
.large-4{width:33.33333%;}
.large-push-4{position:relative;left:33.33333%;}
.large-pull-4{position:relative;left:-33.33333%;}
.large-offset-3{margin-left:25%;}
.large-5{width:41.66667%;}
.large-push-5{position:relative;left:41.66667%;}
.large-pull-5{position:relative;left:-41.66667%;}
.large-offset-4{margin-left:33.33333%;}
.large-6{width:50%;}
.large-push-6{position:relative;left:50%;}
.large-pull-6{position:relative;left:-50%;}
.large-offset-5{margin-left:41.66667%;}
.large-7{width:58.33333%;}
.large-push-7{position:relative;left:58.33333%;}
.large-pull-7{position:relative;left:-58.33333%;}
.large-offset-6{margin-left:50%;}
.large-8{width:66.66667%;}
.large-push-8{position:relative;left:66.66667%;}
.large-pull-8{position:relative;left:-66.66667%;}
.large-offset-7{margin-left:58.33333%;}
.large-9{width:75%;}
.large-push-9{position:relative;left:75%;}
.large-pull-9{position:relative;left:-75%;}
.large-offset-8{margin-left:66.66667%;}
.large-10{width:83.33333%;}
.large-push-10{position:relative;left:83.33333%;}
.large-pull-10{position:relative;left:-83.33333%;}
.large-offset-9{margin-left:75%;}
.large-11{width:91.66667%;}
.large-push-11{position:relative;left:91.66667%;}
.large-pull-11{position:relative;left:-91.66667%;}
.large-offset-10{margin-left:83.33333%;}
.large-12{width:100%;}
.large-offset-11{margin-left:91.66667%;}
.large-up-1 > .column,
.large-up-1 > .columns{width:100%;float:left;}
.large-up-1 > .column:nth-of-type(1n),
.large-up-1 > .columns:nth-of-type(1n){clear:none;}
.large-up-1 > .column:nth-of-type(1n+1),
.large-up-1 > .columns:nth-of-type(1n+1){clear:both;}
.large-up-1 > .column:last-child,
.large-up-1 > .columns:last-child{float:left;}
.large-up-2 > .column,
.large-up-2 > .columns{width:50%;float:left;}
.large-up-2 > .column:nth-of-type(1n),
.large-up-2 > .columns:nth-of-type(1n){clear:none;}
.large-up-2 > .column:nth-of-type(2n+1),
.large-up-2 > .columns:nth-of-type(2n+1){clear:both;}
.large-up-2 > .column:last-child,
.large-up-2 > .columns:last-child{float:left;}
.large-up-3 > .column,
.large-up-3 > .columns{width:33.33333%;float:left;}
.large-up-3 > .column:nth-of-type(1n),
.large-up-3 > .columns:nth-of-type(1n){clear:none;}
.large-up-3 > .column:nth-of-type(3n+1),
.large-up-3 > .columns:nth-of-type(3n+1){clear:both;}
.large-up-3 > .column:last-child,
.large-up-3 > .columns:last-child{float:left;}
.large-up-4 > .column,
.large-up-4 > .columns{width:25%;float:left;}
.large-up-4 > .column:nth-of-type(1n),
.large-up-4 > .columns:nth-of-type(1n){clear:none;}
.large-up-4 > .column:nth-of-type(4n+1),
.large-up-4 > .columns:nth-of-type(4n+1){clear:both;}
.large-up-4 > .column:last-child,
.large-up-4 > .columns:last-child{float:left;}
.large-up-5 > .column,
.large-up-5 > .columns{width:20%;float:left;}
.large-up-5 > .column:nth-of-type(1n),
.large-up-5 > .columns:nth-of-type(1n){clear:none;}
.large-up-5 > .column:nth-of-type(5n+1),
.large-up-5 > .columns:nth-of-type(5n+1){clear:both;}
.large-up-5 > .column:last-child,
.large-up-5 > .columns:last-child{float:left;}
.large-up-6 > .column,
.large-up-6 > .columns{width:16.66667%;float:left;}
.large-up-6 > .column:nth-of-type(1n),
.large-up-6 > .columns:nth-of-type(1n){clear:none;}
.large-up-6 > .column:nth-of-type(6n+1),
.large-up-6 > .columns:nth-of-type(6n+1){clear:both;}
.large-up-6 > .column:last-child,
.large-up-6 > .columns:last-child{float:left;}
.large-up-7 > .column,
.large-up-7 > .columns{width:14.28571%;float:left;}
.large-up-7 > .column:nth-of-type(1n),
.large-up-7 > .columns:nth-of-type(1n){clear:none;}
.large-up-7 > .column:nth-of-type(7n+1),
.large-up-7 > .columns:nth-of-type(7n+1){clear:both;}
.large-up-7 > .column:last-child,
.large-up-7 > .columns:last-child{float:left;}
.large-up-8 > .column,
.large-up-8 > .columns{width:12.5%;float:left;}
.large-up-8 > .column:nth-of-type(1n),
.large-up-8 > .columns:nth-of-type(1n){clear:none;}
.large-up-8 > .column:nth-of-type(8n+1),
.large-up-8 > .columns:nth-of-type(8n+1){clear:both;}
.large-up-8 > .column:last-child,
.large-up-8 > .columns:last-child{float:left;}
.large-collapse > .column,
.large-collapse > .columns{padding-left:0;padding-right:0;}
.large-collapse .row{margin-left:0;margin-right:0;}
.expanded.row .large-collapse.row{margin-left:0;margin-right:0;}
.large-uncollapse > .column,
.large-uncollapse > .columns{padding-left:0.9375rem;padding-right:0.9375rem;}
.large-centered{margin-left:auto;margin-right:auto;}
.large-centered,
.large-centered:last-child:not(:first-child){float:none;clear:both;}
.large-uncentered,
.large-push-0,
.large-pull-0{position:static;margin-left:0;margin-right:0;float:left;}
}