/*
 * Theme Name: Simona
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Post formats
    ## Comments
# Header
# Footer
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #202020;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
@media (max-width: 767px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}
}

body {
	margin-top: 90px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
	body {
		margin-top: 70px;
	}
}
@media (max-width: 767px) {
	body {
		margin-top: 0;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #dcdcdc;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	font-family: 'Playfair Display';
	font-size: 18px;
	font-style: italic;
	width: 100%;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.625;
	position: relative;
	color: #9B9B9B;
}

blockquote:before {
	display: block;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 30px;
	position: absolute;
	left: 0;
	top: -10px;
	opacity: 0.6;
}

blockquote cite {
	color: #DCDCDC;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}

hr {
	background: #dcdcdc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: bottom;
}

img.img-resp,
img.wp-post-image,
img.attachment-thumbnail,
img.attachment-medium,
img.attachment-large,
img.attachment-full {
	width: 100%;
	max-width: 100%;
	height: auto;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.spacer {
	margin-bottom: 30px;
}

.aperto {
	position: relative;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FF4081;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	filter: none;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 13px 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.6;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #FF4081;
}

input[type=tel],
input[type=url],
input[type=time],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=datetime],
textarea {
	background-color: #F0F0F0;
	border: 2px solid transparent;
	border-radius: 0;
	color: #737373;
	display: block;
	margin: 0 0 30px;
	outline: 0!important;
	padding: .75em .9em .7em;
	width: 100%;
	font-size: 80%;
	line-height: 80%;
	vertical-align: baseline;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	-webkit-appearance: none;
}

input[type=tel]:focus,
input[type=url]:focus,
input[type=time]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
textarea:focus {
	background-color: #FFF;
	border-color: #dcdcdc;
}

textarea {
	display: block;
	height: 180px;
	line-height: 160%;
	resize: vertical;
	vertical-align: top;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #9b9b9b;
	text-decoration: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

a:hover,
a:focus,
a:active {
	opacity: 0.6;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.close-menu {
	display: block;
	height:auto;
	width: 100%;
	text-align: center;
}

.close-menu i {
	font-size: 24px;
	line-height: 90px;
	color: #737373;
	cursor: pointer;
}

.close-menu i:hover {
	opacity: 0.6;
}

.main-navigation {
	padding: 0 30px;
	font-size: 13px;
	text-transform: uppercase;
	background: #202020;
	position: fixed;
	top:0px;
	right:-400px;
	display: block;
	width: 400px;
	height: 100%;
	min-height: 100%;
	z-index: 10001;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
@media (max-width: 1199px) {
	.main-navigation {
		padding: 0 10px;
		width: 270px;
		right: -270px;
	}
}

.menu-open {
	right: 0;
}

#overlay {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.overlay-open {
	position: fixed;
	top:0;
	left:0;
	display: block;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	z-index:10000;
}

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
	color: #dcdcdc;
}

.main-navigation a:hover {
	opacity: 0.6;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}

.main-navigation ul ul {
	display: none;
	padding-left: 20px;
	width:100%;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #737373;
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #ff4081;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	color: #dcdcdc;
	padding: 0;
	position: absolute;
	top: 5px;
	width:30px;
	height:30px;
	right: 0;
	font-size: 13px;
	font-family: 'FontAwesome';
}

.dropdown-toggle:after {
	content: "\f078";
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
}

.nano {
	background: transparent;
}
.nano .nano-content {
	margin-bottom: 90px;
}
.nano .nano-pane {
	background: #202020;
	width:6px;
}
.nano .nano-pane .nano-slider {
	background: #202020;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2;
	/*margin-bottom: 60px;*/
	margin-bottom: 70px;
	width: 100%;
	word-wrap: break-word;
	color: #737373;
}
.widget a {
	color: #9b9b9b;
}
.widget a:hover {
	opacity: 0.6;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}
.widget h1 {
	font-size: 22px;
	line-height: 1.2;
}
.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}
.widget h3 {
	font-size: 18px;
	line-height: 1.3;
}
.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}
.widget h5 {
	font-size: 14px;
	line-height: 1.7;
}
.widget h6 {
	font-size: 12px;
	line-height: 2;
}
.widget address {
	margin-bottom: 18px;
}
.widget abbr[title] {
	border-color: #9b9b9b;
}
.widget pre,
.widget fieldset {
	border-color: #9b9b9b;
}
.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}
.widget blockquote {
	color: #9b9b9b;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.widget blockquote cite {
	color: #dcdcdc;
	font-size: 14px;
	line-height: 1.28;
}
.widget dl,
.widget dd {
	margin-bottom: 18px;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}
.widget table,
.widget th,
.widget td {
	border-color: #9b9b9b;
}
.widget table {
	margin-bottom: 18px;
}
.widget del {
	color: #9b9b9b;
}
.widget hr {
	background-color: #9b9b9b;
}
.widget p {
	margin-bottom: 18px;
}
.widget select {
	margin-bottom: 18px;
}
.widget select {
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.875rem;
    line-height: normal;
}

.widget-area {
	padding-left: 5%;
}
@media (max-width: 991px) {
	.widget-area {
		border-width: 1px;
		border-style: solid;
		border-color: #dcdcdc;
		margin-top: 60px;
		padding-top: 60px;
		padding-left: 0;
	}
}

.widget .wp-caption {
	color: #9b9b9b;
	margin-bottom: 18px;
}
.widget .widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 1.72;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}
.widget-title,
.widget-title a {
	color: #737373;
}
.widget-title a:hover {
	opacity: 0.6;
}
.widget_calendar table {
	font-size: 90%;
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	color: #737373;
	font-weight: 400;
	line-height: 1.72;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {
	background-color: transparent;
}
.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}
.widget_calendar tbody a {
	background-color: transparent;
	border: 1px solid #9b9b9b;
	color: #737373;
	display: block;
}
.widget_calendar tbody a:hover {
	opacity: 0.6;
}
.widget_calendar #prev {
	padding-left: 5px;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px dotted #dcdcdc;
	padding: 12px 0 14px;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid #dcdcdc;
	margin-top: 12px;
}
.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}
.widget_recent_entries .post-date {
	display: block;
}
.rsswidget img {
	margin-top: -4px;
}
.rssSummary {
	margin: 12px 0;
}
.rss-date {
	display: block;
}
.widget_rss li {
	margin-bottom: 20px;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
.widget_text > div > :last-child {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 60px;
}
.page .hentry,
.single .hentry {
	margin: 0 0 40px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.simona-front-page .entry-content {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

#content {
	z-index: 1;
	background: #fff;
	position: relative;
	/* margin-bottom: 120px;
	//padding-bottom: 60px;
	//border-bottom-style: solid;*/
	border-bottom-width: 10px;
	border-bottom-color: #737373;
}

.excerpt-links {
	color:#dcdcdc;
	line-height: 1;
	height: 30px;
	cursor: pointer;
	font-size: 24px;
	display: block;
	width: 30px;
	text-align: center;
	margin-bottom: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.excerpt-links:hover {
	opacity: 0.6;
}
.page-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 60px;
}

.entry-title {
	margin: 12px 0;
	/*font-style: italic;*/
}
@media (min-width: 768px) and (max-width: 1199px) {
	.home .entry-title {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.home .entry-title {
		font-size: 18px;
	}
}


.entry-title a {
	color: #202020;
}

/**
 * Featured ribbon.
 */
	.featured {
		position: relative;
	}

.simona-ribbon-simple {
	color: #FF4081;
	font-family: 'Playfair Display';
	font-style: italic;
	text-transform: capitalize;
	float:right;
}
.simona-ribbon-wrapper {
	height: 130px;
	right: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 130px;
	z-index: 1;
}
.simona-ribbon {
	background: #FF4081;
	color: #fff;
	font-family: 'Playfair Display';
	font-style: italic;
	right: -100px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 270px;
}

.page-links {
	font-size: 13px;
}
.page-links a {
	display: inline-block;
	height:25px;
	width: 25px;
	line-height: 25px;
	background: #ff4081;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	margin: 4px;
}
.page-links a:hover {
	opacity: 0.6;
}

/**
 * post-thumbnail hover effect.
 */
.post-thumbnail .figure {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.post-thumbnail .figure::before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	content: "";
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 2;
}

.post-thumbnail .figure:hover::before {
	-webkit-animation: shine .35s;
	animation: shine .35s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.post-thumbnail .figure img {
	display: block;
	min-height: auto;
	width: 100%;
	max-width: 100%;
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.post-thumbnail .figure .figcaption {
	padding: 2em;
	color: #202020;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-thumbnail .figcaption > span {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1em;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 1em;
	max-width: 150px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FF4081;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.post-thumbnail .figure:hover img {
	opacity: 0.6;
}

.post-thumbnail .figure:hover span {
	opacity: 1;
}

/**
 * Categories & author.
 */
.simona-cat-aut-wrapper {
	position: relative;
	background: none;
}
.has-post-thumbnail .simona-cat-aut-wrapper {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.4) 100%);
}
.simona-cat-aut {
	position: relative;
	color: #202020;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width:auto;
	height:auto;
	top:0;
	left:0;
}
.has-post-thumbnail .simona-cat-aut {
	position: absolute;
	padding: 0 30px;
	top:auto;
	bottom:30px;
	left:0;
}
.simona-cat-aut a {
	color: #202020;
	font-weight: 600;
}

.has-post-thumbnail .simona-cat-aut,
.has-post-thumbnail .simona-cat-aut a {
	color: #fff;
}
.simona-cat-aut .cat-links-wrap {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF4081;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/**
 * Tags & share.
 */
.edit-link {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0;
}
.edit-link a:before {
	content: '\f044';
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.entry-footer {
	margin: 30px 0 0;
	font-size: 13px;
	text-transform: uppercase;
}
.tags-links a {
	background: #fff;
	color: #737373;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-top: 2px;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	letter-spacing: 1px;
}
.tags-links a:hover,
.tags-links a:focus {
	opacity: 0.6;
}
.post-social {
	display: none;
	float: right;
	font-size: 14px;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 2px;
}
.post-social-wrapper {
	display: inline-block;
	float: right;
}

.post-social-title {
	cursor: pointer;
	float: right;
	line-height: 28px;
	margin-right: 0;
}
.post-social-title a {
	color: #737373;
	text-decoration: none;
}
.post-social-title i {
	color: #737373;
	font-weight: normal;
	margin-right: 9px;
}
.post-social a {
	color: #737373;
	display: inline-block;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 16px;
}
.post-social a:hover {
	opacity: 0.6;
}
.post-social span {
	display: none;
}

/**
 * Slabtext
 */
.simona-data {
	font-family: 'Vidaloka';
	padding: 12px 5% 0;
	color: #dcdcdc;
	text-align: center;
}
.slabtexted .slabtext {
	display:-moz-inline-box;
	display:inline-block;
	white-space:nowrap
}
.slabtextinactive .slabtext {
	display:inline;
	white-space:normal;
	font-size:1em !important;
	letter-spacing:inherit !important;
	word-spacing:inherit !important;
	*letter-spacing:0 !important;
	*word-spacing:0 !important;
}
.slabtextdone .slabtext {
	display:block;
	line-height:0.6;
}

/**
 * Not found
 */
.error-404 .page-header {
	padding: 5% 20%;
}
.error-404 .page-content {
	padding: 5% 0;
	text-align: center;
}
.not-found .page-title {
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.simona-post-format-wrapper {
	position: absolute;
	top:10px;
	left:10px;
	z-index: 1001;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff4081;
	cursor: default;
}
.simona-post-format {
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

iframe[src*="mixcloud"] {
	max-height: 120px;
	max-width: 100%;
	width: 100%;
	margin: 0;
}
iframe[src*="soundcloud"] {
	max-height: 240px;
	max-width: 100%;
	width: 100%;
	margin: 0;
}
.gallery-caption {
	display: none;
}

/*
 * Swipebox
 */
#swipebox-overlay,
#swipebox-bottom-bar,
#swipebox-top-bar {
	background-color: rgba(0, 0, 0, 0.85);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
	text-shadow: none;
}
#swipebox-top-bar {
	font-size: 15px;
	width:80%;
	left: 10%;
	line-height: 1.5em;
}
#swipebox-close {
	color: #9b9b9b;
	cursor: pointer;
	font-size: 48px;
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	line-height: 60px;
	width: 60px;
	height: 60px;
	font-family: 'FontAwesome';
	text-align: center;
	z-index: 1000;
}
#swipebox-close:after {
	content: "\f00d";

}
#swipebox-prev {
	color: #9b9b9b;
	float: left;
	font-size: 36px;
	font-family: 'FontAwesome';
	cursor: pointer;
}
#swipebox-prev:after {
	content: "\f053";
}

#swipebox-next {
	color: #9b9b9b;
	float: right;
	font-size: 36px;
	font-family: 'FontAwesome';
	cursor: pointer;
}
#swipebox-next:after {
	content: "\f054";
}
#swipebox-container a:hover {
	text-decoration: none;
	opacity: 0.6;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-link a {
	color: #ff4081;
}
.comments-link a:before {
	font-family: 'FontAwesome';
	margin-right: 5px;
	content: '\f0e6';
}
.comments-link a:after {
	font-family: 'FontAwesome';
	margin-left: 5px;
	content: '\f178';
}

.comments-link a:hover,
.comments-link a:focus {
	opacity: 0.6;
	text-decoration: none;
}

.comment-form-comment {
	margin: 0;
}

.page .comments-area {
	padding:5% 10%;
}
.comment-list {
	list-style: none;
	margin: 0;
	padding:0;
}
.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 2em;
}
.comments-title,
.comment-reply-title {
	font-size: 18px;
	text-transform: uppercase;
}
.comment-author {
	color: #202020;
	font-size: 18px;
}

.comment-author a:hover {
	opacity: 0.6;
}
.comment-author .avatar {
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}
.bypostauthor > article .fn {
	background: #ff4081;
	padding:5px 10px;
	color: #fff;
}
.bypostauthor > article .fn a {
	color: #fff;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 1.5em 0;
}
.comment-list .children {
	list-style: none;
	margin: 0;
}
.comment-list .children > li {
	padding-left: 15px;
}
.comment-metadata,
.pingback .edit-link {
	color: #dcdcdc;
	font-size: 12px;
	line-height: 1.5;
}
.comment-metadata a,
.pingback .edit-link a {
	color: #737373;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	opacity: 0.6;
}

.comment-metadata {
	margin-bottom: 1.2em;
}
.comment-metadata .edit-link {
	margin-left: 65px;
}
.pingback {
	font-size: 16px;
}
.pingback .edit-link {
	margin-left: 1em;
}
.comment-content {
	margin-left: 65px;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 30px 1.3333em;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border-style: 1px;
	border-width: solid;
	border-color: #ff4081;
	background-color: #fff;
	color: #202020;
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 1em;
	margin-left: 65px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	opacity: 0.6;
	outline: 0;
	text-decoration: none;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #737373;
	margin-bottom: 2em;
}
.no-comments {
	border-top: 1px solid #dcdcdc;
	font-size: 18px;
	padding-top: 1.6em;
}
.comment-navigation + .no-comments {
	border-top: 0;
}

.posts-navigation {
	padding: 1em 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.comment-navigation {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 1em 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.posts-navigation .nav-previous:not(:empty),
.posts-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}
.posts-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f053";
	font-family: 'FontAwesome';
	margin-right: 0.2em;
	color: #FF4081;
}
.posts-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f054";
	font-family: 'FontAwesome';
	margin-left: 0.2em;
	color: #FF4081;
}

.posts-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:focus,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-previous a:focus {
	text-decoration: none;
	opacity: 0.6;
}

.form-allowed-tags code {
	font-family: monospace;
}
.form-submit {
	margin-bottom: 0;
}
.comment-reply-title small {
	font-size: 12px;
}
.comment-reply-title small a {
	float: right;
}
.required {
	font-size:16px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	height: 90px;
	width:100%;
	padding: 0 115px;
//position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
}
@media (max-width: 1199px) {
	.site-header {
		height: 70px;
		padding: 0 35px;
	}
}
@media (max-width: 767px) {
	.site-header {
		position: relative;
		padding: 0;
		height: auto;
	}
}
.admin-bar .site-header {
	top: 32px;
}
@media (max-width: 600px) {
	.admin-bar .site-header {
		top: 0;
	}
}
.site-title {
	color: #202020;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 400;
	font-style: italic;
	line-height: 90px;
	margin: 0;
	padding: 0;
}
@media (max-width: 1199px) {
	.site-title {
		font-size: 28px;
		line-height: 70px;
	}
}
@media (max-width: 767px) {
	.site-title {
		line-height: 50px;
		padding-top: 40px;
		text-align: center;
	}
}
.site-title a {
	color: #202020;
	text-decoration: none;
}
.site-title a:hover {
	opacity: 0.6;
}

.site-description {
	position: absolute;
	left:50%;
	top:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin:0;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding:20px 40px;
	border:1px solid white;
	font-weight: 600;
	max-width: 70%;
	word-wrap: break-word;
	z-index: 1000;
}
@media (max-width: 1199px) {
	.site-description {
		font-size: 22px;
		padding:17px 34px;
	}
}

/**
 * Slider with header images.
 */
.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
	height: auto;
}
.slick-prev:before,
.slick-next:before
{
	color: #202020;
}
.header-slider {
	margin-bottom: 5%;
}
@media (max-width: 767px) {
	.header-slider {
	   margin-bottom: 50px;
	}
}
.header-slider:after {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content: '';
}
#home-slider {
	position: relative;
}
.icon-bar-wrapper {
	float:right;
}
@media (max-width: 767px) {
	.icon-bar-wrapper {
		text-align: center;
		float:none;
		margin: 40px 0;
	}
}

a#simona-search,
a#simona-menu {
	text-decoration: none;
}
#simona-search i,
#simona-menu i {
	display: inline-block;
	width:30px;
	height:30px;
	text-align: right;
	font-size: 24px;
	line-height: 90px;
	color: #202020;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;

}
@media (max-width: 1199px) {
	#simona-search i,
	#simona-menu i {
		line-height: 70px;
	}
}
@media (max-width: 767px) {
	#simona-search i,
	#simona-menu i {
	   margin: 0 6px;
		border: 1px solid #202020;
		line-height: 50px;
		width:50px;
	height:50px;
		text-align: center;
	}
}


#simona-search i:hover,
#simona-menu i:hover {
	opacity: 0.6;
}

/**
 * Search
 */
.close-search {
	display: block;
	height:auto;
	width: 100%;
	text-align: center;
}
.close-search i {
	font-size: 24px;
	line-height: 90px;
	color: #737373;
	cursor: pointer;
}
.close-search i:hover {
	opacity: 0.6;
}
.simona-search {
	padding: 0 10%;
	font-size: 13px;
	text-transform: uppercase;
	background: #202020;
	position: fixed;
	left:0px;
	top:-400px;
	display: block;
	width: 100%;
	height: 400px;
	min-width: 100%;
	z-index: 10001;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
	.simona-search {
		top:-250px;
		height: 250px;
	}
}
.search-open {
	top: 0;
}
.simona-search input.search-submit {
	display: none;
}
.simona-search input.search-field {
	padding: 25px 0;
	font-size: 120px;
	background: transparent;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #737373;
	color: #9b9b9b;
	display: block;
	height: auto;
	margin: 0;
}
@media (max-width: 767px) {
	.simona-search input.search-field {
		padding: 15px 0;
		font-size: 30px;
	}
}

.simona-search input::-webkit-input-placeholder {
	color:transparent;
}
.simona-search input::-moz-placeholder {
	color:transparent;
}
.simona-hint {
	margin-top: 15px;
	clear: both;
	color: #ff4081;
	float: right;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.simona-hint {
		font-size: 13px;
	}
}

/**
 * Loader
 */
#loader {
	display:block
}
#loader,
#loader:before {
	border:3px solid transparent
}
#loader-wrapper .loader-section {
	background:#FFF;
	height:100%;
	position:fixed;
	top:0;
	width:51%;
	z-index:1000;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
#loader-wrapper .loader-section.section-left {
	left:0
}
#loader-wrapper .loader-section.section-right {
	right:0
}
#loader-wrapper {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10000
}
#loader {
	border-radius:50%;
	border-top-color:#fff;
	height:150px;
	left:50%;
	margin:-75px 0 0 -75px;
	position:relative;
	top:50%;
	width:150px;
	z-index:1001;
	-webkit-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite
}
#loader:after,
#loader:before {
	content:'';
	position:absolute
}
#loader:after {
	border:1px solid transparent;
	border-radius:50%;
	border-top-color:#FF4081;
	bottom:15px;
	left:15px;
	right:15px;
	top:15px;
	-webkit-animation:spin 1.5s linear infinite;
	animation:spin 1.5s linear infinite
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0)
	}
	100% {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@keyframes spin {
	0% {
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0)
	}
	100% {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);
	transition:all .7s .3s cubic-bezier(.645,.045,.355,1)
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);
	transition:all .7s .3s cubic-bezier(.645,.045,.355,1)
}
.loaded #loader {
	opacity:0;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out
}
.loaded #loader-wrapper {
	visibility:hidden;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:all .3s 1s ease-out;
	transition:all .3s 1s ease-out
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.simona-insta-ok #content {
	margin-bottom: 480px;
}

#colophon {
	z-index: 0;
	position: fixed;
	background: #202020;
	width: 100%;
	height: auto;
	bottom:0;
	left: 0;
	color: #737373;
}
.simona-insta-ok #colophon {
	height: 480px;
}

.simona-instagram-title {
	color:#fff;
	text-align:center;
	font-style:italic;
	display: block;
	height: 70px;
	line-height: 60px;
	background: #202020;
	margin: 0;
}
.simona-instagram-wrapper {
	padding: 0;
}

.il-photo__img {
	display: block;
	width: auto;
	height: 280px;
}

.site-info {
	text-align: center;
	font-size: small;
	height: 120px;
	padding-top: 50px;
}
@media (max-width: 767px) {
	.site-info {
		padding-top: 40px;
	}
}
.site-info a {
	color: #dcdcdc;
}
.site-info a:hover {
	opacity: 0.6;
}
#cuore {
	color: #FF4081;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(0.5, 0.5, 0.5);
		transform: scale3d(0.5, 0.5, 0.5);
	}

	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: scale3d(0.5, 0.5, 0.5);
		transform: scale3d(0.5, 0.5, 0.5);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(0.5, 0.5, 0.5);
		transform: scale3d(0.5, 0.5, 0.5);
	}

	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: scale3d(0.5, 0.5, 0.5);
		transform: scale3d(0.5, 0.5, 0.5);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	font-size: small;
	font-style: italic;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -3px 1.5em -3px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 3px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
/*@import url("../../../../../../fast.fonts.net/t/141f9.css?apiType=css&amp;projectid=1129d478-9ccf-4050-b84e-10615c0ad68c");*/
@font-face {
  font-family: "HelveticaNeueW02-BdExt";
  src: url("fonts/BdExt/852a14d9-aa7e-4222-b856-e8e8f5b00d8a.eot") format("eot"), url("fonts/BdExt/56a53244-36b5-4359-b7da-f683600a21e7.woff") format("woff"), url("fonts/BdExt/459148c5-040c-4b87-9fdc-3822a5a16194.ttf") format("truetype");
}


