﻿html {
	font-family: sans-serif;
	text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

*, *:before, *:after {
	box-sizing: inherit
}

html {
	box-sizing: border-box
}

html {
	overflow-x: hidden
}

body {
	background-color: #fff;
	color: #000;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden
}

@media (min-width:768px) {
	body {
		font-size: 18px
	}

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	margin-bottom: 20px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none
}

h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit
}

h1, .h1 {
	font-size: 4.5rem;
	line-height: 1
}

@media (max-width:1023px) {
	h1, .h1 {
		font-size: calc(1.2333333333rem + 5.1091560769vw)
	}

}

h2, .h2 {
	font-size: 3rem;
	line-height: 48px
}

@media (max-width:1023px) {
	h2, .h2 {
		font-size: calc(1.1333333333rem + 2.9195177582vw)
	}

}

h3, .h3 {
	font-size: 2.25rem;
	line-height: 48px
}

@media (max-width:1023px) {
	h3, .h3 {
		font-size: calc(1.0833333333rem + 1.8246985989vw)
	}

}

h4, .h4 {
	font-size: 1.5rem
}

@media (max-width:1023px) {
	h4, .h4 {
		font-size: calc(1.0333333333rem + 0.7298794396vw)
	}

}

h5, .h5 {
	font-size: 1.125rem
}

@media (max-width:1023px) {
	h5, .h5 {
		font-size: calc(1.0083333333rem + 0.1824698599vw)
	}

}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5
}

ul, ol, dl {
	margin: 20px;
	padding-left: 20px;
	padding-right: 20px
}

ul ul, ol ul, dl ul, ul ol, ol ol, dl ol, ul dl, ol dl, dl dl {
	margin: 0
}

hr {
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both
}

img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	vertical-align: middle
}

figure {
	margin: 0;
	padding: 0
}

blockquote {
	border-left: 5px #cccccc solid;
	font-size: inherit;
	margin: 20px 0;
	clear: both;
	padding: 10px 20px
}

blockquote cite {
	font-size: 0.875em
}

blockquote cite::before {
	content: '-'
}

a {
	color: #337ab7;
	transition: color .3s ease-in-out;
	text-decoration: none;
	cursor: pointer
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #23527c
}

body:not(.home) main.c-background--light-blue a {
	color: #9eff20;
	transition: all .3s ease-in-out;
	text-decoration: none;
	cursor: pointer
}

body:not(.home) main.c-background--light-blue a:hover, body:not(.home) main.c-background--light-blue a:active, body:not(.home) main.c-background--light-blue a:focus {
	text-decoration: underline;
	color: #e1ffb9
}

.gform_wrapper {
	position: relative
}

.gform_fields, .gfield_checkbox, .gfield_radio {
	list-style: none;
	padding: 0;
	margin: 0
}

.gfield {
	margin-bottom: 10px;
	overflow: hidden
}

label, .gfield_label {
	color: #666;
	font-weight: normal;
	font-size: 1em
}

.ginput_container_name label {
	color: #00294b;
	display: none
}

.ginput_complex {
	margin-left: -15px;
	margin-right: -15px
}

.ginput_container span {
	display: block;
	width: 50%;
	float: left;
	padding-right: 15px;
	padding-left: 15px
}

.ginput_container span.address_city, .ginput_container span.address_state, .ginput_container span.address_zip {
	width: 100%
}

@media (min-width:768px) {
	.ginput_container span.address_city, .ginput_container span.address_state, .ginput_container span.address_zip {
		width: 33.33%
	}

}

.clear-multi div {
	width: 33.33%;
	float: left;
	padding-right: 15px
}

input, select, textarea {
	width: 100%;
	padding: 8px;
	font-size: inherit;
	line-height: inherit;
	color: #666;
	background-color: #fff;
	background-image: none;
	display: block;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input, select {
	height: 40px
}

@media (max-width:1199px) {
	input, select {
		height: 50px
	}

}

textarea {
	height: 105px
}

input[type="submit"] {
	width: auto
}

input+label, select+label {
	font-weight: normal;
	margin-top: 10px;
	display: inline-block;
	font-size: 0.875em
}

.u-text--blue label {
	color: #00294b
}

.u-text--white label {
	color: #fff
}

.ginput_container select[multiple="multiple"] {
	max-height: 80px;
	height: auto
}

.gfield_checkbox li, .gfield_radio li {
	margin-right: 10px;
	display: inline-block
}

.ginput_container input[type="checkbox"], .ginput_container input[type="radio"] {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	box-shadow: none;
	height: 20px;
	width: 20px
}

.gfield_checkbox label, .gfield_radio label {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	vertical-align: top
}

.gform_validation_error .gfield_error .gfield_label {
	color: #a94442
}

.gform_validation_error .gfield_error input, .gform_validation_error .gfield_error select, .gform_validation_error .gfield_error textarea {
	border-color: #a94442;
	background-color: #f2dede;
	color: #a94442
}

.gform_validation_error .gfield_error input:focus, .gform_validation_error .gfield_error select:focus, .gform_validation_error .gfield_error textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.validation_error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	color: #a94442;
	background-color: #f2dede
}

.gform_wrapper .gfield_required, .gform_wrapper .validation_message {
	color: #a94442
}

#gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8
}

.gform_validation_container {
	display: none;
	position: absolute;
	left: -9000px;
	visibility: hidden
}

#ui-datepicker-div {
	background-color: #fff;
	padding: 15px;
	width: 295px;
	display: none
}

.ui-datepicker-calendar {
	width: 100%;
	text-align: center;
	margin: 0
}

.ui-datepicker-calendar th {
	text-align: center
}

.ui-datepicker-calendar tr>th, .ui-datepicker-calendar tr>td {
	padding: 5px
}

.ui-corner-all {
	cursor: pointer
}

.ui-datepicker-next.ui-corner-all {
	float: right
}

.ui-datepicker-title {
	padding-top: 5px;
	padding-bottom: 10px
}

.ui-datepicker-year, .ui-datepicker-month {
	height: auto;
	width: 50%;
	display: inline-block
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 900
}

::-moz-placeholder {
	color: #666;
	font-weight: 900
}

:-ms-input-placeholder {
	color: #666;
	font-weight: 900
}

:-moz-placeholder {
	color: #666;
	font-weight: 900
}

::placeholder {
	color: #666;
	font-weight: 900
}

.gf_third_width {
	width: 32%
}

@media (min-width:1024px) {
	.gf_third_width {
		width: 100%
	}

}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	display: table
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.lead {
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 1.375em;
		line-height: 1.6;
		margin-bottom: 1.6em
	}

}

.o-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.o-container:before, .o-container:after {
	content: '';
	display: table
}

.o-container:after {
	clear: both
}

@media (min-width:768px) {
	.o-container {
		max-width: 768px
	}

}

@media (min-width:1024px) {
	.o-container {
		max-width: 1024px
	}

}

@media (min-width:1200px) {
	.o-container {
		max-width: 1200px
	}

}

@media (min-width:1500px) {
	.o-container {
		max-width: 1500px
	}

}

.o-container--wide {
	width: 95%;
	margin: auto;
	position: relative
}

.o-container--full {
	width: 100%;
	margin: auto;
	position: relative
}

@media (max-width:767px) {
	.o-container--full {
		padding-left: 2.5%;
		padding-right: 2.5%
	}

}

.o-row {
	margin-left: -15px;
	margin-right: -15px
}

.o-row:before, .o-row:after {
	content: '';
	display: table
}

.o-row:after {
	clear: both
}

.o-col--xxs-1, .o-col--xxs-2, .o-col--xxs-3, .o-col--xxs-4, .o-col--xxs-5, .o-col--xxs-6, .o-col--xxs-7, .o-col--xxs-8, .o-col--xxs-9, .o-col--xxs-10, .o-col--xxs-11, .o-col--xxs-12, .o-col--xs-1, .o-col--xs-2, .o-col--xs-3, .o-col--xs-4, .o-col--xs-5, .o-col--xs-6, .o-col--xs-7, .o-col--xs-8, .o-col--xs-9, .o-col--xs-10, .o-col--xs-11, .o-col--xs-12, .o-col--sm-1, .o-col--sm-2, .o-col--sm-3, .o-col--sm-4, .o-col--sm-5, .o-col--sm-6, .o-col--sm-7, .o-col--sm-8, .o-col--sm-9, .o-col--sm-10, .o-col--sm-11, .o-col--sm-12, .o-col--md-1, .o-col--md-2, .o-col--md-3, .o-col--md-4, .o-col--md-5, .o-col--md-6, .o-col--md-7, .o-col--md-8, .o-col--md-9, .o-col--md-10, .o-col--md-11, .o-col--md-12, .o-col--lg-1, .o-col--lg-2, .o-col--lg-3, .o-col--lg-4, .o-col--lg-5, .o-col--lg-6, .o-col--lg-7, .o-col--lg-8, .o-col--lg-9, .o-col--lg-10, .o-col--lg-11, .o-col--lg-12, .o-col--xl-1, .o-col--xl-2, .o-col--xl-3, .o-col--xl-4, .o-col--xl-5, .o-col--xl-6, .o-col--xl-7, .o-col--xl-8, .o-col--xl-9, .o-col--xl-10, .o-col--xl-11, .o-col--xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.o-col--xxs-1, .o-col--xxs-2, .o-col--xxs-3, .o-col--xxs-4, .o-col--xxs-5, .o-col--xxs-6, .o-col--xxs-7, .o-col--xxs-8, .o-col--xxs-9, .o-col--xxs-10, .o-col--xxs-11, .o-col--xxs-12 {
	float: left
}

.o-col--xxs-1 {
	width: 8.3333333333%
}

.o-col--xxs-2 {
	width: 16.6666666667%
}

.o-col--xxs-3 {
	width: 25%
}

.o-col--xxs-4 {
	width: 33.3333333333%
}

.o-col--xxs-5 {
	width: 41.6666666667%
}

.o-col--xxs-6 {
	width: 50%
}

.o-col--xxs-7 {
	width: 58.3333333333%
}

.o-col--xxs-8 {
	width: 66.6666666667%
}

.o-col--xxs-9 {
	width: 75%
}

.o-col--xxs-10 {
	width: 83.3333333333%
}

.o-col--xxs-11 {
	width: 91.6666666667%
}

.o-col--xxs-12 {
	width: 100%
}

.o-col--pull-xxs-0 {
	right: auto
}

.o-col--pull-xxs-1 {
	right: 8.3333333333%
}

.o-col--pull-xxs-2 {
	right: 16.6666666667%
}

.o-col--pull-xxs-3 {
	right: 25%
}

.o-col--pull-xxs-4 {
	right: 33.3333333333%
}

.o-col--pull-xxs-5 {
	right: 41.6666666667%
}

.o-col--pull-xxs-6 {
	right: 50%
}

.o-col--pull-xxs-7 {
	right: 58.3333333333%
}

.o-col--pull-xxs-8 {
	right: 66.6666666667%
}

.o-col--pull-xxs-9 {
	right: 75%
}

.o-col--pull-xxs-10 {
	right: 83.3333333333%
}

.o-col--pull-xxs-11 {
	right: 91.6666666667%
}

.o-col--pull-xxs-12 {
	right: 100%
}

.o-col--push-xxs-0 {
	left: auto
}

.o-col--push-xxs-1 {
	left: 8.3333333333%
}

.o-col--push-xxs-2 {
	left: 16.6666666667%
}

.o-col--push-xxs-3 {
	left: 25%
}

.o-col--push-xxs-4 {
	left: 33.3333333333%
}

.o-col--push-xxs-5 {
	left: 41.6666666667%
}

.o-col--push-xxs-6 {
	left: 50%
}

.o-col--push-xxs-7 {
	left: 58.3333333333%
}

.o-col--push-xxs-8 {
	left: 66.6666666667%
}

