header {
  /*! CSS Used from: https://popsa.com/assets/css/bootstrap.min.css */
  /*! CSS Used from: https://popsa.com/assets/css/main.css */
  /*! CSS Used from: https://popsa.com/assets/css/green.css */
  /*! CSS Used from: https://popsa.com/assets/css/trans-nav.css */
  /*! CSS Used from: https://cdn.popsa.io/website/fonts/fontello.css */
  /*! CSS Used from: Embedded */
}

@-skrollr-keyframes shrink-header {
	40 {
		padding-top: 30px;
		padding-bottom: 30px;
		opacity: 1;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
		   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.0);
				box-shadow: 0 1px 1px rgba(0,0,0,0);
	}
	

	300 {
		padding-top: 10px;
		padding-bottom: 10px;
		opacity: 1;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
		   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
				box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	}
}


header header {
	display: block;
}

header a {
	background-color: transparent;
}

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

header img {
	border: 0;
}

@media print {
	header *,
    header :before,
    header :after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	header a,
    header a:visited {
		text-decoration: underline;
	}

	header a[href]:after {
		content: " (" attr(href) ")";
	}

	header a[href^="#"]:after {
		content: "";
	}

	header img {
		page-break-inside: avoid;
	}

	header img {
		max-width: 100% !important;
	}

	header .navbar {
		display: none;
	}
}

header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header *:before,
  header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header a {
	color: #337ab7;
	text-decoration: none;
}

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

header a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

header img {
	vertical-align: middle;
}

header ul {
	margin-top: 0;
	margin-bottom: 10px;
}

header ul ul {
	margin-bottom: 0;
}

header .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	header .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	header .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	header .container {
		width: 1170px;
	}
}

header .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

header .btn:focus,
  header .btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

header .btn:hover,
  header .btn:focus {
	color: #333;
	text-decoration: none;
}

header .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

header .collapse {
	display: none;
	visibility: hidden;
}

header .dropdown {
	position: relative;
}

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

header .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

header .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

header .dropdown-menu > li > a:hover,
  header .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

header .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

header .nav > li {
	position: relative;
	display: block;
}

header .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

header .nav > li > a:hover,
  header .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

header .nav > li > a > img {
	max-width: none;
}

header .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 768px) {
	header .navbar {
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	header .navbar-header {
		float: left;
	}
}

header .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
	header .navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	header .navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important;
	}
}

header .navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

header .navbar-brand:hover,
  header .navbar-brand:focus {
	text-decoration: none;
}

header .navbar-brand > img {
	display: block;
}

header .navbar-nav {
	margin: 7.5px -15px;
}

header .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (min-width: 768px) {
	header .navbar-nav {
		float: left;
		margin: 0;
	}

	header .navbar-nav > li {
		float: left;
	}

	header .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

header .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

header .container:before,
  header .container:after,
  header .nav:before,
  header .nav:after,
  header .navbar:before,
  header .navbar:after,
  header .navbar-header:before,
  header .navbar-header:after,
  header .navbar-collapse:before,
  header .navbar-collapse:after {
	display: table;
	content: " ";
}

header .container:after,
  header .nav:after,
  header .navbar:after,
  header .navbar-header:after,
  header .navbar-collapse:after {
	clear: both;
}

header .pull-right {
	float: right !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	header .hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	header .hidden-lg {
		display: none !important;
	}
}

header *:before,
  header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header *:focus {
	outline: 0 !important;
}

header img[src*=".svg"] {
	height: 100%;
}

header *::selection {
	background: #AAF2E4;
	color: #506A85;
}

header *::-moz-selection {
	background: #AAF2E4;
	color: #506A85;
}

header .navbar {
	background-color: #FFF;
}

header .container {
	padding-right: 0;
	padding-left: 0;
}

header a {
	color: inherit;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

header a:hover,
  header a:focus {
	color: #2A8EB5;
	text-decoration: none;
}

header .navbar-nav > li > a {
	color: inherit;
	-webkit-transition: all 20ms ease-out;
	-moz-transition: all 20ms ease-out;
	-o-transition: all 20ms ease-out;
	transition: all 20ms ease-out;
}

header a .logo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

header a:hover .logo {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 100ms cubic-bezier(0.03, 0.985, 0.66, 1.65);
	-moz-transition: all 100ms cubic-bezier(0.03, 0.985, 0.66, 1.65);
	-o-transition: all 100ms cubic-bezier(0.03, 0.985, 0.66, 1.65);
	transition: all 100ms cubic-bezier(0.03, 0.985, 0.66, 1.65);
}

header a .logotype {
	opacity: 1;
}

header a:hover .logotype {
	opacity: 1;
}

header ul {
	list-style: none;
	position: relative;
	padding-left: 22px;
}

header .navpad {
	padding-bottom: 30px;
}

header li {
	font-family: -apple-system, BlinkMacSystemFont, 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 150%;
}

header .navbar .container {
	display: table;
	padding: 0;
}

header .navbar {
	margin: 0;
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 8000;
	min-height: inherit;
}

header .navbar ul {
	list-style: none;
}

header .navbar-brand {
	float: none;
	display: table-cell;
	vertical-align: middle;
	height: 58px;
	padding: 0;
	max-width: 300px;
}

header .navbar-brand img {
	max-height: 48px;
}

header .navbar-header .navbar-brand {
	display: none;
}

header .navbar-header {
	float: none !important;
	position: relative;
	z-index: 0;
}

header .navbar-header a {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}

header .navbar-collapse {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

header .navbar-collapse.collapse.stuck {
	position: fixed;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

header .navbar-collapse.collapse.stuck .navbar-brand img {
	max-height: 48px;
}

header .navbar-nav {
	float: right;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	margin: 0;
}

header .navbar-nav > li > a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Sharp Sans', sans-serif;
	padding: 20px 21px 18px 21px;
	border: none;
	z-index: 1;
}

header .language-picker {
	padding: 16px 19px 17px 19px !important;
}

header .nav > li > a:hover {
	background-color: rgba(245, 245, 245, 0.85);
	color: rgba(0, 0, 0, 0.66);
}

header .nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.66);
}

header .navbar .dropdown-menu {
	padding: 0;
	margin: 0;
	width: 168px;
	background: whitesmoke;
	border: none;
	z-index: 0;
	box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.05);
}