@font-face {
  font-family: "HelveticaNeueW02-LtExt";  
  src: url("fonts/LtExt/06a8efd8-00e4-4135-8633-e4b2676651a9.eot") format("eot"), url("fonts/LtExt/9cfb0a83-d4a9-428e-a01e-92e075d6742a.woff") format("woff"), url("fonts/LtExt/e36aa928-d6dc-47ab-b497-f1e3d0abe18a.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueW02-45Ligh";  
  src: url("fonts/45Ligh/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot") format("eot"), url("fonts/45Ligh/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("fonts/45Ligh/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype");
}

/* line 324, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.2.3/";
}

/* line 328, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 333, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48em)/";
  width: 48em;
}

/* line 338, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 343, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 348, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 353, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 360, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 365, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 370, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 373, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 386, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 389, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 391, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 397, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 402, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 403, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 405, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 411, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 414, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 424, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 427, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 206, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 211, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 213, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 216, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 217, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 222, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 166, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 173, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 174, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 189, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 192, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 199, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 48em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 166, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 173, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 174, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 189, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 192, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 199, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 232, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 235, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 166, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 170, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 173, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 174, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 189, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 192, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 199, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 243, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 246, ../Components/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 26, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 28, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 31, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd.active > a {
  background: #e8e8e8;
}
/* line 32, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
/* line 39, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd > a:hover {
  background: #e3e3e3;
}
/* line 42, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
/* line 45, ../Components/bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd > .content.active {
  display: block;
  background: white;
}

/* line 110, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #003d99;
  border-color: #003484;
  color: white;
}
/* line 113, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}
/* line 95, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 115, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 3px;
}
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}
/* line 118, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}
/* line 119, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}
/* line 120, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
/* line 121, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}
/* line 122, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
/* line 123, ../Components/bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 106, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 48em) {
  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../Components/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 118, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
/* line 122, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #003d99;
}
/* line 68, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #003d99;
}
/* line 75, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 78, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 88, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 90, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 95, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 102, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
	color: #666666;
    content: ">";
    font-size: 16px;
    margin: 10px;
    position: relative;
    top: 0;
}
/* line 110, ../Components/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* line 186, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #003d99;
  border-color: #00317a;
  color: white;
  transition: background-color 300ms ease-out;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #00317a;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 193, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 140, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 194, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 195, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 197, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 198, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 199, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 200, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 202, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 203, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 205, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 206, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 208, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #003d99;
  border-color: #00317a;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #00317a;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 155, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #003d99;
}
/* line 209, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 140, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 155, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 210, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 155, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
/* line 211, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 155, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 48em) {
  /* line 216, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 91, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 93, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
  margin: 0;
  float: left;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
/* line 56, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child {
  margin-left: 0;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
/* line 74, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 78, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
/* line 74, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 78, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
/* line 84, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 105, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
/* line 33, ../Components/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

/* line 88, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}
/* line 126, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 129, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 130, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 136, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 48em) {
  /* line 144, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  /* line 167, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  /* line 176, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 180, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 237, ../Components/bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
/* line 219, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 95, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 102, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 110, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 114, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 222, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 124, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 99;
}
/* line 131, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 98;
}
/* line 226, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 99;
}
/* line 153, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 98;
}
/* line 230, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 168, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 99;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 98;
}
/* line 235, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 206, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 208, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
/* line 238, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 241, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 242, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 243, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 244, ../Components/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 122, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
/* line 62, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
/* line 97, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:after, button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:after, button.dropdown:after {
  border-color: white transparent transparent transparent;
}
/* line 123, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
/* line 77, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: white transparent transparent transparent;
}
/* line 124, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
/* line 87, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:after, button.dropdown.small:after {
  border-color: white transparent transparent transparent;
}
/* line 125, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
/* line 107, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:after, button.dropdown.large:after {
  border-color: white transparent transparent transparent;
}
/* line 126, ../Components/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, ../Components/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 32, ../Components/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, ../Components/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 38, ../Components/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 328, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 82, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 85, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 88, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 91, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 92, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 101, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 334, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 335, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 336, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 338, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 344, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* line 349, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
  select {
    background: #fafafa;
  }

  /* line 350, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */
/* line 354, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 357, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 358, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 360, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 361, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 362, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 363, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 366, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 367, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 369, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 370, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 387, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 189, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 124, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 131, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], fieldset[disabled] input[type="text"],
input[type="password"][disabled], fieldset[disabled]
input[type="password"],
input[type="date"][disabled], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled], fieldset[disabled]
input[type="month"],
input[type="week"][disabled], fieldset[disabled]
input[type="week"],
input[type="email"][disabled], fieldset[disabled]
input[type="email"],
input[type="number"][disabled], fieldset[disabled]
input[type="number"],
input[type="search"][disabled], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled], fieldset[disabled]
input[type="time"],
input[type="url"][disabled], fieldset[disabled]
input[type="url"],
textarea[disabled], fieldset[disabled]
textarea {
  background-color: #dddddd;
}
/* line 393, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 3px;
}

/* line 398, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
}

/* Respect enforced amount of rows for textarea */
/* line 403, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 408, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 318, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 319, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* Adjust margin for form elements below */
/* line 417, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 422, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 431, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 436, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 255, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 443, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 446, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 449, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 456, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 461, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 466, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 470, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 475, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 487, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 493, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  margin-bottom: 0;
}

/* line 496, ../Components/bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 53, ../Components/bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 42, ../Components/bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
/* line 47, ../Components/bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 48, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 51, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 64, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
/* line 75, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 80, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
/* line 88, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
/* line 96, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
/* line 105, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
/* line 106, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 122, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 128, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

/* line 136, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 143, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 154, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 157, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 170, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff;
}

/* line 178, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 48em) {
  /* line 190, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 192, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 199, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  /* line 207, ../Components/bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
/* line 56, ../Components/bower_components/foundation/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 91, ../Components/bower_components/foundation/scss/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #003d99;
  color: white;
}
/* line 96, ../Components/bower_components/foundation/scss/foundation/components/_labels.scss */
.label.radius {
  border-radius: 3px;
}
/* line 97, ../Components/bower_components/foundation/scss/foundation/components/_labels.scss */
.label.round {
  border-radius: 1000px;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #f04124;
  color: white;
}
/* line 100, ../Components/bower_components/foundation/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #43ac6a;
  color: white;
}
/* line 101, ../Components/bower_components/foundation/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 18, ../Components/bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 24, ../Components/bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
/* line 26, ../Components/bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
/* line 27, ../Components/bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@keyframes rotate {
  /* line 78, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 79, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 83, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 86, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 93, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 96, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 102, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 104, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
/* line 109, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 128, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
/* line 143, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.fade > li {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 149, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.fade > li.animate-in {
  opacity: 1;
  z-index: 20;
  transition: opacity 500ms ease-in-out;
}
/* line 154, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.fade > li.animate-out {
  z-index: 10;
  transition: opacity 500ms ease-in-out;
}
/* line 160, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.swipe-next > li {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 162, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.swipe-next > li.animate-in {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
}
/* line 166, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.swipe-next > li.animate-out {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition-duration: 500ms;
}
/* line 172, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.swipe-prev > li {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 174, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.swipe-prev > li.animate-in {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
}
/* line 178, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container.swipe-prev > li.animate-out {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition-duration: 500ms;
}
/* line 184, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 191, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > li > a {
  display: block;
}
/* line 193, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > li.active {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 202, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > li .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
/* line 219, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
/* line 224, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: bold;
  padding: 0.3125rem;
}
/* line 230, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 237, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 252, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}
/* line 266, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent #fff transparent transparent;
}
/* line 275, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent #333 transparent transparent;
}
/* line 284, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 288, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 300, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 304, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
/* line 314, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 315, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
/* line 320, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}
/* line 324, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 325, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}
/* line 332, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}
/* line 337, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-bullets-container {
  text-align: center;
}
/* line 338, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
/* line 347, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
/* line 357, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-bullets li.active {
  background: #999999;
}
/* line 361, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 370, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 373, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 48em) {
  /* line 382, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 385, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 393, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 394, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative !important;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important;
  }
  /* line 407, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer {
    display: none;
  }
  /* line 410, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none;
  }
  /* line 413, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
  /* line 416, ../Components/bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
}
/* line 137, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 100, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #003d99;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 106, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px;
}
/* line 114, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 51, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 56, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 64, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #003d99;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 71, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #003d99;
}
/* line 124, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 142, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 124, ../Components/bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 74, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}
/* line 52, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 53, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 58, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li {
  color: #333333;
}
/* line 62, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 64, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 76, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b4d2ff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #eaf2ff;
}
/* line 52, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 53, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 58, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li {
  color: #333333;
}
/* line 62, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 64, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 78, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #003d99;
}
/* line 83, ../Components/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
/* line 139, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
/* line 68, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 142, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 143, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 144, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
/* line 146, ../Components/bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
/* line 57, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
/* line 61, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #003d99;
  height: 100%;
  display: block;
}
/* line 64, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
/* line 65, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}
/* line 66, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
/* line 68, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  border-radius: 3px;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  border-radius: 2px;
}
/* line 72, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}
/* line 73, ../Components/bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 111, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa;
}
/* line 114, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
/* line 116, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
/* line 122, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
/* line 128, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}
/* line 130, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #003d99;
  border-radius: 3px;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #003687;
}
/* line 132, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #003d99;
  border-radius: 1000px;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #003687;
}

/* line 137, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5;
}

/* line 143, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #003d99;
}
/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #003687;
}

/* line 162, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0;
}

/* line 164, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 47.9375em) {
  /* line 164, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 48em) {
  /* line 164, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    left: 50%;
  }
}
/* line 86, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 89, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0;
}
/* line 90, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  /* line 164, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}
@media only screen and (min-width: 48em) {
  /* line 164, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    top: 6.25rem;
  }
}
/* line 174, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 48em) {
  /* line 184, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    padding: 1.875rem;
  }
  /* line 187, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.radius, .reveal-modal.radius {
    border-radius: 3px;
  }
  /* line 188, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.round, .reveal-modal.round {
    border-radius: 1000px;
  }
  /* line 190, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.collapse, .reveal-modal.collapse {
    padding: 0;
  }
  /* line 200, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  /* line 192, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  /* line 193, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  /* line 194, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  /* line 195, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  /* line 196, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  /* line 200, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}

@media print {
  /* line 213, ../Components/bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    background: #fff !important;
  }
}
/* line 113, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 70, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}
/* line 74, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #003d99;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
/* line 80, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #0569ff;
}
/* line 86, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #0569ff;
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 92, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
/* line 100, ../Components/bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #003d99;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
/* line 76, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 85, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
/* line 97, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 103, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 140, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3.09375rem;
}
/* line 141, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 166, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-color: white transparent transparent transparent;
}
/* line 103, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 166, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: white transparent transparent transparent;
}
/* line 103, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 103, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 179, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}
/* line 112, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.25rem;
}
/* line 113, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 180, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.375rem;
}
/* line 126, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.625rem;
}
/* line 127, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 181, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.5rem;
}
/* line 154, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.4375rem;
}
/* line 155, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 182, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2rem;
}
/* line 166, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
/* line 186, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 187, ../Components/bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 123, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}
/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}
/* line 75, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
/* line 85, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}
/* line 89, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
/* line 94, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #003d99;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}
/* line 101, ../Components/bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #003484;
}

/* line 269, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc;
}
/* line 77, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  transition: all 0.1s ease-out;
}
/* line 94, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}
/* line 104, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:hover, div.switch input:focus {
  cursor: pointer;
}
/* line 110, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  transition: all 0.1s ease-out;
}
/* line 125, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:not(:checked) + label {
  opacity: 0;
}
/* line 128, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:checked {
  display: none !important;
}
/* line 129, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input {
  left: 0;
  display: block !important;
}
/* line 133, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}
/* line 135, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}
/* line 139, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}
/* line 141, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}
/* line 144, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch span.custom {
  display: none !important;
}
/* line 146, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}
/* line 165, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 0.875rem;
}
/* line 173, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875rem;
}
/* line 179, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch span:last-child {
  width: 2.25rem;
  height: 2.25rem;
}
/* line 204, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch span:last-child {
  border-color: #b3b3b3;
  background: white;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
}
/* line 218, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch:hover span:last-child, div.switch:focus span:last-child {
  background: white;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
/* line 224, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch:active {
  background: transparent;
}
/* line 273, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.large {
  height: 2.75rem;
}
/* line 165, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.large label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 1.0625rem;
}
/* line 173, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.6875rem;
}
/* line 179, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.large span:last-child {
  width: 2.75rem;
  height: 2.75rem;
}
/* line 276, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.small {
  height: 1.75rem;
}
/* line 165, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.small label {
  padding: 0;
  line-height: 2.1rem;
  font-size: 0.75rem;
}
/* line 173, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.6875rem;
}
/* line 179, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.small span:last-child {
  width: 1.75rem;
  height: 1.75rem;
}
/* line 279, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.tiny {
  height: 1.375rem;
}
/* line 165, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.tiny label {
  padding: 0;
  line-height: 1.9rem;
  font-size: 0.6875rem;
}
/* line 173, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.tiny input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.3125rem;
}
/* line 179, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.tiny span:last-child {
  width: 1.375rem;
  height: 1.375rem;
}
/* line 282, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.radius {
  border-radius: 4px;
}
/* line 283, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.radius span:last-child {
  border-radius: 3px;
}
/* line 287, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.round {
  border-radius: 1000px;
}
/* line 288, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.round span:last-child {
  border-radius: 999px;
}
/* line 289, ../Components/bower_components/foundation/scss/foundation/components/_switch.scss */
div.switch.round label {
  padding: 0 0.5625rem;
}

/* line 125, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}
/* line 63, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 72, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table thead {
  background: whitesmoke;
}
/* line 77, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 86, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot {
  background: whitesmoke;
}
/* line 91, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 102, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
/* line 111, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 119, ../Components/bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 150, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 151, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 152, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 153, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 47.9375em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 157, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 158, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 159, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 160, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 206, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 212, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #003d99;
  text-decoration: none;
  line-height: inherit;
}
/* line 218, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #003484;
}
/* line 225, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 229, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 237, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 239, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 247, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 257, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 264, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 265, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 266, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 267, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 268, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 269, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 271, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 273, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 283, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 289, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 294, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 299, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */
/* line 308, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  /*margin-bottom: 1.25rem;*/
  margin-bottom: 1.1rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 316, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 318, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 322, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 335, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 343, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 346, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 347, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 348, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 349, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 353, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 357, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 366, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 370, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 375, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 382, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 387, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
/* line 392, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 396, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 401, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 407, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 413, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 419, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 423, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 430, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 432, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 48em) {
  /* line 443, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 444, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 445, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 446, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 447, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 458, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 460, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 468, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 469, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 471, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 476, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 479, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 484, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 487, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 489, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 495, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 501, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 503, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 504, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 505, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 506, ../Components/bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 31, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}
/* line 35, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
/* line 40, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
/* line 47, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background: #e1e1e1;
}
/* line 49, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background: white;
  color: #222222;
}
/* line 53, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 56, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 60, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 69, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 73, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
/* line 78, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 79, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
/* line 81, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 83, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 48em) {
  /* line 88, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  /* line 95, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}
/* line 103, ../Components/bower_components/foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 61, ../Components/bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}
/* line 51, ../Components/bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 61, 153, 0.5);
}
/* line 65, ../Components/bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
/* line 37, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 44, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #001b45;
  color: #003d99;
}
/* line 50, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 53, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}
/* line 67, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}
/* line 77, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
/* line 83, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 3px;
}
/* line 86, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}
/* line 88, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}
/* line 93, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #003d99 !important;
  border-bottom: dotted 1px #001b45 !important;
}

/* line 99, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  /* line 108, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 112, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 119, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 121, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 128, ../Components/bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 103, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:48em)/";
  width: 48em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 109, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 113, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 117, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 124, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 130, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 136, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 143, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 152, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 157, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 160, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 162, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 164, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 175, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 180, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 185, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 189, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}
/* line 200, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 205, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 218, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 224, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
  position: relative;
}
/* line 234, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a::after {
  right: 0;
}
/* line 138, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a::after span:after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}
/* line 166, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a::after span:hover:after {
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}
/* line 254, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 258, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 261, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 262, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 277, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 283, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 293, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 300, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 302, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 314, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #003d99;
  border-color: #00317a;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #00317a;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: white;
}
/* line 320, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 140, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
/* line 321, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: white;
}
/* line 322, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: white;
}
/* line 325, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #003d99;
  border-color: #00317a;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #00317a;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white;
}
/* line 331, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 140, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
/* line 332, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white;
}
/* line 333, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 134, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 145, ../Components/bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white;
}
/* line 337, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background: #272727;
  color: white;
}
/* line 344, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #003d99;
  color: white;
}
/* line 347, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #003484;
  color: white;
}
/* line 355, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 358, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 362, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 374, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 375, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 379, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 386, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 394, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 398, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 401, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 406, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 409, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 415, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 416, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 419, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 430, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 48em) {
  /* line 435, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 440, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 442, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 443, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 447, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 453, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 456, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 462, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 466, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 471, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 473, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 479, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: white;
  }
  /* line 485, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 489, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }
  /* line 493, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #003d99;
  }
  /* line 498, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #003484;
  }
  /* line 507, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 509, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 518, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 519, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 525, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 532, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 545, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 552, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 560, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: white;
    background: #333333;
  }
  /* line 564, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: white;
    background: #272727;
  }
  /* line 569, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 575, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 583, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 592, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 600, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 604, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 608, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 612, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 622, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white;
  }
  /* line 628, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #003d99;
    color: white;
  }
  /* line 636, ../Components/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 271, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 125, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 272, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 176, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 177, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 274, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 157, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 163, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 276, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 277, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 279, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 48em) {
  /* line 279, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section {
    text-align: left;
  }
}
/* line 194, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 198, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 202, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 283, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0);
}
/* line 138, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 1rem;
}
/* line 166, ../Components/bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 308, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 420px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #003d99;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
/* line 97, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 309, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 420px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #003d99;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
/* line 97, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 311, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 216, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 226, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #002e73;
  transition: background 300ms ease;
}
/* line 231, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 317, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(420px, 0);
  -webkit-transform: translate3d(420px, 0, 0);
  -moz-transform: translate3d(420px, 0, 0);
  -ms-transform: translate3d(420px, 0, 0);
  -o-transform: translate3d(420px, 0, 0);
  transform: translate3d(420px, 0, 0);
}
/* line 320, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 48em) {
  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 324, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-420px, 0);
  -webkit-transform: translate3d(-420px, 0, 0);
  -moz-transform: translate3d(-420px, 0, 0);
  -ms-transform: translate3d(-420px, 0, 0);
  -o-transform: translate3d(-420px, 0, 0);
  transform: translate3d(-420px, 0, 0);
}
/* line 328, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 48em) {
  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 331, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 339, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-offcanvas-menu {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1002;
}
@media only screen and (min-width: 48em) {
  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-offcanvas-menu:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 347, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -420px;
}
/* line 348, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -420px;
}
/* line 350, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 420px;
}
/* line 351, ../Components/bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 420px;
}

/* small displays */
@media only screen {
  /* line 244, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 48em) {
  /* line 244, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 286, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 288, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 293, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 297, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 301, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 305, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 310, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 315, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 317, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 322, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 326, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 330, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 334, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 339, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 345, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 347, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 352, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 356, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 360, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 364, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 369, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 381, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 382, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table;
  }

  /* line 400, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, ../Components/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/* line 6, ../sass/partials/_navigation.scss */
.content-stop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0px;
}

/* line 14, ../sass/partials/_navigation.scss */
.canvas-menu {
  display: none;
  position: fixed;
  width: 420px;
  background-color: #003d99;
  border-left: 1px solid white;
  height: 100%;
  top: 0;
  z-index: 120;
  overflow: hidden;
}
/* line 25, ../sass/partials/_navigation.scss */
.canvas-menu .header {
  position: relative;
  height: 80px;
}
/* line 29, ../sass/partials/_navigation.scss */
.canvas-menu .header .search-box {
  position: absolute;
  width: 380px;
  top: 76px;
  left: 30px;
}
/* line 37, ../sass/partials/_navigation.scss */
.canvas-menu .header .search-box .form div.submit-button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  float: left;
  margin-left: 2px;
}
/* line 46, ../sass/partials/_navigation.scss */
.canvas-menu .header .search-box .form div.submit-button:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 53, ../sass/partials/_navigation.scss */
.canvas-menu .header .search-box .form input.text {
  height: 40px;
  padding-top: 6px;
  width: 326px;
  float: left;
}
/* line 60, ../sass/partials/_navigation.scss */
.canvas-menu .header .search-box .form input.submit {
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
}
/* line 74, ../sass/partials/_navigation.scss */
.canvas-menu .header .closer {
  background-image: url("../images/ico_close_button_offcanvas_n.png");
  background-position: right 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 26px;
  position: absolute;
  right: 23px;
  top: 17px;
  cursor: pointer;
  color: white;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 26px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 74, ../sass/partials/_navigation.scss */
  .canvas-menu .header .closer {
    background-image: url("../images/ico_close_button_offcanvas_r.png");
  }
}
/* line 93, ../sass/partials/_navigation.scss */
.canvas-menu .header .closer:hover {
  text-decoration: underline;
}
/* line 98, ../sass/partials/_navigation.scss */
.canvas-menu .header .lg-switch {
  display: block;
  font-size: 16px !important;
  color: white;
  margin-top: 7px;
  border: none;
}
/* line 105, ../sass/partials/_navigation.scss */
.canvas-menu .header .lg-switch ul {
  position: absolute;
  margin-left: 30px;
  top: 18px;
}
/* line 110, ../sass/partials/_navigation.scss */
.canvas-menu .header .lg-switch ul li {
  float: left;
  margin-left: 0;
  border: none;
  font-weight: normal;
}
/* line 115, ../sass/partials/_navigation.scss */
.canvas-menu .header .lg-switch ul li.seperator {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 119, ../sass/partials/_navigation.scss */
.canvas-menu .header .lg-switch ul li a {
  float: left;
  line-height: 1.5em;
  padding-left: 0 !important;
}
/* line 124, ../sass/partials/_navigation.scss */
.canvas-menu .header .lg-switch ul li a:hover {
  text-decoration: underline;
  background: none !important;
}
/* line 134, ../sass/partials/_navigation.scss */
.canvas-menu .countrydrop {
  display: block;
  color: #ccd8eb;
  border-top: 1px solid #b2c4e0;
  clear: both;
  padding-left: 27px;
  line-height: 44px;
  font-size: 14px;
  margin-bottom: 50px;
  padding-top: 15px;
  max-width: 420px;
}
/* line 146, ../sass/partials/_navigation.scss */
.canvas-menu .countrydrop .dropdown {
  display: block;
  position: relative;
  background-color: #4c77b7;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 44px;
  width: 360px;
  height: 44px;
}
/* line 54, ../sass/helpers/_mixins.scss */
.canvas-menu .countrydrop .dropdown:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 57, ../sass/helpers/_mixins.scss */
.canvas-menu .countrydrop .dropdown .choose {
  line-height: 44px;
  font-size: 15px;
  padding-left: 15px;
  font-weight: bold;
}
/* line 63, ../sass/helpers/_mixins.scss */
.canvas-menu .countrydrop .dropdown .opener {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 22px;
  height: 14px;
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
  background-repeat: no-repeat;
  background-size: 21px 12px;
}
/* line 73, ../sass/helpers/_mixins.scss */
.canvas-menu .countrydrop .dropdown .opener.more {
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
}
/* line 76, ../sass/helpers/_mixins.scss */
.canvas-menu .countrydrop .dropdown .opener.less {
  background-image: url("../Images/system/arrow_blue-dropdown_up_n.png");
}
/* line 154, ../sass/partials/_navigation.scss */
.canvas-menu .countrydrop.more .dropdown .opener {
  background-image: url("../Images/system/ico_plus_n.png") !important;
  background-size: 21px 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 154, ../sass/partials/_navigation.scss */
  .canvas-menu .countrydrop.more .dropdown .opener {
    background-image: url("../Images/system/ico_plus_r.png") !important;
  }
}
/* line 168, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li a {
  font-weight: normal !important;
}
/* line 175, ../sass/partials/_navigation.scss */
.canvas-menu ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}
/* line 179, ../sass/partials/_navigation.scss */
.canvas-menu ul.contact {
  padding-top: 0;
}
/* line 183, ../sass/partials/_navigation.scss */
.canvas-menu ul li {
  position: relative;
  list-style: none;
  border-top: 1px solid #b2c4e0;
  margin-left: -20px;
  font-weight: normal !important;
  display: block;
  padding: 0;
}
/* line 192, ../sass/partials/_navigation.scss */
.canvas-menu ul li.arrow {
  background-size: 10px;
  background-image: url(../images/arrow_offcanvas_active-page_n.png);
  background-repeat: no-repeat;
  background-position: 2px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 192, ../sass/partials/_navigation.scss */
  .canvas-menu ul li.arrow {
    background-image: url(../images/arrow_offcanvas_active-page_r.png);
  }
}
/* line 202, ../sass/partials/_navigation.scss */
.canvas-menu ul li.last {
  border-bottom: 1px solid #b2c4e0;
}
/* line 209, ../sass/partials/_navigation.scss */
.canvas-menu ul li .split {
  position: absolute;
  width: 54px;
  height: 44px;
  right: 0;
  top: 0;
}
/* line 216, ../sass/partials/_navigation.scss */
.canvas-menu ul li .split:hover {
  background-color: transparent !important;
}
/* line 220, ../sass/partials/_navigation.scss */
.canvas-menu ul li .split.more {
  background-size: 44px;
  background-image: url(../images/ico_plus_n.png);
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 220, ../sass/partials/_navigation.scss */
  .canvas-menu ul li .split.more {
    background-image: url(../images/ico_plus_r.png);
  }
}
/* line 229, ../sass/partials/_navigation.scss */
.canvas-menu ul li .split.less {
  background-size: 44px;
  background-image: url(../images/ico_minus_n.png);
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 229, ../sass/partials/_navigation.scss */
  .canvas-menu ul li .split.less {
    background-image: url(../images/ico_minus_r.png);
  }
}
/* line 239, ../sass/partials/_navigation.scss */
.canvas-menu ul li a {
  display: block;
  line-height: 44px;
  padding-left: 30px;
  color: #fff;
}
/* line 246, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul {
  display: none;
  background-color: #1950a3;
  margin-left: 0;
}
/* line 251, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li {
  font-weight: normal !important;
  margin-left: 0 !important;
}
/* line 255, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li a {
  padding-left: 40px;
}
/* line 259, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li ul {
  display: none;
  background-color: #3364ad !important;
  margin-left: 0;
}
/* line 265, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li ul li a {
  padding-left: 50px;
}
/* line 269, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li ul li ul {
  display: none;
  background-color: #4c77b7 !important;
  border-top: 1px solid #b2c4e0;
  margin-left: 0;
}
/* line 275, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li ul li ul li {
  border-top: none !important;
}
/* line 278, ../sass/partials/_navigation.scss */
.canvas-menu ul li ul li ul li ul li a {
  padding-left: 60px;
}
/* line 293, ../sass/partials/_navigation.scss */
.canvas-menu .countrydrop .row .columns {
  padding-left: 0;
}

/* line 300, ../sass/partials/_navigation.scss */
.offcanvas {
  z-index: 150;
}
/* line 303, ../sass/partials/_navigation.scss */
.offcanvas.menuButton {
 /* height: 40px;*/
  height: 43px;
  width: 90px;
  font-size: 14px;
  background-color: #003d99;
  color: white;
  padding-left: 10px;
  padding-top: 12px;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  float: right;
  clear: left;
}
/* line 318, ../sass/partials/_navigation.scss */
.offcanvas.menuButton:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 322, ../sass/partials/_navigation.scss */
.offcanvas.menuButton .hamburger {
  background-image: url("../images/ico_hamburger_white_n.png");
  background-size: 16px 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}
.mobile-header .offcanvas.menuButton .hamburger {
    background-image: url("../images/ico_hamburger_white_n.png");
    background-size: 16px 20px;
    height: 22px;
    margin-top: -10px;
    position: absolute;
    right: 27%;
    top: 50%;
    width: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 322, ../sass/partials/_navigation.scss */
  .offcanvas.menuButton .hamburger {
    background-image: url("../images/ico_hamburger_white_r.png");
  }
}

/* line 343, ../sass/partials/_navigation.scss */
.storieline {
  position: absolute;
  height: 10px;
  background-color: #003d99;
  overflow: visible;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
/* line 352, ../sass/partials/_navigation.scss */
.storieline.top {
  display: none;
  margin-top: -1px;
  top: 0;
}
/* line 357, ../sass/partials/_navigation.scss */
.storieline.top .message {
  padding-left: 38px;
  background-image: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_header_stories_n.png");
  background-repeat: no-repeat;
  background-position: 11px 13px;
  background-size: 16px 10px;
  cursor: pointer;
  left: 50%;
  margin-left: -67px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 357, ../sass/partials/_navigation.scss */
  .storieline.top .message {
    background-image: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_header_facts_n.png");
  }
}
/* line 372, ../sass/partials/_navigation.scss */
.storieline.bottom {
  display: block;
  margin-bottom: -1px;
  bottom: 0;
}
/* line 377, ../sass/partials/_navigation.scss */
.storieline.bottom .message {
  top: -25px;
  padding-left: 38px;
  background-image: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_header_facts_n.png");
  background-repeat: no-repeat;
  background-position: 11px 13px;
  background-size: 16px 10px;
  cursor: pointer;
  left: 50%;
  margin-left: -57px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 377, ../sass/partials/_navigation.scss */
  .storieline.bottom .message {
    background-image: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_header_stories_n.png");
  }
}
/* line 393, ../sass/partials/_navigation.scss */
.storieline .message {
  text-transform: uppercase;
  position: absolute;
  background-color: #003d99;
  color: white;
  padding: 10px 20px 10px 20px;
}

/* line 402, ../sass/partials/_navigation.scss */
.navigation {
  position: relative;
  display: none;
  padding: 17px 0 3px;
  border-bottom: 1px solid #eaeaea;
  margin-top: 0 !important;
  z-index: 99;
  background-color: white;
  border-top: 1px solid #eaeaea;
  overflow: visible;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4);
}
/* line 414, ../sass/partials/_navigation.scss */
/*.navigation .positionBlock {
  margin-top: -25px;
  margin-bottom: 5px;
}*/
/* line 419, ../sass/partials/_navigation.scss */
.navigation a {
  position: relative;
  height: 100%;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #003d99 !important;
  text-transform: uppercase;
}
/* line 428, ../sass/partials/_navigation.scss */
.navigation a.loupeBox {
  height: 50px;
  display: block;
}
/* line 432, ../sass/partials/_navigation.scss */
.navigation a.loupeBox .loupe {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_search_normal_n.png);
  background-repeat: no-repeat;
  /*top: 50%;*/
  top: 46%;
  margin-top: 15px;
}
.row.mobile-header .large-1.medium-1.small-1.column {
    width: 33%;
}
.row.mobile-header a.loupeBox .loupe {
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-right: 21% !important;
    margin-top: 20px;
    right: 83px !important;
    top: -18%;
    width: 20px;
}
.row.mobile-header a.loupeBox .loupe.blue {
    background-image: url("../images/ico_search_normal_n.png");
}
.row.mobile-header a.loupeBox .loupe.close {
    background-image: url("../images/ico_close_search_normal_n.png");
}
.row.mobile-header .navi-search{
    border-top: 1px solid #dddddd;
    display: none;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
    padding-left: 45px;
    padding-right: 35px;
   /* position: absolute;
    right: 0;
    top: 0;*/
    width: 100%;
    position: inherit;
}
.mobile-search {
	display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 432, ../sass/partials/_navigation.scss */
  .navigation a.loupeBox .loupe {
    background-image: url(../images/ico_search_normal_r.png);
    background-size: 20px;
  }
}
/* line 445, ../sass/partials/_navigation.scss */
.navigation a.loupeBox .loupe:hover {
  background-image: url(../images/ico_search_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 445, ../sass/partials/_navigation.scss */
  .navigation a.loupeBox .loupe:hover {
    background-image: url(../images/ico_search_hover_r.png);
  }
}
/* line 451, ../sass/partials/_navigation.scss */
.navigation a.loupeBox .loupe.close {
  background-image: url(../images/ico_close_search_normal_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 451, ../sass/partials/_navigation.scss */
  .navigation a.loupeBox .loupe.close {
    background-image: url(../images/ico_close_search_normal_r.png);
    background-size: 20px;
  }
}
/* line 457, ../sass/partials/_navigation.scss */
.navigation a.loupeBox .loupe.close:hover {
  background-image: url(../images/ico_close_search_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 457, ../sass/partials/_navigation.scss */
  .navigation a.loupeBox .loupe.close:hover {
    background-image: url(../images/ico_close_search_hover_r.png);
    background-size: 20px;
  }
}
/* line 469, ../sass/partials/_navigation.scss */
.navigation .sub-nav {
  padding-top: 1.7rem;
  float: right;
}
/* line 473, ../sass/partials/_navigation.scss */
.navigation .sub-nav span {
  padding-bottom: 3px;
}
/* line 475, ../sass/partials/_navigation.scss */
.navigation .sub-nav span:hover, .navigation .sub-nav span.active {
  border-bottom: 3px solid #003d99;
}
/* line 481, ../sass/partials/_navigation.scss */
.navigation .tooltip-border {
  position: absolute;
  right: 30px;
  z-index: 150;
}
/* line 486, ../sass/partials/_navigation.scss */
.navigation .tooltip-border.alignBottom {
  bottom: 70px;
}
/* line 489, ../sass/partials/_navigation.scss */
.navigation .tooltip-border.alignBottom .message {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #666666;
  color: white;
  padding-bottom: 30px;
}
/* line 497, ../sass/partials/_navigation.scss */
.navigation .tooltip-border.alignBottom .arrow {
  bottom: 0 !important;
  top: auto;
  background-size: 20px;
  background-image: url(../images/arrow_tooltip_down_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 497, ../sass/partials/_navigation.scss */
  .navigation .tooltip-border.alignBottom .arrow {
    background-image: url(../images/arrow_tooltip_down_r.png);
  }
}
/* line 508, ../sass/partials/_navigation.scss */
.navigation .tooltip-border.alignTop {
  top: 79px;
}
/* line 512, ../sass/partials/_navigation.scss */
.navigation .tooltip-border .arrow {
  position: absolute;
  width: 20px;
  height: 11px;
  top: 0;
  right: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../images/arrow_tooltip_up_n.png);
  z-index: 10;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 512, ../sass/partials/_navigation.scss */
  .navigation .tooltip-border .arrow {
    background-image: url(../images/arrow_tooltip_up_r.png);
  }
}
/* line 527, ../sass/partials/_navigation.scss */
.navigation .tooltip-border .message {
  position: relative;
  width: 219px;
  padding-top: 31px;
  background-color: #666666;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  z-index: 0;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 30px;
  color: white;
}
/* line 541, ../sass/partials/_navigation.scss */
.navigation .tooltip-border .message .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  background-image: url(../images/ico_tooltip_close_normal_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 541, ../sass/partials/_navigation.scss */
  .navigation .tooltip-border .message .close {
    background-image: url(../images/ico_tooltip_close_normal_r.png);
  }
}
/* line 555, ../sass/partials/_navigation.scss */
.navigation .tooltip-border .message .close:hover {
  background-image: url(../images/ico_tooltip_close_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 555, ../sass/partials/_navigation.scss */
  .navigation .tooltip-border .message .close:hover {
    background-image: url(../images/ico_tooltip_close_hover_r.png);
  }
}

/* line 566, ../sass/partials/_navigation.scss */
.topposition {
  position: relative;
  width: 10px;
  background: none !important;
}

/* line 572, ../sass/partials/_navigation.scss */
div[data-magellan-expedition-clone] {
  display: none;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 3, ../sass/vendor/_royalslider.scss */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

/* line 9, ../sass/vendor/_royalslider.scss */
.royalSlider > * {
  float: left;
}

/* line 13, ../sass/vendor/_royalslider.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

/* line 27, ../sass/vendor/_royalslider.scss */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

/* line 32, ../sass/vendor/_royalslider.scss */
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 35, ../sass/vendor/_royalslider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 43, ../sass/vendor/_royalslider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 52, ../sass/vendor/_royalslider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 58, ../sass/vendor/_royalslider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 66, ../sass/vendor/_royalslider.scss */
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

/* line 70, ../sass/vendor/_royalslider.scss */
.rsThumb {
  float: left;
  position: relative;
}

/* line 78, ../sass/vendor/_royalslider.scss */
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 85, ../sass/vendor/_royalslider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* line 95, ../sass/vendor/_royalslider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
/* line 102, ../sass/vendor/_royalslider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 115, ../sass/vendor/_royalslider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 124, ../sass/vendor/_royalslider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 136, ../sass/vendor/_royalslider.scss */
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

/* line 140, ../sass/vendor/_royalslider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 146, ../sass/vendor/_royalslider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 151, ../sass/vendor/_royalslider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 156, ../sass/vendor/_royalslider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

/* line 160, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet span:hover {
  background-color: #249dff !important;
}

/* line 164, ../sass/vendor/_royalslider.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

/* line 171, ../sass/vendor/_royalslider.scss */
.rsTabs {
  float: left;
  background: none !important;
}

/* line 176, ../sass/vendor/_royalslider.scss */
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 182, ../sass/vendor/_royalslider.scss */
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

/* line 197, ../sass/vendor/_royalslider.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

/* line 205, ../sass/vendor/_royalslider.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

/* line 211, ../sass/vendor/_royalslider.scss */
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
/* line 222, ../sass/vendor/_royalslider.scss */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

/* line 229, ../sass/vendor/_royalslider.scss */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

/* line 237, ../sass/vendor/_royalslider.scss */
img.rsImg {
  max-width: none;
}

/* line 249, ../sass/vendor/_royalslider.scss */
.rsNoDrag {
  cursor: auto;
}

/* line 253, ../sass/vendor/_royalslider.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.html);
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
/* line 291, ../sass/vendor/_royalslider.scss */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: white;
}

/***************
*
*  1. Arrows
*
****************/
/* line 303, ../sass/vendor/_royalslider.scss */
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 311, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 316, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 30px;
}

/* line 317, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  right: 30px;
}

/* line 319, ../sass/vendor/_royalslider.scss */
.rsDefault.rsHor .rsArrowLeft {
  left: 30px;
  top: 0;
}

/* line 320, ../sass/vendor/_royalslider.scss */
.rsDefault.rsHor .rsArrowRight {
  right: 30px;
  top: 0;
}

/* line 323, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn,
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-image: url(../pfeil_links.html);
}

/* line 328, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowRight .rsArrowIcn,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-image: url(../pfeil_rechts.html);
}

/* line 334, ../sass/vendor/_royalslider.scss */
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
}

/***************
*
*  2. Bullets
*
****************/
/* line 358, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

/* line 374, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

/* line 382, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777777;
  background: rgba(255, 255, 255, 0.5);
}

/* line 390, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet.rsNavSelected span {
  background-color: white;
}

/***************
*
*  3. Thumbnails
*
****************/
/* line 404, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}

/* line 408, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 415, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 419, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 423, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 429, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 433, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

/* line 436, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 440, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
/* line 445, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: white;
}

/* line 452, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTmb span {
  color: #dddddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
/* line 463, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: black;
  background: rgba(0, 0, 0, 0.75);
}

/* line 473, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 476, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 480, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 481, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 483, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 484, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 486, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default.html");
}

/* line 498, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 499, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 501, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 502, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 504, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 508, ../sass/vendor/_royalslider.scss */
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  /* line 512, ../sass/vendor/_royalslider.scss */
  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  /* line 515, ../sass/vendor/_royalslider.scss */
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
/* line 529, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 536, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid whitesmoke;
  text-decoration: none;
  background-color: white;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 white;
  box-shadow: inset 1px 0 0 white;
  *display: inline;
  *zoom: 1;
}

/* line 560, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 566, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 574, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 579, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab.rsNavSelected {
  color: white;
  border: 1px solid #999999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}

/***************
*
*  5. Fullscreen button
*
****************/
/* line 600, ../sass/vendor/_royalslider.scss */
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 611, ../sass/vendor/_royalslider.scss */
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.html") 0 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
  border-radius: 2px;
}

/* line 624, ../sass/vendor/_royalslider.scss */
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 627, ../sass/vendor/_royalslider.scss */
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
/* line 641, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 649, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.html) no-repeat 0 -32px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
}

/* line 665, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 668, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 673, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 685, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 690, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.html") -64px 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
}

/* line 699, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
/* line 711, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../Images/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
/* line 730, ../sass/vendor/_royalslider.scss */
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
/* line 774, ../sass/vendor/_royalslider.scss */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: white;
  color: #222222;
}

/* line 779, ../sass/vendor/_royalslider.scss */
.royalSlider.base .h1, .royalSlider.base .h2, .royalSlider.base .h3 {
  color: white !important;
}

/***************
*
*  1. Arrows
*
****************/
/* line 788, ../sass/vendor/_royalslider.scss */
.rsDefault .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 797, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 803, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 20px;
}

/* line 808, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  right: 20px;
}

/* line 813, ../sass/vendor/_royalslider.scss */
.rsDefault.rsHor .rsArrowLeft {
  left: 5%;
  top: 0;
}

/* line 818, ../sass/vendor/_royalslider.scss */
.rsDefault.rsHor .rsArrowRight {
  right: 5%;
  top: 0;
}

@media (min-width: 501px) and (max-width: 1000px) {
  /* line 824, ../sass/vendor/_royalslider.scss */
  .rsDefault.rsHor .rsArrowLeft {
    left: 2%;
  }

  /* line 828, ../sass/vendor/_royalslider.scss */
  .rsDefault.rsHor .rsArrowRight {
    right: 2%;
  }
}
/* line 835, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn,
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-image: url(../Images/system/arrow_stage_previous_n.png);
  background-repeat: no-repeat;
}

/* line 841, ../sass/vendor/_royalslider.scss */
.rsDefault.rsVer .rsArrowRight .rsArrowIcn,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-image: url(../Images/system/arrow_stage_next_n.png);
  background-repeat: no-repeat;
}

/* line 846, ../sass/vendor/_royalslider.scss */
.rsDefault .rsArrowIcn {
  width: 60px;
  height: 92px;
  top: 50%;
  position: absolute;
  cursor: pointer;
}

/***************
*
*  2. Bullets
*
****************/
/* line 866, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

/* line 880, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

/* line 889, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777777;
  background: rgba(255, 255, 255, 0.5);
}

/* line 898, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBullet.rsNavSelected span {
  background-color: white;
}

/***************
*
*  3. Thumbnails
*
****************/
/* line 908, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}

/* line 913, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 921, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 926, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 931, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 938, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 943, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

/* line 947, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 952, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
/* line 957, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: white;
}

/* line 965, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTmb span {
  color: #dddddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
/* line 974, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: black;
  background: rgba(0, 0, 0, 0.75);
}

/* line 985, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 989, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 994, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 999, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 1004, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 1009, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 1014, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default.html");
}

/* line 1026, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 1030, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 1034, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 1038, ../sass/vendor/_royalslider.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 1042, ../sass/vendor/_royalslider.scss */
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 1048, ../sass/vendor/_royalslider.scss */
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  /* line 1052, ../sass/vendor/_royalslider.scss */
  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  /* line 1055, ../sass/vendor/_royalslider.scss */
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
/* line 1066, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 1076, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid whitesmoke;
  text-decoration: none;
  background-color: white;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 white;
  box-shadow: inset 1px 0 0 white;
  *display: inline;
  *zoom: 1;
}

/* line 1101, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1108, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 1117, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 1123, ../sass/vendor/_royalslider.scss */
.rsDefault .rsTab.rsNavSelected {
  color: white;
  border: 1px solid #999999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}

/***************
*
*  5. Fullscreen button
*
****************/
/* line 1140, ../sass/vendor/_royalslider.scss */
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 1152, ../sass/vendor/_royalslider.scss */
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.html") 0 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
  border-radius: 2px;
}

/* line 1166, ../sass/vendor/_royalslider.scss */
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1170, ../sass/vendor/_royalslider.scss */
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
/* line 1180, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 1189, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.html) no-repeat 0 -32px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
}

/* line 1206, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1210, ../sass/vendor/_royalslider.scss */
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 1216, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 1229, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 1234, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.html") -64px 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
}

/* line 1244, ../sass/vendor/_royalslider.scss */
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
/* line 1254, ../sass/vendor/_royalslider.scss */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
/* line 1270, ../sass/vendor/_royalslider.scss */
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/* line 6, ../sass/partials/_footer.scss */
.footer {
  position: relative;
  width: 100%;
  background-color: #00255c;
  float: left;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 15, ../sass/partials/_footer.scss */
.footer a:hover {
  text-decoration: underline;
}

/* line 22, ../sass/partials/_footer.scss */
.row-footer ul {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0 !important;
}
/* line 28, ../sass/partials/_footer.scss */
.row-footer ul li a {
  color: white;
  font-weight: normal;
}
/* line 32, ../sass/partials/_footer.scss */
.row-footer ul li a.textlink {
  padding-right: 20px;
  background-size: 8px;
  background-image: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_footer_textlink_n.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 32, ../sass/partials/_footer.scss */
  .row-footer ul li a.textlink {
    background-image: url("../Images/system/arrow_footer_textlink_r.png");
  }
}
@media only screen and (max-width: 640px) {
  /* line 48, ../sass/partials/_footer.scss */
  .row-footer ul {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 53, ../sass/partials/_footer.scss */
  .row-footer ul {
    padding-bottom: 1px;
  }
}

/* line 59, ../sass/partials/_footer.scss */
.col-footer {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 59, ../sass/partials/_footer.scss */
  .col-footer {
    padding-top: 35px;
  }
}

/* line 69, ../sass/partials/_footer.scss */
.footer-list dl dd {
  margin-bottom: 24px;
}
/* line 72, ../sass/partials/_footer.scss */
.footer-list dl dd a {
  font-weight: bold !important;
  color: white;
}
@media only screen and (max-width: 640px) {
  /* line 81, ../sass/partials/_footer.scss */
  .footer-list.mobile-only:nth-child(2) dl {
    border-top: 1px solid #005091;
    padding-top: 35px;
  }
}

/* line 89, ../sass/partials/_footer.scss */
.mobile-only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  /* line 89, ../sass/partials/_footer.scss */
  .mobile-only {
    display: block;
  }
}

/* line 97, ../sass/partials/_footer.scss */
.footer-list-extended {
  margin-bottom: 60px;
}
/* line 100, ../sass/partials/_footer.scss */
.footer-list-extended h3 {
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #99b1d6;
  border-bottom: 1px solid #99b1d6;
  margin: 0 0 28px 0;
  padding-bottom: 14px;
}
/* line 110, ../sass/partials/_footer.scss */
.footer-list-extended a {
  color: white;
  font-weight: normal;
  font-size: 14px;
}
/* line 115, ../sass/partials/_footer.scss */
.footer-list-extended a:hover {
  color: #fff;
}
/* line 119, ../sass/partials/_footer.scss */
.footer-list-extended a.textlink {
  padding-right: 20px;
  background-size: 8px;
  background: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_footer_textlink_n.png") no-repeat right center;
  font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 119, ../sass/partials/_footer.scss */
  .footer-list-extended a.textlink {
    background-image: url("//fmcnapro.wpengine.com/wp-content/uploads/2016/07/arrow_footer_textlink_n.png");
  }
}
/* line 130, ../sass/partials/_footer.scss */
.footer-list-extended p {
  color: #fff;
  font-size: 14px;
}
/* line 135, ../sass/partials/_footer.scss */
.footer-list-extended h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: #7f9ecc;
}
/* line 141, ../sass/partials/_footer.scss */
.footer-list-extended ul {
  font-family: Helvetica, Arial, sans-serif;
  min-width: 200px;
  padding-top: 0;
}
/* line 146, ../sass/partials/_footer.scss */
.footer-list-extended ul li {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 0;
}
/* line 155, ../sass/partials/_footer.scss */
.footer-list-extended.list-media li:before, .footer-list-extended.list-media li:after {
  content: " ";
  display: table;
}
/* line 159, ../sass/partials/_footer.scss */
.footer-list-extended.list-media li:before {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  /* line 97, ../sass/partials/_footer.scss */
  .footer-list-extended {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 170, ../sass/partials/_footer.scss */
  .footer-list-extended.list-media {
    float: none !important;
  }
}

/* line 176, ../sass/partials/_footer.scss */
.media-pic--left {
  float: left;
  margin-right: 10px;
}
/* line 180, ../sass/partials/_footer.scss */
.media-pic--left img {
  width: 90px;
  display: block;
  margin-bottom: 10px;
}

/* line 187, ../sass/partials/_footer.scss */
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 192, ../sass/partials/_footer.scss */
.footerline {
  width: 100%;
  position: relative;
  background-color: #003d99;
  float: left;
  padding: 0 0;
  color: white;
  line-height: 1.5;
  font-size: 14px;
  line-height: 40px;
}
/* line 203, ../sass/partials/_footer.scss */
.footerline a {
  color: white;
  font-size: 14px;
}
/* line 207, ../sass/partials/_footer.scss */
.footerline a:hover {
  color: white;
  text-decoration: underline;
}
/* line 213, ../sass/partials/_footer.scss */
.footerline .copyright {
  float: left;
  text-align: left;
  color: #7f9ecc;
  margin: -18px 0px 0px 0px;
}
/* line 219, ../sass/partials/_footer.scss */
.footerline .footer-links {
  margin: 0;
  text-align: right;
}
/* line 223, ../sass/partials/_footer.scss */
.footerline .footer-links ul {
  display: block;
  height: 40px;
   margin: -18px 16px;
}
/* line 228, ../sass/partials/_footer.scss */
.footerline .footer-links li {
  list-style-type: none;
  display: inline;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
}
/* line 235, ../sass/partials/_footer.scss */
.footerline .footer-links li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 242, ../sass/partials/_footer.scss */
  .footerline .copyright {
    text-align: center;
    line-height: 20px;
    padding: 10px 0 10px 0;
  }
  /* line 248, ../sass/partials/_footer.scss */
  .footerline .footer-links {
    border-top: 1px solid #668bc2;
    text-align: center;
    padding-top: 10px;
  }
  /* line 253, ../sass/partials/_footer.scss */
  .footerline .footer-links:first-child {
    margin-left: 0;
  }
}