.o-col--push-xxs-9 {
	left: 75%
}

.o-col--push-xxs-10 {
	left: 83.3333333333%
}

.o-col--push-xxs-11 {
	left: 91.6666666667%
}

.o-col--push-xxs-12 {
	left: 100%
}

.o-col--offset-xxs-0 {
	margin-left: 0%
}

.o-col--offset-xxs-1 {
	margin-left: 8.3333333333%
}

.o-col--offset-xxs-2 {
	margin-left: 16.6666666667%
}

.o-col--offset-xxs-3 {
	margin-left: 25%
}

.o-col--offset-xxs-4 {
	margin-left: 33.3333333333%
}

.o-col--offset-xxs-5 {
	margin-left: 41.6666666667%
}

.o-col--offset-xxs-6 {
	margin-left: 50%
}

.o-col--offset-xxs-7 {
	margin-left: 58.3333333333%
}

.o-col--offset-xxs-8 {
	margin-left: 66.6666666667%
}

.o-col--offset-xxs-9 {
	margin-left: 75%
}

.o-col--offset-xxs-10 {
	margin-left: 83.3333333333%
}

.o-col--offset-xxs-11 {
	margin-left: 91.6666666667%
}

.o-col--offset-xxs-12 {
	margin-left: 100%
}

@media (min-width:480px) {
	.o-col--xs-1, .o-col--xs-2, .o-col--xs-3, .o-col--xs-4, .o-col--xs-5, .o-col--xs-6, .o-col--xs-7, .o-col--xs-8, .o-col--xs-9, .o-col--xs-10, .o-col--xs-11, .o-col--xs-12 {
		float: left
	}

	.o-col--xs-1 {
		width: 8.3333333333%
	}

	.o-col--xs-2 {
		width: 16.6666666667%
	}

	.o-col--xs-3 {
		width: 25%
	}

	.o-col--xs-4 {
		width: 33.3333333333%
	}

	.o-col--xs-5 {
		width: 41.6666666667%
	}

	.o-col--xs-6 {
		width: 50%
	}

	.o-col--xs-7 {
		width: 58.3333333333%
	}

	.o-col--xs-8 {
		width: 66.6666666667%
	}

	.o-col--xs-9 {
		width: 75%
	}

	.o-col--xs-10 {
		width: 83.3333333333%
	}

	.o-col--xs-11 {
		width: 91.6666666667%
	}

	.o-col--xs-12 {
		width: 100%
	}

	.o-col--pull-xs-0 {
		right: auto
	}

	.o-col--pull-xs-1 {
		right: 8.3333333333%
	}

	.o-col--pull-xs-2 {
		right: 16.6666666667%
	}

	.o-col--pull-xs-3 {
		right: 25%
	}

	.o-col--pull-xs-4 {
		right: 33.3333333333%
	}

	.o-col--pull-xs-5 {
		right: 41.6666666667%
	}

	.o-col--pull-xs-6 {
		right: 50%
	}

	.o-col--pull-xs-7 {
		right: 58.3333333333%
	}

	.o-col--pull-xs-8 {
		right: 66.6666666667%
	}

	.o-col--pull-xs-9 {
		right: 75%
	}

	.o-col--pull-xs-10 {
		right: 83.3333333333%
	}

	.o-col--pull-xs-11 {
		right: 91.6666666667%
	}

	.o-col--pull-xs-12 {
		right: 100%
	}

	.o-col--push-xs-0 {
		left: auto
	}

	.o-col--push-xs-1 {
		left: 8.3333333333%
	}

	.o-col--push-xs-2 {
		left: 16.6666666667%
	}

	.o-col--push-xs-3 {
		left: 25%
	}

	.o-col--push-xs-4 {
		left: 33.3333333333%
	}

	.o-col--push-xs-5 {
		left: 41.6666666667%
	}

	.o-col--push-xs-6 {
		left: 50%
	}

	.o-col--push-xs-7 {
		left: 58.3333333333%
	}

	.o-col--push-xs-8 {
		left: 66.6666666667%
	}

	.o-col--push-xs-9 {
		left: 75%
	}

	.o-col--push-xs-10 {
		left: 83.3333333333%
	}

	.o-col--push-xs-11 {
		left: 91.6666666667%
	}

	.o-col--push-xs-12 {
		left: 100%
	}

	.o-col--offset-xs-0 {
		margin-left: 0%
	}

	.o-col--offset-xs-1 {
		margin-left: 8.3333333333%
	}

	.o-col--offset-xs-2 {
		margin-left: 16.6666666667%
	}

	.o-col--offset-xs-3 {
		margin-left: 25%
	}

	.o-col--offset-xs-4 {
		margin-left: 33.3333333333%
	}

	.o-col--offset-xs-5 {
		margin-left: 41.6666666667%
	}

	.o-col--offset-xs-6 {
		margin-left: 50%
	}

	.o-col--offset-xs-7 {
		margin-left: 58.3333333333%
	}

	.o-col--offset-xs-8 {
		margin-left: 66.6666666667%
	}

	.o-col--offset-xs-9 {
		margin-left: 75%
	}

	.o-col--offset-xs-10 {
		margin-left: 83.3333333333%
	}

	.o-col--offset-xs-11 {
		margin-left: 91.6666666667%
	}

	.o-col--offset-xs-12 {
		margin-left: 100%
	}

}

@media (min-width:768px) {
	.o-col--sm-1, .o-col--sm-2, .o-col--sm-3, .o-col--sm-4, .o-col--sm-5, .o-col--sm-6, .o-col--sm-7, .o-col--sm-8, .o-col--sm-9, .o-col--sm-10, .o-col--sm-11, .o-col--sm-12 {
		float: left
	}

	.o-col--sm-1 {
		width: 8.3333333333%
	}

	.o-col--sm-2 {
		width: 16.6666666667%
	}

	.o-col--sm-3 {
		width: 25%
	}

	.o-col--sm-4 {
		width: 33.3333333333%
	}

	.o-col--sm-5 {
		width: 41.6666666667%
	}

	.o-col--sm-6 {
		width: 50%
	}

	.o-col--sm-7 {
		width: 58.3333333333%
	}

	.o-col--sm-8 {
		width: 66.6666666667%
	}

	.o-col--sm-9 {
		width: 75%
	}

	.o-col--sm-10 {
		width: 83.3333333333%
	}

	.o-col--sm-11 {
		width: 91.6666666667%
	}

	.o-col--sm-12 {
		width: 100%
	}

	.o-col--pull-sm-0 {
		right: auto
	}

	.o-col--pull-sm-1 {
		right: 8.3333333333%
	}

	.o-col--pull-sm-2 {
		right: 16.6666666667%
	}

	.o-col--pull-sm-3 {
		right: 25%
	}

	.o-col--pull-sm-4 {
		right: 33.3333333333%
	}

	.o-col--pull-sm-5 {
		right: 41.6666666667%
	}

	.o-col--pull-sm-6 {
		right: 50%
	}

	.o-col--pull-sm-7 {
		right: 58.3333333333%
	}

	.o-col--pull-sm-8 {
		right: 66.6666666667%
	}

	.o-col--pull-sm-9 {
		right: 75%
	}

	.o-col--pull-sm-10 {
		right: 83.3333333333%
	}

	.o-col--pull-sm-11 {
		right: 91.6666666667%
	}

	.o-col--pull-sm-12 {
		right: 100%
	}

	.o-col--push-sm-0 {
		left: auto
	}

	.o-col--push-sm-1 {
		left: 8.3333333333%
	}

	.o-col--push-sm-2 {
		left: 16.6666666667%
	}

	.o-col--push-sm-3 {
		left: 25%
	}

	.o-col--push-sm-4 {
		left: 33.3333333333%
	}

	.o-col--push-sm-5 {
		left: 41.6666666667%
	}

	.o-col--push-sm-6 {
		left: 50%
	}

	.o-col--push-sm-7 {
		left: 58.3333333333%
	}

	.o-col--push-sm-8 {
		left: 66.6666666667%
	}

	.o-col--push-sm-9 {
		left: 75%
	}

	.o-col--push-sm-10 {
		left: 83.3333333333%
	}

	.o-col--push-sm-11 {
		left: 91.6666666667%
	}

	.o-col--push-sm-12 {
		left: 100%
	}

	.o-col--offset-sm-0 {
		margin-left: 0%
	}

	.o-col--offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.o-col--offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.o-col--offset-sm-3 {
		margin-left: 25%
	}

	.o-col--offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.o-col--offset-sm-5 {
		margin-left: 41.6666666667%
	}

	.o-col--offset-sm-6 {
		margin-left: 50%
	}

	.o-col--offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.o-col--offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.o-col--offset-sm-9 {
		margin-left: 75%
	}

	.o-col--offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.o-col--offset-sm-11 {
		margin-left: 91.6666666667%
	}

	.o-col--offset-sm-12 {
		margin-left: 100%
	}

}

@media (min-width:1024px) {
	.o-col--md-1, .o-col--md-2, .o-col--md-3, .o-col--md-4, .o-col--md-5, .o-col--md-6, .o-col--md-7, .o-col--md-8, .o-col--md-9, .o-col--md-10, .o-col--md-11, .o-col--md-12 {
		float: left
	}

	.o-col--md-1 {
		width: 8.3333333333%
	}

	.o-col--md-2 {
		width: 16.6666666667%
	}

	.o-col--md-3 {
		width: 25%
	}

	.o-col--md-4 {
		width: 33.3333333333%
	}

	.o-col--md-5 {
		width: 41.6666666667%
	}

	.o-col--md-6 {
		width: 50%
	}

	.o-col--md-7 {
		width: 58.3333333333%
	}

	.o-col--md-8 {
		width: 66.6666666667%
	}

	.o-col--md-9 {
		width: 75%
	}

	.o-col--md-10 {
		width: 83.3333333333%
	}

	.o-col--md-11 {
		width: 91.6666666667%
	}

	.o-col--md-12 {
		width: 100%
	}

	.o-col--pull-md-0 {
		right: auto
	}

	.o-col--pull-md-1 {
		right: 8.3333333333%
	}

	.o-col--pull-md-2 {
		right: 16.6666666667%
	}

	.o-col--pull-md-3 {
		right: 25%
	}

	.o-col--pull-md-4 {
		right: 33.3333333333%
	}

	.o-col--pull-md-5 {
		right: 41.6666666667%
	}

	.o-col--pull-md-6 {
		right: 50%
	}

	.o-col--pull-md-7 {
		right: 58.3333333333%
	}

	.o-col--pull-md-8 {
		right: 66.6666666667%
	}

	.o-col--pull-md-9 {
		right: 75%
	}

	.o-col--pull-md-10 {
		right: 83.3333333333%
	}

	.o-col--pull-md-11 {
		right: 91.6666666667%
	}

	.o-col--pull-md-12 {
		right: 100%
	}

	.o-col--push-md-0 {
		left: auto
	}

	.o-col--push-md-1 {
		left: 8.3333333333%
	}

	.o-col--push-md-2 {
		left: 16.6666666667%
	}

	.o-col--push-md-3 {
		left: 25%
	}

	.o-col--push-md-4 {
		left: 33.3333333333%
	}

	.o-col--push-md-5 {
		left: 41.6666666667%
	}

	.o-col--push-md-6 {
		left: 50%
	}

	.o-col--push-md-7 {
		left: 58.3333333333%
	}

	.o-col--push-md-8 {
		left: 66.6666666667%
	}

	.o-col--push-md-9 {
		left: 75%
	}

	.o-col--push-md-10 {
		left: 83.3333333333%
	}

	.o-col--push-md-11 {
		left: 91.6666666667%
	}

	.o-col--push-md-12 {
		left: 100%
	}

	.o-col--offset-md-0 {
		margin-left: 0%
	}

	.o-col--offset-md-1 {
		margin-left: 8.3333333333%
	}

	.o-col--offset-md-2 {
		margin-left: 16.6666666667%
	}

	.o-col--offset-md-3 {
		margin-left: 25%
	}

	.o-col--offset-md-4 {
		margin-left: 33.3333333333%
	}

	.o-col--offset-md-5 {
		margin-left: 41.6666666667%
	}

	.o-col--offset-md-6 {
		margin-left: 50%
	}

	.o-col--offset-md-7 {
		margin-left: 58.3333333333%
	}

	.o-col--offset-md-8 {
		margin-left: 66.6666666667%
	}

	.o-col--offset-md-9 {
		margin-left: 75%
	}

	.o-col--offset-md-10 {
		margin-left: 83.3333333333%
	}

	.o-col--offset-md-11 {
		margin-left: 91.6666666667%
	}

	.o-col--offset-md-12 {
		margin-left: 100%
	}

}

