
@font-face {
	font-family: 'PT Sans Narrow';
  src: url('../font/pt/ptn57f.eot');
	src: local('PT Sans'), url('../font/pt/PTN57F.ttf') format('truetype');
}

@font-face {
	font-family: 'PT Sans Narrow';
	font-weight: bold;
  src: url('../font/pt/ptn77f.eot');
	src: local('PT Sans Bold'), url('../font/pt/PTN77F.ttf') format('truetype');
}

@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	src: url('../font/pt/pts56f.eot');
	src: local('PT Sans Italic'), url('../font/pt/PTS56F.ttf') format('truetype');
}

@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold;
	src: url('../font/pt/pts76f.eot');
	src: local('PT Sans Bold Italic'), url('../font/pt/PTS76F.ttf') format('truetype');
}

html {
	background-color: #095187;

	background-image: -webkit-gradient(linear, 0 0, 0 1000, from(#287293), to(#095187), color-stop(.22,#6BA6C8),color-stop(.22,#0A3859));

    /*background-image:-moz-linear-gradient(0 1000px 90deg, #287293 0%, #6BA6C8 10%, #0A3859 , #095187 100%);*/

	background-image:-moz-linear-gradient(-90deg, #287293 0, #6BA6C8 220px, #0A3859 220px, #095187 1000px);

	background-repeat: no-repeat;

	width:100%;
	min-height: 100%;
}

body {
	margin: 20px 0 0 0;
	padding: 0 0 3em 0;
}

a img {
  border: none;
}

strong, b {
  font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0 0 .6em 0;
}

aside, section, article {
	display: block;
}

#main {
	background-color: #FFF;
	width:  1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);

	background-image: url('../images/page-bg.png');
	background-repeat: repeat-y;
  overflow: auto;
}

#main #content {
	margin-left: 300px;
	padding: 10px 10px 10px 10px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#main #content article {
}

#main #content article h1 {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#main #content article h2 {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#main #content article h3 {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#main #content article h1 a {
	text-decoration: none;
}

#main #content article h1 svg {
	float: left;
	margin-left: -32px;
}

#main #content article .info {
	font-size: 14px;
	line-height: 1.6em;
}
#main #content article .body {
	font-size: 14px;
	line-height: 1.6em;
}

#main #content article .attributes {
	color: #06549E;
	text-align: right;
	padding-right: 1em;
}

#main #sidebar {
	float: left;

	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;

	background-color: #E8E8E8;

	width: 280px;
	padding: 10px;

	background-image: -webkit-gradient(radial, 25% 10%, 30, 25% 10%, 210, from(#FFFFFF), to(#E6E6E6));

background-image: -moz-radial-gradient(25% 10% 0deg, circle farthest-corner, #FFFFFF 0%, #E6E6E6 60%);


}

#main #sidebar #header {
	position: relative;
}

#main #sidebar h2.claim {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1em;
	color: #000;
	padding-left: 5px;
	letter-spacing: .1ex;
  margin-top: 10px;
  margin-bottom: 10px;
}


#main #sidebar h2.claim strong {
	color: #06549E;
}

#main #sidebar h2.claim .note {
  font-size:10px;
  display: none;
}

#home body.desktop h2.claim .note {
  display: block !important;
  float: right;
  margin-right: 130px;
}
#home body.desktop h2.claim {

  margin-bottom: 40px;
}

#main #sidebar nav .menu-placeholder {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-transform: lowercase;
	display: block;
	list-style-type: none;
	text-shadow: -1px -1px 0px #FFF;
	color: #06549E;
	text-decoration: none;
	display:none;
}


#main #sidebar nav a {
	color: #06549E;
	text-decoration: none;
}

#main #sidebar nav ul {
	margin: 0;
	padding: 0;
}

#main #sidebar nav > ul > li {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-transform: lowercase;
	display: block;
	list-style-type: none;
	margin-bottom: .3em;
	padding-bottom: .3em;
  overflow: auto;
	border-bottom: 1px dotted #CCC;
}

#main #sidebar nav > ul > li.mobile {
	display: none;
}

#main #sidebar nav > ul > li.desktop {
	display: block;
}

#main #sidebar nav > ul > li > a {
	text-shadow: #FFF 0px 1px;
}