/* line 260, ../sass/partials/_footer.scss */
.contact-dropdown {
  display: block;
  position: relative;
  background-color: #4c77b7;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  width: 100%;
  margin-top: 10px;
  height: 44px;
  color: white;
}
/* line 270, ../sass/partials/_footer.scss */
.contact-dropdown:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 274, ../sass/partials/_footer.scss */
.contact-dropdown .choose {
  line-height: 44px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}
/* line 282, ../sass/partials/_footer.scss */
.contact-dropdown .opener {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 22px;
  height: 14px;
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
  background-repeat: no-repeat;
  background-size: 21px 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 282, ../sass/partials/_footer.scss */
  .contact-dropdown .opener {
    background-image: url("../Images/system/arrow_blue-dropdown_down_r.png");
  }
}

/* line 6, ../sass/partials/_content.scss */
.hero {
  margin: 0 auto;
  font-weight: normal;
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
/* line 13, ../sass/partials/_content.scss */
.hero h1 {
  font-family: "HelveticaNeueW02-BdExt", Helvetica, Arial, sans-serif;
  font-size: 80px;
}
/* line 18, ../sass/partials/_content.scss */
.hero p {
  font-size: 35px;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  /* line 24, ../sass/partials/_content.scss */
  .hero h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  /* line 29, ../sass/partials/_content.scss */
  .hero p {
    font-size: 20px;
  }
}

/* line 35, ../sass/partials/_content.scss */
.row-infographics {
  text-align: center;
}
/* line 38, ../sass/partials/_content.scss */
.row-infographics img {
  height: 250px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  /* line 38, ../sass/partials/_content.scss */
  .row-infographics img {
    height: 180px;
  }
}
/* line 46, ../sass/partials/_content.scss */
.row-infographics h2 {
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  font-size: 80px;
  margin: 0;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  /* line 54, ../sass/partials/_content.scss */
  .row-infographics h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 60, ../sass/partials/_content.scss */
  .row-infographics .columns.infographics__50:first-child {
    padding-left: 18%;
  }
  /* line 63, ../sass/partials/_content.scss */
  .row-infographics .columns.infographics__50:last-child {
    padding-right: 18%;
  }
}

/* line 69, ../sass/partials/_content.scss */
.infographics__33 {
  margin-bottom: 60px !important;
  margin-left: 0;
  margin-right: 0;
}

/* line 75, ../sass/partials/_content.scss */
.infographics__50 {
  margin-bottom: 60px !important;
  margin-left: 0;
  margin-right: 0;
}

/* line 81, ../sass/partials/_content.scss */
.infographics__sublime {
  text-transform: uppercase;
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  /* line 81, ../sass/partials/_content.scss */
  .infographics__sublime {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* line 93, ../sass/partials/_content.scss */
.infographics__link {
  font-family: "HelveticaNeueW02-55Roma", Helvetica, Arial, sans-serif;
}
/* line 95, ../sass/partials/_content.scss */
.infographics__link a {
  font-size: 16px;
}

@media only screen and (min-width: 1000px) {
  /* line 105, ../sass/partials/_content.scss */
  .globalborder {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
  }
}

/* line 115, ../sass/partials/_content.scss */
.content-scroll .eyecatcher {
  display: none;
}

/* line 120, ../sass/partials/_content.scss */
.eyecatcher {
  display: block;
  width: 100%;
  background: #444444;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 131, ../sass/partials/_content.scss */
.eyecatcher .columns p {
  font-size: 14px;
  margin: 0;
}
/* line 136, ../sass/partials/_content.scss */
.eyecatcher .columns .calltoaction {
  width: 250px;
}
/* line 139, ../sass/partials/_content.scss */
.eyecatcher .columns .calltoaction button {
  margin-top: 8px;
  height: 30px;
  background-color: #003d99;
  color: white;
  padding-top: 5px;
  cursor: pointer;
  margin-right: 30px;
  font-size: 14px;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  text-align: center;
}
/* line 150, ../sass/partials/_content.scss */
.eyecatcher .columns .calltoaction button:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 153, ../sass/partials/_content.scss */
.eyecatcher .columns .calltoaction button.grey {
  background-image: linear-gradient(#eeeeee 0%, #cccccc 100%);
  color: #003d99;
}
/* line 156, ../sass/partials/_content.scss */
.eyecatcher .columns .calltoaction button.grey:hover {
  background-image: linear-gradient(#cccccc 0%, #eeeeee 100%);
}

/* line 164, ../sass/partials/_content.scss */
.eyecatcher .columns img {
  width: 33px;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  /* line 171, ../sass/partials/_content.scss */
  .content-scroll .eyecatcher {
    display: block;
  }
}
@media only screen and (max-width: 795px) {
  /* line 178, ../sass/partials/_content.scss */
  .eyecatcher button {
    margin: 0;
  }
}
@media only screen and (max-width: 740px) {
  /* line 184, ../sass/partials/_content.scss */
  .eyecatcher {
    padding-bottom: 0;
  }
  /* line 186, ../sass/partials/_content.scss */
  .eyecatcher .calltoaction {
    width: 195px;
  }
  /* line 188, ../sass/partials/_content.scss */
  .eyecatcher .calltoaction button {
    margin-right: 4px !important;
  }

  /* line 194, ../sass/partials/_content.scss */
  .eyecatcher button {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 200, ../sass/partials/_content.scss */
  .eyecatcher {
    padding-bottom: 10px;
  }
  /* line 202, ../sass/partials/_content.scss */
  .eyecatcher img {
    margin-bottom: 10px;
    margin-right: -10px;
  }
  /* line 206, ../sass/partials/_content.scss */
  .eyecatcher .calltoaction {
    float: right;
  }
}
@media only screen and (max-width: 400px) {
  /* line 215, ../sass/partials/_content.scss */
  .eyecatcher .calltoaction {
    width: 210px !important;
  }
}
/* line 221, ../sass/partials/_content.scss */
.news-date-box {
  margin-bottom: 30px;
}

/* line 226, ../sass/partials/_content.scss */
.news-date-teaser p {
  margin-bottom: 0;
}

/* line 231, ../sass/partials/_content.scss */
.ad-hoc {
  display: inline;
  background-color: #dddddd;
  font-size: 12px;
  padding: 3px 5px 3px 5px;
  white-space: nowrap;
  margin-right: 5px;
}

/* line 240, ../sass/partials/_content.scss */
.news-date {
  float: left;
  margin-right: 10px;
}

/* line 245, ../sass/partials/_content.scss */
.border {
  line-height: 24px;
}
/* line 248, ../sass/partials/_content.scss */
.border .ad-hoc {
  display: inline;
  background-color: #dddddd;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: nowrap;
  visibility: hidden;
}
/* line 260, ../sass/partials/_content.scss */
.border .textlink {
  margin-top: 3px;
}
/* line 261, ../sass/partials/_content.scss */
.border .textlink a {
  font-weight: normal !important;
}
/* line 267, ../sass/partials/_content.scss */
.border.middle {
  border-left: none !important;
  border-right: none !important;
  padding-left: 35px;
}
/* line 273, ../sass/partials/_content.scss */
.border .date {
  float: left;
  font-size: 14px;
  margin-right: 10px;
}

/* line 280, ../sass/partials/_content.scss */
.globalback {
  display: block;
  position: relative;
  top: 0;
  z-index: 300;
  background: rgba(51, 51, 51, 0.95);
  width: 100%;
}
/* line 288, ../sass/partials/_content.scss */
.globalback .eyecatcher {
  margin-top: 0;
  background: rgba(0, 0, 0, 0);
  padding-right: 40px;
}
/* line 293, ../sass/partials/_content.scss */
.globalback .eyecatcher p {
  margin-top: 0.4em;
}
/* line 297, ../sass/partials/_content.scss */
.globalback .eyecatcher a {
  color: white;
}
/* line 300, ../sass/partials/_content.scss */
.globalback .eyecatcher a.textlink {
  padding-right: 20px;
  background-size: 8px;
  background-image: url("../images/arrow_footer_textlink_n.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 300, ../sass/partials/_content.scss */
  .globalback .eyecatcher a.textlink {
    background-image: url("../Images/system/arrow_footer_textlink_r.png");
  }
}
/* line 314, ../sass/partials/_content.scss */
.globalback.cookie {
  background: rgba(102, 102, 102, 0.95);
  display: block;
}
/* line 319, ../sass/partials/_content.scss */
.globalback .close {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  background-image: url(../Images/system/ico_tooltip_close_normal_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 319, ../sass/partials/_content.scss */
  .globalback .close {
    background-image: url(../Images/system/ico_tooltip_close_normal_r.png);
  }
}
/* line 336, ../sass/partials/_content.scss */
.globalback .close:hover {
  background-image: url(../Images/system/ico_tooltip_close_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 336, ../sass/partials/_content.scss */
  .globalback .close:hover {
    background-image: url(../Images/system/ico_tooltip_close_hover_r.png);
  }
}
/* line 343, ../sass/partials/_content.scss */
.globalback .close.clear {
  position: relative;
  top: 0;
  left: 10px;
  width: auto;
  height: auto;
}
/* line 351, ../sass/partials/_content.scss */
.globalback .close.view {
  height: auto;
  width: auto;
  position: relative;
  top: 0;
  left: 50px;
}
@media only screen and (max-width: 1000px) {
  /* line 361, ../sass/partials/_content.scss */
  .globalback .close {
    right: 20px;
  }
}

/* No JavaScript Fallback: Modernizr will insert the class "no-js" */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 6, ../sass/vendor/_no-js.scss */
.no-js body {
  overflow-y: auto;
}
/* line 15, ../sass/vendor/_no-js.scss */
.no-js body #preloader,
.no-js body .tooltip-border,
.no-js body .globalback,
.no-js body .offcanvas,
.no-js body .contact-dropdown,
.no-js body .message,
.no-js body .storieline.bottom {
  display: none;
}
/* line 19, ../sass/vendor/_no-js.scss */
.no-js body .slider_content {
  width: 100%;
}
/* line 22, ../sass/vendor/_no-js.scss */
.no-js body .slider_content img.rsImg {
  max-width: 100%;
  width: 100%;
}
/* line 29, ../sass/vendor/_no-js.scss */
.no-js body .slides > li:first-child,
.no-js body .storieline.top {
  display: block;
}
/* line 33, ../sass/vendor/_no-js.scss */
.no-js body .content-scroll {
  margin-top: -190px;
}
/* line 36, ../sass/vendor/_no-js.scss */
.no-js body .content-scroll .trusted {
  padding-top: 120px;
}
/* line 44, ../sass/vendor/_no-js.scss */
.no-js .subpage .content-scroll .trusted {
  padding-top: 0;
}

/* line 1, ../sass/partials/_announcement-strip.scss */
.globalback.announcement {
  background: rgba(0, 61, 153, 0.95);
  display: block;
}
/* line 6, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__image {
  height: 60px;
  float: left;
  margin-right: 15px;
}
/* line 11, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__image img {
  width: auto;
}
/* line 16, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__content {
  font-size: 14px;
}
/* line 18, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__content .title,
.globalback.announcement .eyecatcher .announcement__content .date {
  font-weight: bold;
}
/* line 22, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__content .title {
  margin-bottom: 7px;
  margin-top: 7px;
  font-size: 16px;
  display: block;
}
/* line 29, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__content .teaser {
  font-weight: normal;
}
/* line 36, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__link {
  padding-top: 25px;
}
/* line 39, ../sass/partials/_announcement-strip.scss */
.globalback.announcement .eyecatcher .announcement__link .button {
  padding-bottom: 0.5rem;
  padding-top: 0.3rem;
  margin-bottom: 0;
}

/* line 1, ../sass/partials/_mixed.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
}

/* line 5, ../sass/partials/_mixed.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
}

/* line 9, ../sass/partials/_mixed.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
}

/* line 13, ../sass/partials/_mixed.scss */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 20, ../sass/partials/_mixed.scss */
h1, .h1 {
  font-family: "HelveticaNeueW02-BdExt", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 70px;
  margin-bottom: 60px;
  margin-top: 30px;
}

/* line 28, ../sass/partials/_mixed.scss */
h2, .h2-link, .h2 {
  font-family: "HelveticaNeueW02-BdExt", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 35, ../sass/partials/_mixed.scss */
.subpage.archive h2, .subpage.archive .h2-link, .subpage.archive .h2 {
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
}

/* line 40, ../sass/partials/_mixed.scss */
.h2-link {
  display: block !important;
}
/* line 43, ../sass/partials/_mixed.scss */
.h2-link a {
  padding-right: 25px;
  background-image: url("../Images/system/arrow_h2_desktop_normal_n.png");
  background-size: 16px 26px !important;
  background-repeat: no-repeat;
  font-weight: normal !important;
  background-position: right 0px bottom 5px !important;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 43, ../sass/partials/_mixed.scss */
  .h2-link a {
    background-image: url("../Images/system/arrow_h2_desktop_normal_r.png");
    background-size: 10px;
  }
}
/* line 58, ../sass/partials/_mixed.scss */
.h2-link a:hover {
  color: #3675d2;
  background-image: url("../Images/system/arrow_h2_desktop_hover_n.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 58, ../sass/partials/_mixed.scss */
  .h2-link a:hover {
    background-image: url("../Images/system/arrow_h2_desktop_hover_r.png");
  }
}
@media only screen and (max-width: 500px) {
  /* line 43, ../sass/partials/_mixed.scss */
  .h2-link a {
    padding-right: 25px;
    display: inline;
    background-size: 12px 18px !important;
    background-image: url("../Images/system/arrow_h2_smartphone_normal_n.png");
    background-position: right 0 bottom 2px !important;
  }
  /* line 77, ../sass/partials/_mixed.scss */
  .h2-link a:hover {
    background-image: url("../Images/system/arrow_h2_smartphone_hover_n.png");
  }
}
@media only screen and (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 500px) and (min-resolution: 192dpi) {
  /* line 43, ../sass/partials/_mixed.scss */
  .h2-link a {
    background-image: url("../Images/system/arrow_h2_smartphone_normal_r.png");
  }
}
@media only screen and (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 500px) and (min-resolution: 192dpi) {
  /* line 77, ../sass/partials/_mixed.scss */
  .h2-link a:hover {
    background-image: url("../Images/system/arrow_h2_smartphone_hover_r.png");
  }
}

/* line 87, ../sass/partials/_mixed.scss */
h3, .h3 {
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 95, ../sass/partials/_mixed.scss */
h4, .h4 {
  font-family: "HelveticaNeueW02-45Ligh", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 105, ../sass/partials/_mixed.scss */
.main .content-row h1, .main .content-row h2, .main .content-row h3 {
  text-align: center;
}

@media (min-width: 401px) and (max-width: 1000px) {
  /* line 112, ../sass/partials/_mixed.scss */
  h1, .h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 60px;
  }

  /* line 117, ../sass/partials/_mixed.scss */
  h2, .h2-link, .h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  /* line 122, ../sass/partials/_mixed.scss */
  h3, .h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  /* line 127, ../sass/partials/_mixed.scss */
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  /* line 135, ../sass/partials/_mixed.scss */
  h1, .h1 {
    font-size: 34px !important;
    line-height: 42px;
    margin-bottom: 30px;
  }

  /* line 140, ../sass/partials/_mixed.scss */
  h2, .h2-link, .h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  /* line 145, ../sass/partials/_mixed.scss */
  h3, .h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  /* line 150, ../sass/partials/_mixed.scss */
  h4, .h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  /* line 158, ../sass/partials/_mixed.scss */
  h1, .h1 {
    font-size: 34px !important;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
/* line 165, ../sass/partials/_mixed.scss */
a {
  color: #003d99;
  background-repeat: no-repeat;
  font-weight: bold;
}
/* line 170, ../sass/partials/_mixed.scss */
a:hover {
  color: #3675d2;
}
/* line 174, ../sass/partials/_mixed.scss */
a.morelink {
  line-height: 23px;
  font-weight: bold;
  margin-top: 20px;
  color: #003d99;
  padding-right: 20px;
  background-image: url("../Images/system/arrow_textlink_normal_n.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 174, ../sass/partials/_mixed.scss */
  a.morelink {
    background-image: url("../Images/system/arrow_textlink_normal_r.png");
    background-size: 10px;
  }
}
/* line 190, ../sass/partials/_mixed.scss */
/*a.morelink:hover {
  color: #3675d2;
  background-image: url("../Images/system/arrow_textlink_hover_n.png");
}*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 190, ../sass/partials/_mixed.scss */
  a.morelink:hover {
    background-image: url("../Images/system/arrow_textlink_hover_r.png");
  }
}
/* line 199, ../sass/partials/_mixed.scss */
a.externlink {
  font-weight: bold;
  margin-top: 20px;
  color: #003d99;
  padding-left: 23px;
  background-size: 16px 14px;
  background-image: url("../images/ico_external-link_normal_n.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 199, ../sass/partials/_mixed.scss */
  a.externlink {
    background-image: url("../images/ico_external-link_normal_r.png");
    background-size: 16px 14px;
  }
}
/* line 215, ../sass/partials/_mixed.scss */
a.externlink:hover {
  color: #3675d2;
  background-image: url("../images/ico_external-link_hover_n.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 215, ../sass/partials/_mixed.scss */
  a.externlink:hover {
    background-image: url("../images/ico_external-link_hover_r.png");
  }
}
/* line 225, ../sass/partials/_mixed.scss */
a.pdf {
  font-weight: bold !important;
  background-image: url("../images/ico_file-PDF_n.png");
  background-size: 16px 18px;
  background-position: left center;
  padding-right: 0;
  padding-left: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 225, ../sass/partials/_mixed.scss */
  a.pdf {
    background-image: url("../images/ico_file-PDF_r.png");
  }
}
/* line 237, ../sass/partials/_mixed.scss */
a.xlsx {
  font-weight: bold !important;
  background-image: url("../images/ico_file-XLS_n.png");
  background-size: 16px 18px;
  background-position: left center;
  padding-right: 0;
  padding-left: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 237, ../sass/partials/_mixed.scss */
  a.xlsx {
    background-image: url("../images/ico_file-XLS_r.png");
  }
}

@media (max-width: 320px) {
  /* line 251, ../sass/partials/_mixed.scss */
  .product-disclaimer {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 256, ../sass/partials/_mixed.scss */
.product-disclaimer p {
  padding-top: 10px;
  font-size: 14px !important;
  line-height: 20px;
  text-align: left;
}

/* line 265, ../sass/partials/_mixed.scss */
.page-disclaimer {
  margin-top: 30px;
}
/* line 268, ../sass/partials/_mixed.scss */
.page-disclaimer .button.grey {
  background-image: linear-gradient(#eeeeee 0%, #cccccc 100%);
  color: #003d99;
}
/* line 271, ../sass/partials/_mixed.scss */
.page-disclaimer .button.grey:hover {
  background-image: linear-gradient(#cccccc 0%, #eeeeee 100%);
}

/* line 279, ../sass/partials/_mixed.scss */
.img-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 500px) {
  /* line 279, ../sass/partials/_mixed.scss */
  .img-desc {
    margin-bottom: 20px;
  }
}

/* line 289, ../sass/partials/_mixed.scss */
img {
  max-width: auto;
}

/* line 294, ../sass/partials/_mixed.scss */
sub {
  vertical-align: bottom;
  font-size: 0.8em;
  line-height: 100%;
  font-weight: bold;
}

/* line 303, ../sass/partials/_mixed.scss */
ul li {
  padding: 0 0 5px 5px;
}
/* line 307, ../sass/partials/_mixed.scss */
ul .extra {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0 -15px;
  font-weight: bold;
}

/* line 316, ../sass/partials/_mixed.scss */
ol {
  margin-bottom: 0;
}
/* line 318, ../sass/partials/_mixed.scss */
ol li {
  padding: 0 0 5px 5px;
}
/* line 321, ../sass/partials/_mixed.scss */
ol .extra {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0 -15px;
  font-weight: bold;
}

/* line 330, ../sass/partials/_mixed.scss */
.subline {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 336, ../sass/partials/_mixed.scss */
.content-row {
  position: relative;
  padding-top: 10px;
}

/* line 341, ../sass/partials/_mixed.scss */
.content-col {
  margin: 0 auto;
}

/* line 345, ../sass/partials/_mixed.scss */
.content-scroll {
  position: relative;
  width: 100%;
  background-color: white;
  float: left;
  padding: 0;
  padding-top: 50px;
  z-index: 50;
  overflow-x: hidden;
  margin-top: -70px;
}

/* line 357, ../sass/partials/_mixed.scss */
.nopadding {
  padding: 0;
}

/* line 361, ../sass/partials/_mixed.scss */
.textCenter {
  position: fixed;
  bottom: 40px;
  font-size: 16px;
  line-height: 23px;
  z-index: 150;
  max-width: 1280px;
  margin: 0 auto;
  background-color: white;
  min-height: 150px;
}
/* line 372, ../sass/partials/_mixed.scss */
.textCenter .textRight {
  position: relative;
  text-align: left;
  left: 40px;
}
/* line 377, ../sass/partials/_mixed.scss */
.textCenter .textRight .pagination {
  text-align: center;
  display: none;
}
/* line 380, ../sass/partials/_mixed.scss */
.textCenter .textRight .pagination a {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 387, ../sass/partials/_mixed.scss */
.textCenter .pageButton, .textCenter .pagination a {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
/* line 393, ../sass/partials/_mixed.scss */
.textCenter .pageButton {
  display: inline-block;
  color: #003d99;
  cursor: pointer;
  margin-top: 0px;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 407, ../sass/partials/_mixed.scss */
.textCenter .pageButton.first {
  background-image: url(../Images/system/arrow_pagination_first_normal_n.html);
}
/* line 409, ../sass/partials/_mixed.scss */
.textCenter .pageButton.first:hover {
  background-image: url(../Images/system/arrow_pagination_first_hover_n.html);
}
/* line 412, ../sass/partials/_mixed.scss */
.textCenter .pageButton.first.disabled {
  background-image: url(../Images/system/arrow_pagination_first_inactive_n.html);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 407, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.first {
    background-image: url(../Images/system/arrow_pagination_first_normal_r.html);
  }
  /* line 417, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.first:hover {
    background-image: url(../Images/system/arrow_pagination_first_hover_r.html);
  }
  /* line 420, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.first.disabled {
    background-image: url(../Images/system/arrow_pagination_first_inactive_r.html);
  }
}
/* line 407, ../sass/partials/_mixed.scss */
.textCenter .pageButton.prev {
  background-image: url(../Images/system/arrow_pagination_previous_normal_n.png);
}
/* line 409, ../sass/partials/_mixed.scss */
.textCenter .pageButton.prev:hover {
  background-image: url(../Images/system/arrow_pagination_previous_hover_n.png);
}
/* line 412, ../sass/partials/_mixed.scss */
.textCenter .pageButton.prev.disabled {
  background-image: url(../Images/system/arrow_pagination_previous_inactive_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 407, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.prev {
    background-image: url(../Images/system/arrow_pagination_previous_normal_r.png);
  }
  /* line 417, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.prev:hover {
    background-image: url(../Images/system/arrow_pagination_previous_hover_r.png);
  }
  /* line 420, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.prev.disabled {
    background-image: url(../Images/system/arrow_pagination_previous_inactive_r.png);
  }
}
/* line 407, ../sass/partials/_mixed.scss */
.textCenter .pageButton.next {
  background-image: url(../Images/system/arrow_pagination_next_normal_n.png);
}
/* line 409, ../sass/partials/_mixed.scss */
.textCenter .pageButton.next:hover {
  background-image: url(../Images/system/arrow_pagination_next_hover_n.png);
}
/* line 412, ../sass/partials/_mixed.scss */
.textCenter .pageButton.next.disabled {
  background-image: url(../Images/system/arrow_pagination_next_inactive_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 407, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.next {
    background-image: url(../Images/system/arrow_pagination_next_normal_r.png);
  }
  /* line 417, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.next:hover {
    background-image: url(../Images/system/arrow_pagination_next_hover_r.png);
  }
  /* line 420, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.next.disabled {
    background-image: url(../Images/system/arrow_pagination_next_inactive_r.png);
  }
}
/* line 407, ../sass/partials/_mixed.scss */
.textCenter .pageButton.last {
  background-image: url(../Images/system/arrow_pagination_last_normal_n.html);
}
/* line 409, ../sass/partials/_mixed.scss */
.textCenter .pageButton.last:hover {
  background-image: url(../Images/system/arrow_pagination_last_hover_n.html);
}
/* line 412, ../sass/partials/_mixed.scss */
.textCenter .pageButton.last.disabled {
  background-image: url(../Images/system/arrow_pagination_last_inactive_n.html);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 407, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.last {
    background-image: url(../Images/system/arrow_pagination_last_normal_r.html);
  }
  /* line 417, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.last:hover {
    background-image: url(../Images/system/arrow_pagination_last_hover_r.html);
  }
  /* line 420, ../sass/partials/_mixed.scss */
  .textCenter .pageButton.last.disabled {
    background-image: url(../Images/system/arrow_pagination_last_inactive_r.html);
  }
}
/* line 432, ../sass/partials/_mixed.scss */
.textCenter .pageButton.disabled {
  cursor: default;
}
/* line 437, ../sass/partials/_mixed.scss */
.textCenter .pagination {
  clear: both;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 0;
}
/* line 443, ../sass/partials/_mixed.scss */
.textCenter .pagination a {
  display: block;
  float: left;
  padding: 0;
  text-align: center;
  color: #003d99;
}
/* line 450, ../sass/partials/_mixed.scss */
.textCenter .pagination a:hover {
  color: #3675d2;
}
/* line 453, ../sass/partials/_mixed.scss */
.textCenter .pagination a.active {
  background-color: #e5ebf5;
  color: #003d99 !important;
}
/* line 459, ../sass/partials/_mixed.scss */
.textCenter .pageCountBlock {
  display: inline-block;
}

/* line 465, ../sass/partials/_mixed.scss */
.logo img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  /*margin-bottom: 10px;*/
  margin-bottom: 11px;
}

/* line 478, ../sass/partials/_mixed.scss */
.navi-search {
  display: none;
  position: absolute;
  padding-right: 30px;
  width: 100%;
  right: 0;
  overflow: hidden;
  /*top: 9px;*/
  top:16px;
}
/* line 487, ../sass/partials/_mixed.scss */
.navi-search .loupe {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-image: url(../images/search-loupe_n.png);
  margin-right: 10px;
  float: right;
  /*margin-top: 10px;*/
  margin-top: 1px;

}
/* line 496, ../sass/partials/_mixed.scss */
.navi-search .search-container {
  background-color: white;
}
/* line 498, ../sass/partials/_mixed.scss */
.navi-search .search-container form {
  display: block;
  float: right;
  width: 100%;
  height: 40px;
  margin-right: 30px;
  background-color: #eeeeee;
  margin-bottom: 0 !important;
}
/* line 507, ../sass/partials/_mixed.scss */
.navi-search .search-container form input {
  border: none !important;
  background-color: #eeeeee;
  font-family: "HelveticaNeueW02-45Ligh", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-top: 0;
  max-height: 40px;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  /* line 507, ../sass/partials/_mixed.scss */
  .navi-search .search-container form input {
    font-size: 16px;
  }
}
/* line 520, ../sass/partials/_mixed.scss */
.navi-search .search-container form button {
  margin-top: 0;
  height: 40px;
  background-color: #003d99;
  color: white;
  padding-top: 10px;
  cursor: pointer;
  font-size: 14px;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  text-align: center;
}
/* line 530, ../sass/partials/_mixed.scss */
.navi-search .search-container form button:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 533, ../sass/partials/_mixed.scss */
.navi-search .search-container form button.grey {
  background-image: linear-gradient(#eeeeee 0%, #cccccc 100%);
  color: #003d99;
}
/* line 536, ../sass/partials/_mixed.scss */
.navi-search .search-container form button.grey:hover {
  background-image: linear-gradient(#cccccc 0%, #eeeeee 100%);
}

/* line 550, ../sass/partials/_mixed.scss */
.mobileHeader {
  display: none;
  position: relative;
  background-color: white;
  z-index: 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
/* line 558, ../sass/partials/_mixed.scss */
.mobileHeader .navi-search {
  position: relative;
  top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  background-color: white;
  padding-right: 0;
}
/* line 569, ../sass/partials/_mixed.scss */
.mobileHeader .logo img {
  height: 35px;
  width: auto;
}
/* line 575, ../sass/partials/_mixed.scss */
.mobileHeader .loupe.blue {
  cursor: pointer;
  background-image: url(../Images/system/ico_search_normal_n.png);
  background-size: 20px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  margin-top: 20px;
  position: relative;
  width: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 575, ../sass/partials/_mixed.scss */
  .mobileHeader .loupe.blue {
    background-image: url(../Images/system/ico_search_normal_r.png);
  }
}
/* line 590, ../sass/partials/_mixed.scss */
.mobileHeader .loupe.blue.close {
  background-image: url(../Images/system/ico_close_search_normal_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 590, ../sass/partials/_mixed.scss */
  .mobileHeader .loupe.blue.close {
    background-image: url(../Images/system/ico_close_search_normal_r.png);
  }
}
/* line 597, ../sass/partials/_mixed.scss */
.mobileHeader .loupe.blue.close:hover {
  background-image: url(../Images/system/ico_close_search_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 597, ../sass/partials/_mixed.scss */
  .mobileHeader .loupe.blue.close:hover {
    background-image: url(../Images/system/ico_close_search_hover_r.png);
  }
}
/* line 605, ../sass/partials/_mixed.scss */
.mobileHeader .loupe.blue:hover {
  background-image: url(../Images/system/ico_search_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 605, ../sass/partials/_mixed.scss */
  .mobileHeader .loupe.blue:hover {
    background-image: url(../Images/system/ico_search_hover_r.png);
  }
}
/* line 613, ../sass/partials/_mixed.scss */
.mobileHeader .hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin-top: 10px;
  float: right;
  background-image: -webkit-linear-gradient(#4c77b7 0%, #003d99 100%);
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
}
/* line 623, ../sass/partials/_mixed.scss */
.mobileHeader .hamburger:hover {
  background-image: -webkit-linear-gradient(#003d99 0%, #4c77b7 100%);
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 628, ../sass/partials/_mixed.scss */
.mobileHeader .hamburger img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}

/* line 645, ../sass/partials/_mixed.scss */
.stage {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: grey;
  z-index: 0;
  display: block;
  top: 0;
}

/* line 655, ../sass/partials/_mixed.scss */
.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 662, ../sass/partials/_mixed.scss */
.mobile {
  display: none !important;
}

/* line 666, ../sass/partials/_mixed.scss */
.royalSlider {
  direction: ltr;
  height: 100% !important;
  position: relative;
  width: 100% !important;
}
/* line 672, ../sass/partials/_mixed.scss */
.royalSlider .download-teaser a {
  display: inline !important;
}
/* line 676, ../sass/partials/_mixed.scss */
.royalSlider .slider_content {
  text-align: center;
  position: relative;
  height: 100%;
}
/* line 682, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .featured_products .featured_products_product {
  margin: 0 !important;
}
/* line 685, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .featured_products .featured_products_product .border-line {
  padding-top: 0;
  margin-top: -20px;
}
/* line 688, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .featured_products .featured_products_product .border-line a {
  display: inline !important;
  font-size: 16px;
}
/* line 696, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .scrollDown {
  display: none;
  background-size: 24px;
  background-image: url("../Images/system/arrow_stage_see-more_mobile_n.png");
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  bottom: 65px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 696, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .scrollDown {
    background-image: url("../Images/system/arrow_stage_see-more_mobile_r.png");
  }
}
/* line 712, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .header {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  background-image: url("../Images/system/gradient_stories_stage.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-position: 1px -31px;
  background-size: auto 533px;
  min-height: 533px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 60px;
}
/* line 728, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .header h1, .royalSlider .slider_content .header .h1 {
  margin-top: 0 !important;
}
/* line 732, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .header a {
  height: auto;
  display: inline;
  color: #fff;
}
/* line 737, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .header a:hover {
  color: #fff;
}
@media (min-width: 401px) and (max-width: 1000px) {
  /* line 744, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .header {
    background-size: auto 570px;
    min-height: 570px;
  }
}
@media (max-width: 400px) {
  /* line 751, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .header {
    padding-top: 0;
    background-size: auto 300px;
    min-height: 300px;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  /* line 759, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .header {
    padding-top: 0;
    background-size: auto 300px;
    min-height: 300px;
  }
}
/* line 766, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .h1 {
  display: block;
  font-family: "HelveticaNeueW02-BdExt", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
/* line 772, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .h3 {
  display: block;
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-height: 500px) {
  /* line 772, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .h3 {
    display: none !important;
  }
}
/* line 782, ../sass/partials/_mixed.scss */
.royalSlider .slider_content .scrollDown {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
/* line 787, ../sass/partials/_mixed.scss */
.royalSlider .slider_content a.buttonBottom {
  display: block;
  bottom: 230px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  z-index: 300;
}
@media (min-width: 320px) and (max-width: 720px) {
  /* line 797, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content a.buttonBottom.mobile {
    bottom: 100px;
  }
}
/* line 805, ../sass/partials/_mixed.scss */
.royalSlider .slider_content a {
  height: 30px;
  display: block;
}
/* line 809, ../sass/partials/_mixed.scss */
.royalSlider .slider_content a .button {
  margin-top: 3%;
  padding: 11px 18px 10px 18px;
}
/* line 816, ../sass/partials/_mixed.scss */
.royalSlider .storie-content {
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  border: 1px solid red;
}
/* line 823, ../sass/partials/_mixed.scss */
.royalSlider .storie-content a.close {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 833, ../sass/partials/_mixed.scss */
.rsDefault .rsBullet {
  width: 40px !important;
  height: 30px !important;
}
/* line 837, ../sass/partials/_mixed.scss */
.rsDefault .rsBullet.rsNavSelected span {
  width: 20px !important;
  height: 20px !important;
  border: 3px solid white !important;
}
/* line 844, ../sass/partials/_mixed.scss */
.rsDefault .rsBullet span {
  background-color: #0075d4 !important;
  width: 20px !important;
  height: 20px !important;
}

/* line 852, ../sass/partials/_mixed.scss */
button, .button {
  background-color: #249dff;
  background-image: -webkit-linear-gradient(#249dff 0%, #0075d4 100%);
  background-image: -moz-linear-gradient(#249dff 0%, #0075d4 100%);
  background-image: -o-linear-gradient(#249dff 0%, #0075d4 100%);
  background-image: linear-gradient(#249dff 0%, #0075d4 100%);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-weight: bold;
}
/* line 13, ../sass/helpers/_mixins.scss */
button:hover, .button:hover {
  background-image: -webkit-linear-gradient(#0075d4 0%, #249dff 100%);
  background-image: -moz-linear-gradient(#0075d4 0%, #249dff 100%);
  background-image: -o-linear-gradient(#0075d4 0%, #249dff 100%);
  background-image: linear-gradient(#0075d4 0%, #249dff 100%);
}
/* line 854, ../sass/partials/_mixed.scss */
button.blue, .button.blue {
  display: block;
  position: relative;
  background-color: #4c77b7;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 44px;
  line-height: 18px;
  padding: 10px !important;
}
/* line 54, ../sass/helpers/_mixins.scss */
button.blue:hover, .button.blue:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 57, ../sass/helpers/_mixins.scss */
button.blue .choose, .button.blue .choose {
  line-height: 44px;
  font-size: 15px;
  padding-left: 15px;
  font-weight: bold;
}
/* line 63, ../sass/helpers/_mixins.scss */
button.blue .opener, .button.blue .opener {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 22px;
  height: 14px;
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
  background-repeat: no-repeat;
  background-size: 21px 12px;
}
/* line 73, ../sass/helpers/_mixins.scss */
button.blue .opener.more, .button.blue .opener.more {
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
}
/* line 76, ../sass/helpers/_mixins.scss */
button.blue .opener.less, .button.blue .opener.less {
  background-image: url("../Images/system/arrow_blue-dropdown_up_n.png");
}
/* line 861, ../sass/partials/_mixed.scss */
button.dropdown.grey, .button.dropdown.grey {
  display: block;
  position: relative;
  background-color: #4c77b7;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 44px;
}
/* line 54, ../sass/helpers/_mixins.scss */
button.dropdown.grey:hover, .button.dropdown.grey:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 57, ../sass/helpers/_mixins.scss */
button.dropdown.grey .choose, .button.dropdown.grey .choose {
  line-height: 44px;
  font-size: 15px;
  padding-left: 15px;
  font-weight: bold;
}
/* line 63, ../sass/helpers/_mixins.scss */
button.dropdown.grey .opener, .button.dropdown.grey .opener {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 22px;
  height: 14px;
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
  background-repeat: no-repeat;
  background-size: 21px 12px;
}
/* line 73, ../sass/helpers/_mixins.scss */
button.dropdown.grey .opener.more, .button.dropdown.grey .opener.more {
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
}
/* line 76, ../sass/helpers/_mixins.scss */
button.dropdown.grey .opener.less, .button.dropdown.grey .opener.less {
  background-image: url("../Images/system/arrow_blue-dropdown_up_n.png");
}
/* line 81, ../sass/helpers/_mixins.scss */
button.dropdown.grey .opener, .button.dropdown.grey .opener {
  background-image: url("../Images/system/arrow_silver-dropdown_down_n.png");
}
/* line 83, ../sass/helpers/_mixins.scss */
button.dropdown.grey .opener.more, .button.dropdown.grey .opener.more {
  background-image: url("../Images/system/arrow_silver-dropdown_up_n.png");
}
/* line 86, ../sass/helpers/_mixins.scss */
button.dropdown.grey .opener.less, .button.dropdown.grey .opener.less {
  background-image: url("../Images/system/arrow_silver-dropdown_down_n.png");
}
/* line 90, ../sass/helpers/_mixins.scss */
button.dropdown.grey.grey, .button.dropdown.grey.grey {
  background-image: linear-gradient(#eeeeee 0%, #cccccc 100%);
  color: #003d99;
}
/* line 93, ../sass/helpers/_mixins.scss */
button.dropdown.grey.grey:hover, .button.dropdown.grey.grey:hover {
  background-image: linear-gradient(#cccccc 0%, #eeeeee 100%);
}

/* line 867, ../sass/partials/_mixed.scss */
.row {
  max-width: 1280px;
  z-index: 5;
}

/* line 872, ../sass/partials/_mixed.scss */
.rsDefault .rsBullets {
  background: none !Important;
  width: 100%;
  z-index: 35;
  height: 27px;
  position: absolute;
  bottom: 150px;
}

/* line 881, ../sass/partials/_mixed.scss */
.storie-content-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 60;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 23px;
}
/* line 892, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content {
  line-height: 28px !important;
}
/* line 895, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content .slider_content {
  text-align: left !important;
}
/* line 899, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content .rsNav, .storie-content-block .storie-content .rsArrow {
  display: none !important;
}
/* line 903, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content .rsOverflow {
  min-height: 888px;
  background: none repeat scroll 0 0 white !important;
}
/* line 907, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content .rsOverflow p {
  background: none !important;
}
/* line 911, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content h3 {
  font-family: "HelveticaNeueW02-45Ligh", Helvetica, Arial, sans-serif;
  font-size: 28px;
}
/* line 915, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content h2 {
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
/* line 920, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content h1 {
  font-family: "HelveticaNeueW02-BdExt", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 23px;
  margin-bottom: 15px;
}
/* line 927, ../sass/partials/_mixed.scss */
.storie-content-block .storie-content .back {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 933, ../sass/partials/_mixed.scss */
.storie-content-block a.close {
  position: absolute;
  display: block;
  right: 30px;
  top: 20px;
  z-index: 50;
  height: 22px;
  background-image: url(../Images/system/ico_close_button_normal_n.png);
  background-size: 16px 16px;
  background-position: right 0;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 16px;
  color: #003d99;
  font-weight: bold;
  padding-right: 26px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 933, ../sass/partials/_mixed.scss */
  .storie-content-block a.close {
    background-image: url(../Images/system/ico_close_button_normal_r.png);
  }
}
/* line 952, ../sass/partials/_mixed.scss */
.storie-content-block a.close:hover {
  background-image: url(../Images/system/ico_close_button_hover_n.png);
  color: #3675d2;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 952, ../sass/partials/_mixed.scss */
  .storie-content-block a.close:hover {
    background-image: url(../Images/system/ico_close_button_hover_r.png);
  }
}
/* line 960, ../sass/partials/_mixed.scss */
.storie-content-block .page {
  height: auto;
  min-height: 500px;
  position: relative;
}
/* line 964, ../sass/partials/_mixed.scss */
.storie-content-block .page .pictureText {
  position: absolute;
  max-width: 616px;
  top: 36px;
  left: 36px;
  padding-left: 68px;
  padding-top: 34px;
  padding-bottom: 34px;
  font-family: "HelveticaNeueW02-LtExt", Helvetica, Arial, sans-serif;
  font-size: 27px;
  line-height: 45px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
/* line 978, ../sass/partials/_mixed.scss */
.storie-content-block .page.first {
  display: block;
}
/* line 980, ../sass/partials/_mixed.scss */
.storie-content-block .page.first .prev {
  visibility: hidden;
}
/* line 985, ../sass/partials/_mixed.scss */
.storie-content-block .page.last .next {
  visibility: hidden;
}
/* line 989, ../sass/partials/_mixed.scss */
.storie-content-block .page .row {
  width: 100%;
}

/* line 1001, ../sass/partials/_mixed.scss */
.storie-content-block .share-box {
  margin-top: 10px;
}
/* line 1003, ../sass/partials/_mixed.scss */
.storie-content-block .share-box .description, .storie-content-block .share-box .icon {
  float: left !important;
}

/* line 1009, ../sass/partials/_mixed.scss */
.share-box {
  display: block;
  position: relative;
  margin-bottom: 30px !important;
  font-size: 14px;
  overflow: hidden;
  border: 1px solid white;
}
/* line 1017, ../sass/partials/_mixed.scss */
.share-box .inner {
  width: 400px;
}
@media (max-width: 767px) {
  /* line 1017, ../sass/partials/_mixed.scss */
  .share-box .inner {
    width: 300px;
  }
}
/* line 1024, ../sass/partials/_mixed.scss */
.share-box .print {
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  background-image: url(../images/ico_print_normal_n.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 54px;
  height: 24px;
  border-left: 1px solid #99b1d6;
  float: right;
  line-height: 24px;
  background-size: 24px;
}
/* line 1037, ../sass/partials/_mixed.scss */
.share-box .print:hover {
  background-image: url(../images/ico_print_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1024, ../sass/partials/_mixed.scss */
  .share-box .print {
    background-image: url(../Images/system/ico_print_normal_r.png);
  }
  /* line 1042, ../sass/partials/_mixed.scss */
  .share-box .print:hover {
    background-image: url(../Images/system/ico_print_hover_r.png);
  }
}
/* line 1048, ../sass/partials/_mixed.scss */
.share-box .description {
  display: table-cell;
  vertical-align: middle;
  float: right;
  margin-right: 25px;
  height: 24px;
  line-height: 24px;
  width: auto;
}
/* line 1057, ../sass/partials/_mixed.scss */
.share-box .icon {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  float: right;
}
/* line 1063, ../sass/partials/_mixed.scss */
.share-box .icon li {
  float: left;
  width: 24px;
  height: 24px;
  list-style: none;
  margin-right: 24px;
  margin-left: 0;
  padding: 0;
}
@media (max-width: 400px) {
  /* line 1063, ../sass/partials/_mixed.scss */
  .share-box .icon li {
    margin-right: 20px;
  }
}
/* line 1076, ../sass/partials/_mixed.scss */
.share-box .icon li a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
/* line 1081, ../sass/partials/_mixed.scss */
.share-box .icon li a.fb {
  background-image: url(../images/ico_share_fb_normal_n.png);
}
/* line 1083, ../sass/partials/_mixed.scss */
.share-box .icon li a.fb:hover {
  background-image: url(../images/ico_share_fb_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1081, ../sass/partials/_mixed.scss */
  .share-box .icon li a.fb {
    background-image: url(../images/ico_share_fb_normal_r.png);
  }
  /* line 1088, ../sass/partials/_mixed.scss */
  .share-box .icon li a.fb:hover {
    background-image: url(../images/ico_share_fb_hover_r.png);
  }
}
/* line 1093, ../sass/partials/_mixed.scss */
.share-box .icon li a.tw {
  background-image: url(../images/ico_share_tw_normal_n.png);
}
/* line 1095, ../sass/partials/_mixed.scss */
.share-box .icon li a.tw:hover {
  background-image: url(../images/ico_share_tw_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1093, ../sass/partials/_mixed.scss */
  .share-box .icon li a.tw {
    background-image: url(../images/ico_share_tw_normal_r.png);
  }
  /* line 1100, ../sass/partials/_mixed.scss */
  .share-box .icon li a.tw:hover {
    background-image: url(../images/ico_share_tw_hover_r.png);
  }
}
/* line 1105, ../sass/partials/_mixed.scss */
.share-box .icon li a.gp {
  background-image: url(../images/ico_share_gp_normal_n.png);
}
/* line 1107, ../sass/partials/_mixed.scss */
.share-box .icon li a.gp:hover {
  background-image: url(../images/ico_share_gp_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1105, ../sass/partials/_mixed.scss */
  .share-box .icon li a.gp {
    background-image: url(../images/ico_share_gp_normal_r.png);
  }
  /* line 1112, ../sass/partials/_mixed.scss */
  .share-box .icon li a.gp:hover {
    background-image: url(../images/ico_share_gp_hover_r.png);
  }
}
/* line 1117, ../sass/partials/_mixed.scss */
.share-box .icon li a.in {
  background-image: url(../images/ico_share_in_normal_n.png);
}
/* line 1119, ../sass/partials/_mixed.scss */
.share-box .icon li a.in:hover {
  background-image: url(../images/ico_share_in_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1117, ../sass/partials/_mixed.scss */
  .share-box .icon li a.in {
    background-image: url(../images/ico_share_in_normal_r.png);
  }
  /* line 1124, ../sass/partials/_mixed.scss */
  .share-box .icon li a.in:hover {
    background-image: url(../images/ico_share_in_hover_r.png);
  }
}
/* line 1129, ../sass/partials/_mixed.scss */
.share-box .icon li a.email {
  background-image: url(../images/ico_share_email_normal_n.png);
}
/* line 1131, ../sass/partials/_mixed.scss */
.share-box .icon li a.email:hover {
  background-image: url(../images/ico_share_email_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1129, ../sass/partials/_mixed.scss */
  .share-box .icon li a.email {
    background-image: url(../images/ico_share_email_normal_r.png);
  }
  /* line 1136, ../sass/partials/_mixed.scss */
  .share-box .icon li a.email:hover {
    background-image: url(../images/ico_share_email_hover_r.png);
  }
}

/* line 1151, ../sass/partials/_mixed.scss */
.form {
  margin-bottom: 60px !important;
}
/* line 1154, ../sass/partials/_mixed.scss */
.form fieldset {
  margin-bottom: 60px;
  border: none;
  padding: 0 !important;
}
/* line 1160, ../sass/partials/_mixed.scss */
.form label {
  color: black !important;
}
/* line 1164, ../sass/partials/_mixed.scss */
.form input {
  margin-top: 11px;
  margin-bottom: 25px !important;
  height: 44px;
  border: 1px solid #668bc2;
}
/* line 1171, ../sass/partials/_mixed.scss */
.form select {
  margin-top: 11px;
  margin-bottom: 25px !important;
  height: 44px;
  border: 1px solid #668bc2;
  background-color: white !important;
}
@media (min-width: 1024px) {
  /* line 1171, ../sass/partials/_mixed.scss */
  .form select {
    background-image: none !important;
  }
}
/* line 1183, ../sass/partials/_mixed.scss */
.form textarea {
  margin-bottom: 25px !important;
  margin-top: 11px;
  border: 1px solid #668bc2;
  min-height: 86px;
}
/* line 1190, ../sass/partials/_mixed.scss */
.form small.error {
  background: none repeat scroll 0 0 #cc6666 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: bold !important;
  min-height: 34px;
  line-height: 34px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -25px !important;
}
/* line 1203, ../sass/partials/_mixed.scss */
.form .error label {
  color: #cc6666;
}
/* line 1206, ../sass/partials/_mixed.scss */
.form .error input {
  border: 1px solid #cc6666;
}
/* line 1211, ../sass/partials/_mixed.scss */
.form .submit {
  display: block;
  position: relative;
  background-color: #4c77b7;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px 15px 20px;
  text-align: center;
  display: inline;
  top: 25px;
}
/* line 28, ../sass/helpers/_mixins.scss */
.form .submit:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 1222, ../sass/partials/_mixed.scss */
.form .print {
  background: url(../images/ico_print_normal_n.png) no-repeat 20px center;
  padding-left: 54px;
  height: 24px;
  display: block;
  line-height: 24px;
  background-size: 24px;
}
/* line 1229, ../sass/partials/_mixed.scss */
.form .print:hover {
  background-image: url(../images/ico_print_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1222, ../sass/partials/_mixed.scss */
  .form .print {
    background-image: url(../Images/system/ico_print_normal_r.png);
  }
  /* line 1234, ../sass/partials/_mixed.scss */
  .form .print:hover {
    background-image: url(../Images/system/ico_print_hover_r.png);
  }
}
/* line 1240, ../sass/partials/_mixed.scss */
.form .section {
  margin-bottom: 60px;
}
/* line 1243, ../sass/partials/_mixed.scss */
.form .section .minus {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../Images/system/ico_order-publications_minus_normal_n.png);
  background-repeat: no-repeat;
  margin-top: 44px;
}
/* line 1250, ../sass/partials/_mixed.scss */
.form .section .minus:hover {
  background-image: url(../Images/system/ico_order-publications_minus_hover_n.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1243, ../sass/partials/_mixed.scss */
  .form .section .minus {
    background-image: url(../Images/system/ico_order-publications_minus_normal_r.png);
    background-size: 20px;
  }
  /* line 1256, ../sass/partials/_mixed.scss */
  .form .section .minus:hover {
    background-image: url(../Images/system/ico_order-publications_minus_hover_r.png);
  }
}
/* line 1261, ../sass/partials/_mixed.scss */
.form .section .more {
  display: inline-block;
  height: 20px;
  padding-left: 30px;
  line-height: 20px;
  background-image: url(../Images/system/ico_order-publications_plus_normal_n.png);
  background-repeat: no-repeat;
  color: #003d99;
}
/* line 1269, ../sass/partials/_mixed.scss */
.form .section .more:hover {
  background-image: url(../Images/system/ico_order-publications_plus_hover_n.png);
  color: #3675d2;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1261, ../sass/partials/_mixed.scss */
  .form .section .more {
    background-image: url(../Images/system/ico_order-publications_plus_normal_r.png);
    background-size: 20px;
  }
  /* line 1276, ../sass/partials/_mixed.scss */
  .form .section .more:hover {
    background-image: url(../Images/system/ico_order-publications_plus_hover_r.png);
  }
}

/* line 1285, ../sass/partials/_mixed.scss */
.tx-felogin-pi1 label input[type='radio'] {
  margin-right: 10px;
  height: 15px;
}
/* line 1289, ../sass/partials/_mixed.scss */
.tx-felogin-pi1 .columns div {
  margin-bottom: 30px;
}
/* line 1292, ../sass/partials/_mixed.scss */
.tx-felogin-pi1 h3 {
  margin-top: 30px;
}
/* line 1295, ../sass/partials/_mixed.scss */
.tx-felogin-pi1 .form {
  margin-bottom: 30px !important;
}
/* line 1297, ../sass/partials/_mixed.scss */
.tx-felogin-pi1 .form div {
  margin-bottom: 0 !important;
}

/* line 1303, ../sass/partials/_mixed.scss */
.dclogin.dclogin-l {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  z-index: 100;
}

@media (max-width: 1025px) {
  /* line 1318, ../sass/partials/_mixed.scss */
  a.buttonBottom {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
}
@media (max-width: 1000px) {
  /* line 1328, ../sass/partials/_mixed.scss */
  .mobileHeader {
    display: block;
  }

  /* line 1331, ../sass/partials/_mixed.scss */
  .storie-content-block {
    display: none !important;
  }

  /* line 1335, ../sass/partials/_mixed.scss */
  .desktop.buttonBottom {
    display: none !important;
  }

  /* line 1338, ../sass/partials/_mixed.scss */
  .mobile.buttonBottom {
    display: inline-block !important;
  }

  /* line 1341, ../sass/partials/_mixed.scss */
  .stage {
    position: relative !important;
  }

  /* line 1344, ../sass/partials/_mixed.scss */
  .topposition {
    display: none;
  }

  /* line 1347, ../sass/partials/_mixed.scss */
  .rsDefault .rsBullets {
    bottom: 150px !important;
  }

  /* line 1350, ../sass/partials/_mixed.scss */
  .scrollDown {
    display: block !important;
  }

  /* line 1353, ../sass/partials/_mixed.scss */
  .content-scroll {
    margin-top: 0 !important;
    padding-top: 0;
  }

  /* line 1359, ../sass/partials/_mixed.scss */
  .featured_products__body a {
    margin-bottom: 25px;
  }

  /* line 1364, ../sass/partials/_mixed.scss */
  .subpage .stage {
    display: none;
  }
  /* line 1367, ../sass/partials/_mixed.scss */
  .subpage .topposition {
    display: none;
  }

  /* line 1371, ../sass/partials/_mixed.scss */
  a.buttonBottom {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }

  /* line 1378, ../sass/partials/_mixed.scss */
  .rsNavItem.rsBullet {
    display: none;
  }
}
@media (max-height: 800px) {
  /* line 1384, ../sass/partials/_mixed.scss */
  .storie-content-block .textCenter {
    bottom: 15px;
  }
}
@media (max-width: 500px) {
  /* line 1390, ../sass/partials/_mixed.scss */
  .rsDefault.rsHor .rsArrowLeft {
    left: 0;
  }

  /* line 1395, ../sass/partials/_mixed.scss */
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn,
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-size: 50%;
    background-repeat: no-repeat;
  }

  /* line 1400, ../sass/partials/_mixed.scss */
  .rsDefault .rsArrowRight {
    right: 0 !important;
  }

  /* line 1404, ../sass/partials/_mixed.scss */
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn,
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-size: 50%;
    background-repeat: no-repeat;
  }

  /* line 1409, ../sass/partials/_mixed.scss */
  .rsDefault .rsBullets {
    visibility: hidden !important;
  }

  /* line 1413, ../sass/partials/_mixed.scss */
  .canvas-menu {
    width: 320px;
  }
  /* line 1417, ../sass/partials/_mixed.scss */
  .canvas-menu .countrydrop .dropdown {
    width: 266px !important;
  }
  /* line 1422, ../sass/partials/_mixed.scss */
  .canvas-menu .header .search-box {
    width: 280px;
  }
  /* line 1427, ../sass/partials/_mixed.scss */
  .canvas-menu .header .search-box .form input.text {
    color: #999999;
    width: 229px;
    float: left;
  }

  /* line 1439, ../sass/partials/_mixed.scss */
  .slider_content p {
    padding-top: 160px;
  }
  /* line 1442, ../sass/partials/_mixed.scss */
  .slider_content .h3 {
    display: none !important;
  }
  /* line 1445, ../sass/partials/_mixed.scss */
  .slider_content .scrollDown {
    bottom: 15px !important;
  }

  /* line 1450, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content p {
    min-height: 202px !important;
    bottom: 89px;
    height: auto !important;
    padding-top: 0 !important;
    top: auto;
    background-size: 100% 100%;
    background-position: 0 -20px;
  }

  /* line 1460, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .scrollDown {
    bottom: 0;
  }

  /* line 1464, ../sass/partials/_mixed.scss */
  a.buttonBottom {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    z-index: 300 !important;
  }

  /* line 1474, ../sass/partials/_mixed.scss */
  .mobileHeader .navi-search {
    padding-right: 20px;
  }
  /* line 1477, ../sass/partials/_mixed.scss */
  .mobileHeader .navi-search form {
    margin-right: 0;
  }
  /* line 1479, ../sass/partials/_mixed.scss */
  .mobileHeader .navi-search form button {
    padding: 13px;
  }
  /* line 1484, ../sass/partials/_mixed.scss */
  .mobileHeader a {
    right: 8px !important;
  }
}
@media (max-height: 370px) {
  /* line 1491, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content p {
    min-height: 202px !important;
    bottom: 20px;
    height: auto !important;
    padding-top: 0 !important;
    top: auto;
    background-size: 100% 100%;
    background-position: 0 0;
  }

  /* line 1501, ../sass/partials/_mixed.scss */
  .royalSlider .slider_content .scrollDown {
    display: none !important;
  }

  /* line 1505, ../sass/partials/_mixed.scss */
  a.buttonBottom {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
}
@media (max-width: 320px) {
  /* line 1515, ../sass/partials/_mixed.scss */
  a.buttonBottom {
    bottom: 140px !important;
  }
}
@media (max-height: 690px) {
  /* line 1521, ../sass/partials/_mixed.scss */
  .rsNavItem.rsBullet {
    display: none;
  }

  /* line 1524, ../sass/partials/_mixed.scss */
  .slider_content p .h3 {
    display: none !important;
  }
}
@media (min-height: 690px) and (max-height: 800px) {
  /* line 1530, ../sass/partials/_mixed.scss */
  .rsDefault .rsBullets {
    bottom: 145px !important;
  }
}
@media (max-width: 650px) {
  /* line 1536, ../sass/partials/_mixed.scss */
  .resp-tab-content .border {
    padding-bottom: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1030px) {
  /* line 1543, ../sass/partials/_mixed.scss */
  .slider_content .h1 {
    font-size: 56px !important;
    line-height: 70px !important;
  }
  /* line 1547, ../sass/partials/_mixed.scss */
  .slider_content .h3 {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  /* line 1552, ../sass/partials/_mixed.scss */
  .navigation a {
    font-size: 14px !important;
  }

  /* line 1555, ../sass/partials/_mixed.scss */
  .sub-nav dd {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
  }

  /* line 1561, ../sass/partials/_mixed.scss */
  .rsNav.rsBullets {
    display: none;
  }
}
@media (min-width: 1030px) {
  /* line 1567, ../sass/partials/_mixed.scss */
  .sub-nav dd {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -7px;
  }

  /* line 1573, ../sass/partials/_mixed.scss */
  .content-scroll {
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  /* line 1579, ../sass/partials/_mixed.scss */
  .navigation {
    display: block;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1586, ../sass/partials/_mixed.scss */
  .stage {
    max-width: 1024px !important;
    max-height: 768px;
    overflow: hidden;
  }

  /* line 1592, ../sass/partials/_mixed.scss */
  .navigation {
    max-width: 1024px !important;
  }

  /* line 1597, ../sass/partials/_mixed.scss */
  .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
  }

  /* line 1607, ../sass/partials/_mixed.scss */
  .storieline.top {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 1615, ../sass/partials/_mixed.scss */
  .stage {
    max-height: 860px;
    overflow: hidden;
  }

  /* line 1620, ../sass/partials/_mixed.scss */
  .navigation {
    display: none;
  }

  /* line 1624, ../sass/partials/_mixed.scss */
  .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
  }
}
/* line 1634, ../sass/partials/_mixed.scss */
.canNormal {
  transition-property: left;
  left: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

/* line 1641, ../sass/partials/_mixed.scss */
.canLeft {
  transition-property: left;
  left: -420px;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

/* line 1648, ../sass/partials/_mixed.scss */
.offcanNormal {
  display: block;
  transition-property: right;
  right: -420px !important;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

/* line 1656, ../sass/partials/_mixed.scss */
.offcanLeft {
  display: block;
  transition-property: right;
  right: -0px !important;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

/* line 1664, ../sass/partials/_mixed.scss */
.countrydrop {
  max-width: 287px;
}
/* line 1667, ../sass/partials/_mixed.scss */
.countrydrop .dropdown.grey {
  display: block;
  position: relative;
  background-color: #4c77b7;
  background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 44px;
  z-index: 50;
}
/* line 54, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey:hover {
  background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/* line 57, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .choose {
  line-height: 44px;
  font-size: 15px;
  padding-left: 15px;
  font-weight: bold;
}
/* line 63, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .opener {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 22px;
  height: 14px;
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
  background-repeat: no-repeat;
  background-size: 21px 12px;
}
/* line 73, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .opener.more {
  background-image: url("../Images/system/arrow_blue-dropdown_down_n.png");
}
/* line 76, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .opener.less {
  background-image: url("../Images/system/arrow_blue-dropdown_up_n.png");
}
/* line 81, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .opener {
  background-image: url("../Images/system/arrow_silver-dropdown_down_n.png");
}
/* line 83, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .opener.more {
  background-image: url("../Images/system/arrow_silver-dropdown_up_n.png");
}
/* line 86, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey .opener.less {
  background-image: url("../Images/system/arrow_silver-dropdown_down_n.png");
}
/* line 90, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey.grey {
  background-image: linear-gradient(#eeeeee 0%, #cccccc 100%);
  color: #003d99;
}
/* line 93, ../sass/helpers/_mixins.scss */
.countrydrop .dropdown.grey.grey:hover {
  background-image: linear-gradient(#cccccc 0%, #eeeeee 100%);
}
/* line 1672, ../sass/partials/_mixed.scss */
.countrydrop .list {
  background-color: #eeeeee;
  z-index: 200;
  width: 287px;
}
/* line 1676, ../sass/partials/_mixed.scss */
.countrydrop .list ul {
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
}
/* line 1680, ../sass/partials/_mixed.scss */
.countrydrop .list ul li {
  margin-left: -17px;
  min-height: 44px;
}
/* line 1683, ../sass/partials/_mixed.scss */
.countrydrop .list ul li:hover {
  background-color: #3366cc;
}
/* line 1686, ../sass/partials/_mixed.scss */
.countrydrop .list ul li a {
  display: block;
  min-height: 44px;
  background: none;
  line-height: 44px;
  padding-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
/* line 1695, ../sass/partials/_mixed.scss */
.countrydrop .list ul li a:hover {
  color: white;
}

/* line 1705, ../sass/partials/_mixed.scss */
.filter-pagination .textCenter {
  min-height: 20px;
  position: relative;
  bottom: 0;
  margin: 0 auto;
}

/* line 1714, ../sass/partials/_mixed.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox-button {
  padding: 10px 20px;
  top: 0;
}
/* line 1718, ../sass/partials/_mixed.scss */
.tx-indexedsearch .tx-indexedsearch-info {
  margin-bottom: 0;
}
/* line 1720, ../sass/partials/_mixed.scss */
.tx-indexedsearch .tx-indexedsearch-info a {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
/* line 1726, ../sass/partials/_mixed.scss */
.tx-indexedsearch .tx-indexedsearch-searchbox {
  margin-bottom: 0 !important;
}
/* line 1729, ../sass/partials/_mixed.scss */
.tx-indexedsearch .tx-indexedsearch-icon {
  margin-right: -10px;
}

/* line 1734, ../sass/partials/_mixed.scss */
.tx-indexedsearch-browsebox {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1739, ../sass/partials/_mixed.scss */
ul.browsebox {
  position: relative;
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
/* line 1744, ../sass/partials/_mixed.scss */
ul.browsebox li {
  list-style: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  text-align: center;
}
/* line 1751, ../sass/partials/_mixed.scss */
ul.browsebox li.tx-indexedsearch-browselist-currentPage {
  background-color: #e5ebf5;
}

/* line 1757, ../sass/partials/_mixed.scss */
span.further-pages {
  display: block;
  float: left;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/* line 1767, ../sass/partials/_mixed.scss */
.align-left {
  padding-left: 0;
}

/* line 1771, ../sass/partials/_mixed.scss */
.align-right {
  padding-right: 0;
}

/* line 1775, ../sass/partials/_mixed.scss */
iframe.responsive {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 768px) {
  /* line 1775, ../sass/partials/_mixed.scss */
  iframe.responsive {
    margin-bottom: 40px !important;
  }
	  #crellyslider-1 .crellyslider .cs-slide center .button {
	    left: 0px !important;
	    top: 0px !important;
	}
}

/* line 1, ../sass/partials/_datatable.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  width: 85%;
  float: left;
}

/* line 7, ../sass/partials/_datatable.scss */
.dataTables_wrapper .dataTables_filter .icon-filter {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 4px;
  margin-top: 7px;
  background: transparent url("../Images/system/ico_filter_normal_n.png") no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 7, ../sass/partials/_datatable.scss */
  .dataTables_wrapper .dataTables_filter .icon-filter {
    background: transparent url("../Images/system/ico_filter_normal_r.png") no-repeat;
    background-size: 20px;
  }
}
/* line 20, ../sass/partials/_datatable.scss */
.dataTables_wrapper .dataTables_filter .icon-filter:hover {
  background: transparent url("../Images/system/ico_filter_hover_n.png") no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 20, ../sass/partials/_datatable.scss */
  .dataTables_wrapper .dataTables_filter .icon-filter:hover {
    background: transparent url("../Images/system/ico_filter_hover_r.png") no-repeat;
    background-size: 20px;
  }
}
a.morelink {
    background-image: url("/wp-content/uploads/2016/07/arrow_textlink_normal_n.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #003d99;
    font-weight: bold;
    line-height: 23px;
    margin-top: 20px;
    padding-right: 20px;
}

/*****************************************/
#crellyslider-1 .crellyslider .cs-slide center .button {
    left: -13px !important;
   /* top: 290px !important;*/
}
/*#page .row {
    background: #fff none repeat scroll 0 0;
    float: left;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
#page .row .content-area {
    margin: auto;
    max-width: 1280px;
}*/

/*
.hfeed.site > div:nth-child(2) {
    position: fixed !important;
}*/	
/*
#crellyslider-1 {
    position: fixed;
}*/

.vc_btn3-container.vc_btn3-inline .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background-color: #249dff;
    background-image: linear-gradient(#249dff 0%, #0075d4 100%);
    border-radius: 0;
    font-weight: bold;
    padding: 11px 18px 10px;
    color: #fff;
}
.vc_btn3-container.vc_btn3-inline .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background-image: linear-gradient(#0044a3 40%, #2483ff 100%);
}
.columns.small-12.medium-10 .form {
    margin-top: 4px;
}
/*.textwidget h1 {
    font-style: normal;
    font-weight: bold;
    margin-top: 10% !important;

}*/
#panel-147-0-0-0 .textwidget h1 {
    font-style: normal;
    /*font-weight: bold;*/
    margin-top: 60px !important;
}
.panel-grid .textwidget > div {
    font-weight: normal !important;
    text-align: center;
}
body #pg-147-2 #pgc-147-2-0 .textwidget > div:nth-child(2) {
    font-size: 34px !important;
    font-weight: normal !important;
    line-height: 36px;
}
#panel-147-2-1-0 .textwidget > div:nth-child(2){
    /*font-family: Raleway !important;*/
    font-size: 35px !important;
    font-weight: normal !important;
}
#pg-147-2 .morelink {
    font-size: 16px;
}
.columns.small-12.medium-10 .columns.small-9.medium-10 > input {
    box-shadow: 0 0 0 0;
}
/***************medical-page********************/
.Medical-Care{
	background-size: cover;  
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
}
.Medical-Care .wpb_wrapper h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 18%;
}
#post-1375 .vc_row.wpb_row.vc_row-fluid.Medical-Care.vc_custom_1468908378951.vc_row-has-fill {
    margin-left: 0px !important;
}
.hospitals {
    background-size: cover;
    height: 440px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hospitals .wpb_wrapper h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 24%;
}
.vc_row.wpb_row.vc_row-fluid.hospitals.vc_custom_1468910367965.vc_row-has-fill {
    margin-left: 0;
}
.Renal{
    background-size: cover;
    height: 440px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.Renal .wpb_wrapper h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 24%;
}
.vc_row.wpb_row.vc_row-fluid.Renal.vc_custom_1468910924631.vc_row-has-fill {
    margin-left: 0;
}
.Home-dialysis{
	background-size: cover;
    height: 450px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.vc_column-inner.vc_custom_1468911325055 {
    height: 100%;
}
.vc_custom_1468911325055 {
    background-size: 100% 100%;
}
.Laboratory-services{
	 background-size: cover;
    height: 450px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.vc_row {
    margin-left: -1px;
    margin-right: -15px;
}
.Home-dialysis .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}
.Home-dialysis .teaser-link {
    font-size: 18px;
}
.Laboratory-services .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}
.Laboratory-services .wpb_wrapper a{
    font-size: 18px;
}
.Fresenius-Health .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0;
}
.Fresenius-Health .wpb_text_column.wpb_content_element .teaser-link {
    font-size: 18px;
}
.Pharmacy-services .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0;
}
.Pharmacy-services .teaser-link {
    font-size: 18px;
}
.morelink {
    font-size: 18px;
}
.living-with{
	background-size: cover;  
    margin-top:30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height: 400px;*/
    margin-left: 0 !important;
}
.treatments{
	background-size: cover;  
    margin-top:30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-left: 0 !important; 
}
.kidney-disease{
	background-size: cover;  
    margin-top:30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-left: 0 !important;
}
.services-from{
	background-size: cover;  
    margin-top:30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-left: 0 !important;
}
.last-one{
	background-size: cover;  
    margin-top:30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-left: 0 !important;
}
.cat_images > img {
    width: 100%;
}
 .description h2 {
    margin: 0 !important;
    text-align: left;
}
.description {
    float: right;
    width: 50%;
}
.text_link {
    margin: 0 !important;
    text-align: left;
}
#main > a {
    display: none;
}
.cat_images > a {
    display: none !important;	
}
.vc_col-sm-6.healthcare-wrapper {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.healthcare-wrapper .description {
    position: absolute;
    right: 0;
    top: 35%;
    width: 50%;
}
/**************20-07-2016****************/
.timeline > h3 {
    display: none;
}
.alignnone.size-medium.wp-image-1409 {
    width: 100%;
}
.row.fancybox-widget.featured_products.non-color-teaser3 {
    margin-top: 3%;
}
.alignnone.size-medium.wp-image-1418 {
    width: 100%;
}
.alignnone.size-medium.wp-image-1417 {
    width: 100%;
}
.alignnone.size-medium.wp-image-1419 {
    width: 100%;
}
.row.featured_products.download-teaser.fancybox-widget {
    margin-top: 4%;
}
/**********************/
.healthcare-wrapper-half {
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 50%;
}
/****************inpatient************/
.row.row-contact-sales-teaser {
    margin-bottom: 60px;
}

.contact-sales-teaser {
    background-color: #eeeeee;
    background-position: center center;
    font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
    font-size: 20px;
    padding: 15px;
    vertical-align: middle;
}
.contact-sales-teaser span.inner {
    display: table-cell;
    width: 100%;
}
.button.blue {
    margin-bottom: 0;
}
.button.blue:active {
    text-decoration: none;
}
.contact-sales-teaser span {
    background-repeat: no-repeat;
    height: 57px;
    line-height: 1.2 !important;
    padding-left: 0 !important;
    vertical-align: middle;
}
.postid-1421 #main .col-xs-12 {
    margin-left: 22px;
    margin-right: 0;
    width: 97%;
}
.entry-title > a {
    font-style: normal;
}
.entry-title > a:hover{
	color: #202020;
	text-decoration: none;
}
.entry-title > a:active{
	color: #202020;
	text-decoration: none;
}
.entry-title > a:focus{
	color: #202020;
	text-decoration: none;
}
.button.blue:hover{
	background-image:linear-gradient(#003d99 0%, #4c77b7 100%);
}
.contact-sales-teaser span.phoneCall {
    background-image: url("../images/phoneCall.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 27px 35px;
    color: #003d99;
    display: table;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 35px !important;
}
.postid-1421 .small-12.medium-6.columns.col-stage-pic-text__text--50-100 {
    margin-top: 12%;
    position: absolute;
    right: 0;
}
.postid-1421 .small-12.columns.col-stage-pic-text__pic--100-100 {
    margin-bottom: 5%;
}
.wrap-imag{
	width:100%;
	float: left;
}
.resp-tabs-list li {
    background-color: #e5ebf5;
    color: #003d99;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    list-style: outside none none;
    margin: 0 2px 0 0;
    padding: 13px 22px;
    position: relative;
}
.resp-tab-active {
    border-bottom: medium none;
    margin-bottom: -1px !important;
    padding: 13px 22px !important;
}
li.resp-tab-active span.arrow {
    display: block !important;
}
.alignnone.size-medium.wp-image-1423 {
    width: 100%;
}
.resp-tabs-list li span.arrow {
    background-image: url("../images/arrow_active_tab_arrow_n.png");
    background-size: 14px 10px;
    bottom: -10px;
    display: none;
    height: 10px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 14px;
}
 li.resp-tab-active {
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #99b1d6 !important;
    color: #000000 !important;
}
/**********slider-arrow************/
.crellyslider > .cs-controls, .crellyslider > .cs-navigation {
    opacity: 1;
}
/********home-dialysis**************/
.page-id-1431 main {
    width: 100%;
}
.growing-number.wpb_column.vc_column_container.vc_col-sm-8 {
    margin-top: 6%;
}
.growing-number .small-12.medium-12.large-8.columns {
    width: 100%;
}

.improves.outcomes.wpb_column.vc_column_container.vc_col-sm-8 {
    margin-top: 6%;
}

.improves.outcomes .small-12.medium-12.large-8.columns {
    width: 100%;
}
.quality.of.life.wpb_column.vc_column_container.vc_col-sm-12{
	margin-top: 6%;
}
.healthcare.costs.wpb_column.vc_column_container.vc_col-sm-12{
	margin-top: 6%;
}
.At.Fresenius .vc_column-inner {
    padding: 28px 42px 20px 34px !important;
}
.page-id-1431 .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1469005035653.vc_row-has-fill {
    margin-top: 6%;
}
.Supporting.physicians.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.Supporting .small-12.medium-6.columns.col-def-data-content--50-100 {
    width: 100%;
}
.nurses.and.staff.wpb_column.vc_column_container.vc_col-sm-12{
	margin-top: 6%;
}
.nurses .small-12.medium-6.columns.col-def-data-content--50-100{
	 width: 100%;
}
.Supporting.patients.wpb_column.vc_column_container.vc_col-sm-12{
	margin-top:6%;
}
.Visit.Fresenius.wpb_column.vc_column_container.vc_col-sm-8.vc_col-has-fill {
    margin-left: 2%;
    margin-top: 5%;
}
.improves .row.full-image.fancybox-widget {
    margin-bottom: 15px;
}
.Footnotes .wpb_wrapper > p {
    font-size: 13px;
}
.Footnotes .wpb_wrapper li{
	font-size: 10px;
}
.wpb_wrapper .in-section {
    margin: 40px 0;
}
.separator {
    border-bottom: 1px solid #99b1d6;
    margin-bottom: 60px !important;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1469011928160.vc_row-has-fill {
    margin-left: 0;
    margin-top: 5%;
    margin-right:0;
}
.healthcare-wrapper-link {
    color: #003d99 !important;
    font-size: 16px;
}
.col-md-6.healthcare-wrapper-half > img {
    margin-bottom: 25px;
}
.soverview .small-12.columns {
    margin-top: 38px;
}
.in-this-bottom .separator {
    margin-top: 0px;
    margin-bottom:40px;
}
.healthcare-professional .description h2 {
    color: #222222;
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 15px;
}
.in-this-section {
    float: left;
    margin-bottom: 40px;
    width: 50%;
}
/********************/
/**********servi-men**********/
.page-id-1426 .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
.page-id-1426 .small-12.medium-6.columns.col-def-data-content--50-100 {
    width: 100%;
}
.Visit .vc_column-inner.vc_custom_1469005660323 {
    padding: 28px 42px 20px 34px !important;
}
.Patient.care.wpb_column.vc_column_container.vc_col-sm-8 {
    margin-top: 6%;
}
.Treatment.Options.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.Pharmacy.services.wpb_column.vc_column_container.vc_col-sm-12{
	margin-top: 6%;
}
.wpb_text_column.wpb_content_element.Pharmacy.services.text {
    margin-top: 10%;
}
.Patient.travel.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.Treatment .wpb_wrapper h2 {
    padding-bottom: 30px;
}
.Patient .wpb_wrapper h2 {
    padding-bottom: 30px;
}
.toll-free.wpb_column.vc_column_container.vc_col-sm-10 {
    width: 70%;
    padding: 0 0 25px 10px;
}

.Option.wpb_column {
    width: 30%;
    padding: 0 0 25px 10px;
}

/************laboratory-services*********/

.page-id-1444 #main {
    width: 100%;
}
.At-your-service.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.wpb_text_column.wpb_content_element.you-ser-text {
    margin-top: 2%;
}
.text-image.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.text-image .small-12.medium-12.columns {
    margin: 0;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1469013769683.vc_row-has-fill {
    margin-top: 6%;
}
.Spectra.Laboratories .vc_column-inner {
    padding-top: 14px !important;
}
.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-top: 10px;
}
.spectra-lab .inner {
    font-size: 20px;
    font-style: normal !important;
    font-weight: normal !important;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue {
    padding: 10px 20px !important;
}

/************fresenius-health-partners***************/
#main {
    width: 100%;
}
.health-care-system.wpb_column.vc_column_container.vc_col-sm-10 {
    text-align: justify;
    width: 70%;
}
.logo-row.wpb_column.vc_column_container.vc_col-sm-2 {
    width: 30%;
}
/**************Pharmacy services*************/
.wpb_single_image.wpb_content_element.vc_align_left {
    margin-top: 15px;
}
.specialty.pharmacy.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-left: 15px !important;
    margin-top: 6%;
}
.Fresenius-pharmacy-services.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.vc_column-inner.vc_custom_1469019826609 {
    margin-top: 6%;
    padding-bottom: 10px;
    padding-top: 30px !important;
}
.get-in-help.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 45%;
}
.get-in-help .inner {
    font-size: 18px;
}
.an-email.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 25%;
    text-align: center;
}
.phone-tags.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 30%;
}
.phoneCall {
    background-image: url("../images/phoneCall.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    padding-bottom: 11px;
    padding-left: 29px;
}
/*********contact**************/
.contact-left.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 40%;
}
.contact-right.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-right: 8%;
    width: 38%;
}
.in-this-bottom {
    margin-top: 40px;
}
.conatact-page.wpb_column.vc_column_container.vc_col-sm-12 {
    width: 60%;
}
.conatact-page .wpcf7-form-control.wpcf7-submit {
    background: #3867af none repeat scroll 0 0;
    font-weight: bold;
}

.footer .row-footer aside {
	float: left;
    margin-right: 2%;
    width: 23%;
}
.footer .row-footer aside h3 {
	border-bottom: 1px solid #99b1d6;
    color: #99b1d6;
    font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
    font-size: 25px;
    margin: 0 0 27px;
    padding-bottom: 14px;
    text-transform: unset;
}
.footer #black-studio-tinymce-3 ul li {
	font-size: 14px;
    margin-bottom: 15px;
    padding-left: 0;
}
.footer .row-footer aside .tx-rssdisplay-item h4, .footer .row-footer aside .csc-header h4 {
    color: #7f9ecc;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 0;
}
.footer .row-footer .tx-rssdisplay-item p {
    font-size: 14px;
}
.footer .row-footer ul#menu-bottom-menu li, .footer .row-footer ul#menu-information-menu li {
    border: 0 solid;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 0 5px;
}
.footer .row-footer ul#menu-bottom-menu li a, .footer .row-footer ul#menu-information-menu li a {
    font-size: 14px;
    font-weight: normal;
}
#black-studio-tinymce-5 a.textlink, #black-studio-tinymce-6 a.textlink {
  padding-right: 20px;
  background-size: 8px;
  background-image: url("../images/arrow_footer_textlink_n.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: bold;
}
.footer .row-footer a {
    color: white;
    font-size: 14px;
    font-weight: normal;
}
.contact-headings h2 {
	font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
    font-size: 36px;
    margin-bottom: 30px !important;
}
.breadcrumbs-wrapper {
    /*margin-top: 40px;*/
    margin-top:25px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#breadcrumbs {
    padding-top: 10px;
}
.breadcrumbs-wrapper .breadcrumbs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #ffffff;
    padding: 0;
}
.breadcrumbs-wrapper .breadcrumbs li a {
	color: #003d99;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumbs-wrapper .breadcrumbs > * {
	font-size: 15px;
    text-transform: capitalize;
}
.breadcrumbs-wrapper .breadcrumbs li a:hover {
	color: #3675d2;
	text-decoration: none;
} 
.breadcrumbs-wrapper .breadcrumbs li.item-current {
	color: #333333;
    font-weight: 300;
}
.breadcrumbs-wrapper .breadcrumbs li.item-current .bread-current {
    font-weight: normal;
}
.fixed-slider {
	position: relative;
	background: #fff;
}
#page {
	background: #fff;
}
.home-footer {
	position: relative;
	overflow: hidden;
}
.crellyslider {
	margin: 0px auto;
}
.crellyslider > .cs-controls {
	top: 30%;
	margin-top: 0px;
}
#crellyslider-1 .crellyslider .slider-heading {
    font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
}
#crellyslider-1 .crellyslider .slider-subheading {
	font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
}
.footer .widget-title {
    font-size: 20px !important;
    font-weight: bold;
}
#crellyslider-1 .crellyslider .slider-button {
	background-color: #249dff;
    background-image: linear-gradient(#249dff 0%, #0075d4 100%);
    border-radius: 0;
    font-weight: bold;
    /*padding: 11px 18px 10px;*/
    padding:7px 18px !important;
    border: 0px solid #00317a;
    color: white;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
#crellyslider-1 .crellyslider .slider-button:hover {
    background-image: linear-gradient(#0075d4 0%, #249dff 100%);
}
#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	left: 5%;
}
#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	right: 5%;
}
.mobile-header {
	display: none;
}

.page-id-1387 .content-area .vc_separator {
    padding: 0 0 4%;
}
.page-id-1387 .wpb_wrapper h4 ,.page-id-1363 .wpb_wrapper h4{
    margin-bottom: 3%;
}
.page-id-1387 .wpb_text_column {
    margin-bottom: 3% !important;
}
 .page-id-1387 .content-area .wpb_wrapper span{
  font-weight: bold;
 }
 .page-id-1387 .content-area .wpb_wrapper .teaser-link{
  font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
 }
.page-id-1387 .wpb_wrapper h2, .page-id-1375 .description h2, .page-id-1363 .wpb_wrapper h2{
    font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
    margin-top:0px; 
}
.page-id-1375 .healthcare-wrapper-link{
 font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
 font-size: 18px;
}
.page-id-1375 .healthcare-wrapper-link:hover{
 text-decoration:none;
 opacity: 0.8 !important;
}

.page-id-1387 .wpb_wrapper > ul {
    margin: 0;
    padding: 0;
}
.page-id-1387 .wpb_wrapper li {
    list-style-type: none;
    margin: 0 0 4%;
    padding: 0;
}
a:hover{
	opacity: 1 !important;
}
.textlink.go_footer {
    padding-left: 5px;
}
/**************fresenius-health-partners****************/
.row.mobile-header .tooltip-border.alignTop {
    top: 79px;
}
.row.mobile-header .tooltip-border {
    position: absolute;
    right: 30px;
    z-index: 150;
}
.row.mobile-header .tooltip-border .arrow {
    background-image: url("../images/arrow_tooltip_up_n.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 0;
    width: 20px;
    z-index: 10;
}
.row.mobile-header .tooltip-border .message {
    background-color: #666666;
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto 0;
    padding-bottom: 30px;
    padding-top: 31px;
    position: relative;
    text-align: center;
    width: 219px;
    z-index: 0;
}
.row.mobile-header .tooltip-border .message .close {
    background-image: url("../images/ico_tooltip_close_normal_n.png");
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
}

/********side-menu************/
#primary-menu li a:focus {
    opacity: 1 !important;
    text-decoration: none;
}
/*.canvas-menu.ps-container.offcanLeft {
    overflow-y: scroll;
}*/
/* Let's get this party started */ 
/*::-webkit-scrollbar {
	 width: 12px; 
} 
/* Track */ 
/*::-webkit-scrollbar-track { 
	/*-webkit-box-shadow: inset 0 0 6px green;*/
/*	-webkit-border-radius: 10px; 
	border-radius: 10px; 
} 
/* Handle */
/*::-webkit-scrollbar-thumb { 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	background: #aaaaaa; 
	-webkit-box-shadow: inset 0 0 6px grey; 
} */

/*********contact****************/
.contact-form .wpb_text_column.wpb_content_element {
    float: left;
}


/***********mission-strategy-values***************/
#post-1476 .entry-header {
    display: none;
}
#post-1476 .wpb_wrapper > h1 {
    margin-bottom: 5%;
    margin-top: 0;
}
.mission .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 1%;
}
.Vision-strategy .wpb_column.vc_column_container.vc_col-sm-12 {
    margin: 0;
}
.Values .wpb_column.vc_column_container.vc_col-sm-12 {
    margin: 0;
}
.Values .wpb_wrapper > p {
    margin: 0;
}
.Values .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
    margin-top: 12px;
}	
.vc_custom_1469431502859 {
    background-size: cover;
}
.Our-Core-Values.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-bottom: 6%;
    margin-top: 2%;
}
.Our-Core-Values .wpb_wrapper > p {
    margin: 4px;
}
.vc_row.wpb_row.vc_row-fluid.Vision-strategy {
    margin-top: 6%;
}
.vc_row.wpb_row.vc_row-fluid.Values {
    margin-top: 6%;
}
/*************company-history*********************/
#post-1481 .entry-header {
    display: none;
}
#post-1481 .wpb_wrapper > h1 {
    margin: 0 !important;
}
.company-text.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 10px;
}
.Fresenius.Medical.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.text-history.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 20px;
}
.timeline-img.wpb_column.vc_column_container.vc_col-sm-6{
    margin-top: 20px;
}
.text-history .small-12.medium-6.columns.col-def-data-content--50-100 {
    width: 100%;
}
/****************responsibility*********************/
.text-under-clas .featured_products .small-12.medium-12.large-8.columns {
    width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1469433235416.vc_row-has-fill {
    margin-top: 6%;
}
.assume-text .small-12.medium-6.columns.col-def-data-content--50-100 {
    margin-top: 10px;
    width: 100%;
}
.our-expertise.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.For.us.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-bottom: 13%;
    margin-top: 10%;
}
.For.us .wpb_wrapper > h2 {
    color: #fff;
    font-size: 23px;
}
.vc_custom_1469432988902 {
	background-size: cover;
}

/****************executive-leadership*******************/
.Fresenius-Medical .small-12.medium-12.large-8.columns {
    width: 100%;
}
.Ronald.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 3%;
}
.William-Valle .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 6%;
}
.Mark-Costanzo.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 3%;
}
.William-McKinney.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 5%;
}
.ronal-text.wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.will-text.wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.mark-text-field.wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.william-text.wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.Franklin .wpb_column.vc_column_container.vc_col-sm-9:nth-child(2) {
    margin-top: 10px;
}
.Angelo-Moesslang .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.Brian-Silva .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.Karen-Gledhill .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.Robert-Hitchcock .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.Ravi-Kalathil .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
.page-id-1490 .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
/***********about***********/
#pg-1398-0 .panel-row-style-aboutus_post.aboutus_post.panel-row-style {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0 !important;
}
#pgc-1398-0-0 .so-panel.widget.widget_black-studio-tinymce.widget_black_studio_tinymce.panel-last-child {
    float: left;
    margin-bottom: 30% !important;
}
#post-1387 .morelink:hover{
	text-decoration: none;
}
/************patients-families***********/
.vc_row.wpb_row.vc_row-fluid.last-one.vc_custom_1468506774969 .wpb_wrapper {
    margin-top: 35px;
}
.post-1363 .vc_row.wpb_row.vc_row-fluid.blank-row {
    margin-top: 6%;
}
.post-1363 .blank-row .vc_row-fluid .wpb_content_element .this-section .morelink {
    text-decoration: none;
}
/*******/
.aboutus_sec2 .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 0;
}
/*******contry-web-in menu**********/
.canvas-menu .ceglobalwebsitenavigation {
    margin-left: 8%;
    width: 88%;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1547:hover:last-child{
	background: inherit !important;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1547 > a {
    color: #ccd8eb;
    font-size: 14px;
    font-weight: normal;
    padding-top: 15px;
}
/**********************/
/*************scroll in right menu*******************/
.ps-container .ps-scrollbar-y {
    background-color: #aaaaaa;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: background-color 0.2s linear 0s;
    width: 8px;
}
.ps-container .ps-scrollbar-y-rail {
    border-radius: 4px;
    opacity: 0;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
}


/*************************/
/****************************media-query***************************/
@media only screen and (min-width:320px) and (max-width:1200px) {
	.mobile-header {
		display: block;
	}
	.stage {
		height: auto !important;
	}
	.mobile-header .logo img {
	    margin-top: 11px;
	    width: 168px;
	}
	.mobile-header .offcanvas.menuButton {
	    margin-bottom: 5px;
	    margin-top: 11px;
	    padding: 19px 13px 26px 31px !important;
	    width: auto;
	    z-index: 0;
	    /*margin-right: 2px;*/
	}
	.row.mobile-header {
	    border-bottom: 2px solid #dddddd;
	}
	.mobile-header .offcanvas.menuButton .hamburger{
		background-size: 29px 23px;
		width: 21px;
	}
	/*.home .fixed-slider {
		top: 0px !important;
	}*/
	.home .home-footer {
		top: 0px !important;
	}
	#innerPages .storieline.top {
		display: none !important;
	}

}
/***********/
@media only screen and (min-width:900px) {
	.row.mobile-header {
	    display: none;
	   /* border:1px solid red;*/
	}
	.navigation.sticky.large-12.columns {
	    margin-bottom: 15px;
	    /*top:1px !important;*/
	}
	.row.mobile-header .medium-10.small-8.columns.logo {
	    padding-left: 17px;
	}
	/******slider-img**************/
	.cs-slide > img {
	    display: none !important;
	}
}	

/***************ipad******************/
@media only screen and (min-width:768px) and (max-width:999px) {
	.navi-search {
	    padding-top: 2%;
	}
	.row.search-container .columns.small-9.medium-10 {
	    width: 83%;
	    padding-right: 0;
	}
	.row.search-container .columns.small-3.medium-2 {
	    padding-left: 0;
	}


	.row.mobile-header {
	    display: block !important;
	    /*border:1px solid red;*/
	}
	.row.mobile-header .medium-10.small-8.columns.logo {
	    padding-left: 17px;
	    width: 80%;
	}
	.row.mobile-header .large-1.medium-1.small-1.column {
	    width: 20%;
	}
	/**********notification-box************/
	.tooltip-border.alignTop {
	    display: none;
	}
	/*****side-menu******/
	.canvas-menu ul li:hover {
	    background: #003D99 !important;
	}
	/***************slider*****************/
	.crellyslider {
	   /* height: 500px !important;*/
	   height: 810px !important;
	}
	.cs-slide {
	    height: 500px !important;
	}
	.slider-subheading {
	    display: none !important;
	}
	/*.slider-heading {
	    font-size: 18px !important;
	    left: 15% !important;
	    top: 3% !important;
	}*/
	.slider-heading {
	    font-size: 18px !important;
	    left: inherit !important;
	    text-align: center !important;
	    top: 3% !important;
	    width: 100%;
	}
	.cs-slide > a {
	    left: 35% !important;
	    top: 75% !important;
	}
	.slider-button {
	    font-size: 16px !important;
	    padding: 18px 20px !important;
	}
	#crellyslider-1 .cs-navigation {
	    display: none !important;
	}
	.crellyslider > .cs-controls > .cs-next {
	    background-size: 30px 50px;
	}
	.crellyslider > .cs-controls > .cs-previous {
	    background-size: 30px 50px;
	}
	.cs-slide > img {
	    width: 25px !important;
	    height: auto !important;
	    top: 95% !important;
	}
		/*******header**********/
	.medium-10.small-8.columns.logo img {
	    width: 151px;
	}
	.mobile-header .offcanvas.menuButton {
		width: auto;
		padding: 19px 10px 10px 30px !important;
		z-index: 0;
		margin-top: 10px;
		height: 40px;
	}
	.mobile-header .offcanvas.menuButton .hamburger{
	    background-size: 20px 20px;
	    width: 19.7px;
	    background-repeat: no-repeat !important;
	}
	/**************midel on home page**************/

	#pgc-147-1-0 {
	    width: 50% !important;
	    float: left !important; 
	}
	#panel-147-1-0-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-1-0-1 .textwidget > div:nth-child(1) {
	    font-size: 70px !important;
	}
	#pgc-147-1-1 {
	    width: 50% !important;
	    float: left !important;
	}
	#panel-147-1-1-0 {
	    margin-bottom: 0 !important;
	}	
	.alignnone.size-medium.wp-image-270 {
	    width: 430px;
	}
	#panel-147-1-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-2 {
	    text-align: center;
	    width: 100% !important;
	}
	#panel-147-1-2-0 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(2) br{
		display: none;
	}

	#pgc-147-2-0 {
	    width: 50% !important;
	    float: left !important;
	}
	body #pg-147-2 #pgc-147-2-0 .textwidget > div:nth-child(2) {
	    font-size: 39px !important;
	}
	/*#panel-147-2-0-1 .morelink {
	    font-size: 13px;
	}*/
	#panel-147-2-0-1 .small-12.columns.infographics__link {
	    padding-left: 2px;
	    padding-right: 0;
	}
	#pgc-147-2-1 {
	    float: left !important;
	    width: 50% !important;
	}
	#pgc-147-2-2 {
	    float: left !important;
	    text-align: center;
	    width: 100% !important;
	}
	.alignnone.size-medium.wp-image-271 {
	    width: 450px;
	}
	#panel-147-2-2-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-2-2-0 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-2-0-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-2-0-0 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-2-1-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-2-1-0 .textwidget > p {
	    margin-bottom: 0;
	}
	/***************slider*****************/
	.stage {
	    height: auto !important;
	}
	.cs-slides {
	    height: 100% !important;
	}
	.cs-slide {
	    height: 100% !important;
	}
	.home .hfeed.site.fixed-slider {
	    top: 0 !important;
	}
	.home #page .storieline.top {
	    display: none !important;
	}
	.slider-subheading {
	    font-size: 12px !important;
	    left: 20% !important;
	    top: 9% !important;	    
	}
	.crellyslider .slider-heading {
	    font-size: 40px !important;
	    left: inherit !important;
	    text-align: center !important;
	    top: 3% !important;
	    width: 100%;
	}
	.crellyslider .cs-slides li:nth-child(4) .slider-heading:nth-child(1) {
	    margin-top: 10%;
	}
	.cs-slide > a {
	    left: 40% !important;
	    top:  48% !important;
	}
	#crellyslider-1 .crellyslider .slider-button {
	    font-size: 16px !important;
	    padding: 10px 20px !important;
	}
	#crellyslider-1 .cs-navigation {
	    display: none !important;
	}
	.crellyslider > .cs-controls > .cs-next {
	    background-size: 30px 50px;
	}
	.crellyslider > .cs-controls > .cs-previous {
	    background-size: 30px 50px;
	}
	.cs-slide > img {
	    /*display: none !important;*/
	    top: 85% !important;
		width: 20%;
	}
	.crellyslider > .cs-controls > .cs-previous {
	    position: absolute;
	}
	.crellyslider > .cs-controls > .cs-next {
	    position: absolute;
	}
	.mobile-header .arrow {
	    display: none;
	}
	/**************patients-families*******/
	#post-1363 .entry-content #pf-div {
	    min-height: auto !important;
	    height: auto !important;
	}
	.entry-content .kidney-disease {
	    margin-top: 2% !important;
	}
	.vc_row.wpb_row.vc_row-fluid.services-from {
	    margin-top: 2% !important;
	}
	.vc_row.wpb_row.vc_row-fluid.last-one {
	    margin-top: 2% !important;
	}
	.healthcare-wrapper .description {
	    top: 14%;
	}
	.fr_banner_sections.right h1 {
	    line-height: 40px !important;
	}
	/************home-dialysis-services****************/
	.Visit.Fresenius.wpb_column.vc_column_container.vc_col-sm-8.vc_col-has-fill {
	    width: 96%;
	}
	/******************footer****************/
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
	    width: 100%;
	    text-align: left;
	    padding-left: 5%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1412 {
	    width: 37%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1411 {
	    width: 62%;
	    text-align: left;
	    padding-left: 4%;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1286 {
	    width: 100%;
	    text-align: left;
	    padding-left: 5%;
	}
	/***************************/
	.healthcare-wrapper-half {
	    margin-top: 0px;
	    margin-bottom: 11px;
	}
	/**********company-profile***************/
	.compny-pro-wrap h2 {
	    margin-top: 0;
	}
	/*************contact******************/
	.contact-headings h2 {
	    font-size: 31px;
	}
	/************about-us (iE)***************/
	#post-1387 .vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_row-o-equal-height.vc_row-flex {
	    height: auto !important;
	}
	/*************executive-leadership****************/
	.Franklin.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 5%;
	}
	.Angelo-Moesslang.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Brian-Silva.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Karen-Gledhill.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Robert-Hitchcock.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Ravi-Kalathil.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.David-Kembel.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Brian-Gauger.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Kim-Sonnen.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	.Lisa-Dombro.wpb_column.vc_column_container.vc_col-sm-12{
	    margin-top: 5%;
	}
	#post-1490 .vc_row.wpb_row.vc_row-fluid:nth-child(3) .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 5%;
	}
	/******************responsibility************************/
	.responsibility-right h1 {
	    padding-right: 15px;
	}
	.Responsibility-text .text-under-clas.wpb_column.vc_column_container.vc_col-sm-8 {
	    width: 100%;
	}
	.our-expertise .network-for-social.wpb_column.vc_column_container.vc_col-sm-8 {
	    width: 100%;
	}
}	
/************End-ipad***************************/
/****************media*v************/
@media only screen and (max-width:767px){
	.mobile-header .logo img {
	    width: auto;
	}
	.vc_row.wpb_row.vc_row-fluid.aboutus_sec2 .wpb_wrapper.vc_figure {
	    width: 100%;
	}
	.vc_row.wpb_row.vc_row-fluid.aboutus_sec2 .vc_single_image-wrapper.vc_box_border_grey {
	    width: 100%;
	}
	/*******************/
	.row.mobile-header .medium-10.small-8.columns.logo {
	    padding-left: 15px;
	}
	.slider-subheading {
	    display: none !important;
	}
	/*****************/
	.canvas-menu ul li:hover {
	    background: #003D99 !important;
	}
	.canvas-menu ul li ul li:hover{
		background: #003D99 !important;
	}
	.canvas-menu ul li ul li ul li:hover{
		background: #003D99 !important;
	}
	/********patients-families********/
	.vc_custom_1468504358922 {
	    background-size: 100% 100%;
	}
	.vc_custom_1468506026930 {
	    background-size: 100% 100%;
	}
	.vc_custom_1468506279710 {
	    background-size: 100% 100%;
	}
	.vc_custom_1468506587666 {
	    background-size: 100% 100%;
	}
	.vc_custom_1468506774969 {
	    background-size: 100% 100%;
	}
	/***********healthcare-professionals************/
	.healthcare-professional .healthcare-wrapper .description {
	    position: inherit;
	    top: 0;
	    width: 100%;
	}
	.healthcare-professional .description h2 {
	    font-size: 17px;
	}
	.healthcare-wrapper-half {
	    width: 100%;
	}
	/*************************/
	/*******compny-profile********/
	#pl-1398 .panel-row-style-aboutus_post.aboutus_post.panel-row-style {
	    background-size: cover !important;
	    padding: 0 !important;
	}
	
	#post-1398 .entry-meta.visible-xs-block {
	    display: none !important;
	}
	/**********fresenius-health-partners************/
	.health-care-system.wpb_column.vc_column_container.vc_col-sm-10 {
	    width: 100%;
	}
	.logo-row.wpb_column.vc_column_container.vc_col-sm-2 {
	    width: 100%;
	}
	/***************pharmacy-services****************/
	.get-in-help.wpb_column.vc_column_container.vc_col-sm-4 {
	    width: 100%;
	}
	.an-email.wpb_column.vc_column_container.vc_col-sm-4 {
	    text-align: left;
	    width: 100%;
	}
	.phone-tags.wpb_column.vc_column_container.vc_col-sm-4 {
	    width: 100%;
	}
	.row.featured_products.non-color-teaser.reduced-distance {
	    width: 100%;
	}
	#post-1452 .vc_row.wpb_row.vc_row-fluid {
	    width: 100%;
	}
	#post-1452 .vc_row {
	    margin-left: -1px;
	    margin-right: -15px;
	}
	/***************integrated-care*****************/
	#post-1408 .featured.spacer {
	    display: none;
	}
	#post-1408 .entry-header {
	    display: none;
	}
	#post-1408 .row.fancybox-widget.featured_products.non-color-teaser1 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	#post-1408 .row.fancybox-widget.featured_products.non-color-teaser2 {
	    padding-left: 20px;
	}
	#post-1408 .row.fancybox-widget.featured_products.non-color-teaser3{
		padding-left: 20px;
	}
	#post-1408 .row.fancybox-widget.featured_products.non-color-teaser4{
		padding-left: 20px;
	}
	#post-1408 .row.featured_products.download-teaser.fancybox-widget{
		padding-left: 20px;
	}
	/****************home-dialysis-services**********************/
	#post-1403 .featured.spacer {
	    display: none;
	}
	#post-1403 .entry-header {
	    display: none;
	}
	.Visit.Fresenius.wpb_column.vc_column_container.vc_col-sm-8.vc_col-has-fill {
	    width: 98%;
	}
	/************in-this section***************/
	.this-section {
	    margin-top: 20px !important;
	}
	.page-id-1414 .col-md-6.healthcare-wrapper-half {
	    margin-bottom: 12px;
	}
	/*******about*************/
	#pgc-1398-0-0 #panel-w578efeb77e5a1-0-1-3 .textwidget > h1 {
	    font-size: 0 !important;
	}
	#panel-w578efeb77e5a1-0-1-3 .textwidget > p {
	    font-size: 0;
	}
	/*************mission-strategy-values************/
	.mission h2 {
	    margin-bottom: 0;
	}
	.Vision-strategy h2 {
	    margin-bottom: 0;
	}
	.mission .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	.Vision-strategy .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin: 0;
	}
	.Values .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin: 0;
	}
	/**********notification-box************/
	.tooltip-border .message {
	    display: none;
	}
	/***************slider*****************/
	.stage {
	    height: auto !important;
	}
	.crellyslider {
	    height: 500px !important;
	}
	.cs-slides {
	    height: 100% !important;
	}
	.cs-slide {
	    height: 100% !important;
	}
	.home .hfeed.site.fixed-slider {
	    top: 0 !important;
	}
	.home #page .storieline.top {
	    display: none !important;
	}
	.slider-subheading {
	    font-size: 12px !important;
	    left: 20% !important;
	    top: 9% !important;	    
	}
	.slider-heading {
	    font-size: 18px !important;
	    left: inherit !important;
	    text-align: center !important;
	    top: 3% !important;
	    width: 100%;
	}
	.cs-slide > a {
	    left: 32% !important;
	    /*top: 75% !important;*/
	    top: 35% !important;
	}
	#crellyslider-1 .crellyslider .slider-button {
	    font-size: 16px !important;
	    padding: 15px !important;
	}
	#crellyslider-1 .cs-navigation {
	    display: none !important;
	}
	.crellyslider > .cs-controls > .cs-next {
	    background-size: 30px 50px;
	}
	.crellyslider > .cs-controls > .cs-previous {
	    background-size: 30px 50px;
	}
	.cs-slide > img {
	    width: 25px !important;
	    height: auto !important;
	    top: 85% !important;
	}
	.crellyslider > .cs-controls > .cs-previous {
	    position: absolute;
	}
	.crellyslider > .cs-controls > .cs-next {
	    position: absolute;
	}
	/*******header**********/
	.medium-10.small-8.columns.logo img {
	    width: 151px;
	}
	.mobile-header .offcanvas.menuButton {
		width: auto;
		padding: 19px 10px 10px 30px !important;
		z-index: 0;
		margin-top: 10px;
		height: 40px;
	}
	.mobile-header .offcanvas.menuButton .hamburger{
	    background-size: 20px 20px;
	    width: 19.7px;
	    background-repeat: no-repeat !important;
	}
	/**************foter-botom*************/
	.large-6.medium-5.columns.footer-links {
	    padding-bottom: 7%;
	}
	.large-6.medium-5.columns.footer-links {
	    border: medium none !important;
	}
	#menu-main-menu-1 li a {
	    text-transform: inherit !important;
	}
	.crellyslider .cs-slides li:nth-child(4) .slider-heading:nth-child(1) {
	    margin-top: 40px;
	}
	.slider-heading {
	    font-size: 34px !important;
	    top: 1.4% !important;
	}
	/************/
	.mobile-header .arrow {
	    display: none;
	}
	/*************contact******************/
	.contact-left.wpb_column.vc_column_container.vc_col-sm-6 {
	    float: left;
	    width:50%;
	}
	.contact-form .wpb_text_column.wpb_content_element {
	    width: 100%;
	}
	/*************/
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1469013769683.vc_row-has-fill {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	/*************stories******************/
	#post-1558 .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-3 {
	    float: left;
	    width: 30%;
	}
	#post-1558 .wpb_column.vc_column_container.vc_col-sm-9 {
	    margin-top: 4%;
	    width: 70%;
	}
	#post-1558 .entry-content .vc_figure {
	    width: 100%;
	}
	#post-1558 .entry-content .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
	    width: 70%;
	}
	#post-1558 .vc_row-fluid:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	    margin-top: 6%;
	}
	/*************responsibility*****************/
	.responsibility-right .fr_wpb_wrapper > h1 {
	    color: #222222 !important;
	    font-size: 23px !important;
	}
	.Responsibility-text.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 7% !important;
	}
	/**********mission-strategy-values*********/
	.Core-Values-right .fr_wpb_wrapper > h2 {
	    font-family: inherit !important;
	    font-size: 22px;
	    font-weight: 300 !important;
	    margin-bottom: 0;
	}
	.vc_row.wpb_row.vc_row-fluid.mission {
	    margin-top: 6%;
	}
	.value-image .wpb_single_image img {
	    max-width: 100% !important;
	}
	/*********breadcrumbs***********/
	.breadcrumbs-wrapper {
	    display: none;
	}
	/*********related-contant***********/
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
	    float: left;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
	    float: left;
	    width: 70%;
	    margin-bottom: 9%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
	    float: left;
	    margin-top: 0;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
	    float: left;
	    width: 70%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 80% !important;
	}
	/*****************fresenius-health-partners***********************/
	.health-care-system.wpb_column.vc_column_container.vc_col-sm-10.health-post-left {
	    width: 90%;
	}
	.logo-row.wpb_column.vc_column_container.vc_col-sm-2.right-health-part {
	    float: left;
	    width: 90%;
	}
	#pg-1637-0 {
	    margin-right: 0 !important;
	}
	/********************frenova-renal-research***********************/
	.resp-tab-item {
	    float: left !important;
	    margin-bottom: 1% !important;
	    width: 100%;
	}
	/******************inpatient-services****************/
	#pg-1629-0, #pg-1629-1, #pg-1629-2, {
	    margin-right: 0 !important;
	}
	#pg-1629-3 {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	#pg-1629-4 {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	#pg-1629-5 {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	#pg-1629-6{
		margin-left: 0 !important;
		margin-right: 0!important;
	}
	#pg-1629-7{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.inpatient .small-12.medium-3.large-3.columns:nth-child(2) {
	    text-align: -moz-center !important;
	}
	.inpatient .small-12.medium-3.large-3.columns:nth-child(2) {
	    text-align: -webkit-center !important;
	}

	/************about-us (iE)***************/
	#post-1387 .vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_row-o-equal-height.vc_row-flex {
	    height: auto !important;
	}

}	
/****************end(max-767)********************/
@media only screen and (min-width:521px) and (max-width:767px){
	#footer-sidebar .footer .row-footer aside {
	    padding-left: 10px;
	    width: 48%;
	}
	#black-studio-tinymce-3 {
	    margin-bottom: 0;
	}
	#nav_menu-2 {
	    margin-bottom: 26%;
	}
	#footer-sidebar2 .footerline {
	    height: auto !important;
	}
	.large-6.medium-7.columns.copyright {
	    text-align: center;
	}
	.large-6.medium-5.columns.footer-links {
	    padding: 14px 0 50px !important;
	    text-align: center;
	    border-top:1px solid #668bc2;
	}
	.vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_custom_1468932282350.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex {
	    margin: 0;
	}
	.vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_custom_1468932209164.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex {
	    margin: 0;
	}
	/******************************/
	#panel-147-0-0-0 .textwidget h1 {
	    font-size: 34px !important;
	    font-style: normal;
	    line-height: 41px !important;
	    margin-bottom: 28px !important;
	    margin-top: 3% !important;
	}

}