@media (min-width:1200px) {
	.o-col--lg-1, .o-col--lg-2, .o-col--lg-3, .o-col--lg-4, .o-col--lg-5, .o-col--lg-6, .o-col--lg-7, .o-col--lg-8, .o-col--lg-9, .o-col--lg-10, .o-col--lg-11, .o-col--lg-12 {
		float: left
	}

	.o-col--lg-1 {
		width: 8.3333333333%
	}

	.o-col--lg-2 {
		width: 16.6666666667%
	}

	.o-col--lg-3 {
		width: 25%
	}

	.o-col--lg-4 {
		width: 33.3333333333%
	}

	.o-col--lg-5 {
		width: 41.6666666667%
	}

	.o-col--lg-6 {
		width: 50%
	}

	.o-col--lg-7 {
		width: 58.3333333333%
	}

	.o-col--lg-8 {
		width: 66.6666666667%
	}

	.o-col--lg-9 {
		width: 75%
	}

	.o-col--lg-10 {
		width: 83.3333333333%
	}

	.o-col--lg-11 {
		width: 91.6666666667%
	}

	.o-col--lg-12 {
		width: 100%
	}

	.o-col--pull-lg-0 {
		right: auto
	}

	.o-col--pull-lg-1 {
		right: 8.3333333333%
	}

	.o-col--pull-lg-2 {
		right: 16.6666666667%
	}

	.o-col--pull-lg-3 {
		right: 25%
	}

	.o-col--pull-lg-4 {
		right: 33.3333333333%
	}

	.o-col--pull-lg-5 {
		right: 41.6666666667%
	}

	.o-col--pull-lg-6 {
		right: 50%
	}

	.o-col--pull-lg-7 {
		right: 58.3333333333%
	}

	.o-col--pull-lg-8 {
		right: 66.6666666667%
	}

	.o-col--pull-lg-9 {
		right: 75%
	}

	.o-col--pull-lg-10 {
		right: 83.3333333333%
	}

	.o-col--pull-lg-11 {
		right: 91.6666666667%
	}

	.o-col--pull-lg-12 {
		right: 100%
	}

	.o-col--push-lg-0 {
		left: auto
	}

	.o-col--push-lg-1 {
		left: 8.3333333333%
	}

	.o-col--push-lg-2 {
		left: 16.6666666667%
	}

	.o-col--push-lg-3 {
		left: 25%
	}

	.o-col--push-lg-4 {
		left: 33.3333333333%
	}

	.o-col--push-lg-5 {
		left: 41.6666666667%
	}

	.o-col--push-lg-6 {
		left: 50%
	}

	.o-col--push-lg-7 {
		left: 58.3333333333%
	}

	.o-col--push-lg-8 {
		left: 66.6666666667%
	}

	.o-col--push-lg-9 {
		left: 75%
	}

	.o-col--push-lg-10 {
		left: 83.3333333333%
	}

	.o-col--push-lg-11 {
		left: 91.6666666667%
	}

	.o-col--push-lg-12 {
		left: 100%
	}

	.o-col--offset-lg-0 {
		margin-left: 0%
	}

	.o-col--offset-lg-1 {
		margin-left: 8.3333333333%
	}

	.o-col--offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.o-col--offset-lg-3 {
		margin-left: 25%
	}

	.o-col--offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.o-col--offset-lg-5 {
		margin-left: 41.6666666667%
	}

	.o-col--offset-lg-6 {
		margin-left: 50%
	}

	.o-col--offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.o-col--offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.o-col--offset-lg-9 {
		margin-left: 75%
	}

	.o-col--offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.o-col--offset-lg-11 {
		margin-left: 91.6666666667%
	}

	.o-col--offset-lg-12 {
		margin-left: 100%
	}

}

@media (min-width:1500px) {
	.o-col--xl-1, .o-col--xl-2, .o-col--xl-3, .o-col--xl-4, .o-col--xl-5, .o-col--xl-6, .o-col--xl-7, .o-col--xl-8, .o-col--xl-9, .o-col--xl-10, .o-col--xl-11, .o-col--xl-12 {
		float: left
	}

	.o-col--xl-1 {
		width: 8.3333333333%
	}

	.o-col--xl-2 {
		width: 16.6666666667%
	}

	.o-col--xl-3 {
		width: 25%
	}

	.o-col--xl-4 {
		width: 33.3333333333%
	}

	.o-col--xl-5 {
		width: 41.6666666667%
	}

	.o-col--xl-6 {
		width: 50%
	}

	.o-col--xl-7 {
		width: 58.3333333333%
	}

	.o-col--xl-8 {
		width: 66.6666666667%
	}

	.o-col--xl-9 {
		width: 75%
	}

	.o-col--xl-10 {
		width: 83.3333333333%
	}

	.o-col--xl-11 {
		width: 91.6666666667%
	}

	.o-col--xl-12 {
		width: 100%
	}

	.o-col--pull-xl-0 {
		right: auto
	}

	.o-col--pull-xl-1 {
		right: 8.3333333333%
	}

	.o-col--pull-xl-2 {
		right: 16.6666666667%
	}

	.o-col--pull-xl-3 {
		right: 25%
	}

	.o-col--pull-xl-4 {
		right: 33.3333333333%
	}

	.o-col--pull-xl-5 {
		right: 41.6666666667%
	}

	.o-col--pull-xl-6 {
		right: 50%
	}

	.o-col--pull-xl-7 {
		right: 58.3333333333%
	}

	.o-col--pull-xl-8 {
		right: 66.6666666667%
	}

	.o-col--pull-xl-9 {
		right: 75%
	}

	.o-col--pull-xl-10 {
		right: 83.3333333333%
	}

	.o-col--pull-xl-11 {
		right: 91.6666666667%
	}

	.o-col--pull-xl-12 {
		right: 100%
	}

	.o-col--push-xl-0 {
		left: auto
	}

	.o-col--push-xl-1 {
		left: 8.3333333333%
	}

	.o-col--push-xl-2 {
		left: 16.6666666667%
	}

	.o-col--push-xl-3 {
		left: 25%
	}

	.o-col--push-xl-4 {
		left: 33.3333333333%
	}

	.o-col--push-xl-5 {
		left: 41.6666666667%
	}

	.o-col--push-xl-6 {
		left: 50%
	}

	.o-col--push-xl-7 {
		left: 58.3333333333%
	}

	.o-col--push-xl-8 {
		left: 66.6666666667%
	}

	.o-col--push-xl-9 {
		left: 75%
	}

	.o-col--push-xl-10 {
		left: 83.3333333333%
	}

	.o-col--push-xl-11 {
		left: 91.6666666667%
	}

	.o-col--push-xl-12 {
		left: 100%
	}

	.o-col--offset-xl-0 {
		margin-left: 0%
	}

	.o-col--offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.o-col--offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.o-col--offset-xl-3 {
		margin-left: 25%
	}

	.o-col--offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.o-col--offset-xl-5 {
		margin-left: 41.6666666667%
	}

	.o-col--offset-xl-6 {
		margin-left: 50%
	}

	.o-col--offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.o-col--offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.o-col--offset-xl-9 {
		margin-left: 75%
	}

	.o-col--offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.o-col--offset-xl-11 {
		margin-left: 91.6666666667%
	}

	.o-col--offset-xl-12 {
		margin-left: 100%
	}

}

.o-col {
	padding-top: 20px;
	padding-bottom: 20px
}

@media (min-width:768px) {
	.o-content {
		padding-top: 20px;
		padding-bottom: 40px
	}

}

.o-content--hero {
	position: relative
}

@media (min-width:768px) {
	.o-content--press-media {
		padding-top: 20px;
		padding-bottom: 40px
	}

}

@media (max-width:1023px) {
	.o-content--press-media h3, .o-content--press-media p {
		text-align: center
	}

}

.o-main {
	position: relative
}

.c-btn {
	font-size: 1.25em;
	color: #fff;
	border-radius: 0;
	border: 1px solid #666;
	display: inline-block;
	text-decoration: none;
	line-height: inherit;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 10px;
	width: 100%;
	max-width: 200px;
	background-color: #00294b;
	transition: background .5s ease-in-out
}

@media (min-width:768px) {
	.c-btn {
		font-size: inherit
	}

}

.c-btn:hover, .c-btn:active, .c-btn:focus {
	color: #00294b;
	background-color: #fff;
	text-decoration: none
}

.c-btn--full {
	font-size: 1.25em;
	color: #9eff20;
	border: 1px solid #fff;
	border-radius: 0;
	display: inline-block;
	text-decoration: none;
	line-height: inherit;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 10px auto;
	width: 100%;
	background-color: transparent;
	transition: background .5s ease-in-out
}

@media (min-width:768px) {
	.c-btn--full {
		font-size: inherit
	}

}

.c-btn--full:hover, .c-btn--full:active, .c-btn--full:focus {
	color: #000;
	background-color: #fff;
	text-decoration: none
}

.c-btn--footer {
	font-size: 1.25em;
	color: #fff;
	border-radius: 0;
	display: inline-block;
	text-decoration: none;
	line-height: inherit;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	margin: 10px;
	width: 100%;
	max-width: 200px;
	background-color: #00294b;
	transition: background .5s ease-in-out
}

@media (min-width:768px) {
	.c-btn--footer {
		font-size: inherit
	}

}

.c-btn--footer:hover, .c-btn--footer:active, .c-btn--footer:focus {
	color: #00294b;
	background-color: #fff;
	text-decoration: none
}

.c-btn--hero {
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 480px;
	text-decoration: none;
	line-height: inherit;
	display: block;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00294b;
	background-color: #00294b;
	transition: background .5s ease-in-out
}

.c-btn--hero:hover, .c-btn--hero:active, .c-btn--hero:focus {
	color: #00294b;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #00294b
}

.c-btn--hero:hover:nth-child(2), .c-btn--hero:active:nth-child(2), .c-btn--hero:focus:nth-child(2) {
	background-color: #fff
}

.c-btn--hero:hover:nth-child(3), .c-btn--hero:active:nth-child(3), .c-btn--hero:focus:nth-child(3) {
	background-color: #fff
}

.c-btn--hero:nth-child(2) {
	background-color: rgba(0, 41, 75, 0.8)
}

.c-btn--hero:nth-child(3) {
	background-color: rgba(0, 41, 75, 0.9)
}

@media (max-width:1023px) {
	.c-btn--hero {
		font-size: 1em
	}

}

@media (max-width:767px) {
	.c-btn--hero {
		max-width: 300px;
		line-height: 1.5
	}

}

.c-btn--home {
	color: #fff !important;
	font-size: 1.25em;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 400px;
	text-decoration: none;
	line-height: inherit;
	display: block;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00294b;
	background-color: #00294b;
	transition: background .5s ease-in-out
}

.c-btn--home:hover, .c-btn--home:active, .c-btn--home:focus {
	color: #00294b !important;
	background-color: #fff;
	text-decoration: none !important;
	border: 1px solid #00294b
}

@media (max-width:767px) {
	.c-btn--home {
		max-width: 300px
	}

}