header .dropdown-menu {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
	background: transparent;
	border: none;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
	border: none;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	line-height: 18px;
	padding: 20px 19px;
	text-transform: uppercase;
	color: #4A4A4A;
	font-weight: 600;
	font-size: 14px;
	white-space: normal;
	font-family: 'Sharp Sans', sans-serif;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover {
	filter: none;
	background-color: rgba(0, 0, 0, 0.08) !important;
	color: #4A4A4A !important;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child a:hover {
	-webkit-border-top-right-radius: 8px !important;
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-radius-topright: 8px !important;
	-moz-border-radius-topleft: 0px !important;
	border-top-right-radius: 8px !important;
	border-top-left-radius: 0px !important;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li:last-child a:hover {
	-webkit-border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

header .navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
	display: none;
}

header .navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
	display: none;
}

header .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
  header .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus {
	background: #34B2E2;
	color: #4A4A4A !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

header .btn.responsive-menu {
	display: none;
	width: 30px;
	height: 30px;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

header .yamm .nav,
  header .yamm .dropdown,
  header .yamm .collapse {
	position: static;
}

header .yamm .container {
	position: relative;
}

header .yamm .dropdown-menu {
	top: auto;
	left: auto;
	-webkit-border-radius: 0px 8px 8px 8px !important;
	-moz-border-radius: 0px 8px 8px 8px !important;
	border-radius: 0px 8px 8px 8px !important;
}

header .yamm .dropdown-menu > li {
	display: block;
}

header .yamm .nav > li > .dropdown-menu:after,
  header .yamm .nav > li > .dropdown-menu:before {
	display: none;
}

header .btn {
	color: #FFF !important;
	background: #1EBDB9;
	padding: 14px 20px 11px 20px;
	margin: 15px 0;
	font-family: 'Sharp Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

header .btn:hover,
  header .btn:focus,
  header .btn:active {
	background: #1a1a19;
	color: #FFF !important;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
}

header #crossfade {
	position: relative;
}

header #crossfade img {
	position: absolute;
	left: 0;
	opacity: 1;
}

@media (min-width: 1200px) {
	header .container {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	header .navbar-brand {
		max-width: 48px;
	}

	header .navbar-nav > li > a {
		font-size: 16px;
		padding: 20px 10px 18px 10x;
	}
}

@media (max-width: 1023px) {
	header .navbar-collapse {
		background-color: #FFF;
	}

	header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child a:hover {
		-webkit-border-top-right-radius: 0px !important;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px !important;
		-moz-border-radius-topleft: 0px !important;
		border-top-right-radius: 0px !important;
		border-top-left-radius: 0px !important;
	}

	header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li:last-child a:hover {
		-webkit-border-bottom-right-radius: 0px !important;
		-webkit-border-bottom-left-radius: 0px !important;
		-moz-border-radius-bottomright: 0px !important;
		-moz-border-radius-bottomleft: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}

	header .yamm .dropdown-menu {
		-webkit-border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		border-radius: 0px !important;
	}

	header .navbar {
		max-height: 62px;
	}

	header .navbar-header .navbar-brand {
		display: inline-block;
		padding-left: 0px;
	}

	header .navbar-collapse .navbar-brand {
		display: none;
	}

	header .navbar-collapse.collapse {
    display: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	}

	header .navbar .container {
		display: block;
	}

	header .navbar-nav {
		padding-left: 0;
	}

	header .navbar-header {
		background: #FFF;
		padding: 16px 0;
	}

	header .btn.responsive-menu {
		display: table;
		color: #4A4A4A !important;
		background: #FFFFFF;
		font-family: -apple-system, BlinkMacSystemFont, 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.02em;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		border: none;
		text-transform: uppercase;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		-webkit-border-radius: none;
		border-radius: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	header .btn.responsive-menu:hover {
		display: table;
		background: #F7F7F7;
		font-family: -apple-system, BlinkMacSystemFont, 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.02em;
		text-shadow: none;
		-webkit-font-smoothing: antialiased;
		border: none;
		text-transform: uppercase;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		-webkit-border-radius: none;
		border-radius: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	header .btn.responsive-menu i {
		display: table-cell;
		vertical-align: middle;
	}

	header .navbar-collapse {
		position: static !important;
		max-height: inherit;
		padding-top: 0;
		padding-bottom: 0;
	}

	header .navbar-collapse:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	header .yamm .nav,
    header .yamm .dropdown,
    header .yamm .collapse {
		float: none;
		position: relative;
	}

	header .yamm .dropdown-menu {
		position: relative;
		left: inherit;
		top: inherit;
		float: none;
		width: 100%;
	}

	header .navbar-nav {
		display: block;
	}

	header .navbar-nav > li {
		display: block;
	}

	header .navbar-nav > li > a {
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 0;
		border: none;
		border-radius: 0;
	}

	header .navbar-nav > li > a:focus {
		background: none;
	}

	header .navbar-nav .dropdown-menu {
		border: none;
		box-shadow: none;
	}

	header .navbar-nav .dropdown-menu > li:last-child {
		margin-bottom: 0px;
	}

	header .navbar-header {
		float: left;
		width: 100%;
	}

	header .navbar-header:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	header .navbar .container,
    header .container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	header .btn {
		padding: 12px 18px 9px 18px;
	}

	header .navpad {
		padding-bottom: 0 !important;
	}

	header .btn.responsive-menu {
		margin-right: 20px;
	}

	header .navbar-header .navbar-brand {
		display: inline-block;
		padding-left: 20px;
	}

	header header li {
		font-size: 16px;
	}

	header .container {
		padding-right: 20px;
		padding-left: 20px;
	}

	header .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	header img {
		max-width: 100%;
		height: auto;
	}
}

header a:hover,
  header a:focus,
  header .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover {
	color: #1EBDB9;
}

header .btn,
  header .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
  header .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover {
	background-color: #4A4A4A;
}

header .btn:hover,
  header .btn:focus,
  header .btn:active {
	background-color: #6E9A14;
}

header *::selection {
	background: #AAF2E4;
}

header *::-moz-selection {
	background: #AAF2E4;
}

header .navbar .navbar-collapse {
	-skrollr-animation-name: shrink-header;
}

header .navbar .navbar-brand img {
	-skrollr-animation-name: shrink-logo;
}

header #crossfade img.top {
	-skrollr-animation-name: image-top;
}

header #crossfade img.bottom {
	-skrollr-animation-name: image-bottom;
}

header .logo-box {
	-skrollr-animation-name: logo-box2;
}

header [class^="icon-"]:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0;
	text-align: center;
	line-height: 1em;
}

header .icon-menu:before {
	content: '\2630';
}

@media (max-width: 1023px) {
  header .yamm {
    height: 0 !important;
  }
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdh18Smxg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdo18Smxg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdg18Smxg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdv18Smxg.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdj18Smxg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18Smxg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (max-width: 1023px) {
  body header .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible!important;
  }
}


@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    visibility: visible!important;
  }
}

navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #3a3a3a;
  /* border-color: #E6E9ED; */
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}

@keyframes slidenavAnimation {
  from {
  margin-top: -30px;
      opacity: 0;
  }
  to {
  margin-top: 0;
      opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
  margin-top: -30px;
      opacity: 0;
  }
  to {
  margin-top: 0;
      opacity: 1;
  }
}

@media (min-width: 1200px) {
  .open > .dropdown-menu, .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}
}

.open>.dropdown-menu {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility
}