/***************iphone6pluse(736)**********************/
@media only screen and (min-width:721px) and (max-width:767px) {
 /********midel-on-homepage************/
	#post-147 .entry-content .textwidget > p {
	    text-align: center;
	}
	.alignnone.size-medium.wp-image-269 {
	    width: 390px;
	}
	.alignnone.size-medium.wp-image-268 {
	    width: 390px;
	}
	.alignnone.size-medium.wp-image-270 {
	    width: 390px;
	}
	.alignnone.size-medium.wp-image-273 {
	    width: 390px;
	}
	.alignnone.size-medium.wp-image-272 {
	    width: 390px;
	}
	.alignnone.size-medium.wp-image-271 {
	    width: 390px;
	} 	
		#panel-147-1-0-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-1-1-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-0 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-1-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-1 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-2-0-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-2 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-2-1-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-2-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-2-2 .textwidget > p{
		 margin-bottom: 0 !important;
	}
	/***********slide-button*************/
	.cs-slide > a {
	    left: 40% !important;
	    top: 55% !important;
	}
	.cs-slide > img {
	    width: 25px !important;
	    height: auto !important;
	    top: 87% !important;
	    left: 46% !important;
	}
	/***************iphone6pluse**********************/
	/*****baner**********/
	.crellyslider {
	    height: 373px !important;
	}
	.cs-slide {
	    height: 111% !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    left: 3% !important;
    	top: 30px;
	}
	.crellyslider > .cs-controls > .cs-previous {
	    background-size: 43px 63px !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	    right: 3% !important;
	    top: 30px;
	}
	.cs-slide > img {
	    top: 78% !important;
	}
	.crellyslider > .cs-controls > .cs-next {
	    background-size: 43px 63px !important;
	}
	.slider-subheading {
	    display: none !important;
	}
	#crellyslider-1 .cs-slides li:nth-child(4) .slider-heading {
	    margin-top: -35px !important;
	}
	#crellyslider-1 .cs-slides li:nth-child(4) .slider-heading:nth-child(1) {
	    margin-top: 20px !important;
	}
	/*******search********/
	.mobile-search .navi-search .columns.small-9.medium-10 {
	    width: 75%;
	    padding-right: 0 !important;
	}
	.mobile-search .navi-search .columns.small-3.medium-2 {
	    padding-left: 0;
	    width: 25%;
	}
	.mobile-search .navi-search .columns.small-3.medium-2 .button.grey {
	    width: 100%;
	}
	.mobile-header .offcanvas.menuButton .hamburger {
	    right: 26%;
	}
	.mobile-header .medium-10.small-8.columns.logo {
	    width: 67%;
	}
	.mobile-header .large-1.medium-1.small-1.column {
	    padding-left: 6.5px;
	}
	/********logo**********/
	.row.mobile-header .medium-10.small-8.columns.logo {
	    padding-left: 15px;
	}
	.medium-10.small-8.columns.logo img {
	    width: 149px;
	    height: 35px;
	    margin-top: 10px;
	    margin-bottom: 7px;
	}
	.slider-heading {
	    font-size: 48px !important;
    	top: 15% !important;
	}
	/*********breadcrumbs***********/
	.breadcrumbs-wrapper {
	    display: none;
	}
	.entry-header h1.entry-title {
	    margin-top: 6%;
	    /*margin-bottom: 5%;*/
	}
	/************midel**************/
	#panel-147-0-0-0 .textwidget h1 {
	    font-size: 52px !important;
	    font-style: normal;
	    line-height: 60px !important;
	    margin-bottom: 66px !important;
	    margin-top: 0 !important;
	}
	#panel-147-0-0-0 .textwidget > div {
	    font-size: 26px !important;
	    line-height: 32px !important;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(2) br {
	    display: none;
	}
	#post-147 .entry-content #pgc-147-1-0 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #pgc-147-1-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #panel-147-1-2-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #panel-147-2-0-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #panel-147-2-1-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#panel-147-2-2-1 .panel-widget-style .textwidget > div:nth-child(2){
		margin-bottom: 11px !important;
	}
	#panel-147-1-0-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-1-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-2-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-0-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-1-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-2-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-0-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-1-1-1 .textwidget > div:nth-child(3) {
    	margin-top: 0 !important;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-2-0-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-2-1-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-2-2-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	/**************services-fresenius-medical-care********************/
	.vc_custom_1469011928160 span.inner {
	    font-size: 19px;
	}
	.toll-free.wpb_column.vc_column_container.vc_col-sm-10 {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10%;
	}
	.Option.wpb_column {
	    width: 100%;
	    text-align: center;
	}
	/*************healthcare-professional***************/
	.healthcare-wrapper .description h2 {
	    font-size: 24px;
	    line-height: 22px;
	    margin-top: 2% !important;
	}
	#post-1375 .entry-content {
	    display: none;
	}
	article#post-1375 {
	    margin-bottom: 0 !important;
	}
	.healthcare-professional .cat_images > img {
	    max-width: 145%;
	    width: auto;
	}
	.wpb_column.vc_column_container.vc_col-sm-6.healthcare-wrapper {
	    margin-top: 30px;
	}
	/**********home-dialysis-services**************/
	#post-1431 .entry-content {
	    margin-top: 0;
	}
	#post-1431 .entry-header h1.entry-title {
	    margin-bottom: 0;
	}
	#post-1431 .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 3%;
	}
	.page-id-1431 .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 9%;
	}
	#post-1431 .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 20%;
	}
	.wpb_single_image img {
	    max-width: 50% !important;
	}
	.Supporting .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_single_image-img.attachment-large {
	    max-width: 100% !important;
	}
	.nurses .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_single_image-img.attachment-large {
	    max-width: 100% !important;
	}
	.Supporting .small-12.medium-6.columns.col-def-data-content--50-100 {
	    margin-top: 15%;
	}
	.vc_empty_space {
	    display: none;
	}
	.nurses .small-12.medium-6.columns.col-def-data-content--50-100 {
	    margin-top: 8%;
    	padding-left: 0;
	}
	/**************physician-services*****************/
	#post-1464 .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 1%;
	}
	/**************laboratory-services*****************/
	.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6 {
	    width: 100%;
	    text-align: center;
	}
	.Lab-services.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	.Spectra .wpb_column.vc_column_container.vc_col-sm-6 {
	    width: 100%;
	    text-align: center;
	}
	.Spectra .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 2%;
	}
	.Spectra.Laboratories.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	/***************************/
	#post-1448 .the-american-health.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	/*****************stories***********************/
	#post-1558 .entry-content .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
	    width: 100%;
	}
	#post-1558 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1558 .vc_row-fluid:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	    margin-top: 0%;
	}
	#post-1558 .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 5%;
	}
	#post-1558 .vc_row.wpb_row.vc_row-fluid:nth-child(2) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 0;
	}
	.page-id-1558 .story-h .teaser-link {
	    font-size: 26px;
	}
	#post-1558 .entry-content .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 0%;
	}
	#post-1558 .vc_row.wpb_row.vc_row-fluid:nth-child(3) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
	    margin-top: 0%;
	}
	#post-1558 .wpb_column.vc_column_container.vc_col-sm-9 {
    	margin-top: 3%;
    	width: 67%;
	}
	#post-1558 .story-h .wpb_wrapper p {
	    margin-bottom: 0;
	}
	#post-1558 .story-h .wpb_wrapper p:nth-child(2) {
	    padding-left: 4px;
	}
	/**********************/
	/********footer*********/
	#footer-sidebar {
	    top: 22px !important;
	}
	.mobile-view ul li {
	    width: 11%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1411 {
	    width: 18%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1412 {
	    width: 27%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
	    width: 27%;
	}
	.large-6.medium-7.columns.copyright {
	    width: 60%;
	    padding-left: 0;
	}
	.footerline p:nth-child(1) {
	    margin-bottom: 14px;
	}
	.large-6.medium-5.columns.footer-links {
	    width: 31%;
	    padding:37px 0 35px !important;
	}
	#footer-sidebar1 aside#nav_menu-3 {
	    margin-bottom: 30px;
	    padding-left: 0 !important;
	}
	#footer-sidebar1 .col-footer {
	    padding-top: 19px;
	}
	.footerline .footer-links li {
	    margin-left: 11px;
	}
	/***************contact**************/
	.contact-right.wpb_column.vc_column_container.vc_col-sm-6 {
	    margin-right: 1%;
	    width: 47%;
	}
	#post-1459 .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	.contact-form.wpb_column.vc_column_container.vc_col-sm-9 {
	    margin-top: 10%;
	}
	.wpcf7-form-control.wpcf7-submit.send-form{
	    padding: 13px 15px 15px !important;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	    height: 90px;
	}
	/*********related-contant***********/
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
	    float: left;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
	    float: left;
	    width: 70%;
	    margin-bottom: 10%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
	    float: left;
	    margin-top: 0;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
	    float: left;
	    width: 70%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 80% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 100% !important;
	}

}
/******************************End***iphon6+(736)*************************/