.c-btn--home-sm {
	color: #fff !important;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: inherit;
	display: inline-block;
	border-radius: 0;
	padding:15px;
	margin-bottom: 2px;
	border: 1px solid #00294b;
	background-color: #00294b;
	transition: background .5s ease-in-out
}

.c-btn--home-sm:hover, .c-btn--home-sm:active, .c-btn--home-sm:focus {
	color: #00294b !important;
	background-color: #fff;
	text-decoration: none !important;
	border: 1px solid #00294b
}

.c-btn--procedure {
	font-size: 1.25em;
	color: #fff !important;
	border-radius: 0;
	display: inline-block;
	text-decoration: none;
	line-height: inherit;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	margin: 10px;
	width: 100%;
	max-width: 400px;
	border: 2px solid #fff;
	background-color: #0080a5;
	transition: background .5s ease-in-out
}

.c-btn--procedure:hover, .c-btn--procedure:active, .c-btn--procedure:focus {
	color: #0080a5 !important;
	border: 2px solid #0080a5;
	background-color: #fff;
	text-decoration: none !important
}

body.blog .pss-cs-btn {
	color: #fff;
	text-decoration: underline
}

body.blog .u-block--fl-right .pss-cs-btn::after {
	content: ' ›';
	color: #fff;
	vertical-align: baseline
}

body.blog .u-block--fl-left .pss-cs-btn::before {
	content: '‹ ';
	color: #fff;
	vertical-align: baseline
}

.c-btn--blue {
	background-color: #00294b
}

.c-btn--blue:hover, .c-btn--blue:active, .c-btn--blue:focus {
	background-color: #0061b1
}

.c-btn--light-blue {
	background-color: #0080a5
}

.c-btn--light-blue:hover, .c-btn--light-blue:active, .c-btn--light-blue:focus {
	background-color: #0cc9ff
}

.c-btn--border-blue {
	background-color: #4ca6c0
}

.c-btn--border-blue:hover, .c-btn--border-blue:active, .c-btn--border-blue:focus {
	background-color: #97ccdb
}

.c-btn--link {
	background-color: #337ab7
}

.c-btn--link:hover, .c-btn--link:active, .c-btn--link:focus {
	background-color: #77acd9
}

.c-btn--link-hover {
	background-color: #23527c
}

.c-btn--link-hover:hover, .c-btn--link-hover:active, .c-btn--link-hover:focus {
	background-color: #3d86c8
}

.c-btn--black {
	background-color: #000
}

.c-btn--black:hover, .c-btn--black:active, .c-btn--black:focus {
	background-color: #333333
}

.c-btn--white {
	background-color: #fff
}

.c-btn--white:hover, .c-btn--white:active, .c-btn--white:focus {
	background-color: white
}

.c-btn--gray {
	background-color: #666
}

.c-btn--gray:hover, .c-btn--gray:active, .c-btn--gray:focus {
	background-color: #999999
}

.c-btn--green {
	background-color: #9eff20
}

.c-btn--green:hover, .c-btn--green:active, .c-btn--green:focus {
	background-color: #caff86
}

.c-btn--tan {
	background-color: #f2f2f2
}

.c-btn--tan:hover, .c-btn--tan:active, .c-btn--tan:focus {
	background-color: white
}

.c-btn--transparent {
	background-color: transparent
}

.c-btn--transparent:hover, .c-btn--transparent:active, .c-btn--transparent:focus {
	background-color: rgba(51, 51, 51, 0)
}

.c-btn--arrow::after {
	content: ' »'
}

.c-btn--block {
	display: block;
	text-align: center
}

.c-btn--read-more {
	display: inline-block;
	text-align: center;
	width: 200px;
	max-width: 100%;
	background: 0 0;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	line-height: 30px;
	text-decoration: underline;
	padding: 16px 0;
	border: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 20px
}

.c-nav {
	width: 320px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(0, 128, 165, 0.7);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(380px);
	transform: translateX(380px);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	z-index: 9999
}

@media (min-width:1024px) {
	.c-nav {
		width: 380px
	}

}

.c-nav::-webkit-scrollbar {
	display: none
}

.is-active .c-nav {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.c-nav__toggle--close {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 32px;
	height: 32px
}

.c-nav__toggle--close::before, .c-nav__toggle--close::after {
	content: '';
	position: absolute;
	left: 15px;
	height: 35px;
	width: 2px;
	background-color: #fff
}

.c-nav__toggle--close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-nav__toggle--close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-nav__mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background: #00294b;
	opacity: 0;
	transition: opacity .3s, width 0s .3s, height 0s .3s
}

.is-active .c-nav__mask {
	width: 100%;
	height: 100%;
	opacity: .9;
	transition: opacity .3s
}