#main #sidebar nav li svg {
	vertical-align: -8px;
}

#main #sidebar nav li ul {
	padding-left: 32px;
}

#main #sidebar nav ul.menu ul {
	display: none;
}

#main #sidebar nav ul.menu li.cloud ul {
  display: block
}

#main #sidebar nav li li {
	font-size: 14px;
	margin-bottom: .3em;
	margin-right: 10px;
}

#main #sidebar nav li li a {
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-stretch: normal;
	font-weight: normal;
	text-transform: none;
	display: block;
	padding:.3em .3em .3em 0;
}

#main #sidebar nav li li.current {
	color: #000;
	position: relative;
}

#main #sidebar nav li li.current a {
	color: #000;
	font-weight: bold;
}

#main #sidebar nav li li.current svg {
	position: absolute;
	right: 0;
	top: 0;
}

#main #sidebar nav .phone {
	white-space: nowrap;
}

#map {
	width: 100%;
	height: 350px;
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	margin-bottom: 1em;
  background-image: url('../images/alt-map.jpg');
  background-repeat: no-repeat;
}

#home body.desktop h2.claim {
	position: absolute;
	left: 300px;
	top: 360px;
	width: 600px;
	font-size: 24px !important;
	text-shadow: rgba(0,91,180,0.3) 0 0 8px;
}


body.desktop section#news {
	margin-top: 90px;
	padding-left: 22px;
	padding-bottom: 100px;

}

body.desktop section#news article img {
    float:left;
    margin-right: 5px;
}

body.desktop section#news article {
  margin-bottom: 0;
  overflow: auto;
}

body.desktop section#news article p {
  margin-bottom: 0 !important;
}

.infowindow-content {
	font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    background-image:url('../images/marker.png');
    background-repeat:no-repeat;
    min-height: 30px;
    width: 250px;
    padding: 5px;
    padding-left: 30px;
    margin-right: 26px;
}

.infowindow-content div {
    margin: 5px 0 5px 0;
}

article#item {
  padding-left: 22px;
  padding-right: 20px;
}

body.desktop article#item {
  margin-top: 85px;
}


#main #content article#item h1 {
  margin-bottom: 10px;
}
#main #content article#item h1 .g {
  margin-top: -2px;
}

#main #content article#item h2 {
  margin-bottom: 10px;
}
#main #content article#item h2 .g {
  float: left;
  margin-top: -6px;
  margin-left: -32px;
}

#main #content article#item:not(.all-in-one) #items h1 {
  font-size: 14px;
}

#main #content article#item:not(.all-in-one) #items h1 .g{
}

#main #content .all-in-one article {
  margin-bottom: 1em;
}

#main #content .link-note {
  font-style: italic;
  color: #333;
}

#main #content .all-in-one .gallery {
  display: block;
  overflow: auto;
  margin: 0;
  padding:0;
}

#main #content .all-in-one .gallery li {
  float: left;
  display: block;
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

#main #content .all-in-one .gallery li a {
  display: block;
  height: 85px;
}

#main #content .all-in-one .gallery li img {
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

#main #content .all-in-one .gallery li .caption {
  font-size: 12px;
  text-align:center;
  width: 128px;
  line-height: 1.3em;
  margin-top: 3px;
  height: 30px;
}



#main #content table td, #main #content table th, #main #content table caption  {
  text-align:left;
  font-size: 12px;
  padding: 2px 4px 2px 4px;
}

#main #content table th {
  white-space: nowrap;
}


#main #content .page-converter #convert-tool input {
  font-size: 14px;
  font-weight:bold;
  border: 1px solid #CCC;
}

#main #content .page-containers .containerimg {
  width: 140px;
}

#main #content .page-containers table {
  margin-right: 150px;

  margin-bottom: 1em;
}

#main #content .page-containers table td, #main #content .page-containers table th {
  text-align:left;
  font-size: 11px;
}


#main #content .table1 {
  width: 100%;
  margin-bottom: 1em;
}

#main #content .table1 th, #main #content .table1 td {
  text-align: center;
}

#main #content .table2 {
  margin-left: 14px;
  margin-bottom: 14px;
  float: right;
  width: 200px;
}
#main #content .table2 caption {
  text-align: left;
  font-size: 12px;
  font-size: italic;
}

