
.content-old {
   font-size: 17px;
   line-height: 1.6;
   font-family: "Roboto", Helvetica, sans-serif;
}
.content-old strong {
   font-weight: 500;
}
.content-old a {
   color: #e8531c;
}
.content-old a:hover, .content a.tap {
   color: #ff7d1e;
}
.content-old .form--buttons {
   margin-bottom: 35px;
}
.content-old .primary-button {
   color: #fff;
   line-height: 40px;
}
.content-old .primary-button:hover, .content .primary-button.tap {
   color: #fff;
}
.content-old p {
   margin-bottom: 26px;
}
.content-old ul,
.content-old ol {
   margin-left: 35px;
}
.content-old h1 {
   font-weight: 300;
   margin: 32px 0 8px 0;
   font-size: 42px;
}

.content-old h2 {
   font-weight: 300;
   font-size: 35px;
   margin-top: 26px;
}

.content-old h3 {
   font-weight: 400;
   font-size: 24px;
   margin-top: 26px;
}
.content-old h4 {
   font-weight: 400;
   font-size: 20px;
   margin-top: 26px;
}
.content-old h5 {
   font-weight: 500;
   font-size: 17px;
   margin-top: 26px;
}
.content-old h6 {
   font-weight: 500;
   font-size: 14px;
   margin-top: 26px;
}

.content-old * {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	text-align: inherit;
	vertical-align: top;
	border: 0;
}
.content-old table {
	border-collapse: collapse;
}
.content-old h1.page-title {
   font-family: "Roboto", Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 300;
   margin: 32px 0 8px 0;
}
/*.content-old h1, .content-old h2, .content-old h3 {
	font: 21px "Century Gothic", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
}
.content-old h1:first-child,
.content-old h2:first-child,
.content-old h3:first-child {
	margin-top: 0;
}
.content-old h2 {
	font-size: 18px;
}
.content-old h3 {
	font-size: 16px;
}*/
/*.content-old a {
	text-decoration: none;
	color: #305e89;
}
.content-old a:hover {
	color: #dfa073;
	cursor: pointer;
}*/
.content-old sub {
	vertical-align: sub;
	font-size: 0.75em;
}
.content-old sup {
	vertical-align: super;
	font-size: 0.75em;
}
/*.content-old p {
	margin-bottom: 8px;
}*/
.content-old code, .content-old pre, .content-old samp {
	font-family: Consolas, "Courier New", monospace;
}
.content-old .right {
	float: right;
	margin: 2px 0 2px 20px;
}
.content-old .left {
	float: left;
	margin: 2px 20px 2px 0;
}
/*.content-old ul {
	list-style: none;
	margin: 0 0 8px 20px;
}
.content-old ul li {
   background: url('../images/bullet.jpg') left 3px no-repeat;
	padding: 0 0 5px 20px;
}
.content-old ol {
	padding: 0 0 10px 40px;
}*/
.content-old dl {
	font-size: inherit;
	clear: both;
}
.content-old dt {
	text-align: right;
	width: 170px/*form-label*/;
	font-weight: bold;
	margin-right: 10px;
	float: left;
	clear: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-old dt span {
   white-space: normal;
}
.content-old dd {
	float: left;
	width: 100%;
	overflow: auto;
}
.content-old .block-layout {
	margin: -20px -20px -10px -20px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px;
	width: calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
}
.content-old .block-layout .block1 {
	color: #333;
	background: #ececec;
	padding: 20px;
}
.content-old .block-layout .block2 {
	color: #595959;
	background: white;
}
.content-old .block-layout .block3 {
	background: #dbe7f0;
	color: #333;
	padding: 20px;
}
.content-old .block-layout .block4 {
	background: white;
}
.content-old .block-layout .block5 {
	background: #ecefcc;
	padding: 20px;
}
.content-old .btn-more {
	background: url('../images/more.png') right center no-repeat #2b5a86;
	color: #fff;
	margin: 10px 0 0 0;
	padding-right: 16px;
	border-width: 9px 18px;
	border-color: #2b5a86;
	border-style: solid;
	display: inline-block;
}
.content-old .btn-more:hover {
	background-image: url('../images/more-over.png');
	background-color: #1b3954;
	border-color: #1b3954;
	color: #d5e3ef;
}
.content-old .btn-more-flat {
	float: right;
}
.content-old .image {
	display: inline-block;
	position: relative;
}
.content-old .image .image {
	display: block;
	margin: 0 auto;
}
.content-old .image .title,
.content-old .image .description {
	display: inline-block;
	padding: 2px 0;
	width: 100%;
	text-align: center;
	font: 13px "Century Gothic", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.content-old .image .title {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	box-sizing: border-box;
	padding: 2px 4px;
}
.content-old img.filetype {
   max-width: initial;
}