.c-nav__hightlight {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.c-nav__list {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding: 90px 0 40px
}

@media (min-width:1024px) {
	.c-nav__list {
		text-align: left
	}

}

.c-nav__list-footer {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0
}

@media (min-width:1024px) {
	.c-nav__list-footer {
		text-align: center
	}

}

.c-nav__list-footer .c-nav__item:first-child a::after {
	content: '|';
	padding-left: 4px;
	color: #666
}

.c-nav__list-footer .c-nav__link {
	color: #fff;
	font-size: 1.25em
}

@media (min-width:1024px) {
	.c-nav__list-footer .c-nav__link {
		padding: 15px 10px
	}

}

.c-nav__item {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.c-nav__item.c-nav__item--active>.c-nav__link {
	color: #00294b
}

.c-nav__link {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase
}

@media (min-width:1024px) {
	.c-nav__link {
		padding: 20px 10px
	}

}

.c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
	color: #0080a5;
	text-decoration: none
}

.c-nav__dropdown {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0
}

.c-nav__dropdown .c-nav__link {
	padding: 10px 20px
}

.c-nav__dropdown .c-nav__item {
	display: block
}

.c-nav__dropdown .c-nav__item:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.c-nav__dropdown .c-nav__link {
	padding: 10px
}

.c-nav__dropdown .c-nav__dropdown {
	top: 0;
	left: 100%
}

.c-nav__dropdown-toggle {
	float: right;
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 1;
	z-index: -1;
	cursor: pointer
}

.c-nav__dropdown-toggle::before {
	content: '';
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	display: block;
	background-image: url(../img/angle-down.svg)
}

.c-nav__toggle {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 20px
}

.c-nav__icon {
	width: 35px;
	height: 35px;
	fill: #0080a5
}

.c-nav__icon:hover, .c-nav__icon:active, .c-nav__icon:focus {
	fill: rgba(0, 128, 165, 0.7)
}

.c-nav__icon span {
	display: block
}

.c-nav__icon--close {
	fill: #0080a5
}

.c-header {
	position: relative;
	height: 100%;
	padding-top: 113px
}

@media (min-width:1024px) {
	.c-header {
		padding-top: 113px
	}

}

@media (max-width:1023px) {
	.c-header {
		padding-top: 132px
	}

}

@media (max-width:767px) {
	.c-header {
		padding-top: 120px
	}

}

.c-header__phone {
	letter-spacing: 1px;
	font-size: 1.125em;
	padding: 2px;
	margin: 20px
}

.c-header__phone a {
	color: #0080a5
}

.c-header__phone a:hover, .c-header__phone a:active, .c-header__phone a:focus {
	text-decoration: none;
	color: rgba(0, 128, 165, 0.7)
}

.c-header__mobile .c-header__phone {
	position: absolute;
	right: 15px;
	top: 10px;
	margin: 0
}

.c-header__mobile .c-header__phone {
	position: absolute;
	right: 15px;
	top: 10px;
	margin: 0
}

.c-header__nav {
	right: -30px
}

@media (min-width:480px) {
	.c-header__title {
		padding-top: 100px
	}

}

@media (max-width:767px) {
	.c-header__title {
		padding-top: 20px
	}

}

.c-header__title h1 {
	text-shadow: 0 0 1px #666
}

.c-header__home-box {
	padding-top: 50px;
	padding-bottom: 75px;
	width: 80%;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1499px) {
	.c-header__home-box {
		width: 100%
	}

}

@media (max-width:768px) {
	.c-header__home-box {
		margin-top: 65%;
		padding-top: 15px;
		padding-bottom: 40px
	}

}

.c-header__home-box h1 {
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 75%
}

@media (max-width:1023px) {
	.c-header__home-box h1 {
		font-size: calc(1.0833333333rem + 1.8246985989vw)
	}

}

@media (max-width:767px) {
	.c-header__home-box h1 {
		width: 90%
	}

}

.c-header__home-model {
	padding-top: 50%;
	background-image: url(../img/home-header-model.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center
}

@media (max-width:1499px) {
	.c-header__home-model {
		padding-top: 60%
	}

}

@media (max-width:1023px) {
	.c-header__home-model {
		background-image: none;
		padding: 0;
		margin-top: 10%;
		margin-bottom: 10%
	}

}

.c-header__temecula-model {
	padding-top: 50%;
	background-image: url(../img/temecula-header-model.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center
}

@media (max-width:1499px) {
	.c-header__temecula-model {
		padding-top: 60%
	}

}

@media (max-width:1023px) {
	.c-header__temecula-model {
		background-image: none;
		padding: 0;
		margin-top: 10%;
		margin-bottom: 10%
	}

}

.c-header__east-county-model {
	padding-top: 50%;
	background-image: url(../img/east-county-header-model.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center
}

@media (max-width:1499px) {
	.c-header__east-county-model {
		padding-top: 60%
	}

}

@media (max-width:1023px) {
	.c-header__east-county-model {
		background-image: none;
		padding: 0;
		margin-top: 10%;
		margin-bottom: 10%
	}

}

.c-header__mobile {
	display: none;
	padding-top: 2px;
	top: 0;
	position: relative
}

@media (max-width:767px) {
	.c-header__mobile {
		padding-top: 0;
		height: 106px !important
	}

	.c-header__mobile .c-nav__icon span {
		font-size: 9px
	}

	.c-header__mobile .fa-phone {
		margin-bottom: 7px
	}

	.c-header__mobile .c-header__logo {
		margin-top: 2px
	}

	.c-header__mobile .c-header__logo img {
		width: 250px
	}

}

@media (max-width:1023px) {
	.c-header__mobile {
		display: block;
		border-left: 0
	}

	.c-header__mobile .o-col--xxs-4 {
		border-left: 1px solid #00294b
	}

	.c-header__mobile .o-col--xxs-4:first-child {
		border-left: 0
	}

	.c-header__mobile .c-nav__icon {
		color: #fff;
		height: auto;
		width: auto;
		padding-top: 8px;
		padding-bottom: 8px
	}

	.c-header__mobile .c-nav__icon a {
		color: #fff
	}

	.c-header__mobile .c-nav__icon a .fa {
		font-size: 24px
	}

	.c-header__mobile .c-nav__icon span {
		color: #fff
	}

	.c-header__mobile .fa-map-marker-alt {
		font-size: 1.6em
	}

}

@media (max-width:1199px) {
	.c-header__mobile {
		height: 120px
	}

	.c-header__mobile img {
		width: 300px
	}

}

.c-header__mobile {
	height: 80px
}

.c-header__desktop {
	transition: background-color .3s ease-out
}

.c-hero {
	min-height: 150px
}

@media (min-width:768px) {
	.c-hero {
		min-height: 425px
	}

}

.c-hero h1 {
	line-height: 1
}

@media (max-width:1023px) {
	.c-hero--home {
		background-image: url(../img/home-header-model.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center
	}

}

@media (max-width:479px) {
	.c-hero--home {
		background-size: cover
	}

}

@media (max-width:1023px) {
	.c-hero--temecula {
		background-image: url(../img/temecula-header-model.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center
	}

}

@media (max-width:479px) {
	.c-hero--temecula {
		background-size: cover
	}

}

@media (max-width:1023px) {
	.c-hero--east-county {
		background-image: url(../img/east-county-header-model.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center
	}

}

@media (max-width:479px) {
	.c-hero--east-county {
		background-size: cover
	}

}

.c-home--intro {
	padding-top: 2.5%;
	padding-bottom: 2.5%
}

.c-home--intro p {
	font-size: 1.125em;
	line-height: 32px
}

@media (max-width:1023px) {
	.c-home--intro p {
		font-size: 1em;
		line-height: 28px
	}

}

.c-home--intro .c-btn--home {
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px
}

@media (max-width:1499px) {
	.c-home--intro li {
		width: 32.5%
	}

}

@media (max-width:767px) {
	.c-home--intro li {
		width: 100%
	}

}

.c-home--intro-title {
	font-weight: 300;
	color: #00294b;
	text-align: center;
	text-transform: uppercase
}

@media (max-width:767px) {
	.c-home--intro-title {
		line-height: 1.5
	}

}

.c-home--meet-dr {
	padding-top: 5%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed;
	background-position: left top
}

.c-home--meet-dr p {
	font-size: 1.125em;
	line-height: 32px
}

@media (max-width:1023px) {
	.c-home--meet-dr p {
		font-size: 1em;
		line-height: 28px
	}

}

.c-home--meet-dr .c-btn--home {
	margin-top: 40px;
	border-color: #6f615c
}

.c-home--meet-dr .c-home--meet-dr-logos {
	background-color: rgba(255, 255, 255, 0.6)
}

@media (max-width:767px) {
	.c-home--meet-dr .c-home--meet-dr-logos img {
		width: 30%
	}

}

@media (max-width:1023px) {
	.c-home--meet-dr {
		background-image: none !important;
		background-color: #1c0b06
	}

}

.c-home--meet-dr-j {
	padding-top: 5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: left top
}

.c-home--meet-dr-j-adjust {
	background-position: right top
}

.c-home--meet-dr-j p {
	font-size: 1.125em;
	line-height: 32px
}

@media (max-width:1023px) {
	.c-home--meet-dr-j p {
		font-size: 1em;
		line-height: 28px
	}

}

.c-home--meet-dr-j .c-btn--home {
	margin-top: 40px;
	border-color: #6f615c
}

.c-home--meet-dr-j .c-home--meet-dr-logos {
	background-color: rgba(255, 255, 255, 0.6)
}

@media (max-width:767px) {
	.c-home--meet-dr-j .c-home--meet-dr-logos img {
		width: 30%
	}

}

@media (max-width:1023px) {
	.c-home--meet-dr-j {
		background-image: none !important;
		background-color: #dddee2
	}

}

.c-home--mobile-image {
	width: 50%;
	margin: auto
}

@media (min-width:1024px) {
	.c-home--mobile-image {
		display: none
	}

}

.c-home--procedures {
	padding-top: 10%;
	padding-bottom: 10%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all .3s ease-in-out
}

@media (max-width:1023px) {
	.c-home--procedures {
		background-image: none !important;
		background-color: rgba(102, 102, 102, 0.2)
	}

}

.c-home--photo {
	padding-top: 5%;
	padding-bottom: 5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}

.c-home--photo-east-county {
	background-position: left top
}

.c-home--photo p {
	font-size: 2em;
	line-height: 40px
}

@media (max-width:1023px) {
	.c-home--photo p {
		font-size: 1.75em;
		line-height: 34px
	}

}

.c-home--photo .c-btn--home {
	margin-top: 40px
}

.c-home--video {
	padding-top: 5%;
	padding-bottom: 5%;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 50%, white 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f2f2f2), color-stop(50%, white), color-stop(100%, white));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 50%, white 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 50%, white 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, white 50%, white 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, white 50%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)
}

.c-home--video p {
	font-size: 2em;
	line-height: 40px
}

@media (max-width:1023px) {
	.c-home--video p {
		font-size: 1.75em;
		line-height: 34px
	}

}

.c-home--video .c-btn--home {
	margin-top: 40px
}

.c-home--video-east-county {
	padding-top: 5%;
	padding-bottom: 5%;
	background: #f2f2f2
}

.c-home--video-east-county p {
	font-size: 2em;
	line-height: 40px
}

@media (max-width:1023px) {
	.c-home--video-east-county p {
		font-size: 1.75em;
		line-height: 34px
	}

}

.c-home--video-east-county .c-btn--home {
	margin-top: 40px
}

.c-sidebar {
	padding-bottom: 20px
}

@media (min-width:768px) {
	.c-sidebar {
		padding-top: 20px
	}

}

.c-logo {
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto
}

.c-logo--brand {
	display: block;
	max-width: 200px;
	height: 50px;
	background-image: url("../img/logo.png")
}

@media (min-width:1024px) {
	.c-logo--brand {
		max-width: 275px;
		height: 69px;
		margin-top: 10px
	}

}

.c-background--name {
	background-image: url("../img/img-name.jpg")
}

.c-background--blue {
	background-color: #00294b
}

.c-background--light-blue {
	background-color: #0080a5
}

.c-background--border-blue {
	background-color: #4ca6c0
}

.c-background--link {
	background-color: #337ab7
}

.c-background--link-hover {
	background-color: #23527c
}

.c-background--black {
	background-color: #000
}

.c-background--white {
	background-color: #fff
}

.c-background--gray {
	background-color: #666
}

.c-background--green {
	background-color: #9eff20
}

.c-background--tan {
	background-color: #f2f2f2
}

.c-background--transparent {
	background-color: transparent
}

.c-background {
	position: relative;
	background-repeat: no-repeat
}

.c-background--relative {
	position: relative;
	z-index: 10
}

@media (min-width:1024px) {
	.c-background--fixed {
		background-attachment: fixed
	}

}

.c-background--position-top {
	background-position: top center
}

.c-background--position-bottom {
	background-position: bottom center
}

.c-background--position-center {
	background-position: center
}

.c-background--position-right {
	background-position: center right
}

.c-background--position-left {
	background-position: center left
}

.c-background--no-repeat {
	background-repeat: no-repeat
}

.c-background--cover {
	background-size: cover !important
}

.c-background--hero {
	background-size: contain !important
}

@media(min-width:768px) {
	.c-background--hero {
		background-size: cover !important
	}

}

.c-background--contain {
	background-size: contain
}

.c-background--base {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10
}

.c-background--general {
	background-image: url(../img/general-header.jpg)
}

.c-background--testimonials {
	background-image: url(../img/testimonial-watermark.gif)
}

.c-background--contact-box {
	background-image: url(../img/contact-watermark.png)
}

.c-background--footer {
	background-image: url(../img/footer-bg.jpg)
}

.c-background--footer-temecula {
	background-image: url(../img/footer-temecula-bg.jpg)
}

.c-background--footer-east-county {
	background-image: url(../img/footer-east-county-bg.jpg)
}

.c-lead {
	font-size: 1.125em;
	line-height: 1.3
}

@media (min-width:768px) {
	.c-lead {
		font-size: 1.375em
	}

}

.c-list--unstyled {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0
}

.c-list--inline {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0
}

.c-list--inline>li {
	display: inline
}

.c-pagination {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0
}

.c-pagination>li {
	display: inline-block
}

.c-pagination>li>a, .c-pagination>li>span {
	padding: 10px;
	color: #00294b;
	border: 1px solid #ddd
}

.c-pagination>li>a:hover, .c-pagination>li>a:active, .c-pagination>li>a:focus, .c-pagination>li>span:hover, .c-pagination>li>span:active, .c-pagination>li>span:focus {
	text-decoration: none
}

.c-embed {
	margin-top: 10px;
	margin-bottom: 10px
}

.c-embed--respond {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.c-embed--respond iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.c-breadcrumb {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0
}

.c-breadcrumb>li {
	display: inline-block
}

.c-breadcrumb>li+li::before {
	padding: 0 10px;
	color: #ccc;
	content: '/\00a0'
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse
}

table tr>td, table tr>th {
	padding: 10px;
	line-height: 2;
	vertical-align: top;
	border-top: 1px solid #d9d9d9;
	text-align: left
}

pre {
	display: block;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 0.8125em;
	line-height: 2;
	color: #000;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	border-radius: 4px
}

.c-contact--box-blue {
	background-color: #00294b;
	background-image: url(../img/contact-watermark.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	min-height: 250px;
	padding: 70px
}

@media (max-width:1499px) {
	.c-contact--box-blue {
		text-align: center
	}

}

@media (max-width:767px) {
	.c-contact--box-blue {
		background-size: cover
	}

}

.c-contact--box-light-blue {
	background-color: #0080a5;
	background-image: url(../img/contact-watermark.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	min-height: 250px;
	padding: 70px
}

@media (max-width:1499px) {
	.c-contact--box-light-blue {
		text-align: center
	}

}

@media (max-width:767px) {
	.c-contact--box-light-blue {
		background-size: cover
	}

}

@media (max-width:1499px) {
	.c-map {
		padding-top: 50%
	}

}

@media (max-width:767px) {
	.c-map {
		padding-top: 80%
	}

}

.c-procedures {
	line-height: 24px;
	padding-bottom: 50px
}

.c-procedures h2, .c-procedures h3, .c-procedures h4, .c-procedures h5, .c-procedures h6 {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700
}

.c-procedures p {
	margin-bottom: 30px
}

.c-procedures em {
	font-weight: 900
}

.c-procedures a {
	text-decoration: none
}

.c-procedures a:hover {
	text-decoration: none
}

.c-procedure--menu {
	width: 100%;
	position: relative
}

.c-procedure--menu .title {
	color: #fff;
	padding-left: 20px;
	font-size: 2.5em;
	line-height: 80px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #00294b;
	cursor: pointer
}

.c-procedure--menu .title::after {
	content: '';
	-webkit-mask: url(../img/caret-down.svg) no-repeat 50% 50%;
	mask: url(../img/caret-down.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 20px;
	height: 20px;
	top: 30px;
	right: 40px;
	position: absolute;
	background-color: #0080a5
}

.c-procedure--menu .title:hover::after, .c-procedure--menu .title:active::after, .c-procedure--menu .title:focus::after {
	background-color: #fff
}

.c-procedure--menu ul {
	display: none;
	list-style-type: none;
	background: #0080a5;
	padding: 10px 0;
	margin: 0;
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 80px;
	z-index: 5
}

.c-procedure--menu ul li {
	padding-left: 20px
}

.c-procedure--menu ul li:hover, .c-procedure--menu ul li:active, .c-procedure--menu ul li:focus {
	background-color: rgba(255, 255, 255, 0.2)
}

.c-procedure--menu ul li a {
	font-size: 1.125em;
	line-height: 32px;
	font-weight: 300;
	color: #fff !important;
	text-transform: uppercase
}

.c-procedure--img {
	width: 100%
}

.c-procedure__header {
	color: #fff;
	text-align: center;
	font-size: 2.1875em;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	padding: 20px 45px;
	background-color: #00294b
}

.c-procedure__description {
	padding: 50px 50px 0;
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
	font-size: 1.125em;
	line-height: 24px
}

.c-procedure__img {
	max-width: 400px;
	width: 100%;
	margin: auto
}

.c-procedures__video video {
	width: 100%
}

.c-video--wrapper .c-embed {
	margin: 0
}

.c-video--text {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	padding: 40px;
	background-color: #0080a5
}

@media (min-width:768px) {
	.c-video--text {
		margin-left: -31px
	}

}

.c-video--text-testimonial {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	padding: 40px;
	background-color: #0080a5
}

@media (min-width:768px) {
	.c-video--text-testimonial {
		margin-left: -15px
	}

}

.c-video--text-testimonial .c-video--text {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	text-align: center
}

.c-video--box {
	margin-bottom: 40px
}

.c-video--box:hover, .c-video--box:active, .c-video--box:focus {
	opacity: .8
}

.c-video--img {
	width: 100%
}

.c-video--title {
	color: #fff;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #0080a5
}

@media (min-width:1024px) {
	.c-video--name {
		padding-top: 80%
	}

}

.yt-left::before, .yt-right::before {
	color: #00294b;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.yt-left:hover::before, .yt-left:active::before, .yt-left:focus::before, .yt-right:hover::before, .yt-right:active::before, .yt-right:focus::before {
	color: #fff
}

@media (min-width:1024px) {
	.c-carousel__caption {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

}

.owl-dots {
	position: relative;
	text-align: center;
	padding-top: 25px
}

.owl-dot {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 128, 165, 0.3);
	border-radius: 50%;
	display: inline-block;
	margin: 5px
}

.owl-dot.active {
	background-color: #0080a5
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	color: transparent;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: block;
	cursor: pointer;
	transition: all .5s ease-out
}

.c-carousel__procedure .owl-nav .owl-prev {
	position: absolute;
	left: 25px;
	top: 5px;
	z-index: 10
}

.c-carousel__procedure .owl-nav .owl-prev::before {
	content: '\f104';
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5625em;
	font-weight: 400;
	margin: 6px 18px;
	display: block
}

.c-carousel__procedure .owl-nav .owl-prev:hover::before {
	color: #fff
}

.c-carousel__procedure .owl-nav .owl-next {
	position: absolute;
	right: 25px;
	top: 5px;
	z-index: 10
}

.c-carousel__procedure .owl-nav .owl-next::before {
	content: '\f105';
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5625em;
	font-weight: 400;
	margin: 6px 21px;
	display: block
}

.c-carousel__procedure .owl-nav .owl-next:hover::before {
	color: #fff
}

.c-carousel__testimonial .owl-nav .owl-prev {
	position: absolute;
	left: 5px;
	top: 40%;
	color: transparent;
	width: 50px;
	height: 50px;
	background-color: #666;
	border-radius: 50%;
	font-size: 20px;
	display: block;
	cursor: pointer;
	transition: all .5s ease-out;
	z-index: 10
}

.c-carousel__testimonial .owl-nav .owl-prev::before {
	content: '\f104';
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5625em;
	font-weight: 400;
	margin: -5px 16px;
	display: block
}

.c-carousel__testimonial .owl-nav .owl-prev:hover::before {
	color: #fff
}

@media (max-width:767px) {
	.c-carousel__testimonial .owl-nav .owl-prev {
		top: 30%
	}

}

.c-carousel__testimonial .owl-nav .owl-next {
	position: absolute;
	right: 5px;
	top: 40%;
	color: transparent;
	width: 50px;
	height: 50px;
	background-color: #666;
	border-radius: 50%;
	font-size: 20px;
	display: block;
	cursor: pointer;
	transition: all .5s ease-out;
	z-index: 10
}

.c-carousel__testimonial .owl-nav .owl-next::before {
	content: '\f105';
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5625em;
	font-weight: 400;
	margin: -5px 22px;
	display: block
}

.c-carousel__testimonial .owl-nav .owl-next:hover::before {
	color: #fff
}

@media (max-width:767px) {
	.c-carousel__testimonial .owl-nav .owl-next {
		top: 30%
	}

}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}

}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.c-widgets {
	padding-top: 20px
}

.c-widgets ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0
}

.c-tab__nav {
	margin: 0
}

.c-tab__item {
	margin-right: 2px
}

.c-tab__item .active {
	color: #fff;
	background-color: #0080a5;
	text-decoration: none;
	border: 1px solid #0080a5
}

@media (max-width:1499px) {
	.c-tab__item .active {
		background-color: rgba(0, 128, 165, 0.7)
	}

}

@media (max-width:1023px) {
	.c-tab__item .active {
		background-color: #0080a5
	}

}

.c-tab__link {
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	max-width: 50%;
	text-decoration: none;
	line-height: inherit;
	display: inline-block;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
	border: 1px solid #00294b;
	background-color: #00294b;
	transition: background .5s ease-in-out
}

.c-tab__link:nth-child(odd) {
	margin-right: -4px
}

.c-tab__link:hover, .c-tab__link:active, .c-tab__link:focus {
	color: #fff;
	background-color: #0080a5;
	text-decoration: none;
	border: 1px solid #0080a5
}

@media (max-width:1023px) {
	.c-tab__link {
		background-color: #00294b
	}

	.c-tab__link:hover, .c-tab__link:active, .c-tab__link:focus {
		background-color: #0080a5
	}

}

.c-tab__panel {
	padding: 40px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	width: 100.3%
}

@media (max-width:1499px) {
	.c-tab__panel {
		background-color: rgba(255, 255, 255, 0.7)
	}

}

@media (max-width:1023px) {
	.c-tab__panel {
		background-color: #fff
	}

}

@media (max-width:768px) {
	.c-tab__panel {
		padding: 15px 0;
		background-color: #fff
	}

}

.c-tab__content {
	display: none;
	padding-right: 20px;
	padding-left: 20px
}

.c-tab__content p {
	font-size: 1.25em;
	line-height: 32px
}

.c-tab__content ul {
	font-size: 1.25em;
	line-height: 32px;
	margin-left: 20px
}

@media (max-width:767px) {
	.c-tab__content ul {
		margin-left: 0
	}

}

.c-tab__content strong {
	text-transform: uppercase
}

.c-tab__content a {
	text-decoration: underline
}

.c-tab__content:first-child {
	display: block
}

.c-accordion__title {
	background-color: #fff;
	border: 1px solid #e6e5e5;
	padding: 10px 40px;
	margin-bottom: 0;
	cursor: pointer;
	position: relative
}

.c-accordion__content {
	display: none;
	padding: 10px 20px;
	border: 1px solid #e6e5e5;
	border-top-color: transparent
}

.c-accordion__title::before {
	content: '[ + ] ';
	position: absolute;
	left: 10px;
	top: 10px
}

.c-accordion__title.active::before {
	content: '[ - ] '
}

.c-social__list {
	padding: 18px 15px
}

.c-social__item {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px
}

.c-social__link, .c-social__icon {
	width: 30px;
	height: 30px
}

.c-social__link {
	display: block
}

.c-social__icon {
	fill: #0080a5;
	text-align: center;
	transition: background-color .5s ease-in-out
}

.c-social__icon:hover, .c-social__icon:active, .c-social__icon:focus {
	fill: rgba(0, 128, 165, 0.7)
}

.c-social__divider {
	padding: 0 10px
}

.c-social__list-footer {
	padding: 10px 15px
}

.c-social__item-footer {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px
}

.c-social__link-footer, .c-social__icon-footer {
	width: 40px;
	height: 40px
}

.c-social__linkf-footer {
	display: block
}

.c-social__icon-footer {
	fill: #00294b;
	text-align: center;
	transition: background-color .5s ease-in-out
}

.c-social__icon-footer:hover, .c-social__icon-footer:active, .c-social__icon-footer:focus {
	fill: rgba(0, 41, 75, 0.7)
}

.c-social__divider-footer {
	padding: 0 10px
}

.c-footer {
	font-size: 0.875em;
	position: relative
}

@media (min-width:768px) {
	.c-footer {
		font-size: inherit
	}

}

.c-footer--connect {
	background-color: rgba(255, 255, 255, 0.85);
	padding-top: 2%;
	padding-bottom: 2%
}

.c-footer--contact-box {
	background-color: rgba(0, 128, 165, 0.85)
}

.c-footer--directions {
	text-align: center;
	position: relative
}

@media (min-width:1024px) {
	.c-footer--directions {
		margin-top: -30px
	}

}

.c-footer--menu ul {
	list-style-type: none;
	text-align: center
}

.c-footer--menu li {
	display: inline-block;
	vertical-align: middle
}

.c-footer--menu li:first-child a::after {
	content: '|';
	padding-left: 5px
}

.c-footer--menu li:first-child a:hover:after, .c-footer--menu li:first-child a:active:after, .c-footer--menu li:first-child a:focus:after {
	color: #fff
}

.c-footer--menu a {
	color: #fff
}

.c-footer--menu a:hover, .c-footer--menu a:active, .c-footer--menu a:focus {
	color: #23527c
}

.u-img--border-blue {
	border: 1px solid #00294b
}

.u-img--border-light-blue {
	border: 1px solid #0080a5
}

.u-img--border-border-blue {
	border: 1px solid #4ca6c0
}

.u-img--border-link {
	border: 1px solid #337ab7
}

.u-img--border-link-hover {
	border: 1px solid #23527c
}

.u-img--border-black {
	border: 1px solid #000
}

.u-img--border-white {
	border: 1px solid #fff
}

.u-img--border-gray {
	border: 1px solid #666
}

.u-img--border-green {
	border: 1px solid #9eff20
}

.u-img--border-tan {
	border: 1px solid #f2f2f2
}

.u-img--border-transparent {
	border: 1px solid transparent
}

.u-img--rounded {
	border-radius: 10px
}

.u-img--circle {
	border-radius: 50%
}

.u-img--shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.u-img--icon {
	content: '';
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	transform: translateY(3px)
}

.u-img--blog {
	width: 105%;
	margin: auto
}

.u-img--caret {
	background-image: url("../img/angle-down.svg")
}

.u-img--procedure {
	float: left;
	max-width: 720px;
	width: 100%;
	margin-right: 65px;
	margin-bottom: 65px
}

@media (max-width:1199px) {
	.u-img--procedure {
		float: none;
		max-width: 720px;
		width: 50%;
		left: 50%;
		margin-bottom: 65px;
		transform: translateX(-50%);
		position: relative
	}

}

@media (max-width:1023px) {
	.u-img--procedure {
		width: 80%
	}

}

@media (max-width:767px) {
	.u-img--procedure {
		width: 100%
	}

}

@media (min-width:1024px) {
	#footer-contact-boxes {
		margin-top: -290px
	}

}

.u-line--green::before {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 56%;
	width: 40%;
	left: 0;
	background-color: #9eff20
}

.u-line--green::after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 56%;
	width: 40%;
	right: 0;
	background-color: #9eff20
}

.u-misc--meet {
	position: relative;
	z-index: 10;
	background-color: #00294b
}

body.tax-pss-cs-procedures .pss-cs-title {
	display: none
}

.main_box .ytpp-playlist-container {
	overflow-x: hidden
}

.main_box #ytplayer_div2 {
	left: 0;
	position: relative
}

.main_box #ytplayer_div2 a {
	position: relative;
	left: 0
}

.main_box #ytplayer_div2 img {
	width: 24.2%;
	height: auto;
	opacity: 1;
	-webkit-filter: none;
	filter: none
}