/******************iphon6(667)*************/
@media only screen and (min-width:521px) and (max-width:720px) {
/*************slider*****************/
	.cs-slide > a {
	    left: 40% !important;
	    top: 54% !important;
	}
	.cs-slide > img {
	    /*left: 47% !important;*/
	    left: 47% !important;
    	top: 77% !important;
	}
	.crellyslider .cs-slides li:nth-child(4) .slider-heading:nth-child(1) {
	    margin-top: 10%;
	}
 /********midel-on-homepage************/
	#post-147 .entry-content .textwidget > p {
	    text-align: center;
	}
	.alignnone.size-medium.wp-image-269 {
	    width: 405px;
	}
	.alignnone.size-medium.wp-image-268 {
	    width: 405px;
	}
	.alignnone.size-medium.wp-image-270 {
	    width: 405px;
	}
	.alignnone.size-medium.wp-image-273 {
	    width: 405px;
	}
	.alignnone.size-medium.wp-image-272 {
	    width: 405px;
	}
	.alignnone.size-medium.wp-image-271 {
	    width: 405px;
	} 	
		#panel-147-1-0-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-1-1-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-0 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-1-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-1 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-2-0-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-2 .textwidget > p {
	    margin-bottom: 0;
	}
	#panel-147-2-1-0 {
	    margin-bottom: 0 !important;
	}
	#panel-147-2-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-2-2 .textwidget > p{
		 margin-bottom: 0 !important;
	}
	#panel-147-1-0-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-1-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-2-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-0-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-1-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-2-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(2) br {
	    display: none;
	}
	#post-147 .entry-content #pgc-147-1-0 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #pgc-147-1-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #panel-147-1-2-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #panel-147-2-0-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#post-147 .entry-content #panel-147-2-1-1 .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}
	#panel-147-2-2-1 .panel-widget-style .textwidget > div:nth-child(2) {
	    margin-bottom: 11px !important;
	}

	#panel-147-1-0-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-1-1-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-2-0-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-2-1-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	#panel-147-2-2-1 .textwidget > div:nth-child(3) {
	    margin-top: 0 !important;
	}
	div#pgc-147-2-2 {
	    margin-bottom: 17px;
	}
	#panel-147-0-0-0 .textwidget > div {
	    font-size: 26px !important;
	    line-height: 32px !important;
	}
	/***************/
	.slider-subheading {
	    display: none !important;
	}
	/*******search********/
	.mobile-search .navi-search .columns.small-9.medium-10 {
	    width: 75%;
	    padding-right: 0 !important;
	}
	.mobile-search .navi-search .columns.small-3.medium-2 {
	    padding-left: 0;
	    width: 25%;
	}
	.mobile-search .navi-search .columns.small-3.medium-2 .button.grey {
	    width: 100%;
	}
	.mobile-header .offcanvas.menuButton .hamburger {
	    right: 26%;
	}
	.mobile-header .medium-10.small-8.columns.logo {
	    width: 67%;
	}
	.mobile-header .large-1.medium-1.small-1.column {
	    padding-left: 6.5px;
	}
	/********logo**********/
	.row.mobile-header .medium-10.small-8.columns.logo {
	    padding-left: 15px;
	}
	.medium-10.small-8.columns.logo img {
	    width: 149px;
	    height: 35px;
	    margin-top: 10px;
	    margin-bottom: 7px;
	}
	.slider-heading {
	    font-size: 34px !important;
	    top: 2% !important;
	}
	.crellyslider {
	    /*height: 650px !important;*/
	    height:345px !important;
	}
	.cs-slide {
	    /*height: 100% !important;*/
	    height: 108% !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    /*left: 2% !important;*/
	    /*left: 1% !important;
    	top: 70px !important;*/
    	left: 5% !important;
    	top: 35px !important;
	}

	.crellyslider > .cs-controls > .cs-previous {
	    background-size: 43px 63px !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	   /* right: 1% !important;
	    top:70px;*/
	    right: 5% !important;
    	top: 35px !important;
	}
	.crellyslider > .cs-controls > .cs-next {
	    background-size: 43px 63px !important;
	}
	/********footer*********/
	.mobile-view ul li {
	    /*width: 14%;*/
	    width: 21%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1412 {
	    /*width: 33%;*/
	    width: 39%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
	    /*width: 27.5%;*/
	    width: 23.5%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1411 {
	    /*width: 18%;*/
	    width: 12%;
	}
	.large-6.medium-7.columns.copyright {
	    width: 67% !important;
	    padding-left: 0;
	}
	.footerline p:nth-child(1) {
	    margin-bottom: 14px;
	}
	.large-6.medium-5.columns.footer-links {
	    width: 34% !important;
	    padding:14px 0 38px !important;
	}
	#footer-sidebar1 aside#nav_menu-3 {
	    margin-bottom: 26px;
	}
	#footer-sidebar1 .col-footer {
	    padding-top: 19px;
	}
	.footerline .footer-links li {
	    margin-left: 12px;
	}
	/***************contact**************/
	.contact-right.wpb_column.vc_column_container.vc_col-sm-6 {
	    margin-right: 1%;
	    width: 49%;
	}
	#post-1459 .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	.contact-form.wpb_column.vc_column_container.vc_col-sm-9 {
	    margin-top: 10%;
	}
	.wpcf7-form-control.wpcf7-submit.send-form{
	    padding: 13px 15px 15px !important;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	    height: 90px;
	}
	.contact-form .wpb_wrapper h2 {
	    font-size: 32px;
	}
	/*********breadcrumbs***********/
	.breadcrumbs-wrapper {
	    display: none;
	}
	.entry-header h1.entry-title {
	    margin-top: 6%;
	    /*margin-bottom: 5%;*/
	}
	/**************services-fresenius-medical-care********************/
	.vc_custom_1469011928160 span.inner {
	    font-size: 19px;
	}
	.toll-free.wpb_column.vc_column_container.vc_col-sm-10 {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10%;
	}
	.Option.wpb_column {
	    width: 100%;
	    text-align: center;
	}
	/*************healthcare-professional***************/
	.healthcare-wrapper .description h2 {
	    font-size: 24px;
	    line-height: 22px;
	    margin-top: 2% !important;
	}
	#post-1375 .entry-content {
	    display: none;
	}
	article#post-1375 {
	    margin-bottom: 0 !important;
	}
	.healthcare-professional .cat_images > img {
	    max-width: 145%;
	    width: auto;
	}
	.wpb_column.vc_column_container.vc_col-sm-6.healthcare-wrapper {
	    margin-top: 30px;
	}
	/**********home-dialysis-services**************/
	#post-1431 .entry-content {
	    margin-top: 0;
	}
	#post-1431 .entry-header h1.entry-title {
	    margin-bottom: 0;
	}
	#post-1431 .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 3%;
	}
	.page-id-1431 .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 9%;
	}
	#post-1431 .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 20%;
	}
	.wpb_single_image img {
	    max-width: 50% !important;
	}
	.Supporting .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_single_image-img.attachment-large {
	    max-width: 100% !important;
	}
	.nurses .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_single_image-img.attachment-large {
	    max-width: 100% !important;
	}
	.Supporting .small-12.medium-6.columns.col-def-data-content--50-100 {
	    margin-top: 15%;
	}
	.vc_empty_space {
	    display: none;
	}
	.nurses .small-12.medium-6.columns.col-def-data-content--50-100 {
	    margin-top: 8%;
    	padding-left: 0;
	}
	/**************physician-services*****************/
	#post-1464 .wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 1%;
	}
	/**************laboratory-services*****************/
	.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6 {
	    width: 100%;
	    text-align: center;
	}
	.Lab-services.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	.Spectra .wpb_column.vc_column_container.vc_col-sm-6 {
	    width: 100%;
	    text-align: center;
	}
	.Spectra .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 2%;
	}
	.Spectra.Laboratories.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	/***************************/
	#post-1448 .the-american-health.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	/*****************stories***********************/
	#post-1558 .entry-content .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
	    width: 100%;
	}
	#post-1558 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1558 .vc_row-fluid:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	    margin-top: 0%;
	}
	.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 5%;
	}
	.page-id-1558 .story-h .teaser-link {
	    font-size: 20px;
	}
	#post-1558 .entry-content .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 6%;
	}
	#post-1558 .vc_row.wpb_row.vc_row-fluid:nth-child(3) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
	    margin-top: 6%;
	}
	#post-1558 .wpb_column.vc_column_container.vc_col-sm-9 {
    	margin-top: 3%;
	}
	/**********compliance***************/
	#post-1553 .fr_main_banner_wrapper .fr_banner_nextmain img.fr_main_image {
	    max-width: 143% !important;
	}
	/*********related-contant***********/
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
	    float: left;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
	    float: left;
	    width: 70%;
	    margin-bottom: 10%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
	    float: left;
	    margin-top: 0;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
	    float: left;
	    width: 70%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 80% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1459 .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 0%;
	}
	.fr_patients_families .right .fr_wpb_wrapper > h1 {
	    line-height: 25px;
	}
	.fr_treatments_failure .right .fr_wpb_wrapper > h1 {
	    line-height: 24px;
	}
	.health_famility_first.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	#post-1363 .vc_row.wpb_row.vc_row-fluid.living-with.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex {
	    min-height: 0 !important;
	    margin-top: 0% !important;
	}
	.page-id-1363 .kidney-disease {
	    margin-top: 6% !important;
	    height: auto !important;
	}
	.page-id-1363 .treatments {
	    margin-top: 6% !important;
	    height:auto;
	}
	.services-from {
	    margin-top: 6% !important;
	    height: auto !important;
	}
	.fr_patients_families .right .vc_btn3-container {
	    margin-bottom: 0;
	}
	.last-one {
	    top: 6% !important;
	}
	.page-id-1363 .strip {
	    margin-top: 18% !important;
	}
	.morelink {
	    font-size: 17px;
	}
	.vc_row.wpb_row.vc_row-fluid.blank-row {
	    margin-top: 15%;
	}
	/************slider-tran**********************/
	.cs-slides .slider-heading:nth-child(2) {
	    background-size: auto 300px !important;
	}
	.crellyslider .cs-slides li:nth-child(1) .slider-heading:nth-child(2) {
	    padding-top: 1.3% !important;
	}
	.crellyslider .cs-slides li:nth-child(2) .slider-heading:nth-child(1) {
	    padding-top: 1.3% !important;
	}
	.crellyslider .cs-slides li:nth-child(3) .slider-heading:nth-child(2) {
	    padding-top: 1.3% !important;
	}
	/****************services-fresenius-medical-care*****************/
	#post-1426 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1426 .entry-header h1.entry-title {
	    margin-bottom: 0%;
	    line-height: 40px;
	}
	#post-1426 .wpb_single_image.wpb_content_element.vc_align_left {
	    margin-top: 12px;
	}
	/**********************pharmacy-services****************/
		.specialty.pharmacy.wpb_column.vc_column_container.vc_col-sm-12 {
		    margin-left: 0 !important;
		}
		.an-email.wpb_column.vc_column_container.vc_col-sm-4 {
		    text-align: center;
		    margin-top: 3%;
		}
		.phone-tags.wpb_column.vc_column_container.vc_col-sm-4 {
		    text-align: center;
		    margin-top: 3%;
	    	margin-bottom: 3%;
		}
		.get-in-help.wpb_column.vc_column_container.vc_col-sm-4 {
		    width: 100%;
		    padding-left: 5%;
		    padding-right: 5%;
		    text-align: center;
		}
		#post-1452 .vc_column_container>.vc_column-inner {
		    padding-left: 0px; 
		    padding-right: 0px;
		}
		#post-1452 .wpb_single_image img {
		    max-width: 100% !important;
		    margin-bottom: 5%;
		}
		.entry-header h1.entry-title {
		    margin-bottom: 0%;
		}
		#post-1452 .wpb_column.vc_column_container.vc_col-sm-12 {
		    margin-top: 0;
		}
		/****************laboratory-services*****************/
		.wpb_single_image img {
		    max-width: 75% !important;
		}
		#post-1444 .wpb_single_image.wpb_content_element.vc_align_left {
		    margin-top: 0px;
		}
		#post-1444 .page-content, .entry-content, .entry-summary {
		    margin: 0 0 0;
		}
		/**04**/
		/*************patients-families****************/
		.last-one {
		    overflow: inherit;
		}
		.last_one_sub_next .fr_main_banner_wrapper .fr_banner_sectionsmain .fr_banner_sections.right {
		    width: 100% !important;
		}
		/*****************category-post*************/
		.page-id-1414 .col-md-6.healthcare-wrapper-half:nth-child(2) {
		    margin-bottom: 0;
		    margin-top: 0;
		}
		/***************integrated-girl*********************/
		#post-1408 #primary .trusted:nth-child(1) h1 {
		    margin-left: 10px;
		}
		/**********responsibility*********/
		.contact-sales .hesitate.wpb_column.vc_column_container.vc_col-sm-6 {
		    text-align: center;
		}
		.contact-sales .wpb_column.vc_column_container.vc_col-sm-6 {
		    text-align: center;
		}
		.vc_row.wpb_row.vc_row-fluid.vc_custom_1469433235416.vc_row-has-fill {
		    margin-left: 0;
		    margin-right: 0;
		}
		/**********company-profile*slider*************/
		/*.flex-viewport .slides li {
		    width: 320px !important;
		}
		#attachment_1583 {
		    margin-left: 10% !important;
		}
		#attachment_1584 {
		    margin-left: 24% !important;
		}
		#attachment_1585 {
		    margin-left: 30% !important;
		}
		#attachment_1590 {
		    margin-left: 14% !important;
		}
		#attachment_1591 {
		    margin-left: 40% !important;
		}*/
		/**************compliance*******************/
		.vc_row.wpb_row.vc_row-fluid.compliance-div {
		    margin-top: 4%;
		}
		.compliance-right .fr_wpb_wrapper > h1 {
		    line-height: 35px !important;
		    width: 78%;
		    float: left;
		    clear: none;
		}
		.compliance-right .fr_wpb_wrapper > h1:nth-child(2) {
		    width: 21%;
		    float: right;
		}
}
/*********end***i6(667)**************/


