/*
This CSS file is the file used to format bostondynamics.com.
It will be merged with the sphinx-rtd-theme CSS file and has
been modified slightly to create the dev htmls docs styling.
*/

/* 
Import theme from sphinx-rtd-theme.
theme.css copied from 3rdparty/ at staging time.
*/
@import "/css/54b3b92f3eb4c1f25cc785e335f9a152/theme.css";

/* Sidebar */
.wy-nav-side{
	width:300px;
	color:#9b9b9b;
	background:#00355A;
}

/*
This overwrites the theme default max-width from 800px to 1284px). This is wide enough for the
majority of the protobuf tables we have now, and it matches the width of non-proto doc pages by
having p/max-width set the same value in this file.
*/
.wy-nav-content {
  max-width: 1284px;
}

.wy-menu-vertical li span.toctree-expand{
	color:#fcfcfc
}	

/* Top left box */
.wy-side-nav-search{
	width:300px;
	background-color:#0590C8;
	color:#fcfcfc
}

/* Text shown on GitHub READMEs only */
.github-only {
	display: none;
}

/* Overwrite the theme style for lists so that they show bullets and numbers */
.document ul{
	list-style-type: disc;
	margin-left: 0.5em;
}

.document ol{
	list-style-type: decimal;
	margin-left: 0.5em;
}

.document li{
	list-style-type: inherit;
	margin-left: inherit;
}
/* Standard BD CSS */
.demo-transition.transition-opacity {
	transition: opacity .3s ease-in
}

.demo-transition.transition-move:after {
	transition: left .3s ease-in
}

html {
	box-sizing: border-box
}

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

body {
	margin: 0
}