#items > ol {
  margin: 0;
  padding: 0;
}

#items > ol > li:before {
  color: red;
}


#main #content .page-quotation table {
  width: 400px;
}

#main #content .page-quotation caption {
  text-align: left;
}

#main #content .page-quotation input.large, #main #content .page-quotation textarea {
  width: 100%;
}


#main #content .page-quotation textarea {
  height: 100px;
}

#main #content .page-quotation th {
  width: 80px;
  vertical-align:top;
}

#main #content .page-quotation .quotation-type label {
  width: 150px;
  display: block;
  float: left;
}

#main #content .page-quotation td[colspan="2"] {
  width: 400px;
  font-style: italic;
}

#main #content .see-also {
  font-size: 12px;
  margin-bottom: 1em;
  font-style:italic;
}

.contact-iw {
  font-size: 12px;
}

#main #sidebar .eco {
  text-align: left;
  margin-top:10px;
  background-color: #ffffff;
}

.eco p {
  text-align: left;
  font-size:10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding-left:10px;
}

.eco img {
  text-align: left;
  padding-left:5px;
  padding-top: 5px;
}

#main #sidebar .partners {
  margin-left: 38px;
}

#main #sidebar .partners img {
  margin-right: 10px;
  margin-top: 5px;
}


#main #content .page-partners ul {
  margin:0;
  padding:0;
  overflow: hidden;
}

#main #content .page-partners ul li {
  display: block;
  float: left;
  list-style-type: none;
  position: relative;
  height: 75px;
  margin-left: 10px;
}

#main #content .page-partners ul li.special {
  width:100% !important;
  vertical-align: middle;
}

#main #content .page-partners ul li img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#main #content .page-partners ul li.special img {
  display: inline;
  position: static;
}
#main #content .page-partners ul li.special span {
  vertical-align: middle;
  font-size:1.5em;
}


#main #content .page-partners ul li.special span img {
  vertical-align: middle;
}


footer {
  text-align: center;
  color: #FFF;
	font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  margin-top: 1.5em;
  opacity: .7;
}


#twtr-widget-1 .twtr-timeline {

  background-color: transparent !important;
  background-image:url('../images/gradient.jpg') !important;
}
#twtr-widget-1 .twtr-timeline * {
  background-color: transparent !important;
}

.social-icons a {
  display: block;
  float: left;
}

li.search {

}

li.search input.q {
  width: 240px;
  font-size: 14px;
}

li.search input.img {
  vertical-align:middle;
}

li.search input.img.disabled {
  opacity: 0.2;
}

#content.ff {
  background-image: url('../images/fullfilled-banner.png');
  background-repeat: no-repeat;
}

#content.ff .item {
  margin-top:140px;
}

.containers {
  overflow: hidden;
  margin: 1em 0 1em 0;
  cursor: pointer;
  cursor: hand;
}
.containers .select {
  font-size: 12px;
  width: 150px;
  float: left;
  border: 1px solid #FFF;
  margin-right: 10px;
}

.containers .select img {
  display: block;
}

.containers .select.checked {
  background-color: #EEE;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -mox-border-radius: 4px;
  border-radius: 4px;
}

div.sp {
  margin: 1em 0 1em;
}

#main #sidebar nav #tags-cloud ul {
	margin:0;
	padding:0;
  font-size: 11px;
}


#main #sidebar nav #tags-cloud li {
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline !important;
}

#main #sidebar nav #tags-cloud li a {
  display: inline !important;
}

#main #sidebar nav #tags-cloud li.tag-max {
	font-size: 1.5em;
}

#main #sidebar nav #tags-cloud li.tag-large {
	font-size: 1.4em;
}

#main #sidebar nav #tags-cloud li.tag-max a, #main #sidebar nav #tags-cloud li.tag-large a {
  color: #06549E;
  font-weight: bold;
}

#main #sidebar nav #tags-cloud li.tag-large a {
  color: #333;
}

#main #sidebar nav #tags-cloud li.tag-medium {
	font-size: 1.1em;
}

#main #sidebar nav #tags-cloud li.tag-medium  {
  color: #333;
}
#main #sidebar nav #tags-cloud li.tag-min {
	font-size: 1em;
}
#main #sidebar nav #tags-cloud li.tag-min a {
  color: #444;
}