/********************************/
@media only screen and (min-width:320px) and (max-width:520px) {
	.mobile-header {
		display: block;
	}
	
	.mobile-header .logo img {
	    margin-top: 10px;
	    width: 75%;
	}
	
	.footer #black-studio-tinymce-3 {
	    padding-left: 10px;
	    padding-right: 10px;
	    width: 100%;
	}
	.footer #nav_menu-2 {
	    padding-left: 10px;
	    padding-right: 10px;
	    width: 100%;
	}
	.footer #black-studio-tinymce-6 {
	    padding-left: 10px;
	    padding-right: 10px;
	    width: 100%;
	}
	.footer #black-studio-tinymce-5 {
	    padding-left: 10px;
	    padding-right: 10px;
	    width: 100%;
	}
	.footerline {
	    height: inherit !important;
	}

	#panel-147-0-0-0 .first-div.panel-widget-style .textwidget h1 {
	    line-height: 40px !important;
	    margin-top: 2px !important;
	}
	/******about-page*******/
	.page-id-1387 .wpb_text_column {
	    margin-bottom: 0 !important;
	}
	.wpb_column.vc_column_container .vc_empty_space {
	    height: 0 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_custom_1468932282350.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex {
	    margin: 0;
	}
	.vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_custom_1468932209164.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex {
	    margin: 0;
	}
	/*************slider*****************/
	.cs-slide > a {
	    left: 35% !important;
	    top: 54% !important;
	}
	/********midel-on-homepage************/
	#post-147 .entry-content .textwidget > p {
	    text-align: center;
	}
	.alignnone.size-medium.wp-image-269 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-268 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-270 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-273 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-272 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-271 {
	    width: 300px;
	}
	#panel-147-1-0-0 {
	    margin-bottom: 0 !important;
	}
	#post-147 .entry-content #pgc-147-1-0 .textwidget > div:nth-child(1) {
	    font-size: 40px !important;
	}
	#post-147 .entry-content #pgc-147-1-0 .textwidget > div:nth-child(2) {
	    font-size: 20px !important;
	     margin-bottom: 10px !important;
	}
	#post-147 .entry-content #pgc-147-1-0 .textwidget > div:nth-child(3) .morelink {
	    line-height: 0 !important;
	}
	#panel-147-1-1-0 {
	    margin-bottom: 0 !important;
	}
	#post-1459 .entry-header h1.entry-title {
	    margin-top: 11%;
	    margin-bottom: 8%;
	}
	#post-1459 .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	     margin-top: 0%;
	}
	#pgc-147-1-0 .textwidget > p {
	    margin-bottom: 0;
	}
	#post-147 .entry-content #pgc-147-1-1 .textwidget > div:nth-child(1){
	    font-size: 40px !important;
	}
	#post-147 .entry-content #pgc-147-1-1 .textwidget > div:nth-child(2) {
	    font-size: 20px !important;
	}
	#panel-147-1-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-1 .textwidget > p {
	    margin-bottom: 0;
	}
	#post-147 .entry-content #panel-147-1-2-1 .textwidget > div:nth-child(1){
	    font-size: 40px !important;
	}
	#post-147 .entry-content #panel-147-1-2-1 .textwidget > div:nth-child(2) {
	    font-size: 22px !important;
	}
	#panel-147-2-0-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-1-2 .textwidget > p {
	    margin-bottom: 0;
	}
	#post-147 .entry-content #panel-147-2-1-0 .textwidget > p {
	    margin-bottom: 0 !important;
	}
	#post-147 .entry-content #panel-147-2-0-1 .textwidget > div:nth-child(1){
	    font-size: 40px !important;
	}
	#post-147 .entry-content #panel-147-2-0-1 .textwidget > div:nth-child(2) {
	    font-size: 22px !important;
	}
	#panel-147-2-1-0 {
	    margin-bottom: 0 !important;
	}
	#post-147 .entry-content #panel-147-2-1-1 .textwidget > div:nth-child(1){
	    font-size: 40px !important;
	}
	#post-147 .entry-content #panel-147-2-1-1 .textwidget > div:nth-child(2) {
	    font-size: 22px !important;
	}
	#panel-147-2-2-0 {
	    margin-bottom: 0 !important;
	}
	#pgc-147-2-2 .textwidget > p{
		 margin-bottom: 0 !important;
	}
	#post-147 .entry-content #panel-147-2-2-1 .textwidget > div:nth-child(1){
	    font-size: 40px !important;
	}
	#post-147 .entry-content #panel-147-2-1-1 .textwidget > div:nth-child(2) {
	    font-size: 22px !important;
	}
	.contact-left .wpb_content_element .wpb_wrapper > p:nth-child(3) {
	    margin-top: 35% !important;
	    margin-bottom: 30%;
	}
	.contact-left .wpb_content_element .wpb_wrapper > p:nth-child(5) .externlink {
	    margin-top: 15%;
	    float: left;
	    margin-bottom: 20%;
	}
	.contact-right .wpb_content_element:nth-child(2) .wpb_wrapper > h4 {
	    margin-top: 20%;
	}
	.contact-left .wpb_content_element .wpb_wrapper > h4:nth-child(4) {
	    margin-top: 54%;
	}
	.contact-right .wpb_content_element:nth-child(3) .wpb_wrapper > h4:nth-child(1) {
	    margin-top: 50%;
	}

}

@media only screen and (min-width:768px){
	#footer-sidebar1 .row.row-footer {
	    padding-left: 10px;
	    /*margin-right: 22px;*/
	}

}
/*******************i5(568)*********************/
@media only screen and (min-width:501px) and (max-width:600px) {
	.slider-subheading {
	    font-size: 13px !important;
	    font-weight: bold !important;
	    left: 27% !important;
	    top: 10% !important;
	}
	.cs-slide > a {
	    left: 35% !important;
	    top: 45% !important;
	}
	.cs-slide > img {
	    top: 75% !important;
	    left: 42% !important;
	}
	.slider-heading {
	    font-size: 34px !important;
	    top: 1.5% !important;
	}
	.crellyslider {
	    height: 310px !important;
	}
	.cs-slide {
	    height: 105% !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    left: 2% !important;
	    top: 12px !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	    right: 2% !important;
	    top: 12px;
	}


	/*********midel**********/
	.alignnone.size-medium.wp-image-269 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-268 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-270 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-273 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-272 {
	    width: 300px;
	}
	.alignnone.size-medium.wp-image-271 {
	    width: 300px;
	}
	div#pg-147-0 {
	    margin-bottom: 0;
	}
	/***********contact*****************/
	.contact-right.wpb_column.vc_column_container.vc_col-sm-6 {
	    margin-right: 1%;
	    width: 49%;
	}
	.contact-right .wpb_text_column.wpb_content_element:nth-child(2) .wpb_wrapper {
	    margin-top: 30%;
	}
	.contact-left .wpb_text_column.wpb_content_element .wpb_wrapper > p:nth-child(3) {
	    margin-top: 27%;
	}
	.contact-right .wpb_text_column.wpb_content_element:nth-child(2) .wpb_wrapper > h4:nth-child(4) {
	    margin-top: 30%;
	}
	.contact-left .wpb_wrapper > h4:nth-child(4) {
	    margin-top: 30%;
	}
	.contact-right .wpb_text_column.wpb_content_element:nth-child(3) .wpb_wrapper > h4:nth-child(1) {
	    margin-top: 25%;
	}
	.contact-left .wpb_text_column.wpb_content_element .wpb_wrapper > h4:nth-child(6) {
	    margin-top: 34%;
	}
	.contact-form .wpb_wrapper h2 {
	    font-size: 32px;
	}
	/**********footer*************/
	.large-6.medium-7.columns.copyright {
	    width: 100% !important;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
	    width: 28%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1412 {
	    width: 45%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1411 {
	    width: 16%;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1286 {
	    padding-top: 4px;
	}
	.mobile-view ul li {
	    width: 14%;
	}
	.large-6.medium-5.columns.footer-links {
	    width: 100% !important;
	    padding: 24px 0 38px !important;
	}
	.footerline .footer-links li {
	    margin-left: 10px;
	}
	/*********breadcrumbs***********/
	.breadcrumbs-wrapper {
	    display: none;
	}
	.entry-header h1.entry-title {
	    margin-top: 7%;
	    margin-bottom: 6%;
	}
	/****************services-fresenius-medical-care*****************/
	#post-1426 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1426 .entry-header h1.entry-title {
	    margin-bottom: 0%;
	    line-height: 40px;
	}
	#post-1426 .wpb_single_image.wpb_content_element.vc_align_left {
	    margin-top: 12px;
	}
	/**********************pharmacy-services****************/
		.specialty.pharmacy.wpb_column.vc_column_container.vc_col-sm-12 {
		    margin-left: 0 !important;
		}
		.an-email.wpb_column.vc_column_container.vc_col-sm-4 {
		    text-align: center;
		    margin-top: 3%;
		}
		.phone-tags.wpb_column.vc_column_container.vc_col-sm-4 {
		    text-align: center;
		    margin-top: 3%;
	    	margin-bottom: 3%;
		}
		.get-in-help.wpb_column.vc_column_container.vc_col-sm-4 {
		    width: 100%;
		    padding-left: 5%;
		    padding-right: 5%;
		    text-align: center;
		}
		#post-1452 .vc_column_container>.vc_column-inner {
		    padding-left: 0px; 
		    padding-right: 0px;
		}
		#post-1452 .wpb_single_image img {
		    max-width: 100% !important;
		    margin-bottom: 5%;
		}
		.entry-header h1.entry-title {
		    margin-bottom: 0%;
		}
		#post-1452 .wpb_column.vc_column_container.vc_col-sm-12 {
		    margin-top: 0;
		}
		/****************laboratory-services*****************/
		.wpb_single_image img {
		    max-width: 75% !important;
		}
		#post-1444 .wpb_single_image.wpb_content_element.vc_align_left {
		    margin-top: 0px;
		}
		#post-1444 .page-content, .entry-content, .entry-summary {
		    margin: 0 0 0;
		}
}
/**************i5(568)*****************/

@media only screen and (min-width:320px) and (max-width:500px) {
	.slider-subheading {
	    display: none !important;
	}
}
@media only screen and (min-width:320px) and (max-width:380px) {
	/********logo***********/
	.row.mobile-header .large-1.medium-1.small-1.column {
	    padding-left: 8px;
	}
}
/***********************/