.main_box #ytplayer_div2 img:hover, .main_box #ytplayer_div2 img:active, .main_box #ytplayer_div2 img:focus {
	opacity: .75
}

.main_box iframe {
	border: none
}

.main_box .yt-left {
	margin-top: 7%;
	left: .75%
}

.main_box .yt-right {
	margin-top: -11%;
	left: 96%
}

.main_box .yt-left, .main_box .yt-right {
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	background-color: #f2f2f2;
	transition: all .5s ease-in-out
}

.main_box .yt-left:hover, .main_box .yt-left:active, .main_box .yt-left:focus, .main_box .yt-right:hover, .main_box .yt-right:active, .main_box .yt-right:focus {
	color: #fff;
	background-color: #00294b
}

.u-block--clearfix:before, .u-block--clearfix:after {
	content: '';
	display: table
}

.u-block--clearfix:after {
	clear: both
}

.u-block--center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.u-block--fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100
}

.u-block--position-absolute {
	position: absolute
}

.u-block--position-fixed {
	position: fixed
}

.u-block--position-inherit {
	position: inherit
}

.u-block--position-initial {
	position: initial
}

.u-block--position-relative {
	position: relative
}

.u-block--position-static {
	position: static
}

.u-block--position-sticky {
	position: sticky
}

.u-block--position-unset {
	position: unset
}