figure {
	margin: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.demo-transition.transition-opacity {
	transition: opacity .3s ease-in
}

.demo-transition.transition-move:after {
	transition: left .3s ease-in
}

.u-spacing-down {
	margin-bottom: 2em
}

.u-spacing-up {
	margin-top: 2em
}

.u-gap-down {
	margin-bottom: 1em
}

.u-gap-up {
	margin-top: 1em
}

.grid-demo {
	counter-reset: grid-item
}

.grid-demo>* {
	counter-increment: grid-item
}

.grid-demo> :after {
	content: counter(grid-item);
	margin-left: 3px
}

.grid-demo> :nth-child(odd) {
	border: dashed 1px red
}

.grid-demo> :nth-child(even) {
	border: dashed 1px orange
}

.smart-grid>* {
	margin-bottom: 1rem
}

@media (min-width:30rem) {
	.smart-grid[data-row-items-small="2"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-small="2"]>* {
		margin-bottom: 42px;
		width: calc(50% - (42px / 2))
	}
	.smart-grid[data-row-items-small="3"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-small="3"]>* {
		margin-bottom: 42px;
		width: calc(33.33333% - (42px / 2))
	}
	.smart-grid[data-row-items-small="4"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-small="4"]>* {
		margin-bottom: 42px;
		width: calc(25% - (42px / 2))
	}
	.smart-grid[data-row-items-small="5"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-small="5"]>* {
		margin-bottom: 42px;
		width: calc(20% - (42px / 2))
	}
	.smart-grid[data-row-items-small="6"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-small="6"]>* {
		margin-bottom: 42px;
		width: calc(16.66667% - (42px / 2))
	}
}

@media (min-width:38rem) {
	.smart-grid[data-row-items-medium="2"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-medium="2"]>* {
		margin-bottom: 42px;
		width: calc(50% - (42px / 2))
	}
	.smart-grid[data-row-items-medium="3"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-medium="3"]>* {
		margin-bottom: 42px;
		width: calc(33.33333% - (42px / 2))
	}
	.smart-grid[data-row-items-medium="4"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-medium="4"]>* {
		margin-bottom: 42px;
		width: calc(25% - (42px / 2))
	}
	.smart-grid[data-row-items-medium="5"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-medium="5"]>* {
		margin-bottom: 42px;
		width: calc(20% - (42px / 2))
	}
	.smart-grid[data-row-items-medium="6"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-medium="6"]>* {
		margin-bottom: 42px;
		width: calc(16.66667% - (42px / 2))
	}
}

@media (min-width:45rem) {
	.smart-grid[data-row-items-large="2"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-large="2"]>* {
		margin-bottom: 42px;
		width: calc(50% - (42px / 2))
	}
	.smart-grid[data-row-items-large="3"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-large="3"]>* {
		margin-bottom: 42px;
		width: calc(33.33333% - (42px / 2))
	}
	.smart-grid[data-row-items-large="4"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-large="4"]>* {
		margin-bottom: 42px;
		width: calc(25% - (42px / 2))
	}
	.smart-grid[data-row-items-large="5"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-large="5"]>* {
		margin-bottom: 42px;
		width: calc(20% - (42px / 2))
	}
	.smart-grid[data-row-items-large="6"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-large="6"]>* {
		margin-bottom: 42px;
		width: calc(16.66667% - (42px / 2))
	}
}

@media (min-width:60rem) {
	.smart-grid[data-row-items-xlarge="2"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-xlarge="2"]>* {
		margin-bottom: 42px;
		width: calc(50% - (42px / 2))
	}
	.smart-grid[data-row-items-xlarge="3"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-xlarge="3"]>* {
		margin-bottom: 42px;
		width: calc(33.33333% - (42px / 2))
	}
	.smart-grid[data-row-items-xlarge="4"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-xlarge="4"]>* {
		margin-bottom: 42px;
		width: calc(25% - (42px / 2))
	}
	.smart-grid[data-row-items-xlarge="5"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-xlarge="5"]>* {
		margin-bottom: 42px;
		width: calc(20% - (42px / 2))
	}
	.smart-grid[data-row-items-xlarge="6"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.smart-grid[data-row-items-xlarge="6"]>* {
		margin-bottom: 42px;
		width: calc(16.66667% - (42px / 2))
	}
}

@media (min-width:45rem) {
	.grid--2-1,
	.two-column__75-25 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:45rem) {
	.grid--2-1> :nth-child(odd),
	.two-column__75-25> :nth-child(odd) {
		width: calc(60% - (0rem / 2))
	}
	.grid--2-1> :nth-child(even),
	.two-column__75-25> :nth-child(even) {
		width: calc(40% - (0rem / 2))
	}
}

@media (min-width:45rem) {
	.grid--1-2,
	.two-column__25-75 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:45rem) {
	.grid--1-2> :nth-child(odd),
	.two-column__25-75> :nth-child(odd) {
		width: calc(40% - (0rem / 2))
	}
	.grid--1-2> :nth-child(even),
	.two-column__25-75> :nth-child(even) {
		width: calc(60% - (0rem / 2))
	}
}

@media (min-width:45rem) {
	.grid--1-1,
	.two-column__50-50,
	.robot-header__inner-wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:45rem) {
	.grid--1-1> :nth-child(odd),
	.two-column__50-50> :nth-child(odd),
	.robot-header__inner-wrap> :nth-child(odd) {
		width: calc(50% - (0rem / 2))
	}
	.grid--1-1> :nth-child(even),
	.two-column__50-50> :nth-child(even),
	.robot-header__inner-wrap> :nth-child(even) {
		width: calc(50% - (0rem / 2))
	}
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.clear-both {
	clear: both
}

.local-base {
	font-size: 1em
}

.border-radius {
	border-radius: .15em
}

.u-border {
	border: solid 1px #000
}

.box-shadow {
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.25)
}

.hidden {
	display: none
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.fs {
	background-color: #999
}

.fs--extra-large {
	font-size: 2rem
}

@media (min-width:30rem) {
	.fs--extra-large {
		font-size: 2.5rem
	}
}

@media (min-width:45rem) {
	.fs--extra-large {
		font-size: 3.125rem
	}
}

.fs--large {
	font-size: 1.375rem
}

@media (min-width:38rem) {
	.fs--large {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.fs--large {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.fs--large {
		font-size: 2rem
	}
}

.fs--medium-large {
	font-size: 1.25rem
}

@media (min-width:30rem) {
	.fs--medium-large {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.fs--medium-large {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.fs--medium-large {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.fs--medium-large {
		font-size: 1.875rem
	}
}

.fs--medium {
	font-size: 1rem
}

@media (min-width:45rem) {
	.fs--medium {
		font-size: 1.125rem
	}
}

.fs--small {
	font-size: 1rem
}

@media (min-width:45rem) {
	.fs--small {
		font-size: 1.125rem
	}
}

.fs--extra-small {
	font-size: .75rem
}

@media (min-width:45rem) {
	.fs--extra-small {
		font-size: .875rem
	}
}


.t--h1 {
	font-size: 2rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 300;
	letter-spacing: -.03em;
	color: #00355A
}

@media (min-width:30rem) {
	.t--h1 {
		font-size: 2.5rem
	}
}

@media (min-width:45rem) {
	.t--h1 {
		font-size: 3.125rem
	}
}

.t--h1 a {
	color: #00796B
}

.t--h2 {
	font-size: 1.375rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500;
	letter-spacing: -.02em;
	color: #00355A
}

@media (min-width:38rem) {
	.t--h2 {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.t--h2 {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.t--h2 {
		font-size: 2rem
	}
}

.t--h2 a {
	color: #0590C8
}

.t--h2-alt {
	font-size: 1.375rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #005c51
}

@media (min-width:38rem) {
	.t--h2-alt {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.t--h2-alt {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.t--h2-alt {
		font-size: 2rem
	}
}

.t--h2-alt a {
	color: #005c51
}

.t--h2-small {
	font-size: 1.375rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500;
	letter-spacing: -.02em;
	color: #00355A;
	font-size: 1.25rem
}

@media (min-width:38rem) {
	.t--h2-small {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.t--h2-small {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.t--h2-small {
		font-size: 2rem
	}
}

.t--h2-small a {
	color: #0590C8
}

@media (min-width:30rem) {
	.t--h2-small {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.t--h2-small {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.t--h2-small {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.t--h2-small {
		font-size: 1.875rem
	}
}

.t--h3 {
	font-size: 1.25rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500
}

@media (min-width:30rem) {
	.t--h3 {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.t--h3 {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.t--h3 {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.t--h3 {
		font-size: 1.875rem
	}
}

.t--h4 {
	font-family: "Gotham", "Helvetica", sans-serif;
}

.t--h5 {
	font-family: "Gotham", "Helvetica", sans-serif;
}

.t--base {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5
}

@media (min-width:45rem) {
	.t--base {
		font-size: 1.125rem
	}
}

.t--base-large {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5;
	font-size: 1.25rem
}

@media (min-width:45rem) {
	.t--base-large {
		font-size: 1.125rem
	}
}

@media (min-width:30rem) {
	.t--base-large {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.t--base-large {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.t--base-large {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.t--base-large {
		font-size: 1.875rem
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em
}

h1 {
	font-size: 2rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 300;
	letter-spacing: -.03em;
	color: #00355A;
	margin: .1em 0 .3em
}

@media (min-width:30rem) {
	h1 {
		font-size: 2.5rem
	}
}

@media (min-width:45rem) {
	h1 {
		text-transform: uppercase;
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: -.03em;
		word-spacing: 0.12em;
        margin-bottom: .3em;
	}
}

h1 a {
	color: #0590C8
}

h2 {
	font-size: 1.375rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500;
	letter-spacing: -.02em;
	word-spacing: 0.12em;
	color: #00355A
}

@media (min-width:38rem) {
	h2 {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	h2 {
        font-size: 2.5rem;
        font-weight: 300;
        letter-spacing: -.03em;
        margin-bottom: .3em;
	}
}

@media (min-width:75rem) {
	h2 {
		font-size: 2rem
	}
}

h2 a {
	color: #0590C8
}

h3 {
	font-size: 1.25rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500
}

@media (min-width:30rem) {
	h3 {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	h3 {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	h3 {
		color: #0590c8;
        font-size: 1.75rem;
        font-weight: 300;
   
        margin-bottom: .3em;
	}
}

@media (min-width:75rem) {
	h3 {
		font-size: 1.875rem
	}
}

h4,
h5 {
	font-size: 1.25rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500
}

html {
	font-size: 100%
}

body {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5
}

@media (min-width:45rem) {
	body {
		font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
	}
}

p {
	margin: 0 0 1em;
	max-width: 1284px;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

figcaption {
	font-size: 1rem;
	font-style: italic
}

@media (min-width:45rem) {
	figcaption {
		font-size: 1.125rem
	}
}

hr {
	border-style: solid;
	border-width: 1px 0 0;
	color: currentColor
}

pre code:after,
pre code:before {
	content: ''
}

a {
	color: #0590C8;
	text-decoration: none
}
a:hover{color:#0590C8}
a:visited{color:#0590C8}

a:hover,
a:active,
a:focus {
	color: #002144
}

.read-more {
	text-align: left
}

.read-more__link,
.read-more a {
	text-decoration: underline
}

.read-more__link::before,
.read-more a::before {
	content: "\00BB\00a0"
}

blockquote {
	font-style: italic;
	border-left: solid 3px #000;
	margin-left: 2em;
	padding-left: 2em
}

[class*="icon--"] {
	font-family: "icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility
}

.icon--close::before {
	content: "î¨"
}

.icon--facebook::before {
	content: "î¨‚"
}

.icon--instagram::before {
	content: "î¨ƒ"
}

.icon--linkedin::before {
	content: "î¨„"
}

.icon--menu::before {
	content: "î¨…"
}

.icon--plus::before {
	content: "î¨†"
}

.icon--quote::before {
	content: "î¨‡"
}

.icon--search::before {
	content: "î¨ˆ"
}

.icon--twitter::before {
	content: "î¨‰"
}

.icon--youtube::before {
	content: "î¨Š"
}

img {
	max-width: 100%;
	height: auto;
	width: 100%
}

button,
input[type="submit"] {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5;
	font-size: .75rem;
	border-radius: .15em;
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.25);
	background-color: #0590C8;
	background-image: linear-gradient(to bottom, #0590C8, #0c639a);
	color: #fff;
	border: medium none;
	display: inline-block;
	float: left;
	padding: .5rem 1rem;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap
}

@media (min-width:45rem) {
	button,
	input[type="submit"] {
		font-size: 1.125rem
	}
}

@media (min-width:45rem) {
	button,
	input[type="submit"] {
		font-size: .875rem
	}
}

button:hover,
input[type="submit"]:hover {
	background-image: linear-gradient(to bottom, #0c639a, #0590C8);
	color: #fff;
	cursor: pointer
}

button:focus,
input[type="submit"]:focus {
	color: #fff
}

.button {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5;
	font-size: .75rem;
	border-radius: .15em;
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.25);
	background-color: #0590C8;
	background-image: linear-gradient(to bottom, #0590C8, #0c639a);
	color: #fff;
	border: medium none;
	display: inline-block;
	float: left;
	padding: .5rem 1rem;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap
}

@media (min-width:45rem) {
	.button {
		font-size: 1.125rem
	}
}

@media (min-width:45rem) {
	.button {
		font-size: .875rem
	}
}

.button:hover {
	background-image: linear-gradient(to bottom, #0c639a, #0590C8);
	color: #fff;
	cursor: pointer
}

.button:focus {
	color: #fff
}

.button--secondary {
	background-color: #0590C8;
	background-image: linear-gradient(to bottom, #444, #666)
}

.button--secondary:hover {
	background-image: linear-gradient(to top, #444, #666);
	color: #fff
}

.toolbar-icon {
	background-image: none
}

.toolbar-icon:hover {
	background-image: none
}

.form-container__contact-inquiry {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-container__contact-inquiry .js-webform-radios {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.form-container__contact-inquiry .form-item {
	-webkit-flex-basis: 500px;
	-ms-flex-preferred-size: 500px;
	flex-basis: 500px
}

.form-container__contact-info {
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (min-width:30rem) {
	.form-container__contact-info {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

.form-container__contact-info .js-form-item {
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%
}

.form-container__contact-info .js-form-type-textarea {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.form-container__contact-captcha {
	margin: 1em 0
}

input[type="submit"] {
	float: none
}

form {
	padding: 1.5em 0
}

.form-item {
	padding: 1em 2em 0 0;
	width: 100%
}

.form-item label {
	margin-bottom: .4em;
	display: block;
	color: #0590C8
}

.form-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.form-container__heading {
	margin: 3em 0 1em
}

.webform-submission-form>.form-container:first-child>.form-container__heading {
	margin-top: 0
}

.js-form-wrapper h3 {
	border-bottom: 1px solid #cef0fe;
	width: 100%
}

.js-form-type-select {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0
}

.js-form-type-select select {
	outline: 0;
	box-shadow: none;
	border: 1px solid #333;
	background-image: none;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	max-height: 48px;
	height: 48px;
	margin: 0;
	padding: 0 0 0 .5em;
	color: #000;
	cursor: pointer;
	border-radius: 0;
	background-color: #fff
}

.js-form-type-select select::-ms-expand {
	display: none
}

.js-form-type-select:hover::after {
	color: #0590C8
}

.js-form-type-select:after {
	transition: .25s all ease
}

.js-form-type-textfield input,
.js-form-type-email input,
.js-form-type-tel input,
.js-form-type-date input {
	display: block;
	width: 100%;
	height: 3rem;
	font-size: 1em;
	padding: .5rem;
	color: #1b1b1b;
	border: 1px solid #333
}

.js-form-type-textarea textarea {
	display: block;
	width: 100%;
	height: 10em;
	font-size: 1em;
	padding: .5rem;
	color: #1b1b1b;
	border: 1px solid #333
}

.js-form-type-radio {
	display: block;
	width: 100%;
	padding: .5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.js-form-type-radio input {
	margin-top: .7em
}

.js-form-type-radio label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .5em
}

.js-form-file {
	width: 100%;
	height: 100%;
	max-height: 48px;
	height: 48px;
	margin: 0;
	padding: 1.3em 0 0 .5em;
	color: #000;
	cursor: pointer;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #333;
	background-image: none;
	line-height: 2em;
	text-indent: 0
}

.form-managed-file .description {
	font-size: .7rem;
	padding: .5em 0 0
}

.js-form-item-file-upload div[role=alert] {
	color: red;
	font-size: .8rem;
	display: block!important
}

.form-number {
	display: block;
	width: 100%;
	height: 3rem;
	font-size: 1em;
	padding: .5rem;
	color: #1b1b1b;
	border: 1px solid #333
}

.js-form-type-number {
	position: relative;
	width: 100%
}

@media (min-width:38rem) {
	.js-form-type-number {
		width: 20%
	}
}

.js-form-type-number .field-prefix {
	position: absolute;
	color: #0590C8;
	top: 58px;
	left: 5px
}

@media (min-width:30rem) {
	.js-form-type-number .field-prefix {
		top: 64px
	}
}

.g-recaptcha {
	padding: 1em 0
}

.job-application-form .form-container {
	padding: 0
}

.job-application-form .form-container .js-form-type-select {
	width: 100%;
	width: 100%
}

.job-application-form .form-container .js-form-type-textfield {
	display: block
}

.job-application-form .form-container .js-form-item-degree,
.job-application-form .form-container .js-form-item-date-of-graduation {
	-webkit-flex: 1 15em;
	-ms-flex: 1 15em;
	flex: 1 15em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 1.25em
}

.job-application-form .form-container .js-form-item-most-recent-employer,
.job-application-form .form-container .js-form-item-years-of-professional-experience {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-height: 1.25em
}

.job-application-form .form-container .js-form-item-previously-applied {
	display: block;
	padding-top: .5em
}

.job-application-form .form-container .js-form-item-previously-applied legend {
	padding-top: 1.125em
}

.job-application-form .form-container .js-form-item-previously-applied .form-item {
	padding-top: 0
}

.job-application-form .form-container .js-form-item-previously-applied input[type="radio"] {
	display: inline-block
}

.job-application-form .form-container .js-form-item-previously-applied label {
	display: inline-block
}

.job-application-form .form-container__specialty,
.job-application-form .form-container__contact {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:30rem) {
	.job-application-form .form-container__specialty,
	.job-application-form .form-container__contact {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

.job-application-form .form-container__specialty .js-form-item,
.job-application-form .form-container__contact .js-form-item {
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%
}

.job-application-form .form-container__experience {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.job-application-form .form-container__experience .js-form-item-degree,
.job-application-form .form-container__experience .js-form-item-graduation-date,
.job-application-form .form-container__experience .js-form-item-years-of-professional-experience,
.job-application-form .form-container__experience .js-form-item-previously-applied,
.job-application-form .form-container__experience .js-form-item-major {
	-webkit-flex: 3 200px;
	-ms-flex: 3 200px;
	flex: 3 200px
}

.job-application-form .form-container__experience .js-form-item-graduation-date-month,
.job-application-form .form-container__experience .js-form-item-graduation-date-year {
	display: inline;
	padding: 0
}

.job-application-form .form-container__experience .js-form-item-graduation-date-month>.job_form__field-graduation,
.job-application-form .form-container__experience .js-form-item-graduation-date-year>.job_form__field-graduation {
	width: 100px
}

.job-application-form .form-container__additional-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 1.25em;
	padding-bottom: 1em
}

@media (min-width:30rem) {
	.job-application-form .form-container__additional-info div {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

.job-application-form .form-container__additional-info .js-form-type-managed-file .description {
	font-size: .75rem
}

.job-application-form .form-container__additional-info div[role=alert] {
	display: none
}

.job-application-form .button {
	float: none
}

.form-layout__1col,
.form-layout__2col,
.form-layout__3col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:30rem) {
	.form-layout__1col,
	.form-layout__2col,
	.form-layout__3col {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

.form-layout__1col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.form-layout__1col .form-item,
.form-layout__2col .form-item {
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%
}

.form-layout__3col .form-item {
	-webkit-flex: 3 30%;
	-ms-flex: 3 30%;
	flex: 3 30%
}

.tfa-setup img {
	width: auto
}

.breadcrumb__list {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.breadcrumb__item {
	color: #00796B;
	display: inline-block
}

.breadcrumb__item::after {
	content: "/"
}

.breadcrumb__item:last-child::after {
	content: ""
}

.breadcrumb__link {
	color: #00796B
}

.breadcrumb__link:hover {
	color: #00796B;
	text-decoration: underline
}

.tab-bar--link {
	border-right: solid 1px #eaeaea;
	display: inline-block;
	list-style: none
}

.tab-bar--link:last-child {
	border-right: none
}

.tab-bar--link a {
	display: block;
	padding: .15em .55em .15em .5em
}

.branding__logo img {
	width: 12em;
	margin-top: 7px
}

.branding {
	-webkit-flex-flow: no-wrap;
	-ms-flex-flow: no-wrap;
	flex-flow: no-wrap;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:45rem) {
	.branding {
		-webkit-flex: 2 0 0;
		-ms-flex: 2 0 0;
		flex: 2 0 0
	}
}

.navBar {
	position: static
}

.nav--primary {
	padding: 0 .5em
}

@media (min-width:30rem) {
	.nav--primary {
		max-width: 98%
	}
}

@media (min-width:45rem) {
	.nav--primary {
		max-width: none;
		padding: 0
	}
}

.nav-menu-toggle {
	border-radius: .15em;
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #0590C8, #0c639a);
	font-weight: 300;
	background-color: #0c639a;
	display: block;
	float: right;
	margin-top: -.25rem;
	padding: .25em .5em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	right: .25rem;
	z-index: 15
}

@media (min-width:45rem) {
	.nav-menu-toggle {
		display: none
	}
}

.fontface .nav-menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome
}

.fontface .nav-is-active .nav-menu-toggle:before {
	content: "\f057"
}

.nav-menu-toggle:link,
.nav-menu-toggle:visited {
	color: #fff
}

.nav-menu-toggle:hover {
	background-image: linear-gradient(to bottom, #0c639a, #0590C8);
	border-color: #fff;
	color: #fff;
	outline: inherit
}

.nav.wrapper {
	box-shadow: .1em .1em .2em rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-top: .25em solid #0590C8;
	display: block;
	height: auto;
	left: -110%;
	margin-top: 3.45rem;
	padding: 0;
	position: absolute;
	transition: left linear .15s;
	width: 100%;
	z-index: 15
}

@media (min-width:45rem) {
	.nav.wrapper {
		background-color: transparent;
		border-top: none;
		box-shadow: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		margin: 0 auto;
		float: none;
		padding: 0;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 15
	}
}

.nav.wrapper .search-trigger {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.75em;
	display: none
}

.nav.wrapper .search-trigger i {
	color: #002144;
	pointer-events: none
}

@media (min-width:45rem) {
	.nav.wrapper .search-trigger {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.nav.wrapper .search-trigger:hover {
	cursor: pointer
}

.nav.wrapper .search-trigger.search-is-open {
	background: #002144
}

.nav.wrapper .search-trigger.search-is-open i {
	color: #fff
}

.nav.wrapper .search-trigger.no-focus-outline:focus {
	outline: none
}

.nav-is-active .nav.wrapper {
	left: 0
}

@media (min-width:45rem) {
	.nav-is-active .nav.wrapper {
		left: 0
	}
}

.nav-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:45rem) {
	.flexbox .nav-menu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.nav-menu>ul {
	margin: 0;
	padding: 0
}

.nav-menu .menu-item {
	border-top: 1px solid #666;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left
}

.nav-menu .menu-item:first-child {
	border-top: none
}

@media (min-width:45rem) {
	.nav-menu .menu-item {
		border-top: 0;
		display: block;
		float: left;
		overflow: visible;
		padding: 0;
		position: relative;
		text-align: center;
		vertical-align: baseline;
		width: 25%;
		zoom: 1;
		*display: inline;
		*vertical-align: auto
	}
	.flexbox .nav-menu .menu-item {
		display: inline-block;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		float: none;
		text-align: center;
		width: inherit
	}
}

.nav-menu .menu-item>a {
	font-size: 1rem;
	color: #002144;
	display: block;
	font-family: "Gotham", "Helvetica", sans-serif;
	letter-spacing: .05em;
	padding: .75em 1em .65em 3em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all linear .2s;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto
}

@media (min-width:45rem) {
	.nav-menu .menu-item>a {
		font-size: 1.125rem
	}
}

@media (min-width:45rem) {
	.nav-menu .menu-item>a {
		font-size: .75rem;
		border-bottom: 1px solid transparent;
		display: inline-block;
		padding: 0;
		position: relative;
		text-align: center;
		z-index: 99;
		height: 87px;
		padding-top: 36px
	}
}

@media (min-width:45rem) and (min-width:45rem) {
	.nav-menu .menu-item>a {
		font-size: .875rem
	}
}

.nav-menu .menu-item:focus>a,
.nav-menu .menu-item>a:focus {
	background-color: #0590C8;
	color: #fff
}

@media (min-width:45rem) {
	.nav-menu .menu-item:focus>a,
	.nav-menu .menu-item>a:focus {
		background: transparent;
		background-image: none;
		box-shadow: none;
		color: #0590C8;
		text-shadow: none
	}
}

@media (min-width:45rem) {
	.nav-menu .menu-item.child-has-focus>a,
	.nav-menu .menu-item.active-trail:focus {
		background: transparent;
		background-image: none;
		box-shadow: none;
		color: #0590C8;
		text-shadow: none
	}
}

@media (min-width:45rem) {
	.nav-menu .menu-item:hover>a {
		color: #002144
	}
}

@media (min-width:45rem) {
	.nav-menu .menu-item:hover .sub-menu,
	.nav-menu .menu-item:focus .sub-menu,
	.nav-menu .menu-item.child-has-focus .sub-menu {
		top: 100%;
		left: -25%;
		margin-right: -1px
	}
}

.nav-menu .menu-item .sub-menu a:link,
.nav-menu .menu-item .sub-menu a:visited,
.nav-menu .menu-item .sub-menu a:link,
.nav-menu .menu-item .sub-menu a:visited,
.nav-menu .menu-item.child-has-focus .sub-menu a:link,
.nav-menu .menu-item.child-has-focus .sub-menu a:visited {
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	padding: .75em 1em .65em 3em;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase
}

.nav-menu .menu-item:hover .sub-menu a:link,
.nav-menu .menu-item:hover .sub-menu a:visited,
.nav-menu .menu-item:focus .sub-menu a:link,
.nav-menu .menu-item:focus .sub-menu a:visited,
.nav-menu .menu-item.child-has-focus .sub-menu a:link,
.nav-menu .menu-item.child-has-focus .sub-menu a:visited {
	color: #0c639a;
	box-shadow: none;
	display: block;
	text-shadow: none;
	color: #fff
}

.nav-menu .menu-item:hover .sub-menu a:focus,
.nav-menu .menu-item:focus .sub-menu a:focus,
.nav-menu .menu-item.child-has-focus .sub-menu a:focus {
	background-color: #0590C8;
	color: #fff;
	box-shadow: none;
	text-shadow: none
}

.nav-menu .menu-item:hover .sub-menu a.is-active,
.nav-menu .menu-item:focus .sub-menu a.is-active,
.nav-menu .menu-item.child-has-focus .sub-menu a.is-active {
	color: #fff;
	background-color: #0590C8
}

.nav-menu .menu-item .menu-item:hover a:link,
.nav-menu .menu-item .menu-item:hover a:visited {
	font-weight: 400;
	color: #0c639a;
	background-color: #0590C8;
	color: #fff;
	text-shadow: none
}

.nav-menu .menu-item .menu-item:hover .sub-menu-two a {
	background-color: #002144
}

@media (min-width:38rem) {
	.nav-menu .active-trail>a {
		border-bottom: 5px solid #002144;
		color: #002144
	}
}

.nav-menu .active-trail>a:link,
.nav-menu .active-trail>a:visited {
	background-color: #0590C8;
	color: #fff
}

@media (min-width:45rem) {
	.nav-menu .active-trail>a:link,
	.nav-menu .active-trail>a:visited {
		background-color: transparent;
		color: #002144
	}
}

.nav-menu .sub-menu .menu-item {
	float: none;
	padding-left: .5em;
	text-align: left;
	width: 100%
}

@media (min-width:45rem) {
	.nav-menu .sub-menu .menu-item {
		padding-left: 0
	}
}

.active-trail .active a {
	font-weight: 700
}

@media (min-width:45rem) {
	.active-trail .active a {
		font-weight: 700;
		background-color: transparent
	}
}

.ui-toggle-button {
	background-color: #0c639a;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	margin: .25em;
	padding: .1em;
	position: absolute;
	right: .5em;
	top: .25em;
	z-index: 99
}

@media (min-width:45rem) {
	.ui-toggle-button {
		display: none;
		left: -999em;
		position: absolute;
		visibility: hidden
	}
}

.active-trail>.ui-toggle-button {
	background-color: #005c51
}

.fontface .ui-toggle-button {
	background-color: transparent;
	background-image: none;
	height: 2.5em;
	text-indent: -999em;
	width: 2.5em
}

.fontface .ui-toggle-button:before {
	color: #0c639a;
	content: "\f055";
	font-family: FontAwesome;
	font-size: 2em;
	line-height: 1;
	position: absolute;
	right: .2em;
	text-indent: 0;
	top: .1em
}

.fontface .active-trail>.ui-toggle-button:before {
	color: #fff
}

.fontface .ui-toggle-button[data-text="open"]:before {
	content: "\f057"
}

.fontface .ui-toggle-button:hover,
.fontface .ui-toggle-button:focus,
.fontface .ui-toggle-button:active {
	background-color: transparent
}

.fontface .menu-item a:focus+ul+.ui-toggle-button:before {
	color: #fff
}

.sub-menu {
	clear: both;
	left: -999em;
	list-style: none;
	margin: 0;
	min-width: 12.5em;
	padding: 2em 0;
	position: absolute;
	top: -999em;
	width: 100%;
	background: #002144
}

.footer .sub-menu {
	display: none
}

.sub-menu>.menu-item {
	border: 0;
	padding: 0;
	display: block;
	text-align: left
}

.sub-menu>.menu-item a {
	border-bottom: none;
	height: auto;
	color: #fff
}

.sub-menu>.menu-item a:hover {
	border-bottom: none
}

.sub-menu[aria-expanded="true"] {
	left: 0;
	position: relative;
	top: inherit
}

@media (min-width:45rem) {
	.sub-menu[aria-expanded="true"] {
		left: inherit;
		position: absolute;
		top: inherit
	}
}

.sub-menu[aria-expanded="false"] {
	display: none
}

@media (min-width:45rem) {
	.sub-menu[aria-expanded="false"] {
		display: block
	}
}

@media (min-width:45rem) {
	.sub-menu .has-children>a:after {
		content: "\f105";
		font-family: FontAwesome;
		color: #fff;
		position: absolute;
		right: 15px;
		font-size: 18px;
		line-height: 18px
	}
}

.sub-menu .menu-item.has-children:hover .sub-menu-two {
	display: block
}

.child-has-focus .sub-menu-two {
	display: block!important
}

@media (min-width:45rem) {
	.sub-menu-two {
		display: none;
		clear: both;
		left: 225px;
		list-style: none;
		margin: 0;
		min-width: 12.5em;
		padding: 1em 0 2em;
		position: absolute;
		top: 0;
		background: #002144
	}
}

.sub-menu-two .menu-item {
	border-top: 0
}

.sub-menu-two .menu-item a:focus,
.sub-menu-two .menu-item a:hover {
	background: #0590C8!important
}

.footer-menu {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0
}

.footer-menu .menu-item:last-child {
	margin-bottom: 0
}

.footer-menu .menu-item {
	margin-bottom: .75em
}

.footer-menu .menu-item a {
	text-transform: uppercase;
	font-size: .75rem;
	transition: .3s
}

@media (min-width:45rem) {
	.footer-menu .menu-item a {
		font-size: .875rem
	}
}

@media (min-width:45rem) {
	.footer-menu .menu-item a {
		font-size: 15px
	}
}

.tab-bar {
	background-color: #ddd;
	background: linear-gradient(to bottom, #ddd 0%, #c4c4c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9000000', GradientType=1);
	border-radius: 1em;
	display: inline-block;
	list-style: none;
	padding: 0 .5em;
	width: auto
}

.footer-sub-menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: .5em 0
}

@media (min-width:38rem) {
	.footer-sub-menu {
		margin: 0
	}
}

.footer-sub-menu li {
	padding: 0 8px;
	border-right: 1px solid #002144;
	line-height: 1
}

.footer-sub-menu li a {
	color: #002144
}

.footer-sub-menu li a:hover {
	text-decoration: underline
}

.footer-sub-menu li:first-child {
	padding-left: 0
}

.footer-sub-menu li:last-child {
	border-right: none;
	padding-right: 0
}

.section-image {
	width: 100%;
	margin: 0 0 1em
}

.section-image__title {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5;
	font-size: 1.25rem
}

@media (min-width:45rem) {
	.section-image__title {
		font-size: 1.125rem
	}
}

@media (min-width:30rem) {
	.section-image__title {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.section-image__title {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.section-image__title {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.section-image__title {
		font-size: 1.875rem
	}
}

.section-image--large {
	max-width: 42em;
	margin-left: auto;
	margin-right: auto
}

.section-image--medium {
	width: 50%
}

.section-image--small {
	width: 33%
}

.section-image--medium,
.section-image--small {
	float: left;
	padding-left: 0;
	padding-right: 2%
}

@media (min-width:60rem) {
	.section-image--medium,
	.section-image--small {
		padding-left: 8%
	}
}

.section-image--medium.section-image--right,
.section-image--small.section-image--right {
	float: right;
	padding-right: 0;
	padding-left: 2%
}

@media (min-width:60rem) {
	.section-image--medium.section-image--right,
	.section-image--small.section-image--right {
		padding-right: 8%
	}
}

.teaser--hasimage .teaser__info {
	width: 100%
}

@media (min-width:38rem) {
	.teaser--hasimage .teaser__info {
		float: right;
		max-width: 70%
	}
}

.teaser--hasimage .teaser__image {
	width: 100%
}

.teaser--hasimage .teaser__image img {
	width: 100%
}

@media (min-width:38rem) {
	.teaser--hasimage .teaser__image {
		float: left;
		width: 28%;
		margin-right: 2%
	}
}

.teaser__subtitle {
	font-size: .8em;
	font-weight: 700;
	margin: 0 0 1em
}

.card-teaser {
	text-align: center
}

@media (min-width:38rem) {
	.card-teaser--hasimage.card-style--wide>* {
		padding-left: 25%
	}
}

@media (min-width:60rem) {
	.card-teaser--hasimage.card-style--wide>* {
		padding-left: 20%
	}
}

.card-style--wide .card-teaser__image {
	width: 100%
}

@media (min-width:38rem) {
	.card-style--wide .card-teaser__image {
		float: left;
		margin-left: -5%;
		padding-left: 0;
		width: 28%
	}
}

@media (min-width:60rem) {
	.card-style--wide .card-teaser__image {
		margin-left: -10%
	}
}

.card-teaser .section-image img {
	border: solid 1px #ddd
}

.card-teaser h2 {
	line-height: 1;
	margin: 0 0 .25em
}

.card-teaser h3 {
	line-height: 1.2;
	margin: 0
}

.card-teaser>a {
	display: block;
	height: 100%;
	padding-bottom: 3.5em;
	position: relative
}

.card-teaser>a:link,
.card-teaser>a:visited,
.card-teaser>a:hover {
	color: inherit;
	text-decoration: none
}

.card-teaser .link-button {
	bottom: .75em;
	position: absolute;
	width: 100%
}

.card-teaser button {
	float: none;
	margin: 0 auto
}

.intro-paragraph {
	font-size: 1rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 400;
	color: #00355A;
	line-height: 1.5;
	font-size: 1.25rem;
	max-width: 42em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em
}

@media (min-width:45rem) {
	.intro-paragraph {
		font-size: 1.125rem
	}
}

@media (min-width:30rem) {
	.intro-paragraph {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.intro-paragraph {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.intro-paragraph {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.intro-paragraph {
		font-size: 1.875rem
	}
}

.intro-paragraph:first-letter {
	font-size: 3em;
	float: left;
	font-family: "Gotham", "Helvetica", sans-serif;
	color: #00796B;
	font-weight: 700;
	line-height: 1em;
	margin-left: 0;
	padding-right: .15em
}

@media (min-width:30rem) {
	.intro-paragraph:first-letter {
		margin-left: -.15em
	}
}

.callout {
	font-size: 1.375rem;
	font-family: "Gotham", "Helvetica", sans-serif;
	font-weight: 500;
	letter-spacing: -.02em;
	color: #00355A;
	color: #00355A;
	margin: 1em 0;
	padding: .8em 2em;
	border-top: 2px solid #00796B;
	border-bottom: 2px solid #00796B
}

@media (min-width:38rem) {
	.callout {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.callout {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.callout {
		font-size: 2rem
	}
}

.callout a {
	color: #0590C8
}

@media (min-width:45rem) {
	.callout {
		border-left: 4em solid #00796B
	}
	.section-two-col .callout {
		border-left: none
	}
}

.skill {
	margin: 0 auto;
	min-width: 7em
}

.skill__image {
	margin: 0 auto;
	width: 3em
}

.skill__value {
	font-size: 1rem;
	color: #0590C8;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .25em;
	margin-top: .25em
}

@media (min-width:45rem) {
	.skill__value {
		font-size: 1.125rem
	}
}

.skill__name {
	font-size: .625rem;
	color: #666;
	font-weight: 500;
	text-transform: uppercase
}

@media (min-width:45rem) {
	.skill__name {
		font-size: .75rem
	}
}

.video__inner {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 2em;
	height: 0
}

.video__inner iframe,
.video__inner object,
.video__inner embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.status-message {
	background-color: #e4ffe4;
	border: solid 1px #0f0;
	padding: .5em;
	margin-bottom: 1em
}

.status-message.limiter,
.status-message.robot-header__inner,
.path-search #block-isovera-content .status-message.search-form,
.path-search #block-isovera-content h2.status-message,
#sliding-popup .status-message.popup-content,
.page-node-type-page .status-message.field--name-body {
	margin-bottom: 1em
}

.status-message--warning {
	background-color: #ffffe4;
	border: solid 1px #ff0
}

.status-message--error {
	background-color: #ffe4e4;
	border: solid 1px red
}

.front_robot {
	padding: 0
}

.front_robot.front_robot--white {
	background: #FFF
}

.front_robot.front_robot--light {
	background: #F0F0F0
}

.front_robot.front_robot--vlight {
	background: #F7F7F7
}

@media (min-width:38rem) {
	.front_robot.front_robot--image_left .front_robot__text {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
}

.front_robot.front_robot--gradient--on .front_robot__wrap {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.15) 100%)
}

.front_robot .front_robot__wrap {
	height: auto;
	padding: 2em 0
}

@media (min-width:38rem) {
	.front_robot .front_robot__wrap {
		padding: 6em 0
	}
}

.front_robot .front_robot__wrap .limiter,
.front_robot .front_robot__wrap .robot-header__inner,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2,
.front_robot .front_robot__wrap #sliding-popup .popup-content,
#sliding-popup .front_robot .front_robot__wrap .popup-content,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

@media (min-width:38rem) {
	.front_robot .front_robot__wrap .limiter,
	.front_robot .front_robot__wrap .robot-header__inner,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2,
	.front_robot .front_robot__wrap #sliding-popup .popup-content,
	#sliding-popup .front_robot .front_robot__wrap .popup-content,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.front_robot .front_robot__wrap .limiter .front_robot__text,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__text,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__text,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__text,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__text,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__text,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__text,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__text,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__text,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__text {
	width: 100%;
	padding: 2em 0
}

@media (min-width:38rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__text,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__text,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__text,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__text,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__text,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__text,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__text,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__text,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__text,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__text {
		width: 45%;
		padding: 0
	}
}

.front_robot .front_robot__wrap .limiter .front_robot__image,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__image,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__image,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__image,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__image,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__image,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__image,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__image,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__image,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__image {
	width: 100%;
	text-align: center
}

.front_robot .front_robot__wrap .limiter .front_robot__image img,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__image img,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__image img,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__image img,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__image img,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__image img,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__image img,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__image img,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__image img,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__image img {
	width: auto
}

@media (min-width:38rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__image,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__image,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__image,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__image,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__image,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__image,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__image,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__image,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__image,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__image {
		width: 50%
	}
}

.front_robot .front_robot__wrap .limiter .front_robot__headline,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__headline,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__headline,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__headline,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__headline,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__headline,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__headline,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__headline,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__headline,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__headline {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	color: #00355A;
	font-size: 2.625rem
}

@media (min-width:38rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__headline,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__headline,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__headline,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__headline,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__headline,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__headline {
		font-size: 3rem
	}
}

@media (min-width:45rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__headline,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__headline,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__headline,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__headline,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__headline,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__headline {
		font-size: 3.25rem
	}
}

@media (min-width:60rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__headline,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__headline,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__headline,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__headline,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__headline,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__headline {
		font-size: 3.75rem
	}
}

@media (min-width:75rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__headline,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__headline,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__headline,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__headline,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__headline,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__headline,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__headline,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__headline {
		font-size: 4.375rem
	}
}

.front_robot .front_robot__wrap .limiter .front_robot__content,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__content,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__content,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__content,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__content,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__content,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__content,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__content,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__content,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__content {
	margin-top: .5em;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #00355A
}

@media (min-width:45rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__content,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__content,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__content,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__content,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__content,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__content,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__content,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__content,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__content,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__content {
		font-size: 28px
	}
}

@media (min-width:60rem) {
	.front_robot .front_robot__wrap .limiter .front_robot__content,
	.front_robot .front_robot__wrap .robot-header__inner .front_robot__content,
	.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__content,
	.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__content,
	.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__content,
	.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__content,
	.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__content,
	#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__content,
	.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__content,
	.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__content {
		font-size: 34px
	}
}

.front_robot .front_robot__wrap .limiter .front_robot__button,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__button,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__button,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__button,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__button,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__button,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__button,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__button,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__button,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__button {
	margin-top: 2em;
	display: inline-block;
	color: #0590C8;
	padding: .8em 3em .75em;
	border: 2px solid #0590C8;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 18px;
	transition: .3s;
	font-weight: 500;
	line-height: 1
}

.front_robot .front_robot__wrap .limiter .front_robot__button:hover,
.front_robot .front_robot__wrap .robot-header__inner .front_robot__button:hover,
.front_robot .front_robot__wrap .path-search #block-isovera-content .search-form .front_robot__button:hover,
.path-search #block-isovera-content .front_robot .front_robot__wrap .search-form .front_robot__button:hover,
.front_robot .front_robot__wrap .path-search #block-isovera-content h2 .front_robot__button:hover,
.path-search #block-isovera-content .front_robot .front_robot__wrap h2 .front_robot__button:hover,
.front_robot .front_robot__wrap #sliding-popup .popup-content .front_robot__button:hover,
#sliding-popup .front_robot .front_robot__wrap .popup-content .front_robot__button:hover,
.front_robot .front_robot__wrap .page-node-type-page .field--name-body .front_robot__button:hover,
.page-node-type-page .front_robot .front_robot__wrap .field--name-body .front_robot__button:hover {
	color: #fff;
	background: #0590C8
}

.front-robot-list .front_robot:first-child .front_robot__headline,
.front-robot-list .front_robot:first-of-type .front_robot__headline {
	text-transform: capitalize;
	font-size: 32px;
	font-weight: 400
}

@media (min-width:45rem) {
	.front-robot-list .front_robot:first-child .front_robot__headline,
	.front-robot-list .front_robot:first-of-type .front_robot__headline {
		font-size: 34px
	}
}

@media (min-width:60rem) {
	.front-robot-list .front_robot:first-child .front_robot__headline,
	.front-robot-list .front_robot:first-of-type .front_robot__headline {
		font-size: 42px
	}
}

.front-robot-list .front_robot:first-child .front_robot__content,
.front-robot-list .front_robot:first-of-type .front_robot__content {
	font-size: 22px;
	color: #0590C8
}

@media (min-width:38rem) {
	.front-robot-list .front_robot:first-child .front_robot__content,
	.front-robot-list .front_robot:first-of-type .front_robot__content {
		font-size: 32px
	}
}

@media (min-width:45rem) {
	.front-robot-list .front_robot:first-child .front_robot__content,
	.front-robot-list .front_robot:first-of-type .front_robot__content {
		font-size: 36px
	}
}

@media (min-width:60rem) {
	.front-robot-list .front_robot:first-child .front_robot__content,
	.front-robot-list .front_robot:first-of-type .front_robot__content {
		font-size: 44px
	}
}

.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__headline {
	text-transform: capitalize;
	font-size: 32px;
	font-weight: 400
}

@media (min-width:45rem) {
	.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__headline {
		font-size: 34px
	}
}

@media (min-width:60rem) {
	.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__headline {
		font-size: 42px
	}
}

.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__content {
	font-size: 22px;
	color: #0590C8
}

@media (min-width:38rem) {
	.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__content {
		font-size: 32px
	}
}

@media (min-width:45rem) {
	.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__content {
		font-size: 36px
	}
}

@media (min-width:60rem) {
	.page-node-type-homepage .field--name-field-add-paragraph-section .field__item:first-child .front_robot__content {
		font-size: 44px
	}
}

.two-column {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.two-column__L {
	text-align: left
}

.two-column__C {
	text-align: center
}

.two-column__R {
	text-align: right
}

.two-column__dark_blue {
	background-color: #00355A
}

.two-column__pale_blue {
	background-color: #335D7B
}

.two-column__pale_blue .two-column__cta,
.two-column__pale_blue .two-column__cta:hover {
	color: #00b6ff
}

.two-column__pale_blue .two-column__second:before,
.two-column__pale_blue .two-column__first:after {
	border-color: #00b6ff
}

@media (min-width:45rem) {
	.two-column__pale_blue .two-column__second:before,
	.two-column__pale_blue .two-column__first:after {
		border-color: #00b6ff
	}
}

.two-column__pale_blue .two-column__second:before {
	border-color: transparent
}

.two-column__gray_blue {
	background-color: #7F99AC
}

.two-column__gray_blue .two-column__cta,
.two-column__gray_blue .two-column__cta:hover {
	color: #0c639a
}

.two-column__gray_blue .two-column__second:before,
.two-column__gray_blue .two-column__first:after {
	border-color: #0c639a
}

@media (min-width:45rem) {
	.two-column__gray_blue .two-column__second:before,
	.two-column__gray_blue .two-column__first:after {
		border-color: #0c639a
	}
}

.two-column__gray_blue .two-column__second:before {
	border-color: transparent
}

.two-column__75-25 {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.two-column__75-25 .two-column__first .two-column__heading {
	color: #fff;
	margin: 0 0 12px;
	position: relative;
	font-size: 2.625rem
}

@media (min-width:38rem) {
	.two-column__75-25 .two-column__first .two-column__heading {
		font-size: 3rem
	}
}

@media (min-width:45rem) {
	.two-column__75-25 .two-column__first .two-column__heading {
		font-size: 3.25rem
	}
}

@media (min-width:60rem) {
	.two-column__75-25 .two-column__first .two-column__heading {
		font-size: 3.75rem
	}
}

@media (min-width:75rem) {
	.two-column__75-25 .two-column__first .two-column__heading {
		font-size: 4.375rem
	}
}

.two-column__75-25 .two-column__first .two-column__heading:before {
	font-family: "icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	content: "î¨†";
	font-size: inherit;
	color: inherit;
	color: transparent;
	font-size: 58px;
	position: absolute;
	left: -50px;
	top: -35px
}

@media (min-width:45rem) {
	.two-column__75-25 .two-column__first .two-column__heading:before {
		color: #fff
	}
}

.two-column__50-50 {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.two-column__25-75 {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.two-column__25-75 .two-column__second .two-column__heading {
	color: #fff;
	margin: 0 0 12px;
	position: relative;
	font-size: 2.625rem
}

@media (min-width:38rem) {
	.two-column__25-75 .two-column__second .two-column__heading {
		font-size: 3rem
	}
}

@media (min-width:45rem) {
	.two-column__25-75 .two-column__second .two-column__heading {
		font-size: 3.25rem
	}
}

@media (min-width:60rem) {
	.two-column__25-75 .two-column__second .two-column__heading {
		font-size: 3.75rem
	}
}

@media (min-width:75rem) {
	.two-column__25-75 .two-column__second .two-column__heading {
		font-size: 4.375rem
	}
}

.two-column__25-75 .two-column__second .two-column__heading:before {
	font-family: "icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	content: "î¨†";
	font-size: inherit;
	color: inherit;
	color: transparent;
	font-size: 58px;
	position: absolute;
	right: -50px;
	top: -35px
}

@media (min-width:45rem) {
	.two-column__25-75 .two-column__second .two-column__heading:before {
		color: #fff
	}
}

.two-column__first {
	padding: 1em 0;
	position: relative
}

@media (min-width:45rem) {
	.two-column__first {
		padding: 1em 60px 1em 0
	}
}

.two-column__first:after {
	content: "";
	display: block;
	position: initial;
	z-index: 1;
	right: -2px;
	top: 0;
	bottom: 0;
	border-color: #0590C8;
	border-style: solid;
	border-width: 0 0 2px
}

@media (min-width:45rem) {
	.two-column__first:after {
		position: absolute;
		border-width: 0 0 0 2px
	}
}

.two-column__second {
	padding: 1em 0;
	position: relative
}

@media (min-width:45rem) {
	.two-column__second {
		padding: 1em 0 1em 60px
	}
}

.two-column__second:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 0 0 2px
}

@media (min-width:45rem) {
	.two-column__second:before {
		border-color: #0590C8
	}
}

.two-column__bg {
	padding: 8em 0;
	opacity: .92
}

.two-column__heading {
	color: #fff;
	font-weight: 400;
	line-height: 1;
	margin-top: 0;
	font-size: 2rem
}

@media (min-width:30rem) {
	.two-column__heading {
		font-size: 2.5rem
	}
}

@media (min-width:45rem) {
	.two-column__heading {
		font-size: 3.125rem
	}
}

.two-column__content {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 1.375rem
}

@media (min-width:38rem) {
	.two-column__content {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.two-column__content {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.two-column__content {
		font-size: 2rem
	}
}

.two-column__cta {
	color: #0590C8;
	font-size: 28px;
	text-transform: uppercase;
	display: block;
	margin-top: 1em;
	font-size: 1.375rem
}

@media (min-width:38rem) {
	.two-column__cta {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.two-column__cta {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.two-column__cta {
		font-size: 2rem
	}
}

.two-column__cta:hover,
.two-column__cta:focus {
	text-decoration: underline;
	color: #0590C8
}

.pull-quote {
	padding: 1em 0 6em
}

.pull-quote__dark_blue {
	background: #00355A
}

.pull-quote__dark_blue .pull-quote__content {
	color: #fff
}

.pull-quote__dark_blue i.icon--quote {
	color: #0590C8
}

.pull-quote__grey_blue {
	background: #7F99AC
}

.pull-quote__grey_blue .pull-quote__content {
	color: #fff
}

.pull-quote__grey_blue i.icon--quote {
	color: #0c639a
}

.pull-quote__grey_blue .pull-quote__attribution {
	color: #0c639a
}

.pull-quote .limiter,
.pull-quote .robot-header__inner,
.pull-quote .path-search #block-isovera-content .search-form,
.path-search #block-isovera-content .pull-quote .search-form,
.pull-quote .path-search #block-isovera-content h2,
.path-search #block-isovera-content .pull-quote h2,
.pull-quote #sliding-popup .popup-content,
#sliding-popup .pull-quote .popup-content,
.pull-quote .page-node-type-page .field--name-body,
.page-node-type-page .pull-quote .field--name-body {
	position: relative;
	padding-top: 4em
}

.pull-quote .icon--quote {
	color: #e0f5ff;
	font-size: 45px;
	position: absolute
}

@media (min-width:38rem) {
	.pull-quote .icon--quote {
		font-size: 4.0625rem
	}
}

@media (min-width:60rem) {
	.pull-quote .icon--quote {
		font-size: 5rem
	}
}

.pull-quote-wrap {
	padding: 0 2em;
	position: relative
}

@media (min-width:38rem) {
	.pull-quote-wrap {
		padding: 0 5em
	}
}

.pull-quote-wrap__down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 0;
	bottom: 40px
}

.pull-quote__content {
	font-style: normal;
	padding-left: 0;
	border-left: 0;
	margin: 0;
	margin-top: 1.5em;
	line-height: 1.2;
	color: #00355A;
	font-size: 1.25rem
}

@media (min-width:30rem) {
	.pull-quote__content {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.pull-quote__content {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.pull-quote__content {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.pull-quote__content {
		font-size: 1.875rem
	}
}

@media (min-width:38rem) {
	.pull-quote__content {
		margin-top: 2em
	}
}

.pull-quote__attribution {
	margin-top: .5em;
	color: #0590C8;
	font-size: 20px;
	font-weight: 500
}

@media (min-width:38rem) {
	.pull-quote__attribution {
		font-size: 1.5rem
	}
}

.stat {
	margin: 0 auto;
	min-width: 7em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (min-width:45rem) {
	.stat {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.stat__label {
	text-transform: uppercase;
	font-size: 20px;
	color: #00355A;
	line-height: 1.5;
	margin-bottom: .5em;
	font-size: 1rem;
	margin-right: .75em
}

@media (min-width:45rem) {
	.stat__label {
		font-size: 1.125rem
	}
}

@media (min-width:60rem) {
	.stat__label {
		font-size: 1.25rem
	}
}

@media (min-width:45rem) {
	.stat__label {
		margin-right: 0
	}
}

.stat__value {
	font-size: 20px;
	color: #0590C8;
	line-height: 1.5;
	font-size: 1rem
}

@media (min-width:45rem) {
	.stat__value {
		font-size: 1.125rem
	}
}

@media (min-width:60rem) {
	.stat__value {
		font-size: 1.25rem
	}
}

.application-card {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.application-card:hover .application-card__title a {
	color: #002144
}

.application-card:hover .application-card__grey .application-card__title a,
.application-card:hover .application-card__dark_blue .application-card__title a {
	color: #e0f5ff
}

.application-card__text-section {
	background: #f1f1f1;
	padding: 1.75rem 2rem;
	color: #00355A;
	-webkit-flex: 2 0 0;
	-ms-flex: 2 0 0;
	flex: 2 0 0
}

@media (min-width:45rem) {
	.application-card__text-section {
		padding: 1.75rem 2.5rem
	}
}

.application-card__text-section:hover {
	cursor: default
}

.application-card__dark_blue {
	background: #00355A
}

.application-card__grey {
	background: #7F99AC
}

.application-card__dark_blue .application-card__description,
.application-card__dark_blue .application-card__description-rich,
.application-card__grey .application-card__description,
.application-card__grey .application-card__description-rich {
	color: #fff
}

.application-card__dark_blue .application-card__description a,
.application-card__dark_blue .application-card__description-rich a,
.application-card__grey .application-card__description a,
.application-card__grey .application-card__description-rich a {
	color: #fff;
	text-decoration: underline
}

.application-card__dark_blue .application-card__description a:hover,
.application-card__dark_blue .application-card__description-rich a:hover,
.application-card__grey .application-card__description a:hover,
.application-card__grey .application-card__description-rich a:hover {
	color: #e0f5ff
}

.application-card__dark_blue .application-card__title a,
.application-card__grey .application-card__title a {
	color: #fff
}

.application-card__image img {
	display: block
}

.application-card__title {
	color: #0590C8;
	margin-bottom: .5em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.25rem
}

@media (min-width:30rem) {
	.application-card__title {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.application-card__title {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.application-card__title {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.application-card__title {
		font-size: 1.875rem
	}
}

.header-search-block-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #002144;
	padding: 16px 27px 25px;
	width: 400px
}

.header-search-block-form .form-item {
	padding: 0 1em 0 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header-search-block-form input:focus {
	outline: none
}

.header-search-block-form input.form-search {
	padding-bottom: .75em;
	font-size: 16px;
	color: #fff;
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	font-family: "Gotham", "Helvetica", sans-serif;
	-webkit-appearance: none
}

.header-search-block-form input.form-search::-moz-selection {
	background: #002144
}

.header-search-block-form input.form-search::selection {
	background: #002144
}

.header-search-block-form input.form-search::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
	font-style: italic
}

.header-search-block-form input.form-search::-moz-placeholder {
	color: #fff;
	font-weight: 300;
	font-style: italic
}

.header-search-block-form input.form-search:-ms-input-placeholder {
	color: #fff;
	font-weight: 300;
	font-style: italic
}

.header-search-block-form input.form-search::placeholder {
	color: #fff;
	font-weight: 300;
	font-style: italic
}

.header-search-block-form input.form-submit:hover {
	background-position: center right
}

.simple-title h1 {
	margin-top: 1.2em;
	line-height: 1.2;
	font-weight: 200;
	color: #00355A
}

.simple-title h3 {
	text-transform: uppercase;
	color: #0590C8;
	font-weight: 400;
	margin: 1em 0
}

.masthead {
	background-color: rgba(255, 255, 255, 0.95)
}

.masthead .hp-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5em 0
}

@media (min-width:22rem) {
	.masthead .hp-header {
		position: static
	}
}

@media (min-width:30rem) {
	.masthead .hp-header {
		position: static
	}
}

@media (min-width:45rem) {
	.masthead .hp-header {
		padding: 0;
		position: relative
	}
}

.masthead--homepage {
	width: 100%;
	z-index: 2
}

.masthead__left {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 30%
}

.masthead__right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left
}

@media (min-width:30rem) {
	.masthead__right {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: right
	}
}

.masthead__right .nav--primary {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.search__dropdown {
	position: absolute;
	right: 0;
	top: 87px;
	display: none;
	z-index: 9
}

.search-dropdown-is-open {
	display: none
}

@media (min-width:45rem) {
	.search-dropdown-is-open {
		display: block
	}
}

.header {
	background-position: center;
	background-size: cover;
	padding: 0;
	position: relative;
	text-align: right;
	color: #fff
}

.js .header--is-animated {
	opacity: 0
}

.header--not_hidden {
	margin-bottom: 4rem
}

@media (min-width:60rem) {
	.header--not_hidden {
		margin-bottom: 2rem
	}
}

.header__inner {
	padding: 2em 0;
	text-align: left;
	z-index: 3
}

@media (min-width:60rem) {
	.header__inner {
		min-height: 30rem;
		padding: 4em 0;
		position: relative
	}
}

.header__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 2.625rem
}

@media (min-width:38rem) {
	.header__title {
		font-size: 3rem
	}
}

@media (min-width:45rem) {
	.header__title {
		font-size: 3.25rem
	}
}

@media (min-width:60rem) {
	.header__title {
		font-size: 3.75rem
	}
}

@media (min-width:75rem) {
	.header__title {
		font-size: 4.375rem
	}
}

.header__title.bg-hidden {
	color: #00355A;
	margin-bottom: .5em
}

.header__subtitle {
	color: #fff;
	font-weight: 300
}

.header__description {
	font-size: 1rem;
	width: 100%
}

@media (min-width:45rem) {
	.header__description {
		font-size: 1.125rem
	}
}

@media (min-width:60rem) {
	.header__description {
		width: 50%
	}
}

.header__social_buttons {
	margin: 1em 0
}

.header__social_buttons img {
	max-height: 20px
}

.header__social_buttons .st-btn {
	min-width: 90px!important;
	width: 15%
}

@media (min-width:30rem) {
	.header__social_buttons .st-btn {
		width: 25%
	}
}

.header:before,
.header:after {
	z-index: 2;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none
}

.header--light {
	background-color: #fff;
	color: #00355A
}

.header--light .header__title,
.header--light .header__subtitle {
	color: #00355A
}

.header--is_hidden {
	display: none
}

.homepage-header {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 34em;
	min-height: auto;
	position: relative;
	text-align: center
}

@media (min-width:38rem) {
	.homepage-header {
		height: 36em;
		text-align: left
	}
}

@media (min-width:60rem) {
	.homepage-header {
		height: 75vh
	}
}

@media (min-width:75rem) {
	.homepage-header {
		height: 80vh
	}
}

.homepage-header__contents {
	width: 100%;
	position: absolute;
	top: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width:38rem) {
	.homepage-header__contents {
		top: 50%
	}
}

.homepage-header__title {
	color: #fff;
	margin: 0 auto;
	min-width: 5em;
	width: 90%;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2
}

@media (min-width:38rem) {
	.homepage-header__title {
		font-size: 2.15em;
		margin-right: 5%;
		text-align: left;
		width: 35%
	}
}

@media (min-width:75rem) {
	.homepage-header__title {
		font-size: 2.75em;
		width: 30%
	}
}

@media (min-width:100rem) {
	.homepage-header__title {
		font-size: 2.75em;
		width: 25%
	}
}

.homepage-header__subtitle {
	color: #fff;
	margin: 0 auto 1em;
	min-width: 5em;
	width: 90%;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2
}

@media (min-width:38rem) {
	.homepage-header__subtitle {
		font-size: 1.5em;
		margin-right: 5%;
		text-align: left;
		width: 35%
	}
}

@media (min-width:75rem) {
	.homepage-header__subtitle {
		font-size: 1.75em;
		width: 30%
	}
}

@media (min-width:100rem) {
	.homepage-header__subtitle {
		font-size: 1.75em;
		width: 25%
	}
}

.homepage-header__cta {
	display: inline-block;
	float: none
}

@media (min-width:38rem) {
	.homepage-header__cta {
		margin-left: 60%
	}
}

@media (min-width:75rem) {
	.homepage-header__cta {
		margin-left: 65%
	}
}

@media (min-width:100rem) {
	.homepage-header__cta {
		margin-left: 70%
	}
}

.homepage-header video,
.homepage-header figure {
	background-color: #333;
	top: 0;
	left: 70%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
	position: fixed;
	width: 200%;
	z-index: -99
}

@media (min-width:38rem) {
	.homepage-header video,
	.homepage-header figure {
		top: 0;
		left: 65%;
		width: 190%
	}
}

@media (min-width:45rem) {
	.homepage-header video,
	.homepage-header figure {
		left: 70%;
		top: 0;
		width: 160%
	}
}

@media (min-width:60rem) {
	.homepage-header video,
	.homepage-header figure {
		left: 50%;
		top: 0;
		width: 140%
	}
}

@media (min-width:75rem) {
	.homepage-header video,
	.homepage-header figure {
		left: 50%;
		top: 0;
		width: 100%
	}
}

.homepage-header figure {
	z-index: -98;
	transition: opacity ease-out .5s
}

.homepage-header figure.fade {
	opacity: 0
}

.homepage-header .video-container {
	position: relative;
	width: auto;
	overflow: hidden
}

.homepage-header .video-overlay {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.85) 65%, black 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9000000', GradientType=1);
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: -97
}

@media (min-width:38rem) {
	.homepage-header .video-overlay {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 44%, rgba(0, 0, 0, 0.7) 61%, rgba(0, 0, 0, 0.7) 62%, rgba(0, 0, 0, 0.85) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9000000', GradientType=1);
		min-height: 30rem;
		padding: 4em
	}
}

.main-footer {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: .75em;
	text-align: center
}

.main-footer .limiter,
.main-footer .robot-header__inner,
.main-footer .path-search #block-isovera-content .search-form,
.path-search #block-isovera-content .main-footer .search-form,
.main-footer .path-search #block-isovera-content h2,
.path-search #block-isovera-content .main-footer h2,
.main-footer #sliding-popup .popup-content,
#sliding-popup .main-footer .popup-content,
.main-footer .page-node-type-page .field--name-body,
.page-node-type-page .main-footer .field--name-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:38rem) {
	.main-footer .limiter,
	.main-footer .robot-header__inner,
	.main-footer .path-search #block-isovera-content .search-form,
	.path-search #block-isovera-content .main-footer .search-form,
	.main-footer .path-search #block-isovera-content h2,
	.path-search #block-isovera-content .main-footer h2,
	.main-footer #sliding-popup .popup-content,
	#sliding-popup .main-footer .popup-content,
	.main-footer .page-node-type-page .field--name-body,
	.page-node-type-page .main-footer .field--name-body {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 1080px;
		width: 90%;
		margin: 0 auto
	}
}

.main-footer .limiter .main-footer__left,
.main-footer .robot-header__inner .main-footer__left,
.main-footer .path-search #block-isovera-content .search-form .main-footer__left,
.path-search #block-isovera-content .main-footer .search-form .main-footer__left,
.main-footer .path-search #block-isovera-content h2 .main-footer__left,
.path-search #block-isovera-content .main-footer h2 .main-footer__left,
.main-footer #sliding-popup .popup-content .main-footer__left,
#sliding-popup .main-footer .popup-content .main-footer__left,
.main-footer .page-node-type-page .field--name-body .main-footer__left,
.page-node-type-page .main-footer .field--name-body .main-footer__left {
	background: #0590C8;
	padding: 0 10%;
	text-align: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:38rem) {
	.main-footer .limiter .main-footer__left,
	.main-footer .robot-header__inner .main-footer__left,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__left,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__left,
	.main-footer .path-search #block-isovera-content h2 .main-footer__left,
	.path-search #block-isovera-content .main-footer h2 .main-footer__left,
	.main-footer #sliding-popup .popup-content .main-footer__left,
	#sliding-popup .main-footer .popup-content .main-footer__left,
	.main-footer .page-node-type-page .field--name-body .main-footer__left,
	.page-node-type-page .main-footer .field--name-body .main-footer__left {
		background: transparent;
		padding: 0;
		text-align: inherit
	}
}

.main-footer .limiter .main-footer__left a,
.main-footer .robot-header__inner .main-footer__left a,
.main-footer .path-search #block-isovera-content .search-form .main-footer__left a,
.path-search #block-isovera-content .main-footer .search-form .main-footer__left a,
.main-footer .path-search #block-isovera-content h2 .main-footer__left a,
.path-search #block-isovera-content .main-footer h2 .main-footer__left a,
.main-footer #sliding-popup .popup-content .main-footer__left a,
#sliding-popup .main-footer .popup-content .main-footer__left a,
.main-footer .page-node-type-page .field--name-body .main-footer__left a,
.page-node-type-page .main-footer .field--name-body .main-footer__left a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.main-footer .limiter .main-footer__left a img,
.main-footer .robot-header__inner .main-footer__left a img,
.main-footer .path-search #block-isovera-content .search-form .main-footer__left a img,
.path-search #block-isovera-content .main-footer .search-form .main-footer__left a img,
.main-footer .path-search #block-isovera-content h2 .main-footer__left a img,
.path-search #block-isovera-content .main-footer h2 .main-footer__left a img,
.main-footer #sliding-popup .popup-content .main-footer__left a img,
#sliding-popup .main-footer .popup-content .main-footer__left a img,
.main-footer .page-node-type-page .field--name-body .main-footer__left a img,
.page-node-type-page .main-footer .field--name-body .main-footer__left a img {
	width: 345px;
	margin: 4em 4em 4em 0
}

@media (min-width:38rem) {
	.main-footer .limiter .main-footer__left a img,
	.main-footer .robot-header__inner .main-footer__left a img,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__left a img,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__left a img,
	.main-footer .path-search #block-isovera-content h2 .main-footer__left a img,
	.path-search #block-isovera-content .main-footer h2 .main-footer__left a img,
	.main-footer #sliding-popup .popup-content .main-footer__left a img,
	#sliding-popup .main-footer .popup-content .main-footer__left a img,
	.main-footer .page-node-type-page .field--name-body .main-footer__left a img,
	.page-node-type-page .main-footer .field--name-body .main-footer__left a img {
		width: 155px;
		margin: 7em 4em 7em 0
	}
}

@media (min-width:45rem) {
	.main-footer .limiter .main-footer__left a img,
	.main-footer .robot-header__inner .main-footer__left a img,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__left a img,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__left a img,
	.main-footer .path-search #block-isovera-content h2 .main-footer__left a img,
	.path-search #block-isovera-content .main-footer h2 .main-footer__left a img,
	.main-footer #sliding-popup .popup-content .main-footer__left a img,
	#sliding-popup .main-footer .popup-content .main-footer__left a img,
	.main-footer .page-node-type-page .field--name-body .main-footer__left a img,
	.page-node-type-page .main-footer .field--name-body .main-footer__left a img {
		width: 225px
	}
}

@media (min-width:60rem) {
	.main-footer .limiter .main-footer__left a img,
	.main-footer .robot-header__inner .main-footer__left a img,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__left a img,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__left a img,
	.main-footer .path-search #block-isovera-content h2 .main-footer__left a img,
	.path-search #block-isovera-content .main-footer h2 .main-footer__left a img,
	.main-footer #sliding-popup .popup-content .main-footer__left a img,
	#sliding-popup .main-footer .popup-content .main-footer__left a img,
	.main-footer .page-node-type-page .field--name-body .main-footer__left a img,
	.page-node-type-page .main-footer .field--name-body .main-footer__left a img {
		width: 335px
	}
}

.main-footer .limiter .main-footer__right,
.main-footer .robot-header__inner .main-footer__right,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right,
.main-footer .path-search #block-isovera-content h2 .main-footer__right,
.path-search #block-isovera-content .main-footer h2 .main-footer__right,
.main-footer #sliding-popup .popup-content .main-footer__right,
#sliding-popup .main-footer .popup-content .main-footer__right,
.main-footer .page-node-type-page .field--name-body .main-footer__right,
.page-node-type-page .main-footer .field--name-body .main-footer__right {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #00355A;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4em 10%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (min-width:38rem) {
	.main-footer .limiter .main-footer__right,
	.main-footer .robot-header__inner .main-footer__right,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right,
	.main-footer #sliding-popup .popup-content .main-footer__right,
	#sliding-popup .main-footer .popup-content .main-footer__right,
	.main-footer .page-node-type-page .field--name-body .main-footer__right,
	.page-node-type-page .main-footer .field--name-body .main-footer__right {
		padding: 0 0 0 4em;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (min-width:45rem) {
	.main-footer .limiter .main-footer__right,
	.main-footer .robot-header__inner .main-footer__right,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right,
	.main-footer #sliding-popup .popup-content .main-footer__right,
	#sliding-popup .main-footer .popup-content .main-footer__right,
	.main-footer .page-node-type-page .field--name-body .main-footer__right,
	.page-node-type-page .main-footer .field--name-body .main-footer__right {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.main-footer .limiter .main-footer__right .main-footer__social-top,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top {
	margin-bottom: 3em;
	margin-top: 3em
}

@media (min-width:38rem) {
	.main-footer .limiter .main-footer__right .main-footer__social-top,
	.main-footer .robot-header__inner .main-footer__right .main-footer__social-top,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top,
	.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top,
	#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top,
	.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top,
	.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top {
		margin-top: 0
	}
}

.main-footer .limiter .main-footer__right-contents,
.main-footer .robot-header__inner .main-footer__right-contents,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right-contents,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right-contents,
.main-footer .path-search #block-isovera-content h2 .main-footer__right-contents,
.path-search #block-isovera-content .main-footer h2 .main-footer__right-contents,
.main-footer #sliding-popup .popup-content .main-footer__right-contents,
#sliding-popup .main-footer .popup-content .main-footer__right-contents,
.main-footer .page-node-type-page .field--name-body .main-footer__right-contents,
.page-node-type-page .main-footer .field--name-body .main-footer__right-contents {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media (min-width:38rem) {
	.main-footer .limiter .main-footer__right-contents,
	.main-footer .robot-header__inner .main-footer__right-contents,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right-contents,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right-contents,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right-contents,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right-contents,
	.main-footer #sliding-popup .popup-content .main-footer__right-contents,
	#sliding-popup .main-footer .popup-content .main-footer__right-contents,
	.main-footer .page-node-type-page .field--name-body .main-footer__right-contents,
	.page-node-type-page .main-footer .field--name-body .main-footer__right-contents {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 4em 0
	}
}

.main-footer .limiter .main-footer__right .main-footer__social-top,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top,
.main-footer .limiter .main-footer__right .main-footer__social-bottom,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:38rem) {
	.main-footer .limiter .main-footer__right .main-footer__social-top,
	.main-footer .robot-header__inner .main-footer__right .main-footer__social-top,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top,
	.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top,
	#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top,
	.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top,
	.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top,
	.main-footer .limiter .main-footer__right .main-footer__social-bottom,
	.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom,
	.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom,
	#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom,
	.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom,
	.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.main-footer .limiter .main-footer__right .main-footer__social-top span,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top span,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top span,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top span,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top span,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top span,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top span,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top span,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top span,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top span,
.main-footer .limiter .main-footer__right .main-footer__social-top i,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top i,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top i,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top i,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top i,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top i,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top i,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top i,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top i,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top i,
.main-footer .limiter .main-footer__right .main-footer__social-bottom span,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom span,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom span,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom span,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom span,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom span,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom span,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom span,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom span,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom span,
.main-footer .limiter .main-footer__right .main-footer__social-bottom i,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom i,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom i,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom i,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom i,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom i,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom i,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom i,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom i,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom i {
	transition: .3s
}

.main-footer .limiter .main-footer__right .main-footer__social-top a,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top a,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top a,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top a,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top a,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top a,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top a,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top a,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top a,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top a,
.main-footer .limiter .main-footer__right .main-footer__social-bottom a,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom a,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom a,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom a,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom a,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom a,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom a,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom a,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom a,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main-footer .limiter .main-footer__right .main-footer__social-top a i,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top a i,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top a i,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top a i,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top a i,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top a i,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top a i,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top a i,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top a i,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top a i,
.main-footer .limiter .main-footer__right .main-footer__social-bottom a i,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom a i,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom a i,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom a i,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom a i,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom a i,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom a i,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom a i,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom a i,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom a i {
	font-size: 26px;
	color: #fff;
	margin-left: 16px
}

.main-footer .limiter .main-footer__right .main-footer__social-top a:hover span,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top a:hover span,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top a:hover span,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top a:hover span,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top a:hover span,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top a:hover span,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top a:hover span,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top a:hover span,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top a:hover span,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top a:hover span,
.main-footer .limiter .main-footer__right .main-footer__social-top a:hover i,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-top a:hover i,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-top a:hover i,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-top a:hover i,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-top a:hover i,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-top a:hover i,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-top a:hover i,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-top a:hover i,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-top a:hover i,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-top a:hover i,
.main-footer .limiter .main-footer__right .main-footer__social-bottom a:hover span,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom a:hover span,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom a:hover span,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom a:hover span,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom a:hover span,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom a:hover span,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom a:hover span,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom a:hover span,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom a:hover span,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom a:hover span,
.main-footer .limiter .main-footer__right .main-footer__social-bottom a:hover i,
.main-footer .robot-header__inner .main-footer__right .main-footer__social-bottom a:hover i,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .main-footer__social-bottom a:hover i,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .main-footer__social-bottom a:hover i,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .main-footer__social-bottom a:hover i,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .main-footer__social-bottom a:hover i,
.main-footer #sliding-popup .popup-content .main-footer__right .main-footer__social-bottom a:hover i,
#sliding-popup .main-footer .popup-content .main-footer__right .main-footer__social-bottom a:hover i,
.main-footer .page-node-type-page .field--name-body .main-footer__right .main-footer__social-bottom a:hover i,
.page-node-type-page .main-footer .field--name-body .main-footer__right .main-footer__social-bottom a:hover i {
	color: #d8d8d8
}

.main-footer .limiter .main-footer__right .footer-menu a,
.main-footer .robot-header__inner .main-footer__right .footer-menu a,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .footer-menu a,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .footer-menu a,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .footer-menu a,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .footer-menu a,
.main-footer #sliding-popup .popup-content .main-footer__right .footer-menu a,
#sliding-popup .main-footer .popup-content .main-footer__right .footer-menu a,
.main-footer .page-node-type-page .field--name-body .main-footer__right .footer-menu a,
.page-node-type-page .main-footer .field--name-body .main-footer__right .footer-menu a {
	color: #fff
}

.main-footer .limiter .main-footer__right .footer-menu a:hover,
.main-footer .robot-header__inner .main-footer__right .footer-menu a:hover,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right .footer-menu a:hover,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right .footer-menu a:hover,
.main-footer .path-search #block-isovera-content h2 .main-footer__right .footer-menu a:hover,
.path-search #block-isovera-content .main-footer h2 .main-footer__right .footer-menu a:hover,
.main-footer #sliding-popup .popup-content .main-footer__right .footer-menu a:hover,
#sliding-popup .main-footer .popup-content .main-footer__right .footer-menu a:hover,
.main-footer .page-node-type-page .field--name-body .main-footer__right .footer-menu a:hover,
.page-node-type-page .main-footer .field--name-body .main-footer__right .footer-menu a:hover {
	color: #d8d8d8
}

.main-footer .limiter .main-footer__right span,
.main-footer .robot-header__inner .main-footer__right span,
.main-footer .path-search #block-isovera-content .search-form .main-footer__right span,
.path-search #block-isovera-content .main-footer .search-form .main-footer__right span,
.main-footer .path-search #block-isovera-content h2 .main-footer__right span,
.path-search #block-isovera-content .main-footer h2 .main-footer__right span,
.main-footer #sliding-popup .popup-content .main-footer__right span,
#sliding-popup .main-footer .popup-content .main-footer__right span,
.main-footer .page-node-type-page .field--name-body .main-footer__right span,
.page-node-type-page .main-footer .field--name-body .main-footer__right span {
	font-size: 12px;
	color: #fff
}

@media (min-width:45rem) {
	.main-footer .limiter .main-footer__right span,
	.main-footer .robot-header__inner .main-footer__right span,
	.main-footer .path-search #block-isovera-content .search-form .main-footer__right span,
	.path-search #block-isovera-content .main-footer .search-form .main-footer__right span,
	.main-footer .path-search #block-isovera-content h2 .main-footer__right span,
	.path-search #block-isovera-content .main-footer h2 .main-footer__right span,
	.main-footer #sliding-popup .popup-content .main-footer__right span,
	#sliding-popup .main-footer .popup-content .main-footer__right span,
	.main-footer .page-node-type-page .field--name-body .main-footer__right span,
	.page-node-type-page .main-footer .field--name-body .main-footer__right span {
		font-size: 15px
	}
}

.sub-footer {
	font-size: .75rem;
	color: #002144;
	padding: 1em 0;
	background: #fff
}

@media (min-width:45rem) {
	.sub-footer {
		font-size: .875rem
	}
}

.sub-footer .limiter,
.sub-footer .robot-header__inner,
.sub-footer .path-search #block-isovera-content .search-form,
.path-search #block-isovera-content .sub-footer .search-form,
.sub-footer .path-search #block-isovera-content h2,
.path-search #block-isovera-content .sub-footer h2,
.sub-footer #sliding-popup .popup-content,
#sliding-popup .sub-footer .popup-content,
.sub-footer .page-node-type-page .field--name-body,
.page-node-type-page .sub-footer .field--name-body {
	max-width: 1080px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:38rem) {
	.sub-footer .limiter,
	.sub-footer .robot-header__inner,
	.sub-footer .path-search #block-isovera-content .search-form,
	.path-search #block-isovera-content .sub-footer .search-form,
	.sub-footer .path-search #block-isovera-content h2,
	.path-search #block-isovera-content .sub-footer h2,
	.sub-footer #sliding-popup .popup-content,
	#sliding-popup .sub-footer .popup-content,
	.sub-footer .page-node-type-page .field--name-body,
	.page-node-type-page .sub-footer .field--name-body {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.sub-footer .limiter .bottom-row div,
.sub-footer .robot-header__inner .bottom-row div,
.sub-footer .path-search #block-isovera-content .search-form .bottom-row div,
.path-search #block-isovera-content .sub-footer .search-form .bottom-row div,
.sub-footer .path-search #block-isovera-content h2 .bottom-row div,
.path-search #block-isovera-content .sub-footer h2 .bottom-row div,
.sub-footer #sliding-popup .popup-content .bottom-row div,
#sliding-popup .sub-footer .popup-content .bottom-row div,
.sub-footer .page-node-type-page .field--name-body .bottom-row div,
.page-node-type-page .sub-footer .field--name-body .bottom-row div {
	display: inline-block;
	margin: 0 .5em
}

.sub-footer .limiter .bottom-row div a,
.sub-footer .robot-header__inner .bottom-row div a,
.sub-footer .path-search #block-isovera-content .search-form .bottom-row div a,
.path-search #block-isovera-content .sub-footer .search-form .bottom-row div a,
.sub-footer .path-search #block-isovera-content h2 .bottom-row div a,
.path-search #block-isovera-content .sub-footer h2 .bottom-row div a,
.sub-footer #sliding-popup .popup-content .bottom-row div a,
#sliding-popup .sub-footer .popup-content .bottom-row div a,
.sub-footer .page-node-type-page .field--name-body .bottom-row div a,
.page-node-type-page .sub-footer .field--name-body .bottom-row div a {
	color: #002144
}

.sub-footer .limiter .bottom-row div a:hover,
.sub-footer .robot-header__inner .bottom-row div a:hover,
.sub-footer .path-search #block-isovera-content .search-form .bottom-row div a:hover,
.path-search #block-isovera-content .sub-footer .search-form .bottom-row div a:hover,
.sub-footer .path-search #block-isovera-content h2 .bottom-row div a:hover,
.path-search #block-isovera-content .sub-footer h2 .bottom-row div a:hover,
.sub-footer #sliding-popup .popup-content .bottom-row div a:hover,
#sliding-popup .sub-footer .popup-content .bottom-row div a:hover,
.sub-footer .page-node-type-page .field--name-body .bottom-row div a:hover,
.page-node-type-page .sub-footer .field--name-body .bottom-row div a:hover {
	text-decoration: underline
}

.section {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.section__heading {
	text-align: center
}

.section__inner {
	margin-left: auto;
	margin-right: auto
}

.section__inner::after {
	clear: both;
	content: "";
	display: table
}

.section__inner * {
	max-width: 100%
}

.section__image {
	float: left;
	margin-right: 1em
}

.section__section-line {
	border-top: 2px solid #0590C8;
	margin-bottom: 1.75em;
	width: 15%
}

.section--grey {
	background-color: #f1f1f1
}

section+section {
	padding-top: 1em
}

#text-section h1 {
	line-height: 1.2
}

.field--name-field-text-section .section {
	padding-top: 0
}

.skills {
	background: #ddd;
	background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c-grey', endColorstr='$c-white', GradientType=0);
	margin-top: -4rem
}

@media (min-width:60rem) {
	.skills {
		margin-top: -2rem
	}
}

.skills__inner {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5em 0
}

.skills__item {
	margin: 1em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 7em;
	-ms-flex-preferred-size: 7em;
	flex-basis: 7em
}

@media (min-width:45rem) {
	.skills__item {
		margin: .75em
	}
}

.robot-photos {
	margin: 1em 0 0;
	padding: 2em;
	background-position: center
}

.robot-photos__title {
	color: #fff;
	text-align: center
}

.robot-photos__items {
	text-align: center
}

.robot-photos__item {
	width: 48%;
	padding: 0 3px 5px;
	display: inline-block
}

.robot-photos__item img {
	border: 2px solid #444
}

@media (min-width:30rem) {
	.robot-photos__item {
		width: 23%
	}
}

.teaser-list>* {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em
}

.teaser-list> :last-child {
	border-bottom: 0
}

.teaser-cards {
	padding: 2em 0;
	background-color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, white 20%)
}

.teaser-cards__cards {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.teaser-cards__cards article {
	-webkit-flex-basis: 46%;
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 2% 2.5em;
	max-width: 46%;
	padding: 0
}

@media (min-width:45rem) {
	.teaser-cards__cards article {
		-webkit-flex-basis: 29.3333%;
		-ms-flex-preferred-size: 29.3333%;
		flex-basis: 29.3333%;
		max-width: 29.33333%
	}
}

.teaser-cards--one-up .teaser-cards__cards {
	max-width: 42em;
	margin: 0 auto
}

.teaser-cards--one-up .teaser-cards__cards article {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	text-align: left
}

@media (min-width:45rem) {
	.teaser-cards--one-up .teaser-cards__cards article {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

@media (min-width:45rem) {
	.teaser-cards--four-up .teaser-cards__cards article {
		-webkit-flex-basis: 21%;
		-ms-flex-preferred-size: 21%;
		flex-basis: 21%;
		max-width: 21%
	}
}

.robot-header.robot-header--dark_blue {
	background: radial-gradient(ellipse at center, #00355A 0%, #002942 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00355a', endColorstr='#002942', GradientType=1)
}

.robot-header.robot-header--dark_blue .robot-header__title,
.robot-header.robot-header--dark_blue .robot-header__description,
.robot-header.robot-header--dark_blue .robot-header__ctas a {
	color: #fff;
	border-color: #fff
}

.robot-header.robot-header--dark_blue .robot-header__ctas a:hover {
	color: #00355A;
	background: #fff
}

.robot-header.robot-header--dark_blue .robot-header__ctas a:last-child {
	border-color: transparent
}

.robot-header {
	background: linear-gradient(to bottom, #dad7da 0%, #e8e8e8 2%, #f1f1f1 87%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad7da', endColorstr='#e6e6e6', GradientType=0);
	color: #00355A;
	position: relative;
	overflow: hidden;
	margin-bottom: 4rem;
	padding: 2rem 0
}

@media (min-width:45rem) {
	.robot-header {
		padding: 3rem 0
	}
}

@media (min-width:60rem) {
	.robot-header {
		margin-bottom: 4rem
	}
}

.robot-header__inner {
	padding: 0
}

.robot-header__inner-wrap {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:45rem) {
	.robot-header__text-container {
		padding-right: 2em
	}
}

@media (min-width:75rem) {
	.robot-header__text-container {
		padding-right: 5em
	}
}

.robot-header__title {
	font-size: 2.625rem;
	color: #00355A;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 0;
	font-weight: 400
}

@media (min-width:38rem) {
	.robot-header__title {
		font-size: 3rem
	}
}

@media (min-width:45rem) {
	.robot-header__title {
		font-size: 3.25rem
	}
}

@media (min-width:60rem) {
	.robot-header__title {
		font-size: 3.75rem
	}
}

@media (min-width:75rem) {
	.robot-header__title {
		font-size: 4.375rem
	}
}

.robot-header__description {
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 1.5em
}

@media (min-width:45rem) {
	.robot-header__description {
		font-size: 1.125rem
	}
}

@media (min-width:60rem) {
	.robot-header__description {
		font-size: 1.25rem
	}
}

.robot-header__ctas {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 2em;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (min-width:45rem) {
	.robot-header__ctas {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:60rem) {
	.robot-header__ctas {
		margin-bottom: 0
	}
}

.robot-header__ctas a {
	font-size: 15px;
	display: block;
	padding: .75em 1.75em;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	color: #00355A;
	font-weight: 500;
	border-radius: 8px;
	transition: .3s;
	border: 2px solid transparent
}

@media (min-width:75rem) {
	.robot-header__ctas a {
		font-size: 18px
	}
}

.robot-header__ctas a:first-child {
	border: 2px solid #00355A;
	margin-right: 12px;
	margin-bottom: 12px
}

@media (min-width:60rem) {
	.robot-header__ctas a:first-child {
		margin-bottom: 0
	}
}

.robot-header__ctas a:hover {
	border: 2px solid #00355A;
	color: #fff;
	background: #00355A
}

.robot-header__image-container {
	text-align: center
}

#technology-section {
	margin-bottom: 2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:60rem) {
	#technology-section {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

#technology-section.technology-section--top {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media (min-width:60rem) {
	#technology-section.technology-section--top {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

#technology-section.technology-section--top .technology-section__left {
	padding: 1rem 0 3rem 2rem
}

@media (min-width:60rem) {
	#technology-section.technology-section--top .technology-section__left {
		padding: 4rem 0 4rem 3rem
	}
}

#technology-section.technology-section--bottom {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:60rem) {
	#technology-section.technology-section--bottom {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

#technology-section.technology-section--bottom .technology-section__left {
	padding: 2rem 0 1rem 2rem
}

@media (min-width:60rem) {
	#technology-section.technology-section--bottom .technology-section__left {
		padding: 4rem 0 4rem 3rem
	}
}

#technology-section.technology-section--top.no-text-padding {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#technology-section.technology-section--top.no-text-padding .technology-section__left {
	padding: 1rem 0 3rem 2rem
}

@media (min-width:60rem) {
	#technology-section.technology-section--top.no-text-padding .technology-section__left {
		padding: 0 0 0 3rem
	}
}

#technology-section.technology-section--bottom.no-text-padding {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#technology-section.technology-section--bottom.no-text-padding .technology-section__left {
	padding: 2rem 0 1rem 2rem
}

@media (min-width:60rem) {
	#technology-section.technology-section--bottom.no-text-padding .technology-section__left {
		padding: 0 0 0 3rem
	}
}

.technology-section {
	background: #f1f1f1;
	background-size: 50%;
	background-position-x: right;
	background-repeat: no-repeat
}

@media (min-width:60rem) {
	.technology-section {
		background-size: auto;
		padding-top: 0
	}
}

.technology-section:hover .technology-section__title a {
	color: #002144
}

.technology-section--dark_blue {
	background-color: #00355A
}

.technology-section--dark_blue .technology-section__title,
.technology-section--dark_blue .technology-section__title a,
.technology-section--dark_blue .technology-section__stat-description,
.technology-section--dark_blue .technology-section__description-rich,
.technology-section--dark_blue .technology-section__description-rich a,
.technology-section--dark_blue .stat__value {
	color: #fff
}

.technology-section--dark_blue .stat__label {
	color: #7F99AC
}

.technology-section--dark_blue:hover .technology-section__title a {
	color: #e0f5ff
}

.technology-section--dark_blue .technology-section__description-rich a {
	text-decoration: underline
}

.technology-section--dark_blue .technology-section__description-rich a:hover {
	color: #e0f5ff
}

.technology-section--grey {
	background-color: #7F99AC
}

.technology-section--grey .technology-section__title,
.technology-section--grey .technology-section__title a,
.technology-section--grey .technology-section__stat-description,
.technology-section--grey .technology-section__description-rich,
.technology-section--grey .technology-section__description-rich a,
.technology-section--grey .stat__value {
	color: #fff
}

.technology-section--grey .stat__label {
	color: #00355A
}

.technology-section--grey:hover .technology-section__title a {
	color: #e0f5ff
}

.technology-section--grey .technology-section__description-rich a {
	text-decoration: underline
}

.technology-section--grey .technology-section__description-rich a:hover {
	color: #e0f5ff
}

.technology-section__left {
	width: 100%
}

@media (min-width:60rem) {
	.technology-section__left {
		width: 50%
	}
}

.technology-section__right {
	width: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

@media (min-width:60rem) {
	.technology-section__right {
		margin-left: 0
	}
}

.technology-section__title {
	text-transform: uppercase;
	font-weight: 400;
	color: #0590C8;
	margin-bottom: .5em
}

.technology-section__title a {
	color: #0590C8
}

.technology-section__stat-description,
.technology-section__description-rich {
	margin-bottom: 2em;
	color: #00355A;
	padding-right: 2rem;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

@media (min-width:60rem) {
	.technology-section__stat-description,
	.technology-section__description-rich {
		padding-right: 2em
	}
}

.technology-section__stat-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:45rem) {
	.technology-section__stat-wrap {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.technology-section__stat-item {
	width: 100%
}

@media (min-width:45rem) {
	.technology-section__stat-item {
		width: 34%
	}
}

.technology-section__link {
	display: block
}

.technology-section__link-wrap {
	line-height: 0
}

.field--name-field-technology .field__label {
	font-weight: 200;
	color: #00355A
}

.technology-section--bottom .technology-section__right {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.applications {
	margin-bottom: 2rem
}

.applications .field__label {
	font-weight: 200;
	color: #00355A
}

.applications__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.applications__inner .field__label {
	position: absolute;
	top: 0
}

.applications__item {
	max-width: 100%;
	margin-bottom: 12px
}

@media (min-width:45rem) {
	.applications__item {
		max-width: 49%;
		margin-bottom: 18px
	}
}

@media (min-width:60rem) {
	.applications__item {
		margin-bottom: 22px
	}
}

.payload__primary-header {
	text-transform: uppercase;
	line-height: 1.2;
	color: #00355A
}

.payload__secondary-header {
	text-transform: uppercase;
	color: #0590C8;
	font-weight: 400;
	margin: 1em 0
}

.payload__wrap {
	min-height: 550px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 608px;
	position: relative
}

.payload__top-left,
.payload__top-right,
.payload__bottom-left,
.payload__bottom-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2em
}

@media (min-width:60rem) {
	.payload__top-left,
	.payload__top-right,
	.payload__bottom-left,
	.payload__bottom-right {
		margin-bottom: 0
	}
}

@media (min-width:60rem) {
	.payload__top-left {
		position: absolute;
		top: 50px;
		max-width: 270px
	}
}

@media (min-width:60rem) {
	.payload__bottom-left {
		position: absolute;
		top: 292px;
		max-width: 270px
	}
}

@media (min-width:60rem) {
	.payload__top-right {
		position: absolute;
		right: 0;
		top: 56px;
		max-width: 225px
	}
}

@media (min-width:60rem) {
	.payload__bottom-right {
		position: absolute;
		right: 0;
		top: 300px;
		max-width: 225px
	}
}

.payload__icon-light {
	width: 28px;
	height: 28px;
	margin-right: 8px
}

@media (min-width:60rem) {
	.payload__icon-light {
		display: none
	}
}

.payload__text-wrap--heading {
	color: #0590C8;
	font-weight: 400;
	background: #fff;
	text-transform: uppercase;
	margin-bottom: 4px;
	line-height: 1.1
}

@media (min-width:75rem) {
	.payload__text-wrap--heading {
		background: transparent
	}
}

.payload__text-wrap--content {
	color: #00355A
}

.payload__wrap--desktop {
	display: none
}

@media (min-width:60rem) {
	.payload__wrap--desktop {
		display: block
	}
}

.payload__wrap--mobile {
	display: block
}

.payload__wrap--mobile img {
	margin-bottom: 2em;
	max-width: 550px
}

@media (min-width:60rem) {
	.payload__wrap--mobile {
		display: none
	}
}

.limiter,
.robot-header__inner,
.path-search #block-isovera-content .search-form,
.path-search #block-isovera-content h2,
#sliding-popup .popup-content,
.page-node-type-page .field--name-body {
	margin: 0 auto;
	width: 96%;
	max-width: 60em
}

@media (min-width:38rem) {
	.limiter,
	.robot-header__inner,
	.path-search #block-isovera-content .search-form,
	.path-search #block-isovera-content h2,
	#sliding-popup .popup-content,
	.page-node-type-page .field--name-body {
		width: 90%
	}
}

.content-wrapper {
	min-height: 85vh
}

.path-search #block-isovera-content .search-form .form-item {
	padding: 1em 1em 0 0
}

.path-search #block-isovera-content .search-form .search-advanced {
	display: none
}

.path-search #block-isovera-content .search-form label[for="edit-keys"] {
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
	font-family: "Gotham", "Helvetica", sans-serif
}

.path-search #block-isovera-content .search-form #edit-keys {
	font-family: "Gotham", "Helvetica", sans-serif;
	-webkit-appearance: none;
	box-shadow: none;
	height: 33px;
	width: 200px;
	border-style: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #666;
	padding: 0 12px;
	font-size: 16px;
	outline: none
}

@media (min-width:38rem) {
	.path-search #block-isovera-content .search-form #edit-keys {
		height: 37px;
		width: auto
	}
}

.path-search #block-isovera-content .search-form #edit-submit.form-submit:hover {
	background-position: center right
}

.path-search #block-isovera-content .search-help-link {
	display: none
}

.path-search #block-isovera-content h2 {
	max-width: 1080px;
	margin: 0 auto;
	font-weight: 400;
	line-height: 1.2;
	font-size: 2.625rem;
	text-transform: uppercase;
	color: #00355A
}

@media (min-width:38rem) {
	.path-search #block-isovera-content h2 {
		font-size: 3rem
	}
}

@media (min-width:45rem) {
	.path-search #block-isovera-content h2 {
		font-size: 3.25rem
	}
}

@media (min-width:60rem) {
	.path-search #block-isovera-content h2 {
		font-size: 3.75rem
	}
}

@media (min-width:75rem) {
	.path-search #block-isovera-content h2 {
		font-size: 4.375rem
	}
}

.path-search #block-isovera-content .search-results {
	margin: 0 0 4em;
	list-style: none;
	padding-left: 0
}

.path-search #block-isovera-content .search-results li {
	margin: 0;
	padding: 2em 0;
	border-bottom: 1px solid #e5e3e3;
	position: relative
}

.path-search #block-isovera-content .search-results li .search-result__icon {
	position: absolute;
	color: #e5e3e3!important;
	font-size: 1.25em;
	top: 2.6em;
	left: 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	height: 1.8em;
	width: 1.8em;
	font-size: 24px
}

.path-search #block-isovera-content .search-results li .search-result__item {
	clear: both;
	overflow: hidden
}

.path-search #block-isovera-content .search-results li .search-result__item .search-result__display-type {
	text-transform: uppercase;
	color: #00355A;
	margin-bottom: .75em
}

.path-search #block-isovera-content .search-results li .search-result__item .search-result__title {
	clear: left;
	line-height: 1.2;
	padding-bottom: .5em;
	border-bottom: 0;
	margin: 0;
	color: #0590C8
}

.path-search #block-isovera-content .search-results li .search-result__item .search-result__title a {
	margin-bottom: .5em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.25rem
}

@media (min-width:30rem) {
	.path-search #block-isovera-content .search-results li .search-result__item .search-result__title a {
		font-size: 1.375rem
	}
}

@media (min-width:38rem) {
	.path-search #block-isovera-content .search-results li .search-result__item .search-result__title a {
		font-size: 1.5rem
	}
}

@media (min-width:60rem) {
	.path-search #block-isovera-content .search-results li .search-result__item .search-result__title a {
		font-size: 1.625rem
	}
}

@media (min-width:75rem) {
	.path-search #block-isovera-content .search-results li .search-result__item .search-result__title a {
		font-size: 1.875rem
	}
}

.path-search #block-isovera-content .search-results li .search-result__item .search-result__title a:hover {
	text-decoration: underline
}

.path-search #block-isovera-content .search-results li .search-result__item .search-result__snippet {
	max-width: 42em;
	color: #00355A
}

.pager {
	width: 100%
}

.pager .pager__items {
	clear: both;
	text-align: center;
	padding-left: 0;
	padding-bottom: 1em
}

.pager .pager__items .pager__item {
	display: inline;
	padding: .5em
}

.pager .pager__items .pager__item.is-active {
	font-weight: 700
}

.pager .pager__items .pager__item.is-active a {
	color: #000;
	border: 0
}

.page-node-type-media-mention #block-isovera-content {
	margin: 4em 0
}

.page-node-type-media-mention #block-isovera-content .field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.page-node-type-media-mention #block-isovera-content .field__label {
	font-weight: 700;
	margin-right: 5px
}

.page-node-type-media-mention #block-isovera-content .field__label:after {
	content: ":"
}

.page-node-type-media-mention #block-isovera-content .field__item {
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.page-node-type-media-mention #block-isovera-content .field--name-body {
	font-size: 24px
}

#sliding-popup {
	width: 100%;
	background: #002144;
	color: #fff;
	padding: 1.2em 0
}

#sliding-popup .popup-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:45rem) {
	#sliding-popup .popup-content {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

#sliding-popup .popup-content .eu-cookie-compliance-message {
	max-width: 100%
}

@media (min-width:45rem) {
	#sliding-popup .popup-content .eu-cookie-compliance-message {
		max-width: 60%
	}
}

#sliding-popup .popup-content .eu-cookie-compliance-message h2 {
	margin-bottom: 4px;
	line-height: 1.2;
	font-size: 18px;
	color: #fff
}

#sliding-popup .popup-content .eu-cookie-compliance-message p {
	font-size: 12px;
	float: left;
	margin-bottom: 0;
	margin-right: 8px
}

#sliding-popup .popup-content .eu-cookie-compliance-message .find-more-button {
	font-size: 12px;
	box-shadow: none;
	padding: 0;
	text-transform: capitalize;
	text-decoration: underline;
	background: transparent
}

#sliding-popup .popup-content .eu-cookie-compliance-buttons {
	margin-top: 1.2em
}

@media (min-width:45rem) {
	#sliding-popup .popup-content .eu-cookie-compliance-buttons {
		margin-top: 0
	}
}

#sliding-popup .popup-content .eu-cookie-compliance-buttons .agree-button {
	margin-right: 8px;
	background: transparent;
	border-radius: 8px;
	border: 2px solid #fff;
	transition: .3s
}

#sliding-popup .popup-content .eu-cookie-compliance-buttons .agree-button:hover {
	background: #0590C8;
	border-color: #0590C8
}

#sliding-popup .popup-content .eu-cookie-compliance-buttons .decline-button {
	box-shadow: none;
	background: transparent;
	border: 2px solid transparent
}

#sliding-popup .popup-content .eu-cookie-compliance-buttons .decline-button:hover {
	text-decoration: underline
}

.page-node-40 #block-isovera-content .section__inner {
	max-width: 100%;
	width: 100%
}

.page-node-40 #block-isovera-content .section__inner>div {
	width: 100%!important
}

.page-node-40 #block-isovera-content .section__inner>div iframe {
	width: 100%!important
}

.page-node-type-page .field--name-body p {
	max-width: 100%
}

.maintenance-page h1 a {
	color: #0590C8
}

.sg-main {
	padding: 0 1em
}

pre {
	margin-top: 0
}

.sg-colors {
	overflow: hidden;
	margin: 5px;
	padding: 0
}

.sg-colors>li {
	overflow: hidden;
	border: 1px solid #ccc;
	padding: .3em;
	margin: 0 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 10px
}

.sg-colors>li .sg-color-block {
	height: 80px;
	display: block;
	border-radius: 10px 10px 0 0
}

.sg-colors>li .sg-color-detail {
	padding: 8px 10px;
	background: #f5f5f5;
	font-size: 14px
}

@media all and (min-width:400px) {
	.sg-colors>li {
		float: left;
		width: 49%;
		margin-right: 1%
	}
}

@media all and (min-width:700px) {
	.sg-colors>li {
		width: 24%
	}
	.sg-colors>li:nth-child(4n+1) {
		clear: both
	}
}

.sg-breakpoints {
	overflow: hidden;
	position: relative
}

.sg-breakpoints ul {
	margin: 0;
	padding: 0
}

.sg-breakpoints li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.sg-breakpoints .breakpoints>li {
	position: absolute;
	border-left: solid 3px #595959;
	height: 100%
}

.sg-breakpoints .breakpoints>li>.label {
	display: block;
	background: #595959;
	padding: 3px;
	color: #fff
}

.sg-breakpoints .breakpoints>li:hover {
	border-left-color: rgba(89, 89, 89, 0.3)
}

.sg-breakpoints .breakpoints>li:hover>.label {
	opacity: 0
}

.sg-breakpoints .device_widths {
	padding-top: 20px
}

.sg-breakpoints .device_widths>li {
	border-bottom: solid 3px #ccc;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 15px;
	border-right: solid 3px #ccc
}

.sg-font-sizes thead {
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #000
}

.sg-font-sizes th,
.sg-font-sizes td {
	text-align: left;
	white-space: nowrap;
	line-height: 1.5em
}

.sg-font-sizes th:first-child,
.sg-font-sizes td:first-child {
	padding-right: 12px
}

.demo__block {
	height: 200px;
	background-color: rgba(221, 221, 221, 0.5)
}

.icons-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 25px
}

.icons-demo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.icons__item {
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	padding: .3em;
	margin: 0 .5em .5em 0;
	border: 1px solid #ddd;
	border-radius: 8px;
	line-height: 2em;
	overflow: hidden
}

.icons__item:last-child {
	margin-bottom: .5em
}

.icons__item i {
	display: inline-block;
	width: 32px;
	text-align: center
}

.demo .g .gi {
	text-align: center;
	outline: dotted 1px #ccc
}

#resumator-jobs * {
	font-family: "Gotham", "Helvetica", sans-serif
}

.ajax-progress {
	display: inline-block;
	padding: 1px 5px 2px
}

[dir="rtl"] .ajax-progress {
	float: right
}

.ajax-progress-throbber .message {
	display: inline;
	padding: 1px 5px 2px
}

tr .ajax-progress-throbber .throbber {
	margin: 0 2px
}

.ajax-progress-bar {
	width: 16em
}

[dir="rtl"] .ajax-progress-fullscreen {
	right: 49%;
	left: auto
}

.text-align-left {
	text-align: left
}

.text-align-right {
	text-align: right
}

.text-align-center {
	text-align: center
}

.text-align-justify {
	text-align: justify
}

.align-left {
	float: left
}

.align-right {
	float: right
}

.align-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.js[dir="rtl"] input.form-autocomplete {
	background-position: 0 center
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
	background-position: 0 center
}

.fieldgroup {
	padding: 0;
	border-width: 0
}

.container-inline div,
.container-inline label {
	display: inline
}

.container-inline .details-wrapper {
	display: block
}

.clearfix:after {
	display: table;
	clear: both;
	content: ""
}

.js details:not([open]) .details-wrapper {
	display: none
}

.hidden {
	display: none
}

.visually-hidden {
	position: absolute!important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
	position: static!important;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto
}

.invisible {
	visibility: hidden
}

.item-list__comma-list,
.item-list__comma-list li {
	display: inline
}

.item-list__comma-list {
	margin: 0;
	padding: 0
}

.item-list__comma-list li:after {
	content: ", "
}

.item-list__comma-list li:last-child:after {
	content: ""
}

.js .js-hide {
	display: none
}

.js-show {
	display: none
}

.js .js-show {
	display: block
}

.nowrap {
	white-space: nowrap
}

.position-container {
	position: relative
}

.progress {
	position: relative
}

.progress__track {
	min-width: 100px;
	max-width: 100%;
	height: 16px;
	margin-top: 5px;
	border: 1px solid;
	background-color: #fff
}

.progress__bar {
	width: 3%;
	min-width: 3%;
	max-width: 100%;
	height: 1.5em;
	background-color: #000
}

.progress__description,
.progress__percentage {
	overflow: hidden;
	margin-top: .2em;
	color: #555;
	font-size: .875em
}

.progress__description {
	float: left
}

[dir="rtl"] .progress__description {
	float: right
}

.progress__percentage {
	float: right
}

[dir="rtl"] .progress__percentage {
	float: left
}

.progress--small .progress__track {
	height: 7px
}

.progress--small .progress__bar {
	height: 7px;
	background-size: 20px 20px
}

.reset-appearance {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: transparent;
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.resize-none {
	resize: none
}

.resize-vertical {
	min-height: 2em;
	resize: vertical
}

.resize-horizontal {
	max-width: 100%;
	resize: horizontal
}

.resize-both {
	max-width: 100%;
	min-height: 2em;
	resize: both
}

table.sticky-header {
	z-index: 500;
	top: 0;
	margin-top: 0;
	background-color: #fff
}

.system-status-counter__status-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle
}

.system-status-counter__status-icon:before {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: 20px
}

.system-status-report-counters__item {
	width: 100%;
	margin-bottom: .5em;
	padding: .5em 0;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.063)
}

@media screen and (min-width:60em) {
	.system-status-report-counters {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.system-status-report-counters__item--half-width {
		width: 49%
	}
	.system-status-report-counters__item--third-width {
		width: 33%
	}
}

.system-status-general-info__item {
	margin-top: 1em;
	padding: 0 1em 1em;
	border: 1px solid #ccc
}

.system-status-general-info__item-title {
	border-bottom: 1px solid #ccc
}

body.drag {
	cursor: move
}

tr.region-title {
	font-weight: 700
}

tr.region-message {
	color: #999
}

tr.region-populated {
	display: none
}

tr.add-new .tabledrag-changed {
	display: none
}

.draggable a.tabledrag-handle {
	float: left;
	overflow: hidden;
	height: 1.7em;
	margin-left: -1em;
	cursor: move;
	text-decoration: none
}

[dir="rtl"] .draggable a.tabledrag-handle {
	float: right;
	margin-right: -1em;
	margin-left: 0
}

a.tabledrag-handle:hover {
	text-decoration: none
}

.touchevents .draggable td {
	padding: 0 10px
}

.touchevents .draggable .menu-item__link {
	display: inline-block;
	padding: 10px 0
}

.touchevents a.tabledrag-handle {
	width: 40px;
	height: 44px
}

.touchevents a.tabledrag-handle .handle {
	height: 21px;
	background-position: 40% 19px
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
	background-position: right 40% top 19px
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
	background-position: 50% -32px
}

.tabledrag-toggle-weight-wrapper {
	text-align: right
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
	text-align: left
}

.indentation {
	float: left;
	width: 20px;
	height: 1.7em;
	margin: -.4em .2em -.4em -.4em;
	padding: .42em 0 .42em .6em
}

[dir="rtl"] .indentation {
	float: right;
	margin: -.4em -.4em -.4em .2em;
	padding: .42em .6em .42em 0
}

.tablesort {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: 100%
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
	background-position: -65px center
}

.sliding-popup-bottom,
.sliding-popup-top {
	z-index: 99999;
	text-align: center
}

.sliding-popup-bottom {
	position: fixed
}

.sliding-popup-top {
	position: relative
}

.eu-cookie-compliance-content {
	margin: 0 auto;
	max-width: 80%;
	display: inline-block;
	text-align: left;
	width: 100%
}

.eu-cookie-compliance-buttons {
	float: right;
	max-width: 40%
}

[dir="rtl"] .eu-cookie-compliance-buttons {
	float: left
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-withdraw-tab {
	cursor: pointer
}

.eu-cookie-compliance-message {
	float: left;
	max-width: 60%
}

.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
	transform: scaleY(-1)
}

.eu-cookie-withdraw-tab {
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%);
	left: 50%
}

.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
	transform: translate(-50%, -100%) scaleY(-1)
}

[dir="rtl"] .eu-cookie-compliance-message {
	float: right;
	text-align: right
}

@media screen and (max-width:600px) {
	.eu-cookie-compliance-content {
		max-width: 95%
	}
	.eu-cookie-compliance-message {
		max-width: 100%
	}
	.eu-cookie-compliance-buttons {
		clear: both;
		float: none;
		max-width: 100%
	}
}

.paragraph--unpublished {
	background-color: #fff4f4
}