/**********************i6+(414)*************/
@media only screen and (min-width:381px) and (max-width:420px) {
	.crellyslider {
	    height: 375px !important;
	}
	.slider-heading {
	    top: 3% !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    left: -2%;
	    top: 12px;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	    right: -2%;
	    top: 12px;
	}
	.cs-slide > img {
	    left: 48% !important;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(2) br {
	    display: none;
	}
	.slider-heading {
	    font-size: 25px !important;
	    top: 1.4% !important;
	}
	/*************stories***************/
	#post-1558 .entry-content .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
	    width: 100%;
	}
	#post-1558 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1558 .vc_row-fluid:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	    margin-top: 0%;
	}
	.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 5%;
	}
	.page-id-1558 .story-h .teaser-link {
	    font-size: 27px;
    	line-height: 32px;
	}
	#post-1558 .entry-content .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 6%;
	}
	#post-1558 .vc_row.wpb_row.vc_row-fluid:nth-child(3) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
	    margin-top: 6%;
	}
	#post-1558 .wpb_column.vc_column_container.vc_col-sm-9 {
    	margin-top: 3%;
	}
	/*********search**************/
	.navi-search .search-container form input {
	    width: 119%;
	}
	/*********related-contant***********/
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
	    float: left;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
	    float: left;
	    width: 70%;
	    margin-bottom: 10%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
	    float: left;
	    margin-top: 0;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
	    float: left;
	    width: 70%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 80% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 100% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .wpb_wrapper > p {
	    margin-bottom: 0;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) .wpb_wrapper > p {
	    margin-bottom: 0;
	}
	#post-1553 .entry-header h1.entry-title {
	    margin-top: 14%;
	    margin-bottom: 10%;
	}
}
/**************************end(414)***************/
/*************iphone6(375)*******************/
@media only screen and (min-width:360px) and (max-width:380px) {
	.contact-right.wpb_column.vc_column_container.vc_col-sm-6 {
	    margin-right: 0%;
	    width: 50%;
	}
	.contact-form h2 {
	    font-size: 25px;
	    margin-bottom: 0 !important;
	    margin-top: 8%;
	}
	.contact-form .wpb_text_column.wpb_content_element {
	    width: 100%;
	    margin-top: 10%;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	    height: 95px;
	}
	.slider-heading {
	    /*margin-top: 1%;*/
	    font-size: 23px !important;
	}
	#panel-147-0-0-0 .textwidget > div {
	    font-size: 20px !important;
	}
	br {
	    display: none;
	}
	#panel-147-2-2-1 .textwidget > div {
	    font-size: 20px !important;
	}
	/***********slider****************/
	.crellyslider {
	    height: 660px !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    left: -2%;
	    /*top: 12px;*/
	    top:50px;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	    right: -2%;
	   /* top: 12px;*/
	   top:50px;
	}
	.cs-slide > img {
	    top: 96% !important;
	    left: 48% !important;
	}
	.cs-slide > a {
	    left: 33% !important;
	    top: 62% !important;
	}
	#crellyslider-1 .crellyslider .slider-button {
	    font-size: 16px !important;
	    padding: 17px 21px !important;
	}
	#panel-147-0-0-0 .first-div.panel-widget-style .textwidget h1 {
	    line-height: 40px !important;
	    margin-top: 2px !important;
	    margin-bottom: 8% !important;
	}
	.large-6.medium-5.columns.footer-links {
	    padding-bottom: 13%;
    	padding-top: 8%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
  	   /*width: 56%;*/
  	   width: 48%;
  	   padding-top:0;	  
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1412 {
	   /* width: 67%;*/
	  	width:58%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1411 {
	   /* width: 25%;*/
	   width: 35%;
	  
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1286 {
	   /* width: 34%;*/
	   width: 27%;
	
	}
	.footerline .footer-links li {
	    margin-left: 11px;
	}
	#post-147 .entry-content #panel-147-2-0-1 .textwidget > div:nth-child(2) {
	    font-size: 22px !important;
	    line-height: 26px;
	}
	.mobile-view #nav_menu-3 {
	    margin-bottom: 8%;
	}
/*********breadcrumbs***********/
	.breadcrumbs-wrapper {
	    display: none;
	}
	.entry-header h1.entry-title {
	    margin-top: 10%;
	    margin-bottom: 0%;
	}
	#main .entry-content {
	    margin-top: 2%;
	}
	/**********healthcare-professionals***********/
	.healthcare-wrapper .description h2 {
	    font-size: 20px;
	    line-height: 22px;
	    margin-top: 4% !important;
	}
	#post-1375 .entry-content {
	    display: none;
	}
	article#post-1375 {
	    margin-bottom: 0 !important;
	}
	.healthcare-professional .cat_images > img {
	    max-width: 145%;
	    width: auto;
	}
	.wpb_column.vc_column_container.vc_col-sm-6.healthcare-wrapper {
	    margin-top: 30px;
	}
	.healthcare-professional .description .text_link {
	    margin-bottom: 12% !important;
	    float: left;
	}
	.in-this-section {
	    width: 100%;
	}
	/***************integrated-care**********************/
	#post-1408 .trusted h1 {
	    padding-left: 3%;
	}
	/**************physician-services****************/
	#post-1464 .wpb_column.vc_column_container.vc_col-sm-4 {
	    margin-top: 25%;
	}
	#post-1464 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element .wpb_wrapper p {
	    margin-top: 7%;
	}
	/**************laboratory-services***************/
	.Lab-services.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	/*************stories***************/
	#post-1558 .entry-content .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
	    width: 100%;
	}
	#post-1558 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1558 .vc_row-fluid:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	    margin-top: 0%;
	}
	.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 5%;
	}
	.page-id-1558 .story-h .teaser-link {
	    font-size: 27px;
    	line-height: 32px;
	}
	#post-1558 .entry-content .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 6%;
	}
	#post-1558 .vc_row.wpb_row.vc_row-fluid:nth-child(3) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
	    margin-top: 6%;
	}
	#post-1558 .wpb_column.vc_column_container.vc_col-sm-9 {
    	margin-top: 3%;
	}
	/*************mission-strategy-values***************/
	#post-1476 .vc_row-fluid:nth-child(1) .wpb_wrapper > h1{
		margin-top: 8%;
	}
	.Core-Values-right .fr_wpb_wrapper > h2 {
	    font-size: 20px;
	}
	.Core-Values-right .fr_wpb_wrapper > p:nth-child(2) {
	    margin-top: 5%;
	}
	.mission .wpb_text_column.wpb_content_element .wpb_wrapper > h2 {
	    margin-top: 3%;
	    margin-bottom: 5%;
	}
	.vc_row.wpb_row.vc_row-fluid.mission {
	    margin-bottom: 15%;
	}
	.Vision-strategy .wpb_text_column.wpb_content_element .wpb_wrapper > h2 {
	    margin-top: 3%;
	    margin-bottom: 5%;
	}
	.vc_row.wpb_row.vc_row-fluid.Vision-strategy {
	    margin-bottom: 15%;
	}
	.Values .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2){
	    margin-top: 15%;
	}
	/***********************/
	#post-1553 .vc_row.wpb_row.vc_inner.vc_row-fluid.compliance-div.vc_custom_1469612983052.vc_row-has-fill {
	    margin-top: 10%;
	    margin-bottom: 10%;
	}
	.compliance-right .fr_wpb_wrapper > h1 {
	    line-height: 16px !important;
	    font-size: 16px !important;
	}
	/*********related-contant***********/
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
	    float: left;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
	    float: left;
	    width: 70%;
	    margin-bottom: 10%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
	    float: left;
	    margin-top: 0;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
	    float: left;
	    width: 70%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 80% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 100% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .wpb_wrapper > p {
	    margin-bottom: 0;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) .wpb_wrapper > p {
	    margin-bottom: 0;
	}
	#post-1553 .entry-header h1.entry-title {
	    margin-top: 14%;
	    margin-bottom: 10%;
	}
	/**************patients-families**********************/
	.fr_patients_families .right .fr_wpb_wrapper > h1 {
	    line-height: 25px;
	}
	.fr_treatments_failure .right .fr_wpb_wrapper > h1 {
	    line-height: 24px;
	}
	.health_famility_first.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	#post-1363 .vc_row.wpb_row.vc_row-fluid.living-with.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex {
	    min-height: 0 !important;
	    margin-top: 6% !important;
	}
	.page-id-1363 .kidney-disease {
	    margin-top: 6% !important;
	    height: auto !important;
	}
	.treatments {
	    margin-top: 6% !important;
	    height:auto;
	}
	.services-from {
	    margin-top: 6% !important;
	    height: auto !important;
	}
	.fr_patients_families .right .vc_btn3-container {
	    margin-bottom: 0;
	}
	.last-one {
	    top: 6% !important;
	}
	.page-id-1363 .strip {
	    margin-top: 0 !important;
	}
	.morelink {
	    font-size: 17px;
	}
	/****************services-fresenius-medical-care***********************/
	.post-1426 .entry-header h1.entry-title {
	    line-height: 32px;
	}
	.toll-free.wpb_column.vc_column_container.vc_col-sm-10 {
	    width: 100%;
	    padding: 0 0 25px 10px;
	    text-align: center;
	}
	.toll-free.wpb_column.vc_column_container.vc_col-sm-10  span.inner {
	    font-size: 22px;
	}
	.Option.wpb_column {
	    width: 100%;
	    padding: 0 0 25px 10px;
	}
	.phoneCall .inner {
	    font-size: 20px;
	}
	#post-1426 .vc_row.wpb_row.vc_row-fluid.vc_custom_1469011928160.vc_row-has-fill {
	    margin-top: 30%;
	}
	/**********************pharmacy-services****************/
	.specialty.pharmacy.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-left: 0 !important;
	}
	.an-email.wpb_column.vc_column_container.vc_col-sm-4 {
	    text-align: center;
	    margin-top: 3%;
	}
	.phone-tags.wpb_column.vc_column_container.vc_col-sm-4 {
	    text-align: center;
	    margin-top: 3%;
    	margin-bottom: 3%;
	}
	.get-in-help.wpb_column.vc_column_container.vc_col-sm-4 {
	    width: 100%;
	    padding-left: 5%;
	    padding-right: 5%;
	    text-align: center;
	}
	#post-1452 .vc_column_container>.vc_column-inner {
	    padding-left: 0px; 
	    padding-right: 0px;
	}
	/*****************laboratory-services********************/
	.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6 {
	    padding-top: 10px;
	    text-align: center;
	}
	.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6  span.inner {
	    font-size: 19px !important;
	}
	#post-1444 .vc_btn3-container.spectra-web.vc_btn3-inline {
	    margin-left: 11%;
	}
	/************company-history*****************/
	#post-1481 .wpb_wrapper > h1 {
	    margin-top: 8% !important;
	}
	/***********************/
	#post-1476 .wpb_wrapper > h1 {
	    margin-top: 8%;
	    line-height: 32px;
	}
	/************company-profile-slider***********************/
	#attachment_1583 {
	    margin-left: 5% !important;
	}
	#attachment_1584 {
	    margin-left: 8% !important;
	}
	#attachment_1585 {
	    margin-left: 9% !important;
	}
	#attachment_1586 {
	    margin-left: 10% !important;
	}
	#attachment_1587 {
	    margin-left: 13% !important; 
	}
	#attachment_1588 {
	    margin-left: 15% !important;
	}
	#attachment_1589 {
	    margin-left: 17% !important;
	}
	#attachment_1590 {
	    margin-left: 13% !important;
	}
	#attachment_1591 {
	    margin-left: 13% !important;
	}
	/*************company-profile***************/
	#panel-1398-2-0-0 .textwidget > h1 {
	    font-size: 25px !important;
	}
	#panel-1398-3-0-0 .featured_products .small-12.medium-12.large-8.columns {
	    padding-left: 0;
	    padding-right: 0;
	}
	#panel-1398-3-0-0 .small-12.medium-12.large-8.columns p:nth-child(1) span {
	    font-size: 30px !important;
	    line-height: 31px !important;
	}
	.Research.panel-widget-style .textwidget p:nth-child(1) span:nth-child(1) {
	    font-size: 28px !important;
	    line-height: 35px !important;
	}
	.Research.panel-widget-style .textwidget:nth-child(1) .featured_products p:nth-child(1) span:nth-child(1) {
	    font-size: inherit !important;
	}
	#post-1398 h1.entry-title {
	    margin-top: 15%;
	}
	.compny-pro-right .compny-pro-wrap h2 {
	    font-size: 16px;
	    font-weight: lighter !important;
	}
	.Research p span {
	    font-size: 24px !important;
	}
	/*********about-us-2**********/
	.fr_banner_sections.right .fr_wpb_wrapper h1 {
	    font-size: 18px !important;
	}
	.fr_main_banner_wrapper.fr_responsibilities {
	    margin-top: 8%;
	}
	/**********executive-leadership***********/
	.page-id-1490 .Fresenius-Medical .featured_products.non-color-teaser .small-12.medium-12.large-8.columns {
	    padding: 0;
	    margin-top: 8%;
	}
	.mark-img.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100% !important;
	}
}	
/************endi6(375)*****************/

/******************iphone5(320)*********************/
@media only screen and (min-width:320px) and (max-width:340px) {
	.mobile-header {
	    display: inherit;
	}
	/************logo****************/
	.mobile-header .offcanvas.menuButton .hamburger {
	    right: 26%;
	}
	.row.mobile-header .large-1.medium-1.small-1.column {
	    padding-left: 7px;
	    padding-right: 13px;
	}
	/******************/
	.slider-heading {
	    font-size: 23px !important;
	}
	.crellyslider {
	    height: 571px !important;
	}
	.cs-slide > a {
	    left: 29% !important;
	    top: 65% !important;
	}
	.cs-slide > img {
	    left: 45% !important;
    	top: 95% !important;
	}
	#panel-147-0-0-0 .textwidget > div {
	    font-size: 20px !important;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    top: 32px;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	   top: 32px;
	}
	#panel-147-0-0-0 .first-div.panel-widget-style .textwidget h1 {
	    margin-top: 20px !important;
	    margin-bottom: 25px !important;
	}
	/**********************/
	#post-147 .entry-content #pgc-147-1-0 .textwidget > div:nth-child(3) .morelink {
	    font-size: 16px !important;
	}
	#panel-147-1-1-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-1-2-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-0-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-1-1 .morelink {
	    font-size: 16px;
	}
	#panel-147-2-2-1 .morelink {
	    font-size: 16px;
	}

	#post-147 .entry-content #panel-147-1-2-1 .textwidget > div:nth-child(2) {
	    font-size: 20px !important;
	}
	#post-147 .entry-content #panel-147-2-0-1 .textwidget > div:nth-child(2) {
	    font-size: 20px !important;
	    line-height: 25px !important;
	}
	#post-147 .entry-content #panel-147-2-1-1 .textwidget > div:nth-child(2) {
	    font-size: 20px !important;
	}
	#panel-147-2-2-1 .panel-widget-style .textwidget > div:nth-child(2) {
	     font-size: 20px !important;
	}
	#panel-147-1-2-1 .textwidget > div:nth-child(2) br {
	    display: none;
	}
	/*********breadcrumbs***********/
	.breadcrumbs-wrapper {
	    display: none;
	}
	.entry-header h1.entry-title {
	    margin-top: 10%;
	    margin-bottom: 0%;
	    font-size: 32px !important;
	}
	#main .entry-content {
	    margin-top: 2%;
	}
	/**********healthcare-professionals***********/
	.healthcare-wrapper .description h2 {
	    font-size: 20px;
	    line-height: 22px;
	    margin-top: 4% !important;
	}
	#post-1375 .entry-content {
	    display: none;
	}
	article#post-1375 {
	    margin-bottom: 0 !important;
	}
	.healthcare-professional .cat_images > img {
	    max-width: 145%;
	    width: auto;
	}
	.wpb_column.vc_column_container.vc_col-sm-6.healthcare-wrapper {
	    margin-top: 30px;
	}
	.healthcare-professional .description .text_link {
	    margin-bottom: 12% !important;
	    float: left;
	}
	.in-this-section {
	    width: 100%;
	}
	/***************integrated-care**********************/
	#post-1408 .trusted h1 {
	    padding-left: 3%;
	}
	/**************physician-services****************/
	#post-1464 .wpb_column.vc_column_container.vc_col-sm-4 {
	    margin-top: 25%;
	}
	#post-1464 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element .wpb_wrapper p {
	    margin-top: 7%;
	}
	/**************laboratory-services***************/
	.Lab-services.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	/*************stories***************/
	#post-1558 .entry-content .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
	    width: 100%;
	}
	#post-1558 .wpb_single_image img {
	    max-width: 100% !important;
	}
	#post-1558 .vc_row-fluid:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
	    margin-top: 0%;
	}
	.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner {
	    margin-top: 5%;
	}
	.page-id-1558 .story-h .teaser-link {
	    font-size: 27px;
    	line-height: 32px;
	}
	#post-1558 .entry-content .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
	    margin-top: 6%;
	}
	#post-1558 .vc_row.wpb_row.vc_row-fluid:nth-child(3) .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
	    margin-top: 6%;
	}
	#post-1558 .wpb_column.vc_column_container.vc_col-sm-9 {
    	margin-top: 3%;
	}
	/********footer*************/
	.row-footerline .large-6.medium-5.columns.footer-links {
	    padding-bottom: 14%;
	}
	.footer .mobile-view #nav_menu-3 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
	    width: 100% !important;
	    padding-left: 5%;
	}
	.footer .mobile-view #nav_menu-3 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1412 {
	    padding-top: 5% !important;
	    float: left;
	    width: 63%;
   		padding-left: 5%;
	}
	.footer .mobile-view #nav_menu-3 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1411{
	    padding-top: 5% !important;
	    float: left;
	    padding-right: 0;
	    padding-left: 5%;
	    width: 42%;
	}
	.footer .mobile-view #nav_menu-3 .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1286{
	    padding-top: 5% !important;
	    float: left;
	    padding-left: 0%;
	    width:38%;
	}
	#footer-sidebar1 .mobile-view #nav_menu-3 {
	    margin-bottom: 11%;
	}
	.col-footer {
	    padding-top: 29px;
	}
	/************contact****************/
	.contact-left.wpb_column.vc_column_container.vc_col-sm-6 {
	    width: 50%;
	}
	.contact-right.wpb_column.vc_column_container.vc_col-sm-6 {
	    margin-right: 0% !important;
	    width: 50% !important;
	}
	.contact-form .wpb_wrapper h2{
	    font-size: 28px !important;
	}
	.contact-form.wpb_column.vc_column_container.vc_col-sm-9 {
	    margin-top: 10%;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	    height: 90px;
	}
	#post-1553 .entry-header h1.entry-title {
	    margin-top: 14%;
	    margin-bottom: 10%;
	}
	/*************complaince**************/
	.compliance-right .fr_wpb_wrapper > h1 {
	    line-height: 15px !important;
	    font-size: 17px !important;
	}
	/*********related-contant***********/
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
	    float: left;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
	    float: left;
	    width: 70%;
	    margin-bottom: 10%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) {
	    float: left;
	    margin-top: 0;
	    width: 30%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
	    float: left;
	    width: 70%;
	    margin-top: 4%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 80% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .vc_row-fluid .wpb_single_image img {
	    max-width: 100% !important;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .wpb_wrapper > p {
	    margin-bottom: 0;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) .wpb_wrapper > p {
	    margin-bottom: 0;
	}
	#post-1553 .entry-header h1.entry-title {
	    margin-top: 14%;
	    margin-bottom: 10%;
	}
	.entry-content .vc_row-fluid:nth-child(4) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .teaser-link {
	    font-size: 23px;
	    line-height: 20px;
	}
	/***************patients-families*******************/
	.fr_patients_families .right .fr_wpb_wrapper > h1 {
	    line-height: 25px;
	}
	.fr_treatments_failure .right .fr_wpb_wrapper > h1 {
	    line-height: 24px;
	}
	.health_famility_first.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-top: 0;
	}
	#post-1363 .vc_row.wpb_row.vc_row-fluid.living-with.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex {
	    min-height: 0 !important;
	    margin-top: 6% !important;
	}
	.page-id-1363 .kidney-disease {
	    margin-top: 6% !important;
	    height: auto !important;
	}
	.treatments {
	    margin-top: 6% !important;
	    height:auto;
	}
	.services-from {
	    margin-top: 6% !important;
	    height: auto !important;
	}
	.fr_patients_families .right .vc_btn3-container {
	    margin-bottom: 0;
	}
	.last-one {
	    top: 6% !important;
	}
	.page-id-1363 .strip {
	    margin-top: 0 !important;
	}
	.morelink {
	    font-size: 17px;
	}
	.last-one .fr_wpb_wrapper .wpb_wrapper {
	    margin-bottom: 20%;
	}
	/****************services-fresenius-medical-care***********************/
	.post-1426 .entry-header h1.entry-title {
	    line-height: 32px;
	}
	.toll-free.wpb_column.vc_column_container.vc_col-sm-10 {
	    width: 100%;
	    padding: 0 0 25px 10px;
	    text-align: center;
	}
	.toll-free.wpb_column.vc_column_container.vc_col-sm-10  span.inner {
	    font-size: 18px;
	}
	.Option.wpb_column {
	    width: 100%;
	    padding: 0 0 25px 10px;
	}
	#post-1426 .vc_row.wpb_row.vc_row-fluid.vc_custom_1469011928160.vc_row-has-fill {
	    margin-top: 30%;
	}
	/**********************pharmacy-services****************/
	.specialty.pharmacy.wpb_column.vc_column_container.vc_col-sm-12 {
	    margin-left: 0 !important;
	}
	.an-email.wpb_column.vc_column_container.vc_col-sm-4 {
	    text-align: center;
	    margin-top: 3%;
	}
	.phone-tags.wpb_column.vc_column_container.vc_col-sm-4 {
	    text-align: center;
	    margin-top: 3%;
    	margin-bottom: 3%;
	}
	.get-in-help.wpb_column.vc_column_container.vc_col-sm-4 {
	    width: 100%;
	    padding-left: 5%;
	    padding-right: 5%;
	    text-align: center;
	}
	#post-1452 .vc_column_container>.vc_column-inner {
	    padding-left: 0px; 
	    padding-right: 0px;
	}
	/*****************laboratory-services********************/
	.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6 {
	    padding-top: 10px;
	    text-align: center;
	}
	.spectra-lab.wpb_column.vc_column_container.vc_col-sm-6  span.inner {
	    font-size: 19px !important;
	}
	#post-1444 .vc_btn3-container.spectra-web.vc_btn3-inline {
	    margin-left: 3%;
	}
	/************company-history*****************/
	#post-1481 .wpb_wrapper > h1 {
	    margin-top: 8% !important;
	}
	/***********************/
	#post-1476 .wpb_wrapper > h1 {
	    margin-top: 8%;
	    line-height: 32px;
	}
}
/***************End**iphone5(320)***************/
/**************desktop*****(1366)********/
@media only screen and (min-width:1000px) and (max-width:1366px) {
	li.cs-slide {
	    height: 84% !important;
	}
	.cs-slide > a {
	    left: 45.1% !important;
	}
	.cs-slide:nth-child(4) > a {
	    left: 44.9% !important;
	}
	#crellyslider-1 .crellyslider .slider-button {
	    padding: 7px 18px !important;
	}
	.fixed-slider {
	    top: 548px !important;
	}
	/*.crellyslider .cs-navigation {
	    bottom: 290px !important;
	}*/
	.logo img {
	    margin-top: 22px;
	}
	.extra-menu #menu-main-menu {
	    margin-bottom: 16px;
	}
	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1286 {
	    margin-right: 10px;
	}
	.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1365 {
	    padding-left: 0;
	    padding-right: 3px;
	}
	li#menu-item-1412 {
	    padding-left: 3px;
	}
	li#menu-item-1411 {
	    margin-left: 17px;
	}
	.navigation .sub-nav {
	    padding-top: 24px;
	    padding-bottom: 3px;
	}
	.navigation a.loupeBox .loupe {
	    margin-top: 7px;
	}
	.offcanvas.menuButton {
	    height: 40px;
	    margin-top: 20px;
	    padding-top: 10px;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-previous {
	    left: 5.3%;
	}
	#crellyslider-1 .crellyslider > .cs-controls > .cs-next {
	    right: 4.7%;
	}
	/*************patients-families******************/
	.living-with {
	    margin-top: 0;
	}
	.page-id-1363 .living-with .health_famility_first {
	    margin-top: 3%;
	}
	.page-id-1363 .vc_row.wpb_row.vc_row-fluid.blank-row {
	    margin-top: 5%;
	}
	/*********footer****************/
	#footer-sidebar {
	    top: 547px !important;
	}
}

/*********end(1366)************/


#menu-main-menu  li > a:hover{
	transition:inherit !important;
}
#menu-main-menu li > a:active {
    border-bottom: medium none !important;
}
#menu-main-menu li > a:focus {
    border-bottom: medium none !important;
}
#panel-147-2-1-1 .textwidget > div:nth-child(2) {
    line-height: 1;
   margin-bottom: 18px !important;
}
/************home***************/
.page-id-147 .widget_black_studio_tinymce.widget p {
    margin-bottom: 0;
}
.page-id-147 div#panel-147-1-0-0, div#panel-147-1-1-0, div#panel-147-1-2-0, div#panel-147-2-0-0, div#panel-147-2-1-0, div#panel-147-2-2-0 {
    margin-bottom: 0 !important;
}
.page-id-147 div#pg-147-2:nth-child(3) {
    margin-top: 1%;
}/*
#panel-147-2-0-1 {
    margin-bottom: 8% !important;
}*/
/***************/
/************about***************/
#post-1387 .aboutus_sec .wpb_column.vc_column_container {
    margin-top: 1% !important;
}



/**********************/


.row-footerline .large-6.medium-5.columns.footer-links > ul {
    margin-right: 0;
}
#black-studio-tinymce-3 .tx-rssdisplay-list {
    width: 80%;
}
.ceglobalwebsitenavigation select {
    font-family: inherit;
}
.wpcf7-form-control.wpcf7-submit.send-form{
    background-color: #4c77b7;
    background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
    color: white;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 20px 15px;
    position: relative;
    text-align: center;
    text-transform: unset;
    top: 25px;
}
.wpcf7-form-control.wpcf7-submit.send-form:hover {
    background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.title {
   border: 1px solid #668bc2;
   margin-top: 15px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border: 1px solid #668bc2;
     margin-top: 15px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
     border: 1px solid #668bc2;
      margin-top: 15px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
     border: 1px solid #668bc2;
      margin-top: 15px;
}
.wpcf7-form-control.wpcf7-select{
     border: 1px solid #668bc2;
      margin-top: 15px;
}
.wpcf7-form-control.wpcf7-select{
     border: 1px solid #668bc2;
      margin-top: 15px;
}
.textarea-565 textarea{
     border: 1px solid #668bc2;
      margin-top: 15px;
}
/*************coment-integrated-care*************/
.postid-1408 div#comments {
    display: none;
}
.postid-1408 {
    overflow-x: hidden !important;
}
/**************physician-services****************/
#post-1464 .vc_row.wpb_row.vc_row-fluid:nth-child(1) {
    display: none;
}
/************pharmacy-services****************/
#post-1452 .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 2%;
}
/***********laboratory-services**********/
.Spectra .vc_btn3.vc_btn3-style-modern {
    background-color: #4c77b7 !important;
    background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
    background-repeat: repeat-x;
}
.Spectra .vc_btn3.vc_btn3-style-modern:hover {
    background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
}
/*************stories******************/
.story-h .teaser-link {
    color: #003d99 !important;
}
/*************responsibility*****************/
.responsibility-right .fr_wpb_wrapper > h1 {
    color: #fff;
    font-size: 27px !important;
    line-height: 35px;
}
.Responsibility-text.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 0;
}
/**********mission-strategy-values*********/
.Core-Values-right .fr_wpb_wrapper > p {
    margin-bottom: 0;
    padding-left: 1%;
}
/**************compliance***************/
.fr_banner_sections.right.compliance-right {
    margin-top: 4%;
}
.compliance-right .fr_wpb_wrapper > h1 {
    line-height: 35px;
}
#post-1553 .vc_row-fluid .vc_col-sm-8 .wpb_content_element:nth-child(3) .row.featured_products.non-color-teaser.reduced-distance {
    padding-left: 2%;
}
#post-1553 .vc_row.wpb_row.vc_inner.vc_row-fluid.compliance-div.vc_custom_1469612983052.vc_row-has-fill {
    margin-left: 0;
    margin-right: 0;
}
.row.featured_products.non-color-teaser {
    margin-left: 0;
    margin-right: 0;
}

/*****************patients-families*********************/

.vc_row.wpb_row.vc_row-fluid.services-from {
    margin-top: 5% !important;
}
.vc_row.wpb_row.vc_row-fluid.last-one {
    margin-top: 5% !important;
}

.entry-content #pf-div:nth-child(1) {
    margin-top: 0 !important;
}
.health_famility_first.wpb_column.vc_column_container.vc_col-sm-12{
	margin-top: 2% !important;
}
.last-one .fr_wpb_wrapper .wpb_wrapper {
    margin-top: 30px !important;
    padding-left: 10px;
}
/************footer***********/
#black-studio-tinymce-6 .textwidget li:nth-child(2) {
    padding-top: 10px;
}
#black-studio-tinymce-6 .textwidget li:nth-child(3) {
    padding-top: 10px;
}
#black-studio-tinymce-6 .textwidget > p {
    padding-top: 10px;
}
.ceglobalwebsitenavigation select {
    margin-bottom: 6px;
}
#footer-sidebar2 .footerline p:nth-child(1) {
    margin-bottom: 18px !important;
}
#footer-sidebar1 .row.row-footer {
    padding-left: 15px;
}
aside#nav_menu-2 {
    padding-left: 4px;
}
/*.crellyslider {
    background-image: url("../images/gradient_stories_stage.png");
    background-position: 1px -31px;
    background-repeat: repeat-x;
    background-size: auto 533px;
    min-height: 533px;
    padding-top: 60px;
    position: absolute;
    top: 0;
    width: 100%;
}*/

/****************banner-image********************/
.cs-slides .slider-heading:nth-child(2){
    background-image: url("//fmcnapro.wpengine.com/wp-content/themes/simona/images/gradient_stories_stage.png");
    height: 100%;
    left: 0 !important;
    /*padding-top: 40px !important;*/
   text-align: center !important;
    top: 0 !important;
    width: 100%;
    bottom:0 !important;
        background-repeat: repeat-x;
}
.cs-slides li:nth-child(2) .slider-heading:nth-child(1){
	background-image: url("//fmcnapro.wpengine.com/wp-content/themes/simona/images/gradient_stories_stage.png");
    height: 100%;
    left: 0 !important;
    padding-top: 3.6% !important;
   text-align: center !important;
    top: 0 !important;
    width: 100%;
    bottom:0 !important;
        background-repeat: repeat-x;
}
.slider-subheading {
    z-index: 9999999 !important;
}
li:nth-child(4) .slider-heading:nth-child(1) {
    padding: 0 !important;
    z-index: 999999 !important;
}
.cs-slides li .slider-heading {
    z-index: 99999 !important;
}
.crellyslider > .cs-controls {
    z-index: 99999 !important;
}
.cs-slides li:nth-child(1) .slider-heading:nth-child(2) {
    padding-top: 3.6% !important;
}
.cs-slides li:nth-child(3) .slider-heading:nth-child(2) {
    padding-top: 3.7% !important;
}
.cs-slides li:nth-child(4) .slider-heading:nth-child(2) {
    padding-top: 3.7% !important;
}
.cs-slide > a {
    z-index: 999999 !important;
}


#innerPages .storieline.bottom {
    display: none !important;
}
#innerPages .storieline.top {
    display: block;
}

#innerPages .tooltip-border.alignBottom .arrow {
    display: none;
}
#innerPages .tooltip-border.alignBottom .message {
    display: none !important;
}
#innerPages .tooltip-border.alignTop .arrow {
    display: none;
}
#innerPages .tooltip-border.alignTop .message {
    display: none !important;
}
/***************for-IE browser issue**************************/
/********company-history****************/
#post-1481 .company-text .small-12.medium-6.columns.col-def-data-content--50-100:nth-child(1) {
    width: 100%;
}
/***********mission-strategy-values***************/
#post-1476 .entry-content {
    margin-top: 2%;
}
/*************patients-families*******************/
/*#post-1363 .vc_row.wpb_row.vc_row-fluid.living-with.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex {
    min-height: 1px !important;
    height: 100% !important;
}*/
#post-1363 .vc_ie-flexbox-fixer{
	height:550px;
}
#post-1387 .vc_row.wpb_row.vc_row-fluid.aboutus_sec.vc_row-o-equal-height.vc_row-flex {
    height: 565px;
}
/*************responsibility**********/
.contact-sales .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue {
    background-image: linear-gradient(#4c77b7 0%, #003d99 100%);
}
.contact-sales .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue:hover{
	background-image: linear-gradient(#003d99 0%, #4c77b7 100%);
	color:#fff;
}
/**********compney-profile**************/
#post-1398 #pg-1398-0 #panel-1398-0-0-0 {
    margin-bottom: 0 !important;
}
.Industry h3 {
    color: #000000 !important;
    font-family: inherit !important;
    font-size: 36px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    text-transform: inherit !important;
}

/******************/
/*.flex-viewport li figure {
    margin-left: 51%;
}*/
#attachment_1583 {
    margin-left: 25%;
}
#attachment_1584 {
    margin-left: 18%;
    margin-top: 1%;
}
#attachment_1585 {
    margin-left: 14%;
    margin-top: 1%;
}
#attachment_1586 {
    margin-left: 25%;
}
#attachment_1589 {
    margin-left: 22%;
}
#attachment_1587 {
    margin-left: 18%;
}
#attachment_1588 {
    margin-left: 18%;
}
#attachment_1590 {
    margin-left: 6%;
    margin-top: 2%;
    width: 100% !important;
}
#attachment_1591 {
    margin-left: 6%;
    margin-top: 2%;
    width: 100% !important;
}

.flex-control-nav.flex-control-paging{
	display: none;
}
.flex-direction-nav > li:nth-child(1) {
    float: left;
    text-align: left;
    width: 50%;
}
.flex-direction-nav > li:nth-child(2) {
    float: left;
    text-align: right;
    width: 50%;
}

.flex-prev {
    position: relative;
    top: -131px;
}
.flex-next {
    position: relative;
    top: -131px;
}

/*#attachment_1585 {
    margin-left: 18%;
    margin-top: 1%;
}*/
.flex-direction-nav .flex-prev{
    background: #003d99 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    padding: 6px;
    text-decoration: none;
}
.flex-direction-nav .flex-next{
    background: #003d99 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 16px;
    text-decoration: none;
}
/*****************renal-product***********************/
#renal-products-part-image {
    margin-top: 5%;
}
.wpb_text_column.wpb_content_element.left-part-bottom-text {
    margin-top: 2%;
}
.wpb_text_column.wpb_content_element.right-part-bottom-renal {
    margin-top: 2%;
}
.cpoy-right-bottom-part .wpb_wrapper > p {
    font-size: 11px;
}
#renal-product-insecion {
    border-top: 1px solid #99b1d6;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
    padding-top: 5%;
}
#section-link {
    margin-top: 3%;
    margin-bottom: 3%;
}
#section-link .morelink {
    text-decoration: none;
}
/************contact**********/
#post-1459 .vc_row.wpb_row.vc_row-fluid:nth-child(2) {
    margin-top: 6%;
}