.u-block--display-inline {
	display: inline
}

.u-block--display-block {
	display: block
}

.u-block--display-contents {
	display: contents
}

.u-block--display-flex {
	display: flex
}

.u-block--display-grid {
	display: grid
}

.u-block--display-inline-block {
	display: inline-block
}

.u-block--display-inline-flex {
	display: inline-flex
}

.u-block--display-inline-grid {
	display: inline-grid
}

.u-block--display-inline-table {
	display: inline-table
}

.u-block--display-list-item {
	display: list-item
}

.u-block--display-run-in {
	display: run-in
}

.u-block--display-table {
	display: table
}

.u-block--display-table-cell {
	display: table-cell
}

.u-block--display-table-column {
	display: table-column
}

.u-block--display-table-row {
	display: table-row
}

.u-block--display-none {
	display: none
}

.u-block--display-initial {
	display: initial
}

.u-block--display-inherit {
	display: inherit
}

.u-block--valign-baseline {
	vertical-align: baseline
}

.u-block--valign-sub {
	vertical-align: sub
}

.u-block--valign-super {
	vertical-align: super
}

.u-block--valign-top {
	vertical-align: top
}

.u-block--valign-text-top {
	vertical-align: text-top
}

.u-block--valign-middle {
	vertical-align: middle
}

.u-block--valign-bottom {
	vertical-align: bottom
}

.u-block--valign-text-bottom {
	vertical-align: text-bottom
}

.u-block--valign-initial {
	vertical-align: initial
}

.u-block--valign-inherit {
	vertical-align: inherit
}

.u-block--fixed-top {
	top: 0
}

.u-block--padding-xl {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width:768px) {
	.u-block--padding-xl {
		padding-top: 120px;
		padding-bottom: 120px
	}

}

.u-block--padding-tb-xl {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width:768px) {
	.u-block--padding-tb-xl {
		padding-top: 120px;
		padding-bottom: 120px
	}

}

.u-block--padding-lr-xl {
	padding-left: 40px;
	padding-right: 40px
}

@media (min-width:768px) {
	.u-block--padding-lr-xl {
		padding-left: 120px;
		padding-right: 120px
	}

}

.u-block--padding-top-xl {
	padding-top: 40px
}

.u-block--padding-bottom-xl {
	padding-bottom: 40px
}

@media (min-width:768px) {
	.u-block--padding-top-xl {
		padding-top: 120px
	}

	.u-block--padding-bottom-xl {
		padding-bottom: 120px
	}

}

.u-block--padding-lg {
	padding-top: 20px;
	padding-bottom: 20px
}

@media (min-width:768px) {
	.u-block--padding-lg {
		padding-top: 60px;
		padding-bottom: 60px
	}

}

.u-block--padding-tb-lg {
	padding-top: 20px;
	padding-bottom: 20px
}

@media (min-width:768px) {
	.u-block--padding-tb-lg {
		padding-top: 60px;
		padding-bottom: 60px
	}

}

.u-block--padding-lr-lg {
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:768px) {
	.u-block--padding-lr-lg {
		padding-left: 60px;
		padding-right: 60px
	}

}

.u-block--padding-top-lg {
	padding-top: 20px
}

.u-block--padding-bottom-lg {
	padding-bottom: 20px
}

@media (min-width:768px) {
	.u-block--padding-top-lg {
		padding-top: 60px
	}

	.u-block--padding-bottom-lg {
		padding-bottom: 60px
	}

}

.u-block--padding-md {
	padding-top: 13px;
	padding-bottom: 13px
}

@media (min-width:768px) {
	.u-block--padding-md {
		padding-top: 40px;
		padding-bottom: 40px
	}

}

.u-block--padding-tb-md {
	padding-top: 13px;
	padding-bottom: 13px
}

@media (min-width:768px) {
	.u-block--padding-tb-md {
		padding-top: 40px;
		padding-bottom: 40px
	}

}

.u-block--padding-lr-md {
	padding-left: 13px;
	padding-right: 13px
}

@media (min-width:768px) {
	.u-block--padding-lr-md {
		padding-left: 40px;
		padding-right: 40px
	}

}

.u-block--padding-top-md {
	padding-top: 13px
}

.u-block--padding-bottom-md {
	padding-bottom: 13px
}

@media (min-width:768px) {
	.u-block--padding-top-md {
		padding-top: 40px
	}

	.u-block--padding-bottom-md {
		padding-bottom: 40px
	}

}

.u-block--padding-sm {
	padding-top: 7px;
	padding-bottom: 7px
}

@media (min-width:768px) {
	.u-block--padding-sm {
		padding-top: 20px;
		padding-bottom: 20px
	}

}

.u-block--padding-tb-sm {
	padding-top: 7px;
	padding-bottom: 7px
}

@media (min-width:768px) {
	.u-block--padding-tb-sm {
		padding-top: 20px;
		padding-bottom: 20px
	}

}

.u-block--padding-lr-sm {
	padding-left: 7px;
	padding-right: 7px
}

@media (min-width:768px) {
	.u-block--padding-lr-sm {
		padding-left: 20px;
		padding-right: 20px
	}

}

.u-block--padding-top-sm {
	padding-top: 7px
}

.u-block--padding-bottom-sm {
	padding-bottom: 7px
}

@media (min-width:768px) {
	.u-block--padding-top-sm {
		padding-top: 20px
	}

	.u-block--padding-bottom-sm {
		padding-bottom: 20px
	}

}

.u-block--padding-xs {
	padding-top: 3px;
	padding-bottom: 3px
}

@media (min-width:768px) {
	.u-block--padding-xs {
		padding-top: 10px;
		padding-bottom: 10px
	}

}

.u-block--padding-tb-xs {
	padding-top: 3px;
	padding-bottom: 3px
}

@media (min-width:768px) {
	.u-block--padding-tb-xs {
		padding-top: 10px;
		padding-bottom: 10px
	}

}

.u-block--padding-lr-xs {
	padding-left: 3px;
	padding-right: 3px
}

@media (min-width:768px) {
	.u-block--padding-lr-xs {
		padding-left: 10px;
		padding-right: 10px
	}

}

.u-block--padding-top-xs {
	padding-top: 3px
}

.u-block--padding-bottom-xs {
	padding-bottom: 3px
}

@media (min-width:768px) {
	.u-block--padding-top-xs {
		padding-top: 10px
	}

	.u-block--padding-bottom-xs {
		padding-bottom: 10px
	}

}

.u-block--blue {
	background-color: #00294b
}

.u-block--light-blue {
	background-color: #0080a5
}

.u-block--border-blue {
	background-color: #4ca6c0
}

.u-block--link {
	background-color: #337ab7
}

.u-block--link-hover {
	background-color: #23527c
}

.u-block--black {
	background-color: #000
}

.u-block--white {
	background-color: #fff
}

.u-block--gray {
	background-color: #666
}

.u-block--green {
	background-color: #9eff20
}

.u-block--light-gray {
	background-color: #dfdfdf
}

.u-block--tan {
	background-color: #f2f2f2
}

.u-block--transparent {
	background-color: transparent
}

.u-block--margin-xl {
	margin-top: 40px;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.u-block--margin-xl {
		margin-top: 120px;
		margin-bottom: 120px
	}

}

.u-block--margin-tb-xl {
	margin-top: 40px;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.u-block--margin-tb-xl {
		margin-top: 120px;
		margin-bottom: 120px
	}

}

.u-block--margin-lr-xl {
	margin-left: 40px;
	margin-right: 40px
}

@media (min-width:768px) {
	.u-block--margin-lr-xl {
		margin-left: 120px;
		margin-right: 120px
	}

}

.u-block--margin-top-xl {
	margin-top: 40px
}

.u-block--margin-bottom-xl {
	margin-bottom: 40px
}

@media (min-width:768px) {
	.u-block--margin-top-xl {
		margin-top: 120px
	}

	.u-block--margin-bottom-xl {
		margin-bottom: 120px
	}

}

.u-block--margin-lg {
	margin-top: 20px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.u-block--margin-lg {
		margin-top: 60px;
		margin-bottom: 60px
	}

}

.u-block--margin-tb-lg {
	margin-top: 20px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.u-block--margin-tb-lg {
		margin-top: 60px;
		margin-bottom: 60px
	}

}

.u-block--margin-lr-lg {
	margin-left: 20px;
	margin-right: 20px
}

@media (min-width:768px) {
	.u-block--margin-lr-lg {
		margin-left: 60px;
		margin-right: 60px
	}

}

.u-block--margin-top-lg {
	margin-top: 20px
}

.u-block--margin-bottom-lg {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.u-block--margin-top-lg {
		margin-top: 60px
	}

	.u-block--margin-bottom-lg {
		margin-bottom: 60px
	}

}

.u-block--margin-md {
	margin-top: 13px;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.u-block--margin-md {
		margin-top: 40px;
		margin-bottom: 40px
	}

}

.u-block--margin-tb-md {
	margin-top: 13px;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.u-block--margin-tb-md {
		margin-top: 40px;
		margin-bottom: 40px
	}

}

.u-block--margin-lr-md {
	margin-left: 13px;
	margin-right: 13px
}

@media (min-width:768px) {
	.u-block--margin-lr-md {
		margin-left: 40px;
		margin-right: 40px
	}

}

.u-block--margin-top-md {
	margin-top: 13px
}

.u-block--margin-bottom-md {
	margin-bottom: 13px
}

@media (min-width:768px) {
	.u-block--margin-top-md {
		margin-top: 40px
	}

	.u-block--margin-bottom-md {
		margin-bottom: 40px
	}

}

.u-block--margin-sm {
	margin-top: 7px;
	margin-bottom: 7px
}

@media (min-width:768px) {
	.u-block--margin-sm {
		margin-top: 20px;
		margin-bottom: 20px
	}

}

.u-block--margin-tb-sm {
	margin-top: 7px;
	margin-bottom: 7px
}

@media (min-width:768px) {
	.u-block--margin-tb-sm {
		margin-top: 20px;
		margin-bottom: 20px
	}

}

.u-block--margin-lr-sm {
	margin-left: 7px;
	margin-right: 7px
}

@media (min-width:768px) {
	.u-block--margin-lr-sm {
		margin-left: 20px;
		margin-right: 20px
	}

}

.u-block--margin-top-sm {
	margin-top: 7px
}

.u-block--margin-bottom-sm {
	margin-bottom: 7px
}

@media (min-width:768px) {
	.u-block--margin-top-sm {
		margin-top: 20px
	}

	.u-block--margin-bottom-sm {
		margin-bottom: 20px
	}

}

.u-block--margin-xs {
	margin-top: 3px;
	margin-bottom: 3px
}

@media (min-width:768px) {
	.u-block--margin-xs {
		margin-top: 10px;
		margin-bottom: 10px
	}

}

.u-block--margin-tb-xs {
	margin-top: 3px;
	margin-bottom: 3px
}

@media (min-width:768px) {
	.u-block--margin-tb-xs {
		margin-top: 10px;
		margin-bottom: 10px
	}

}

.u-block--margin-lr-xs {
	margin-left: 3px;
	margin-right: 3px
}

@media (min-width:768px) {
	.u-block--margin-lr-xs {
		margin-left: 10px;
		margin-right: 10px
	}

}

.u-block--margin-top-xs {
	margin-top: 3px
}

.u-block--margin-bottom-xs {
	margin-bottom: 3px
}

@media (min-width:768px) {
	.u-block--margin-top-xs {
		margin-top: 10px
	}

	.u-block--margin-bottom-xs {
		margin-bottom: 10px
	}

}

.u-block--hr-blue {
	border-color: #00294b
}

.u-block--hr-light-blue {
	border-color: #0080a5
}

.u-block--hr-border-blue {
	border-color: #4ca6c0
}

