/**@font-face {
	font-family: 'accanthis_adf_std_no3regular';
	src: url('../fonts/accanthisadfstdno3-regular-webfont.eot');
	src: url('../fonts/accanthisadfstdno3-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/accanthisadfstdno3-regular-webfont.woff') format('woff'), url('../fonts/accanthisadfstdno3-regular-webfont.ttf') format('truetype'), url('../fonts/accanthisadfstdno3-regular-webfont.svg#accanthis_adf_std_no3regular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: auto
}
body {
	margin: 0;
}
.center {
	text-align: center
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
strong {
	font-weight: bold;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
small {
	font-size: 80%;
}
img {
	border: 0;
}
img.pull-left {
	margin-right: 15px;
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
@media print {
* {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
a[href^="#"]:after {
	content: "";
}
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: accanthis_adf_std_no3regular;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #020202;
	background-color: #fcfcfc;
}
a {
	color: #555;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s, padding 0.3s ease 0s;
	font-weight: normal
}
a:hover, a:focus {
	color: #999;
	border-bottom: 2px solid #003399
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
ul.checkmark a {
	color: #000
}
a.more {
	background: url(../img/arrow-right.png) top right no-repeat;
	padding-right: 15px;
	font-size: 14px;
}
a.more:hover {
	background: url(../img/arrow-right.png) top right no-repeat;
	padding-right: 20px
}
a.follow {
	background: url(../img/arrow-right.png) top right no-repeat;
	padding-right: 15px;
	font-weight:bold
}
a.follow:hover {
	background: url(../img/arrow-right.png) top right no-repeat;
	padding-right: 20px
}

a.selected, a.selected:hover {
	background: none;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;color:#003399;border-bottom:2px solid transparent
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
img.center {
	margin-left: auto;
	margin-right: auto
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ccc;
	clear: both
}
h1, h2, h3, h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
h3 a {
	color: #000;
	padding-bottom: 0px
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
	background: url(../img/check-mark.png) top left no-repeat;
	padding-left: 40px;
	line-height: 32px
}
h3.plain {
	background: none;
	padding-left: 0;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
.border-right {
	border-right: 0px;
}
.border-left {
	border-left: 0px;
}

@media (min-width: 768px) {
.lead {
	font-size: 21px;
}
.border-right {
	border-right: 2px solid #003399;
}
.border-left {
	border-left: 2px solid #003399;margin-left:-2px
}
}
small {
	font-size: 85%;
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul {
	margin-bottom: 0;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote:before, blockquote:after {
	content: "";
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
}
 @media (max-width: 767px) {
body {
	margin-top: -50px;
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
	clear: both;
}
.clear {
	clear: both
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
.pull-right {
	float: left !important;
}
#header {
	background: #555;
	background: -moz-linear-gradient(top, #777777 0%, #000000 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(80%, #000000));
	background: -webkit-linear-gradient(top, #777777 0%, #000000 80%);
	background: -o-linear-gradient(top, #777777 0%, #000000 80%);
	background: -ms-linear-gradient(top, #777777 0%, #000000 80%);
	background: linear-gradient(to bottom, #777777 0%, #000000 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#000000', GradientType=0 );
	min-height: 80px;
	bottom: 0;
	width: 100%;
	z-index: 100;
	color: #999;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 2px solid #020202
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-md {
	display: block !important;
}
.visible-sm {
	display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
.hidden-md {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print {
.visible-print {
	display: block !important;
}
}
@media print {
.hidden-print {
	display: none !important;
}
}
#header {
	background: #555;
	background: -moz-linear-gradient(top, #777777 0%, #000000 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(80%, #000000));
	background: -webkit-linear-gradient(top, #777777 0%, #000000 80%);
	background: -o-linear-gradient(top, #777777 0%, #000000 80%);
	background: -ms-linear-gradient(top, #777777 0%, #000000 80%);
	background: linear-gradient(to bottom, #777777 0%, #000000 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#000000', GradientType=0 );
	min-height: 80px;
	bottom: 0;
	width: 100%;
	z-index: 100;
	color: #999;
	padding-top: 20px;
	border-top: 2px solid #020202
}
#header a {
	height: 80px;
	font-size: 38px;
	line-height: 26px;
	color: #f2f2f2;
	text-shadow: 1px 1px 0px #003399, 2px 2px 0px #003399;
	font-weight: bold;
}
#header a:hover, #header a:focus {
	color: #ccc;
	text-shadow: 1px 1px 0px #003399, 2px 2px 0px #003399;
	font-weight: bold;
	border-bottom: transparent
}
.topspace {
	padding-top: 20px
}
ul.checkmark {
	margin-left: -40px
}
ul.checkmark li {
	list-style: none;
	background: url(../img/check-mark.png) top left no-repeat;
	min-height: 30px;
	padding-left: 35px;
	margin-bottom: 10px
}