/**************hemodialysis-products*******************/
#Hemodialysis-equipment-bottom {
    margin-top: 3%;
}
#Hemodialysis-equipment-bottom .wpb_single_image.wpb_content_element.vc_align_left {
    margin-top: 0;
}
#Hemodialysis-equipment-bottom .wpb_column:nth-child(2) .wpb_wrapper > p {
    font-size: 14px;
    padding-top: 2%;
}
#imagres-part {
    margin-top: 5%;
}
#imagres-part .wpb_text_column .wpb_wrapper > p {
    font-size: 15px;
    padding-top: 1%;
}
#Divisons {
    margin-top: 3%;
}
#Hemodialysis-disposables {
    margin-top: 3%;
}
.left-division-part .small-12.large-12.columns.featured_products__body {
    padding: 0;
}
.right-division-part .small-12.large-12.columns.featured_products__body {
    padding: 0;
}
#dialy-section {
    margin-top: 3%;
}
#dialy-section .fancybox-widget .small-12.columns.right {
    padding: 0;
}
#dialy-section .fancybox-widget .small-12.medium-8.columns:nth-child(1) {
    width: 100%;
}
#Bloodlines {
    margin-bottom: 2%;
    margin-top: 4%;
}
#dialy-section .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-top: 4%;
}
#Bloodlines-text-image .vc_col-sm-4 .wpb_text_column .wpb_wrapper > p {
    font-size: 14px;
    padding-top: 5%;
}
#Concentrates {
    margin-top: 5%;
}
#Concentrates .wpb_content_element .wpb_wrapper > h3 {
    margin-bottom: 2%;
}
#post-1608 .vc_col-sm-4 .wpb_content_element:nth-child(2) .wpb_wrapper > p {
    font-size: 14px;
}
#Technical-training {
    margin-bottom: 5%;
    margin-top: 5%;
}
.field-service-left.wpb_column.vc_column_container.vc_col-sm-6 {
    float: left;
}
.field-service-right.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-right: 8%;
    text-align: right;
}
.field-service .vc_column-inner.vc_custom_1470465439978 {
    padding-bottom: 25px;
}
#Caution .columns.small-12.medium-12.large-8 {
    width: 100%;
}
#Caution .columns.small-12.medium-12.large-8 > p {
    font-size: 11px;
}
/*****************inpatient-services***********************/
.post-1629 .featured.spacer .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
}
.post-1629 .simona-cat-aut-wrapper.hidden-xs {
    display: none;
}
.post-1629 .featured.spacer .entry-title > a {
    cursor: inherit;
    pointer-events: none;
}
.postid-1629 .inpatient .phoneCall > a {
    color: #003d99;
}
.postid-1629 .inpatient .resp-tab-item {
    padding-bottom: 15px;
}
.postid-1629 .rotate-inpatient{
	width: 100%;
}
.postid-1629 .services .small-12.medium-12.large-8.columns {
    padding-left: 0;
}
.postid-1629 .small-12.medium-12.large-8.columns > p {
    color: #222222;
    float: left;
    font-size: 15px;
    margin-top: 3%;
    text-align: left;
    width: 100%;
}
.postid-1629 .title {
    float: left;
    text-align: left !important;
    width: 100%;
}
.postid-1629 .title > h3 {
    font-size: 25px;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.therapies-right {
    text-align: left;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.therapies-right > h3 {
    margin-top: 0;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.therapies-right > ul {
    color: #222222;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.therapies-right > p {
    color: #222222;
    margin-top: 2%;
    padding-left: 1%;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.therapies-right li {
    list-style: inside none disc;
    margin-top: 1%;
}
.postid-1629 .table-wrapper .btn-toolbar {
    display: none;
}
.postid-1629 .table-responsive table td {
    border-left: 1px solid #99b1d6;
    font-size: 16px;
    line-height: 23px;
    padding: 13px 20px 13px 10px !important;
}
.postid-1629 .table-responsive table tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.postid-1629 .table-responsive table tr {
    border-bottom: 1px solid #99b1d6 !important;
    border-top: 1px solid #99b1d6 !important;
}
.postid-1629 table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.postid-1629 #panel-1629-4-0-0 {
    margin-top: 6%;
}
.postid-1629 #panel-1629-4-0-0 .small-12.medium-12.large-12.columns {
    padding: 0;
}
.postid-1629 .service-include .small-12.medium-12.large-8.columns > ul {
    color: #222222;
    list-style: inside none disc;
    margin-top: 1%;
    text-align: left;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.left-part > p {
    color: #000;
    float: left;
    text-align: left;
    width: 100%;
}
.postid-1629 .small-12.medium-6.columns.col-def-data-content--50-100.left-part > ul {
    color: #222222;
    float: left;
    list-style: inside none disc;
    text-align: left;
    width: 100%;
}
.img-ulist > li {
    color: #222222;
    list-style: inside none disc;
}
.inpatient-services-right h2 {
    font-family: fantasy;
    font-size: 27px;
    font-weight: normal !important;
}
.alignnone.size-medium.wp-image-1424 {
    width: 100%;
}
.quote-begin {
    background: rgba(0, 0, 0, 0) url("../images/quote-begin-black.png") no-repeat scroll 0 0;
    float: left;
    height: 20px;
    width: 28px;
}
.quote-end {
    background: rgba(0, 0, 0, 0) url("../images/quote-end-black.png") no-repeat scroll 0 0;
    float: right;
    height: 20px;
    width: 28px;
}
#panel-1629-7-0-0 {
    float: left;
    margin-top: 5%;
    text-align: center !important;
    width: 100%;
}
#panel-1629-7-0-0 .cite p {
    clear: both;
    color: #222222;
    font-size: 22px;
    font-weight: normal !important;
    line-height: 1.3 !important;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 48px;
}

/**********************frenova-renal-research***************************/
.featured.spacer .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
}
.featured.spacer .simona-cat-aut-wrapper.hidden-xs {
    display: none;
}
.featured.spacer .entry-title > a {
    cursor: default;
    pointer-events: none;
}
.frenova-right > p {
    color: #000000;
    float: left;
    text-align: justify;
    width: 100%;
}
.frenova-right p .externlink {
    float: left;
}
.Completely .completely-renal {
    float: left;
    text-align: left;
    width: 100%;
}
.completely-renal h2 {
    font-size: 21px;
}
.small-12.medium-6.columns.col-def-data-content--50-100.renal-services-right {
    float: left;
}
.small-12.medium-6.columns.col-def-data-content--50-100.renal-services-right > p {
    float: left;
    text-align: left;
    width: 100%;
    color: #222222;
}
.small-12.medium-6.columns.col-def-data-content--50-100.renal-services-right > ul {
    color: #222222;
    float: left;
    list-style: inside none disc;
    text-align: justify;
}
.section-renal-research {
    margin-top: 1%;
}
/*******************fresenius-health-partners**************************/
.health-care-system.wpb_column.vc_column_container.vc_col-sm-10.health-post-left {
    float: left;
}
.logo-row.wpb_column.vc_column_container.vc_col-sm-2.health-section-right {
    float: right;
}

.sitemap-menu .menu-item-1547 {
    display: none;
}
.sitemap-menu ul.sub-menu {
    list-style-type: circle !important;
}
.sitemap-menu ul.sub-menu ul.sub-menu {
    list-style-type: square !important;
}

/********************28-09-2016*******************************/
#post-1408 .entry-title {
    display: none;
}
.post-1608 .hemodialysis .hemodialysis-product .fr_wpb_wrapper > h1 {
    line-height: 40px;
}
/***********executive-leader*************/
.William-Valle.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 3%;
}
.Franklin.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 5%;
}
.Angelo-Moesslang.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
}
.Brian-Silva.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
}
.Karen-Gledhill.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
}
.Robert-Hitchcock.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
}
.Ravi-Kalathil.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
}
.David-Kembel.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
}
.Brian-Gauger.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 5%;
}
.Kim-Sonnen.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 5%;
}
.Lisa-Dombro.wpb_column.vc_column_container.vc_col-sm-12{
    margin-top: 3%;
    margin-bottom: 4%;
}
.vc_custom_heading.executive-leadership {
    padding-top: 2%;
}
.executive-leadership-image-left.wpb_column.vc_column_container.vc_col-sm-3 {
    width: auto;
}
.executive-leadership-left-text.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-top: 10px;
    width: auto;
}
.executive-leadership-image-right.wpb_column.vc_column_container.vc_col-sm-3 {
    width: auto;
}
.executive-leadership-right-text.wpb_column.vc_column_container.vc_col-sm-3 {
    float: left;
    margin-top: 10px;
    width: auto;
}
.executive-leadership-left-text .teaser-link {
    text-decoration: none;
}
.executive-leadership-right-text .teaser-link {
    text-decoration: none;
}
/**********pharmacy-services************/
.an-email .button.blue:hover {
    text-decoration: none;
}
/************product-support-documentation****************/
.fr_banner_sections.product-support-documentation-left {
    float: left;
    width: 50%;
}
.fr_banner_sections.product-support-documentation-right {
    float: right;
    width: 50%;
}
.page-id-1693 .vc_toggle_title {
    background: #e5ebf5 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #fff;
    float: left;
    padding: 10px 0 10px 20px !important;
    width: 100%;
}
.page-id-1693 #documentation-togel-new {
    margin-top: 3%;
}
.page-id-1693 .vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
    margin-bottom: 1px;
}
.page-id-1693 .vc_toggle_title > h4 {
    color: #003d99 !important;
    font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin: 0 !important;
    width: 98%;
}

#traning-field-section {
    margin-top: 5%;
}
#traning-field-section {
    margin-left: -1px;
    margin-right: 1px;
    margin-top: 4%;
}
#traning-field-section .vc_column-inner {
    padding-bottom: 10px;
    padding-top: 10px;
}
.phoneCall > a:hover {
    text-decoration: none;
}
.tech-traning-field .inner {
    color: #222222;
    float: left;
    font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
    font-size: 20px;
    width: 80%;
}
.phone-log{
	text-align: center;
}
#federal-caution .wpb_wrapper > p {
    font-size: 11px;
}
/***************toggle***************/
.vc_toggle_content {
    display: block !important;
}
.ui-accordion-header.ui-state-default.ui-corner-all.ui-accordion-icons {
	background: #e5ebf5 none repeat scroll 0 0 !important;
    color: #003d99 !important;
    font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
}
.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top{
	background: #e5ebf5 none repeat scroll 0 0 !important;
    color: #003d99 !important;
    font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
}
.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
    border: medium none;
}
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    top: 20px;
}
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
    top: 20px;
}
/********toggel-iner-text********/
.small-12.medium-12.large-8.columns > p {
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.small-12.medium-12.large-8.columns a {
    color: #003d99;
}
.small-12.medium-12.large-8.columns a:hover {
    text-decoration: none;
}

.small-12.medium-12.large-12.columns > p{
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.small-12.medium-12.large-12.columns a {
    color: #003d99;
}
.small-12.medium-12.large-12.columns a:hover {
    text-decoration: none;
}
.small-12.medium-12.large-8.columns{
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.small-8.large-8.columns.featured_products__body > p {
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.small-8.large-8.columns.featured_products__body a{
    color: #003d99 !important;
}
.small-8.large-8.columns.featured_products__body a:hover {
    text-decoration: none !important;
}
.download{
    color: #003d99 !important;
}
.download a:hover {
    text-decoration: none !important;
}
/*************************************end-product-support-documentation****************************************************/
/*******************product-support-services*****************/
.fr_banner_sections.product-support-services-left {
    float: left;
    width: 50%;
}
.fr_banner_sections.product-support-services-right {
    float: right;
    width: 50%;
}
.product-support-services-right h1 {
    line-height: 31px;
}
.product-support-services-right p {
    margin-top: 6%;
}
.tachni-section .next-stories .flexslider .flex-direction-nav {
    display: none;
}
.post-1713 .btn-group.focus-btn-group {
    display: none;
}
.small-12.medium-12.columns > p{
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.small-12.medium-12.columns > ul{
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
}
.small-12.medium-8.columns.training-section {
    width: 100%;
}
#seratronics {
    margin-top: 5%;
}
#seratronics .wpb_wrapper > p {
    font-size: 11px;
}
/******related-product*****/
.services-prodouct-rel-image-left.wpb_column.vc_column_container.vc_col-sm-3 {
    float: left;
    width: auto;
}
.services-rel-heading-left .small-8.large-8.columns.featured_products__body {
    width: 100%;
    margin-top: 10px;
}
#dialysis-renal-pro {
    border-top: 1px solid #99b1d6;
    margin-top: 10%;
    padding-top: 1%;
}
.services-rel-heading-left .small-8.large-8.columns.featured_products__body > p {
    margin-bottom: 0 !important;
}
.services-prodouct-rel-image-right.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 25%;
}
.services-rel-heading-right.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 32%;
}
.services-rel-heading-right .small-8.large-8.columns.featured_products__body {
    margin-top: 10px;
    width: 100%;
}
.services-rel-heading-right .small-8.large-8.columns.featured_products__body > p {
    margin: 0 !important;
}
/******************************fresenius-renal-therapies-group-product-catalogs**************************************************/
#post-1735 .entry-header .entry-title {
    display: none;
}
#product-heading-section-catalogs {
    margin-bottom: 5%;
}
.fr_banner_sections.product-equipment-catalogs-left {
    float: left;
    width: 50%;
}
.fr_banner_sections.product-equipment-catalogs-right {
    float: right;
    width: 50%;
}
.product-equipment-catalogs .fr_wpb_wrapper > h1 {
    line-height: 35px;
    padding-right: 10px;
    margin-top: 10%; 
}
#Technologies-offered .reduced-distance .small-12.medium-12.large-8.columns {
    width: 100%;
}
.columns.large-2 > p{
    color: #222222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.columns.large-2:last-child {
    float: left !important;
}
#Instructions .columns.small-12.medium-12.large-8 > p {
    font-size: 11px !important;
}
#Instructions .reduced-distance .columns.small-12.medium-12.large-8 {
    width: 100%;
}
#caution-federal {
    margin-top: 5%;
}	
.row.pre-download.show-for-large-up {
    display: block !important;
}
/***************************renal-pharmaceuticals**********************/
.left-part-bottom-text .teaser-link:hover {
    text-decoration: none;
}
.right-part-bottom-renal .teaser-link:hover{
	text-decoration: none;
}
#our-offerings {
    margin-top: 5%;
}
.phoslyra.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 5%;
}
#Safety-Information {
    margin-top: 5%;
}
#Indications-Important {
    margin-bottom: 2%;
}
#Interested-learning {
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
}
#Interested-learning .inner {
    color: #222222;
    font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
    font-size: 20px;
}
#manufactured {
    margin-top: 4%;
}
#manufactured .wpb_wrapper > p {
    font-size: 11px;
}
#ven-velp .wpb_wrapper a {
    font-size: 20px;
}
#ven-velp .wpb_wrapper a:hover {
   text-decoration: none;
}
.phoslyra .teaser-link{
    font-size: 20px;
}
.phoslyra .teaser-link:hover {
   text-decoration: none;
}
#pharmaceuticals {
    margin-top: 4%;
}
/******************overview-dialysis*********************************/
#post-1759 .entry-header .entry-title {
    display: none;
}
#overview-heading {
    margin-bottom: 4%;
}
#miles-dialysis {
    margin-top: 5%;
}
#technologies-history {
    margin-top: 5%;
}
.hemo-link {
    font-size: 36px;
}
.hemo-link:hover{
	text-decoration: none;
}
.fr_main_banner_wrapper.product-Revolutionizing {
    margin-top: 2%;
}
.fr_banner_sections.product-Revolutionizing-left {
    float: left;
    width: 50%;
}
.fr_banner_sections.product-Revolutionizing-right {
    float: right;
    width: 50%;
}
.product-Revolutionizing-right .fr_wpb_wrapper > h1 {
    line-height: 40px;
    padding-right: 25px;
}
.product-Revolutionizing-right .fr_wpb_wrapper a:hover {
    text-decoration: none;
}
.home-tharp {
    font-size: 36px;
}
.home-tharp:hover{
	text-decoration: none;
}
.fr_banner_sections.home-tharpies-section-left{
    float: left;
    width: 50%;
}
.fr_banner_sections.home-tharpies-section-right {
    float: right;
    width: 50%;
}
.home-tharpies-section-right .fr_wpb_wrapper > h1 {
    color: #fff;
    font-size: 28px;
}
.home-tharpies-section-right .button {
    padding: 10px 15px;
}
.home-tharpies-section-right .button:hover{
	text-decoration: none;
}
.wpb_text_column.wpb_content_element.offering-comprehensive {
    float: left;
}
.wpb_text_column.wpb_content_element.services-Offering-training{
    float: left;
}
.wpb_text_column.wpb_content_element.product-doc {
    margin-bottom: 2% !important;
    margin-top: 2%;
}
.teaser-link.produvt-overview {
    font-size: 20px;
}
.teaser-link.produvt-overview:hover{
	text-decoration: none;
}
.wpb_text_column.wpb_content_element.support-sevice-link {
    margin-bottom: 2% !important;
    margin-top: 2%;
}
.wpb_text_column.wpb_content_element.support-sevice-link .teaser-link {
    font-size: 20px;
}
.wpb_text_column.wpb_content_element.support-sevice-link .teaser-link:hover{
	text-decoration: none;
}
#Customer-services-overview {
    margin-top: 5%;
}
.invoice-review-ret .teaser-link {
    font-size: 20px;
}
.invoice-review-ret .teaser-link:hover{
	text-decoration: none;
}
.equip-catalog .teaser-link:hover{
	text-decoration: none;
}
.wpb_text_column.wpb_content_element.invoice-review-ret {
    margin-bottom: 2% !important;
    margin-top: 2%;
}
.equip-catalog .teaser-link {
    font-size: 20px;
}
.wpb_text_column.wpb_content_element.equip-catalog{
    margin-bottom: 2% !important;
    margin-top: 2%;
}
.wpb_text_column.wpb_content_element.providing-invoice {
    float: left;
}
#safety-and-warnings {
    margin-top: 5%;
}
#indication-warning {
    padding-bottom: 1%;
}
#tech-support {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
}
#tech-support .vc_column-inner {
    padding-bottom: 15px;
    padding-top: 15px;
}
.phone.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-right: 3%;
    text-align: right;
}
.traning-week .wpb_wrapper .inner {
    color: #222222;
    font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
    font-size: 20px;
}
.trademarks-of-fresenius.wpb_column.vc_column_container.vc_col-sm-8 {
    margin-top: 2%;
}	
.trademarks-of-fresenius .wpb_wrapper > p {
    font-size: 11px;
}
#footer-this-section {
    border-top: 1px solid #99b1d6;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
    padding-top: 5%;
}
#section-heading {
    padding-bottom: 20px;
}
.morelink.hemodialys {
    color: #003d99;
    font-size: 16px;
}
.morelink.hemodialys:hover {
    text-decoration: none;
}
.morelink.therpies{
    color: #003d99;
    font-size: 16px;
}
.morelink.therpies:hover {
    text-decoration: none;
}
.morelink.support-doc{
    color: #003d99;
    font-size: 16px;
}
.morelink.support-doc:hover {
    text-decoration: none;
}
.for-right-section .morelink{
    color: #003d99;
    font-size: 16px;
}
.for-right-section .morelink:hover {
    text-decoration: none;
}
/****************************inpatient-services**********modification********************************/
.tabs-section {
    float: left;
    width: 100%;
}
.resp-tabs-list li span.arrow {
    background-image: url("../images/arrow_active_tab_arrow_n.png");
    background-size: 14px 10px;
    bottom: -10px;
    display: none;
    height: 10px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 14px;
}
li.resp-tab-active span.arrow {
    display: block !important;
}
.resp-tabs-list.inpatient {
    border-bottom: 1px solid #99b1d6 !important;
    float: left;
    width: 100%;
}
.row.featured_products.non-color-teaser.services-sectiontab2 {
    display: none;
}
.services-tab3 {
    display: none;
}
.row.featured_products.non-color-teaser.services-sectiontab2 {
    float: left;
    margin-top: 1%;
}
.row.featured_products.non-color-teaser.services-sectiontab2 > h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: left;
}
.services-sectiontab2 .product-disclaimer > p {
    color: #222222;
}
.services-sectiontab2 .non-color-teaser .small-12.medium-12.large-8.columns {
    padding: 0;
}
.services-sectiontab2 .small-12.medium-12.large-8.columns:nth-child(1) > p {
    color: #222222 !important;
    font-family: inherit;
    font-size: 15px !important;
}
.services-sectiontab2 .non-color-teaser .small-12.medium-12.large-8.columns > ul {
    float: left;
    width: 100%;
}
.services-sectiontab2 .small-12.medium-12.large-8.columns li {
    font-size: 15px;
    list-style: inside none disc;
    text-align: left;
}
.row.featured_products.non-color-teaser.services-sectiontab2 > h4 {
    font-size: 24px;
    text-align: left;
}
.small-12.medium-6.columns.col-def-data-content--50-100 > p {
    font-size: 15px;
}
.small-12.medium-6.columns.col-def-data-content--50-100 li {
    font-size: 15px;
    list-style: inside none disc;
}
.services-sectiontab2 .fancybox-widget .small-12.medium-6.columns.col-def-data-content--50-100 > p {
    color: #222222;
    float: left;
    font-size: 15px;
    text-align: left;
}
.services-sectiontab2 .fancybox-widget .small-12.medium-6.columns.col-def-data-content--50-100 > ul {
    float: left;
}
.fancybox-widget .small-12.medium-6.columns.col-def-data-content--50-100 li {
    color: #222222;
    text-align: left;
}
/*******additional-tharipi*******/
.services-tab3 {
    float: left;
    margin-top: 1%;
}
.services-tab3 .resp-tab-content.resp-tab-content-active > h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: left;
}
.services-tab3 .product-disclaimer.small-12.columns.img-description.product-disclaimer > p {
    color: #222222;
    font-size: 14px !important;
}
.services-tab3 .fancybox-widget .small-12.medium-6.columns.col-def-data-content--50-100 > p {
    color: #222222;
    float: left;
    text-align: left;
}
.services-tab3 .resp-tab-content-active .non-color-teaser .small-12.medium-12.large-8.columns li {
    list-style: inside none disc;
    padding-left: 0;
    text-align: left;
    font-size: 14px;
}
.services-tab3 .non-color-teaser .small-12.medium-12.large-8.columns {
    padding: 0;
}
.services-tab3 .resp-tab-content.resp-tab-content.resp-tab-content-active > h4 {
    margin-bottom: 0;
    text-align: left;
}
.section-second .inpatient-display .small-12.medium-12.large-12.columns {
    margin-top: 2%;
    padding: 0;
}

/*******************overview-hospitals-integrated-service-providers************************/
#post-1782 .entry-header .entry-title {
    display: none;
}
.wpb_text_column.wpb_content_element.left-section-pehra {
    float: left;
}
#bottom-footer-section {
    border-top: 1px solid #99b1d6;
    margin-right: 0 !important;
    margin-top: 5%;
    padding-top: 5%;
}
.section-footer .wpb_wrapper > h4 {
    padding-bottom: 30px;
}
.all-services-link .morelink:hover{
	text-decoration: none;
}
.research-section .morelink:hover{
	text-decoration: none;
}
.wpb_text_column.wpb_content_element.inpatient-link {
    float: left;
    margin-bottom: 10px !important;
    margin-top: 10px;
    width: 100%;
}
.inpatient-link .wpb_wrapper a {
    font-size: 20px;
}
.inpatient-link .wpb_wrapper a:hover {
    text-decoration: none;
}
.wpb_text_column.wpb_content_element.frenova-link-section {
    float: left;
    margin-bottom: 10px !important;
    margin-top: 10px;
    width: 100%;
}
.frenova-link-section .teaser-link {
    font-size: 20px;
}
.frenova-link-section .teaser-link:hover {
    text-decoration: none;
}
.fresenius-health-section.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 5%;
}
.wpb_text_column.wpb_content_element.health-link-section {
    float: left;
    margin-bottom: 10px !important;
    margin-top: 10px;
    width: 100%;
}
.health-link-section .teaser-link {
    font-size: 20px;
}
.health-link-section .teaser-linkhover {
    text-decoration: none;
}
/***********categry-post**************/	
.page-id-1414 #page .col-md-6.healthcare-wrapper-half:nth-child(3) > p {
    color: #fff;
}
.page-id-1414 .col-md-6.healthcare-wrapper-half > p {
    font-size: 16px;
    margin-top: 10px;
}
/**************physician-services*****************************/
#Physician-bottom-section {
    display: inline !important;
}
#Physician-bottom-section {
    border-top: 1px solid #99b1d6;
    float: left;
    margin-top: 5%;
    padding-top: 2%;
    width: 100%;
}
.wpb_text_column.wpb_content_element.text-rel-content {
    float: left;
}
.com-physician.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-top: 1%;
}
.com-physician .teaser-link:hover{
	text-decoration: none;
}

/*******************03-10-16***********************/
.fr_banner_sections.inpatient-ser-right {
    float: right;
}
.inpatient-ser-right .fr_wpb_wrapper > h1 {
    line-height: 35px;
}
#post-1793 #tabes {
    margin-top: 1%;
}
#tabes .vc_column-inner {
    padding: 0;
}
#tabes .btn-group.focus-btn-group {
    display: none;
}
.vc_custom_heading.daily-therapies {
    margin-top: 4%;
    margin-bottom: 0;
}
.Dialysis.therapies-text.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 10px;
}
.vc_tta-panel-body {
    background: #fff none repeat scroll 0 0 !important;
}
.vc_custom_heading.services-include {
    margin-top: 4%;
}
.vc_custom_heading.quality-assessment{
    margin-top: 4%;
}
#quality .vc_col-sm-6 .wpb_wrapper > p {
    width: 98%;
}
#nterdisciplinary {
    margin-top: 5%;
}
#footer-int-services {
    border-top: 1px solid #99b1d6 !important;
    margin-bottom: 1%;
    margin-top: 5%;
    padding-top: 4%;
}
#our-transe {
    margin-top: 5%;
    margin-bottom: 5%;
}
#case-study {
    margin-bottom: 5%;
    margin-top: 5%;
}
#crit-line {
    margin-bottom: 2%;
    margin-top: 5%;
}
.inpat-text .vc_column-inner {
    width: 98% !important;
}
.wpb_text_column.wpb_content_element.accomplished {
    float: left;
    margin-top: 10px;
}
#Therapeutic-apheresis-services {
    margin-bottom: 1%;
    margin-top: 5%;
}
.Therapeutic-apheresis-services-text .wpb_wrapper {
    margin-top: 10px;
}
#Apheresis-procedures {
    margin-bottom: 1%;
    margin-top: 5%;
}
#Apheresis-procedures .wpb_text_column.wpb_content_element {
    float: left !important;
    margin-top: 1%;
    width: 100%;
}
#dieseases-treated{
	margin-top: 5%;
	margin-bottom: 1%;
}
#dieseases-treated .wpb_text_column.wpb_content_element {
    float: left;
    margin-top: 1%;
    width: 100%;
}
#value-added-aph{
	margin-top: 5%;
	margin-bottom: 1%;
}

#value-added-aph .wpb_text_column.wpb_content_element{
    float: left;
    margin-top: 1%;
    width: 100%;
}
#UFComplete{
	margin-top: 5%;
	margin-bottom: 1%;
}
.wpb_text_column.wpb_content_element.image-text-sec {
    margin-top: 2%;
}
#untold-study{
	margin-top:5%;
	margin-bottom: 1%;
}
#information-us {
    padding: 30px 0 18px;
    margin-top:5%;
}
.wpb_text_column.wpb_content_element.additional-inpatient {
    margin-top: 10px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1475469264269.vc_row-has-fill {
    padding-bottom: 30px;
}
.Reduction-readmissions .wpb_wrapper > p {
    text-align: center;
}
.reduction-in .wpb_wrapper > p {
    text-align: center;
}
#through-the-ricm {
    margin-top: 2%;
}
#post-1793 .table-responsive table.table.table-small-font.table-bordered.table-striped {
    border: medium none;
}
#post-1793 .table-responsive table.table.table-small-font.table-bordered.table-striped tbody td{
	border: 1px solid #99b1d6;
	border-left: 0;
}
.page-id-1793 h2 {
    color: #222222;
    font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: normal !important;
}
#nterdisciplinary .wpb_wrapper > p {
    padding-left: 5%;
}
#information-us .small-12.medium-5.large-6.columns.headline.more-info-call {
    margin-bottom: 10px;
}
#information-us .small-12.medium-5.large-6.columns.headline.more-info-call {
    margin-bottom: 10px;
}
#information-us .small-12.medium-3.large-3.columns {
    bottom: 6px;
}
.services-related-link.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-top: 10px;
    padding-right: 10px;
}
.services-related-text.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-top: 10px;
}

/**********************************************home-therapies****************************************************/
.fr_banner_sections.home-therpie-ser-right {
    float: right;
    margin-top: 6%;
}
.home-therpie-ser-right .fr_wpb_wrapper > h1 {
    color: #fff;
}
.home-therpie-ser-right .fr_wpb_wrapper > p {
    color: #fff;
}
.powerful-tool .wpb_wrapper > p {
    font-size: 15px;
}
#wetAlert-wireless {
    margin-top: 5%;
}
#On-Line-dry {
    margin-top: 5%;
}
#On-Line-dry .wpb_column.vc_column_container.vc_col-sm-9:nth-child(2) {
    padding-top: 10px;
}
#Easy-to-Use {
    margin-top: 5%;
}
#Easy-to-Use .wpb_column.vc_column_container.vc_col-sm-9 {
    padding-top: 10px;
}
#Medical-Care-video {
    margin-top: 5%;
}
#Medical-Care-video .wpb_wrapper > h3 {
    margin-bottom: 2%;
}
#peritoneal-dialysis-equipment {
    margin-top: 5%;
}
#dialysis-equipment-apd .wpb_wrapper h2 {
    font-weight: normal;
    margin-bottom: 2%;
}
#The-Liberty .vc_col-sm-9 .wpb_wrapper > p {
    margin-top: 10px;
}
#The-Liberty .vc_col-sm-3 .wpb_content_element .wpb_wrapper > p {
    font-size: 13px;
}
#discover-the-liberty {
    margin-top: 5%;
}
#discover-the-liberty .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
#saying-about {
    margin-top: 5%;
}
#saying-about .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
#CAPD-systems {
    margin-top: 5%;
}
#connectology-systems {
    margin-bottom: 1%;
}
#Our-peritoneal-dial {
    margin-top: 1%;
}
#Our-peritoneal-dial .wpb_column.vc_column_container.vc_col-sm-9 {
    margin-top: 10px;
}
#safe-connectology {
    margin-top: 5%;
}
.fr_banner_sections.safe.connectology-ser-right {
    float: right;
}
.connectology-ser-right .fr_wpb_wrapper > h1 {
    line-height: 40px;
}
#training-and-field-service {
    margin-top: 5%;
    padding-bottom: 30px;
}
#Clinical-resource {
    margin-top: 5%;
    padding-bottom: 30px;
}
#restricts-devices {
    margin-top: 2%;
}
#law-restricts .columns.small-12.medium-12.large-8 > p {
    font-size: 11px !important;
}
.rel-footer-img.wpb_column.vc_column_container.vc_col-sm-3 {
    width: auto;
}
.rel-footer-link.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-top: 11px;
    width: 30%;
}
.rel-footer-sece.wpb_column.vc_column_container.vc_col-sm-3 {
    width: auto;
}
.rel-footer-sece-link.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-top: 11px;
    width: 34%;
}
#Liberty-related {
    border-top: 1px solid #99b1d6 !important;
    padding-top: 5%;
}
#cont-heading {
    margin-bottom: 10px;
}
.home-dialysis-offerings.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 52%;
}
.gen-inquiries.wpb_column.vc_column_container.vc_col-sm-4 {
    width: auto;
}
#Interested-in-learning {
    padding-bottom: 30px;
}
/*******responsibility********/
.cminquiry {
    float: left;
    width: auto;
}
.cminquiry .inner .button.blue:hover{
	text-decoration: none;
}
.vc_custom_1469433235416 .contact-sales .vc_column-inner {
    padding-bottom: 15px;
}
/**********************inpatient-services****04-10-16*********************/
.mail-us .button.blue:hover{
	text-decoration: none;
}
/**********************pharmacy-services*****04-10-16***************/
#pharmacy-footer {
    border-top: 1px solid #99b1d6 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
}
#Related-Content-pharmacy {
    margin-bottom: 10px;
}
.pharmacy-lab-services-image.wpb_column.vc_column_container.vc_col-sm-3 {
    width: auto;
}
.pharmacy-lab-services-text.wpb_column.vc_column_container.vc_col-sm-3 {
    padding-top: 10px;
}
.Frenova-clinical-research-image.wpb_column.vc_column_container.vc_col-sm-3 {
    width: auto;
}
.Frenova-clinical-research-text.wpb_column.vc_column_container.vc_col-sm-3 {
    float: left;
    padding-top: 10px;
}
.pharmacy-lab-services-text .teaser-link {
    font-size: 21px;
}
.pharmacy-lab-services-text .teaser-link:hover {
    text-decoration: none;
}
.Frenova-clinical-research-text .teaser-link {
    font-size: 21px;
}
.Frenova-clinical-research-text .teaser-link:hover {
    text-decoration: none;
}
/********05-10-16********/
	/**********mission-strategy-values********/
	#mission-startegy {
	    margin-top: 3%;
	}
	.mission-startegy-left-image.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: auto;
	}	
	.mission-startegy-left-text.wpb_column.vc_column_container.vc_col-sm-3 {
	    margin-top: 10px;
	}
	.mission-startegy-right-image.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: auto;
	}
	.mission-startegy-right-text.wpb_column.vc_column_container.vc_col-sm-3 {
	    float: left;
	    margin-top: 10px;
	}
	/******company-history*******/
	#company-history {
	    margin-top: 3%;
	}
	.company-history-left-image.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: auto;
	}	
	.company-history-left-text.wpb_column.vc_column_container.vc_col-sm-3 {
	    margin-top: 10px;
	}
	.company-history-right-image.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: auto;
	}
	.company-history-right-text.wpb_column.vc_column_container.vc_col-sm-3 {
	    float: left;
	    margin-top: 10px;
	}
	.company-history-right-text .history-h .teaser-link:hover{
		text-decoration: none;
	}
	.in-this-section > a {
	    text-decoration: none;
	}
/****/
.text_link:hover{
	text-decoration: none;
}
.responsibility .fr_wpb_wrapper > h1 {
    margin-right: 10px;
}
/**************media*new******3-10-16**********/
@media only screen and (max-width:760px){
	/******home-therapies*******/	
	.home-therpie-ser-right .fr_wpb_wrapper > h1 {
	    color: #222222;
	    float: left;
	    width: 100%;
	}
	#saying-about .wpb_column.vc_column_container.vc_col-sm-3 {
	    width: auto;
	}
	.home-dialysis-offerings.wpb_column.vc_column_container.vc_col-sm-4 {
	    margin-bottom: 10px;
	    width: 100%;
	}
	.rel-footer-link.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100%;
	}
	.rel-footer-link .small-8.large-8.columns.featured_products__body {
	    padding-left: 0;
	    width: 100%;
	}
	.rel-footer-sece-link.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100%;
	}
	.rel-footer-sece-link .small-8.large-8.columns.featured_products__body {
	    padding-left: 0;
	    width: 100%;
	}
	/************overview-dialysis**************/
	.home-tharpies-section-right .fr_wpb_wrapper > h1 {
	    color: #222222;
	    line-height: 30px;
	}
	/***********product-support-services*************/
	#post-1713 .entry-title {
	    font-size: 28px !important;
	}
	/*****************************/
	.services-prodouct-rel-image-left.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100% !important;
	}
	.services-rel-heading-left.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100% !important;
	}
	.services-rel-heading-left .vc_column-inner {
	    padding-left: 0;
	}
	.services-rel-heading-right .vc_column-inner {
	    padding-left: 0;
	}
	.services-prodouct-rel-image-right.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100% !important;
	}
	.services-rel-heading-right.wpb_column.vc_column_container.vc_col-sm-3 {
	    width: 100% !important;
	}
	.home-tharp {
	    font-size: 34px;
	}
}


/*************14-10-16****************/

#post-1713 #ui-id-6 .slides li {
    width: auto !important;
}
#post-1713 #ui-id-6 .slides li:nth-child(3) {
    margin-left: 50px;
}