.u-block--hr-link {
	border-color: #337ab7
}

.u-block--hr-link-hover {
	border-color: #23527c
}

.u-block--hr-black {
	border-color: #000
}

.u-block--hr-white {
	border-color: #fff
}

.u-block--hr-gray {
	border-color: #666
}

.u-block--hr-green {
	border-color: #9eff20
}

.u-block--hr-tan {
	border-color: #f2f2f2
}

.u-block--hr-transparent {
	border-color: transparent
}

.u-block--fl-right {
	float: right
}

.u-block--fl-left {
	float: left
}

.u-block--fl-none {
	float: none
}

.u-block-xxs--fl-left {
	float: left
}

.u-block-xxs--fl-right {
	float: right
}

.u-block-xxs--fl-none {
	float: none
}

@media (min-width:480px) {
	.u-block-xs--fl-left {
		float: left
	}

	.u-block-xs--fl-right {
		float: right
	}

	.u-block-xs--fl-none {
		float: none
	}

}

@media (min-width:768px) {
	.u-block-sm--fl-left {
		float: left
	}

	.u-block-sm--fl-right {
		float: right
	}

	.u-block-sm--fl-none {
		float: none
	}

}

@media (min-width:1024px) {
	.u-block-md--fl-left {
		float: left
	}

	.u-block-md--fl-right {
		float: right
	}

	.u-block-md--fl-none {
		float: none
	}

}

@media (min-width:1200px) {
	.u-block-lg--fl-left {
		float: left
	}

	.u-block-lg--fl-right {
		float: right
	}

	.u-block-lg--fl-none {
		float: none
	}

}

@media (min-width:1500px) {
	.u-block-xl--fl-left {
		float: left
	}

	.u-block-xl--fl-right {
		float: right
	}

	.u-block-xl--fl-none {
		float: none
	}

}

.u-border--blue {
	border-color: #00294b
}

.u-border--light-blue {
	border-color: #0080a5
}

.u-border--border-blue {
	border-color: #4ca6c0
}

.u-border--link {
	border-color: #337ab7
}

.u-border--link-hover {
	border-color: #23527c
}

.u-border--black {
	border-color: #000
}

.u-border--white {
	border-color: #fff
}

.u-border--gray {
	border-color: #666
}

.u-border--green {
	border-color: #9eff20
}

.u-border--tan {
	border-color: #f2f2f2
}

.u-border--transparent {
	border-color: transparent
}

.u-border--top-xl {
	border-top-width: 100px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--right-xl {
	border-top-width: 0;
	border-right-width: 100px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--bottom-xl {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 100px;
	border-left-width: 0;
	border-style: solid
}

.u-border--left-xl {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 100px;
	border-style: solid
}

.u-border--combo-xl {
	border-width: 100px;
	border-style: solid
}

.u-border--combo-tb-xl {
	border-top-width: 100px;
	border-right-width: 0;
	border-bottom-width: 100px;
	border-left-width: 0;
	border-style: solid
}

.u-border--combo-lr-xl {
	border-top-width: 0;
	border-right-width: 100px;
	border-bottom-width: 0;
	border-left-width: 100px;
	border-style: solid
}

.u-border--top-lg {
	border-top-width: 75px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--right-lg {
	border-top-width: 0;
	border-right-width: 75px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--bottom-lg {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 75px;
	border-left-width: 0;
	border-style: solid
}

.u-border--left-lg {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 75px;
	border-style: solid
}

.u-border--combo-lg {
	border-width: 75px;
	border-style: solid
}

.u-border--combo-tb-lg {
	border-top-width: 75px;
	border-right-width: 0;
	border-bottom-width: 75px;
	border-left-width: 0;
	border-style: solid
}

.u-border--combo-lr-lg {
	border-top-width: 0;
	border-right-width: 75px;
	border-bottom-width: 0;
	border-left-width: 75px;
	border-style: solid
}

.u-border--top-md {
	border-top-width: 50px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--right-md {
	border-top-width: 0;
	border-right-width: 50px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--bottom-md {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 50px;
	border-left-width: 0;
	border-style: solid
}

.u-border--left-md {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 50px;
	border-style: solid
}

.u-border--combo-md {
	border-width: 50px;
	border-style: solid
}

.u-border--combo-tb-md {
	border-top-width: 50px;
	border-right-width: 0;
	border-bottom-width: 50px;
	border-left-width: 0;
	border-style: solid
}

.u-border--combo-lr-md {
	border-top-width: 0;
	border-right-width: 50px;
	border-bottom-width: 0;
	border-left-width: 50px;
	border-style: solid
}

.u-border--top-sm {
	border-top-width: 25px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--right-sm {
	border-top-width: 0;
	border-right-width: 25px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--bottom-sm {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 25px;
	border-left-width: 0;
	border-style: solid
}

.u-border--left-sm {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 25px;
	border-style: solid
}

.u-border--combo-sm {
	border-width: 25px;
	border-style: solid
}

.u-border--combo-tb-sm {
	border-top-width: 25px;
	border-right-width: 0;
	border-bottom-width: 25px;
	border-left-width: 0;
	border-style: solid
}

.u-border--combo-lr-sm {
	border-top-width: 0;
	border-right-width: 25px;
	border-bottom-width: 0;
	border-left-width: 25px;
	border-style: solid
}

.u-border--top-xs {
	border-top-width: 10px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--right-xs {
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--bottom-xs {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 10px;
	border-left-width: 0;
	border-style: solid
}

.u-border--left-xs {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-style: solid
}

.u-border--combo-xs {
	border-width: 10px;
	border-style: solid
}

.u-border--combo-tb-xs {
	border-top-width: 10px;
	border-right-width: 0;
	border-bottom-width: 10px;
	border-left-width: 0;
	border-style: solid
}

.u-border--combo-lr-xs {
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-style: solid
}

.u-border--top-single {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--right-single {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid
}

.u-border--bottom-single {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-style: solid
}

.u-border--left-single {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-style: solid
}

.u-border--combo-single {
	border-width: 1px;
	border-style: solid
}

.u-border--combo-tb-single {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-style: solid
}

.u-border--combo-lr-single {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-style: solid
}

.u-text--lowercase {
	text-transform: lowercase
}

.u-text--uppercase {
	text-transform: uppercase
}

.u-text--capitalize {
	text-transform: capitalize
}

.u-text--normal {
	text-transform: none
}

.u-text--style-normal {
	font-style: normal
}

.u-text--style-italic {
	font-style: italic
}

.u-text--right {
	text-align: right
}

.u-text--left {
	text-align: left
}

.u-text--center {
	text-align: center
}

.u-text--justify {
	text-align: justify
}

.u-text--blue {
	color: #00294b
}

.u-text--light-blue {
	color: #0080a5
}

.u-text--border-blue {
	color: #4ca6c0
}

.u-text--link {
	color: #337ab7
}

.u-text--link-hover {
	color: #23527c
}

.u-text--black {
	color: #000
}

.u-text--white {
	color: #fff
}

.u-text--gray {
	color: #666
}

.u-text--green {
	color: #9eff20
}

.u-text--tan {
	color: #f2f2f2
}

.u-text--transparent {
	color: transparent
}

.u-text--lighter {
	font-weight: 100
}

.u-text--light {
	font-weight: 300
}

.u-text--regular {
	font-weight: 400
}

.u-text--semibold {
	font-weight: 600
}

.u-text--bold {
	font-weight: 700
}

.u-text--bolder {
	font-weight: 900
}

.u-text--underline {
	text-decoration: underline
}

.u-text-xxs--left {
	text-align: left
}

.u-text-xxs--right {
	text-align: right
}

.u-text-xxs--center {
	text-align: center
}

@media (min-width:480px) {
	.u-text-xs--left {
		text-align: left
	}

	.u-text-xs--right {
		text-align: right
	}

	.u-text-xs--center {
		text-align: center
	}

}

@media (min-width:768px) {
	.u-text-sm--left {
		text-align: left
	}

	.u-text-sm--right {
		text-align: right
	}

	.u-text-sm--center {
		text-align: center
	}

}

@media (min-width:1024px) {
	.u-text-md--left {
		text-align: left
	}

	.u-text-md--right {
		text-align: right
	}

	.u-text-md--center {
		text-align: center
	}

}

@media (min-width:1200px) {
	.u-text-lg--left {
		text-align: left
	}

	.u-text-lg--right {
		text-align: right
	}

	.u-text-lg--center {
		text-align: center
	}

}

@media (min-width:1500px) {
	.u-text-xl--left {
		text-align: left
	}

	.u-text-xl--right {
		text-align: right
	}

	.u-text-xl--center {
		text-align: center
	}

}

.u-text--big-header {
	font-size: 4.5em
}

.u-text--size-up-xl {
	font-size: 2em
}

.u-text--size-up-lg {
	font-size: 1.75em
}

.u-text--size-up-md {
	font-size: 1.5em
}

.u-text--size-up-sm {
	font-size: 1.25em
}

.u-text--size-down-xl {
	font-size: 0.1em
}

.u-text--size-down-lg {
	font-size: 0.25em
}

.u-text--size-down-md {
	font-size: 0.5em
}

.u-text--size-down-sm {
	font-size: 0.75em
}

.u-visibility--sr-only {
	display: none
}

.u-visibility-hidden-xxs--up {
	display: none
}

@media (max-width:479px) {
	.u-visibility-hidden-xxs--down {
		display: none
	}

}

@media (min-width:480px) {
	.u-visibility-hidden-xs--up {
		display: none
	}

}

@media (max-width:767px) {
	.u-visibility-hidden-xs--down {
		display: none
	}

}

@media (min-width:768px) {
	.u-visibility-hidden-sm--up {
		display: none
	}

}

@media (max-width:1023px) {
	.u-visibility-hidden-sm--down {
		display: none
	}

}

@media (min-width:1024px) {
	.u-visibility-hidden-md--up {
		display: none
	}

}

@media (max-width:1199px) {
	.u-visibility-hidden-md--down {
		display: none
	}

}

@media (min-width:1200px) {
	.u-visibility-hidden-lg--up {
		display: none
	}

}

@media (max-width:1499px) {
	.u-visibility-hidden-lg--down {
		display: none
	}

}

@media (min-width:1500px) {
	.u-visibility-hidden-xl--up {
		display: none
	}

}

.u-visibility-hidden-xl--down {
	display: none
}

.b-lazy {
	transition: opacity 500ms ease-in-out;
	opacity: 0
}

.b-lazy.b-loaded {
	opacity: 1
}

.u-reset--gutter {
	margin: 0
}

.u-reset--gutter>[class*="col-"] {
	padding: 0
}

.u-reset--margin {
	margin: 0
}

.u-reset--margin-top {
	margin-top: 0
}

.u-reset--margin-right {
	margin-right: 0
}

.u-reset--margin-bottom {
	margin-bottom: 0
}

.u-reset--margin-left {
	margin-left: 0
}

.u-reset--padding {
	padding: 0
}

.u-reset--padding-top {
	padding-top: 0
}

.u-reset--padding-right {
	padding-right: 0
}

.u-reset--padding-bottom {
	padding-bottom: 0
}

.u-reset--padding-left {
	padding-left: 0
}

.u-reset--link:hover, .u-reset--link:active, .u-reset--link:focus {
	color: #fff;
	text-decoration: none
}

.u-reset--blockquote {
	padding: 0;
	border-left: 0
}

.u-block-padding--lg {
	padding-top: 50px;
	padding-bottom: 50px
}

.u-block-padding--md {
	padding-top: 30px;
	padding-bottom: 30px
}

.u-block-padding--sm {
	padding-top: 20px;
	padding-bottom: 20px
}

.u-block-padding--xs {
	padding-top: 10px;
	padding-bottom: 10px
}

.u-block--photo-gallery {
	background-color: rgba(131, 180, 169, .6);
	padding: 25px 15px
}
