/* FONTS */
/* EXTRA BOLD */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-extrabold.eot?v=${IMAGE_VERSION}');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-extrabold.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-extrabold.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* EXTRA BOLD ITALIC */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-extrabolditalic.eot?v=${IMAGE_VERSION}');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-extrabolditalic.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-extrabolditalic.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 800;
  font-style: italic;
}
/* BOLD */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-bold.eot?v=${IMAGE_VERSION}');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-bold.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-bold.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* BOLD ITALIC */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-bolditalic.eot?v=${IMAGE_VERSION}');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-bolditalic.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-bolditalic.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 700;
  font-style: italic;
}
/* SEMIBOLD */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-semibold.eot?v=${IMAGE_VERSION}');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-semibold.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-semibold.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* SEMIBOLD ITALIC */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-semibolditalic.eot?v=${IMAGE_VERSION}');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-semibolditalic.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-semibolditalic.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 600;
  font-style: italic;
}
/* REGULAR */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-regular.eot?v=${IMAGE_VERSION}');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-regular.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-regular.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* REGULAR ITALIC */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-italic.eot?v=${IMAGE_VERSION}');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-italic.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-italic.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 400;
  font-style: italic;
}
/* LIGHT */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-light.eot?v=${IMAGE_VERSION}');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-light.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-light.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* LIGHT ITALIC */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-lightitalic.eot?v=${IMAGE_VERSION}');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans/opensans-lightitalic.woff?v=${IMAGE_VERSION}') format('woff'), url('fonts/OpenSans/opensans-lightitalic.ttf?v=${IMAGE_VERSION}') format('truetype');
  font-weight: 300;
  font-style: italic;
}
/* -------- */
/*  LAYOUT  */
/* -------- */
html * {
  margin: 0;
  padding: 0;
}
/* -------- */
/*  MIXINS  */
/* -------- */
/* Mixins
-------------------------------------------------- */
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
#reset .global-reset html,
#reset .global-reset body,
#reset .global-reset div,
#reset .global-reset span,
#reset .global-reset applet,
#reset .global-reset object,
#reset .global-reset iframe,
#reset .global-reset h1,
#reset .global-reset h2,
#reset .global-reset h3,
#reset .global-reset h4,
#reset .global-reset h5,
#reset .global-reset h6,
#reset .global-reset p,
#reset .global-reset blockquote,
#reset .global-reset pre,
#reset .global-reset a,
#reset .global-reset abbr,
#reset .global-reset acronym,
#reset .global-reset address,
#reset .global-reset big,
#reset .global-reset cite,
#reset .global-reset code,
#reset .global-reset del,
#reset .global-reset dfn,
#reset .global-reset em,
#reset .global-reset img,
#reset .global-reset ins,
#reset .global-reset kbd,
#reset .global-reset q,
#reset .global-reset s,
#reset .global-reset samp,
#reset .global-reset small,
#reset .global-reset strike,
#reset .global-reset strong,
#reset .global-reset sub,
#reset .global-reset sup,
#reset .global-reset tt,
#reset .global-reset var,
#reset .global-reset b,
#reset .global-reset u,
#reset .global-reset i,
#reset .global-reset center,
#reset .global-reset dl,
#reset .global-reset dt,
#reset .global-reset dd,
#reset .global-reset ol,
#reset .global-reset ul,
#reset .global-reset li,
#reset .global-reset fieldset,
#reset .global-reset form,
#reset .global-reset label,
#reset .global-reset legend,
#reset .global-reset table,
#reset .global-reset caption,
#reset .global-reset tbody,
#reset .global-reset tfoot,
#reset .global-reset thead,
#reset .global-reset tr,
#reset .global-reset th,
#reset .global-reset td,
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset canvas,
#reset .global-reset details,
#reset .global-reset embed,
#reset .global-reset figure,
#reset .global-reset figcaption,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset output,
#reset .global-reset ruby,
#reset .global-reset section,
#reset .global-reset summary,
#reset .global-reset time,
#reset .global-reset mark,
#reset .global-reset audio,
#reset .global-reset video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#reset .global-reset body {
  line-height: 1;
}
#reset .global-reset ol,
#reset .global-reset ul {
  list-style: none;
}
#reset .global-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
#reset .global-reset caption,
#reset .global-reset th,
#reset .global-reset td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#reset .global-reset q,
#reset .global-reset blockquote {
  quotes: none;
}
#reset .global-reset q:before,
#reset .global-reset blockquote:before,
#reset .global-reset q:after,
#reset .global-reset blockquote:after {
  content: "";
  content: none;
}
#reset .global-reset a img {
  border: none;
}
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset details,
#reset .global-reset figcaption,
#reset .global-reset figure,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset section {
  display: block;
}
#reset .reset-box-model {
  margin: 0;
  padding: 0;
  border: 0;
}
#reset .reset-font {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#reset .reset-focus {
  outline: 0;
}
#reset .reset-body {
  line-height: 1;
}
#reset .reset-list-style {
  list-style: none;
}
#reset .reset-table {
  border-collapse: collapse;
  border-spacing: 0;
}
#reset .reset-table-cell {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#reset .reset-quotation {
  quotes: none;
}
#reset .reset-quotation:before,
#reset .reset-quotation:after {
  content: "";
  content: none;
}
#reset .reset-image-anchor-border {
  border: none;
}
#reset .reset-html5 article,
#reset .reset-html5 aside,
#reset .reset-html5 details,
#reset .reset-html5 figcaption,
#reset .reset-html5 figure,
#reset .reset-html5 footer,
#reset .reset-html5 header,
#reset .reset-html5 hgroup,
#reset .reset-html5 menu,
#reset .reset-html5 nav,
#reset .reset-html5 section {
  display: block;
}
/* -------- */
/*  Global  */
/* -------- */
html * {
  font-family: 'Open Sans', 'sans-serif';
}
a {
  color: #fff;
}
a:hover {
  text-decoration: underline;
}
a.a-arrow {
  padding: 0 0 0 15px;
}
a.a-arrow:before {
  content: url("../imgs/a-arrow.png");
  margin: 0 0 0 -15px;
  position: absolute;
}
img.img-left {
  border: 5px solid #e3e2e2;
  margin: 5px 20px 20px 0;
  float: left;
}
select,
input,
textarea,
button {
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  margin: 0;
  padding: 4px;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #cfcdce;
}
select[type="submit"],
input[type="submit"],
textarea[type="submit"],
button[type="submit"] {
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  padding: 6px 14px;
  background-color: #00b1cd;
  font-weight: bold;
  border: 1px solid #00b1cd;
}
select[type="submit"]:hover,
input[type="submit"]:hover,
textarea[type="submit"]:hover,
button[type="submit"]:hover {
  color: #000;
  background-color: #88c441;
  border: 1px solid #88c441;
}
select {
  padding: 5px;
  color: #000;
}
ul {
  list-style: none;
}
ol {
  margin-left: 26px;
}
h2 {
  font-size: 130%;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h3 {
  margin-top: 20px;
}
hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #bfbfbf;
  color: #bfbfbf;
}
table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 90%;
  margin: 15px 0 0 0;
  line-height: 120%;
}
table th {
  color: #000;
  background-color: #fff;
  text-align: left;
  padding: 8px 12px;
  font-size: 120%;
}
table th.th-center {
  text-align: center;
}
table th.th-right {
  text-align: right;
}
table tr td {
  padding: 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
table tr td.middle {
  vertical-align: middle;
}
table tr td.middle-center {
  vertical-align: middle;
  text-align: center;
}
table tr td.td-right {
  text-align: right;
}
table.table-form {
  border: 0;
  width: 100%;
}
table.table-form th {
  color: #fff;
  background-color: transparent;
  text-align: left;
  padding: 8px 12px;
  font-size: 120%;
  border-bottom: 1px solid #fff;
}
table.table-form tr td {
  border: 0;
  padding: 5px 12px;
  vertical-align: middle;
  border-bottom: 1px dotted #606060;
}
table.table-form tr td.vertical-align-top {
  padding: 18px 12px;
  vertical-align: top;
}
body {
  min-width: 1133px;
  font-size: 80%;
  color: #000;
  background: url('../imgs/bg-body.jpg') repeat-x center top;
  background-color: #1bd3c9;
  padding: 0;
}
.clear {
  clear: both;
}
.display-none {
  display: none;
}
.container {
  width: 1030px;
  margin: 0 auto;
}
div.logo {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
div.logo .logo-container {
  margin: 0;
  float: left;
  height: 100px;
  width: 260px;
}
div.logo .logo-container img {
  bottom: 17px;
  position: absolute;
}
div.logo .logo-container .logo-txt {
  margin: 0 0 0 125px;
}
div.logo ul {
  margin: 50px 0 0 0;
  float: right;
}
div.logo ul li {
  float: left;
  margin: 0 0 0 26px;
}
div.logo ul li a {
  color: #606060;
  font-size: 130%;
  display: block;
  font-weight: 600;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #606060;
  text-decoration: none;
}
div.logo ul li a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
div.logo-small {
  position: fixed;
  top: 0;
  width: 100%;
  height: 43px;
  background-color: #fff;
  z-index: 3;
}
div.logo-small .logo-container {
  margin: 0;
  float: left;
  height: 43px;
  width: 250px;
}
div.logo-small .logo-container img {
  bottom: 7px;
  position: absolute;
}
div.logo-small ul {
  margin: 7px 0 0 0;
  float: right;
}
div.logo-small ul li {
  float: left;
  margin: 0 0 0 26px;
}
div.logo-small ul li a {
  color: #606060;
  font-size: 130%;
  font-weight: 600;
  display: block;
  padding: 0 0 2px 0;
  border-bottom: 1px dotted #606060;
  text-decoration: none;
}
div.logo-small ul li a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
div.logo-small-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
div.banner .container h1 {
  text-align: center;
  padding: 50px 0 10px 0;
  font-size: 260%;
}
div.banner .container .subtitle {
  text-align: center;
  font-size: 120%;
  font-weight: 500;
  padding: 0 0 40px 0;
}
div.banner .container .subtitle a {
  text-decoration: none;
  border-bottom: 1px dotted #777;
  color: #000;
}
div.banner .container .wrapper {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 0 50px 0;
  padding: 40px 35px;
}
div.banner .container .wrapper ul.menu {
  float: left;
}
div.banner .container .wrapper ul.menu li {
  margin: 2px 0;
}
div.banner .container .wrapper ul.menu li a {
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 195px;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  font-size: 110%;
  line-height: 120%;
  background-color: #ebebeb;
  color: #636363;
}
div.banner .container .wrapper ul.menu li a:hover {
  color: #494949;
  background-color: #e0e0e0;
}
div.banner .container .wrapper ul.menu li.select a {
  font-size: 130%;
  background-color: #00b1cf;
  color: #fff;
}
div.banner .container .wrapper div {
  width: 670px;
  margin: 0 0 0 50px;
  float: left;
  display: none;
}
div.banner .container .wrapper div h2 {
  font-size: 250%;
  color: #00b1cf;
  padding: 0 0 0 45px;
  background: url('../imgs/bg-h2.png') no-repeat 0 0;
}
div.banner .container .wrapper div a {
  color: #666666;
}
div.banner .container .wrapper div h2.h2-planning {
  background-position: 0 8px;
}
div.banner .container .wrapper div h2.h2-cashflow {
  background-position: 0 -89px;
}
div.banner .container .wrapper div h2.h2-costing {
  background-position: 0 -193px;
}
div.banner .container .wrapper div h2.h2-accdoc {
  background-position: 0 -292px;
}
div.banner .container .wrapper div h2.h2-rawdoc {
  background-position: 0 -589px;
}
div.banner .container .wrapper div h2.h2-more {
  background-position: 0 -389px;
}
div.banner .container .wrapper div h3 {
  font-size: 150%;
  line-height: 120%;
  color: #000;
  margin: 5px 0 0 0;
  font-weight: 400;
}
div.banner .container .wrapper div ol {
  margin: 20px 0 0 20px;
}
div.banner .container .wrapper div ol > li {
  padding: 0 0 10px 0;
}
div.banner .container .wrapper div ul {
  margin: 20px 0 0 0;
}
div.banner .container .wrapper div ul > li {
  color: #666666;
  margin: 8px 0 0 0;
  padding: 0 0 0 15px;
  background: url('../imgs/bg-li.png') no-repeat 3px 9px;
}
div.banner .container .wrapper div ul > li ul {
  margin-top: 0px;
  padding-left: 20px;
}
div.text-main,
div.text-terms {
  background: url('../imgs/bg-text-main.png');
  position: relative;
  z-index: 1;
}
div.text-main .container,
div.text-terms .container {
  width: 1030px;
  padding: 35px 0;
}
div.text-main .container .text-block-group,
div.text-terms .container .text-block-group {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('../imgs/bg-text-main-1.png');
  line-height: 140%;
  margin: 15px 0;
}
div.text-main .container .text-block-group .text-block-head,
div.text-terms .container .text-block-group .text-block-head {
  color: #fff;
  padding: 0 35px;
  display: inline-block;
  width: 960px;
  height: 110px;
  cursor: pointer;
  background: url('../imgs/arrow-down.png') no-repeat 940px center;
}
div.text-main .container .text-block-group .text-block-head h2,
div.text-terms .container .text-block-group .text-block-head h2 {
  width: 250px;
  color: #fff;
  font-weight: 300;
  font-size: 240%;
  padding: 46px 0 0 0;
  float: left;
}
div.text-main .container .text-block-group .text-block-head p,
div.text-terms .container .text-block-group .text-block-head p {
  width: 630px;
  padding: 28px 0 0 0;
  color: #acb5b6;
  float: left;
}
div.text-main .container .text-block-group .text-block-head p img,
div.text-terms .container .text-block-group .text-block-head p img {
  float: right;
}
div.text-main .container .text-block-group .text-block-body,
div.text-terms .container .text-block-group .text-block-body {
  color: #fff;
  padding: 20px 0 30px 0;
  background: none;
  border-top: 1px solid #485d60;
  margin: 0 35px 20px 35px;
}
div.text-main .container .text-block-group .text-block-body p,
div.text-terms .container .text-block-group .text-block-body p {
  padding: 10px 0;
}
div.text-main .container .text-block-group .text-block-body p .references-logo,
div.text-terms .container .text-block-group .text-block-body p .references-logo {
  float: left;
}
div.text-main .container .text-block-group .text-block-body h2,
div.text-terms .container .text-block-group .text-block-body h2 {
  padding: 10px 0;
}
div.text-main .container .text-block-group .text-block-body ul,
div.text-terms .container .text-block-group .text-block-body ul {
  list-style: circle;
  margin-left: 26px;
}
div.text-main .container .text-block-group .text-block-body ul > li,
div.text-terms .container .text-block-group .text-block-body ul > li {
  padding: 0 0 10px 0;
}
div.text-main .container .text-block-group .text-block-body ol,
div.text-terms .container .text-block-group .text-block-body ol {
  margin-left: 26px;
}
div.text-main .container .text-block-group .text-block-body ol > li,
div.text-terms .container .text-block-group .text-block-body ol > li {
  padding: 0 0 10px 0;
}
div.text-main .container .text-block-group .text-block-body hr,
div.text-terms .container .text-block-group .text-block-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 1em 0;
  padding: 0;
}
div.text-main .container .text-block-group-references,
div.text-terms .container .text-block-group-references {
  background: #7ec9dc;
}
div.text-main .container .text-block-group-references .text-block-head,
div.text-terms .container .text-block-group-references .text-block-head {
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background: #8ed5e7 url('../imgs/arrow-down-1.png') no-repeat 940px center;
}
div.text-main .container .text-block-group-references .text-block-head h2,
div.text-terms .container .text-block-group-references .text-block-head h2 {
  color: #000;
}
div.text-main .container .text-block-group-references .text-block-head p,
div.text-terms .container .text-block-group-references .text-block-head p {
  color: #2f474d;
}
div.text-main .container .text-block-group-references .text-block-body,
div.text-terms .container .text-block-group-references .text-block-body {
  background: #7ec9dc;
  color: #000;
  border-top: 0;
}
div.text-main .container .text-block-group-references .text-block-body h2,
div.text-terms .container .text-block-group-references .text-block-body h2 {
  padding: 25px 0 15px 250px;
}
div.text-main .container .text-block-group-references .text-block-body p,
div.text-terms .container .text-block-group-references .text-block-body p {
  padding: 0 0 0 250px;
}
div.text-main .container .text-block-group-references .text-block-body p img,
div.text-terms .container .text-block-group-references .text-block-body p img {
  margin: -35px 0 0 -250px;
}
div.text-main .container .text-block-group-references .text-block-body hr,
div.text-terms .container .text-block-group-references .text-block-body hr {
  border-color: #8ed5e7;
  margin-top: 35px;
}
div.text-main .container .text-block-group-references:hover,
div.text-terms .container .text-block-group-references:hover {
  background: #7ec9dc;
}
div.text-terms {
  background: #2b2b2b;
}
div.text-terms .container {
  width: 954px;
  padding: 35px 0;
}
div.text-terms .container .text-block-group .text-block-head {
  width: 954px;
  background: url('../imgs/arrow-down.png') no-repeat 870px center;
}
div.text-terms .container .text-block-group .text-block-head h2 {
  width: 350px;
  color: #d0d0d0;
}
div.text-terms .container .text-block-group .text-block-head p {
  width: 400px;
  padding: 47px 0 0 0;
  color: #aeaeae;
}
div.text-terms .container .text-block-group .text-block-body {
  color: #aeaeae;
  border-top: 1px solid #7b7b7b;
}
div.text-terms .container .copyright {
  color: #7b7b7b;
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
div.text-terms .container .copyright a {
  color: #7b7b7b;
}
div.text-segment {
  background: url('../imgs/bg-text-segment.png') repeat left top;
  background-color: #84c253;
}
div.text-segment .container {
  width: 1030px;
  padding: 35px 0;
  background: url('../imgs/shadow.png') no-repeat center top;
}
div.text-segment .container .text-div {
  padding: 0 35px 35px 35px;
}
div.text-segment .container .text-div h2 {
  font-weight: normal;
  color: #000;
  font-size: 280%;
  margin: 0 0 15px 0;
}
div.text-segment .container .text-div h3 {
  font-weight: normal;
  color: #000;
  font-size: 130%;
  margin: 0 0 15px 0;
}
div.text-segment .container .text-div p {
  padding: 7px 0;
}
div.text-segment .container .text-div ul {
  margin: 5px 0;
}
div.text-segment .container .text-div ul li {
  margin: 0;
  padding: 0 0 0 15px;
  background: url('../imgs/bg-li.png') no-repeat 3px 9px;
}
div.text-segment .container table {
  width: 95%;
  margin: 0 0 15px 20px;
}
div.text-segment .container .text-segment-group {
  line-height: 140%;
}
div.text-segment .container .text-segment-group .text-segment-envelope {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('../imgs/bg-text-segment-envelope.png');
  margin: 0 0 10px 0;
}
div.text-segment .container .text-segment-group .text-segment-envelope h2 {
  color: #fff;
  font-weight: 300;
  font-size: 160%;
  margin: 0;
  padding: 25px 20px 2px 35px;
}
div.text-segment .container .text-segment-group .text-segment-envelope p {
  padding: 0 20px 25px 35px;
}
div.text-segment .container .text-segment-group .text-segment-envelope span {
  width: 194px;
  color: #fff;
  position: absolute;
  display: block;
  text-align: center;
  font-family: Georgia, sans-serif;
  margin: -48px 0 0 668px;
  font-size: 240%;
}
div.text-segment .container .text-segment-group .text-segment-envelope a.a-arrow {
  color: #000;
  float: right;
  margin: -73px 35px 0 0;
}
div.text-segment .container .text-segment-group .text-segment-envelope a.a-arrow:before {
  content: none;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-head {
  cursor: pointer;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-head p {
  color: #fff;
  font-weight: 600;
  font-style: italic;
  padding-top: 2px;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body {
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: url('../imgs/bg-text-segment-envelope.png');
  padding: 35px;
  color: #fff;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body a {
  color: #eee;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body p {
  padding: 5px 0;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body ul,
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body ol {
  padding: 10px 0 10px 30px;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body ul li,
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body ol li {
  border: 0;
  margin: 0;
  background: none;
  padding: 1px 6px;
  list-style-type: disc;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body ol li {
  list-style-type: decimal;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body input[type="submit"],
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body input[type="button"] {
  background-color: #385e19;
  border: 1px solid #385e19;
  color: #fff;
}
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body input[type="submit"]:hover,
div.text-segment .container .text-segment-group .text-segment-envelope .text-segment-body input[type="button"]:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #385e19;
}
div.newsletter {
  background-color: #80d8e6;
}
div.newsletter .container {
  width: 954px;
  padding: 40px 38px;
  background: url('../imgs/shadow.png') no-repeat center top;
}
div.newsletter .container h2 {
  font-weight: normal;
  color: #000;
  font-size: 280%;
  margin: 0 40px 0 0;
  float: left;
}
div.newsletter .container input {
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  height: 18px;
  background-color: #d0f1f6;
  border: 0 solid #d0f1f6;
  color: #008ea4;
  font-weight: 600;
  padding: 12px 50px 12px 12px;
  margin-top: 5px;
  float: left;
}
div.newsletter .container input[type="submit"] {
  width: 31px;
  height: 31px;
  background: #008ea4 url('../imgs/bg-newsletter-submit.png') no-repeat center center;
  text-indent: -9999px;
  padding: 0;
  margin: 10px 0 0 -36px;
}
div.newsletter .container input[type="submit"]:hover {
  background: #000 url('../imgs/bg-newsletter-submit.png') no-repeat center center;
}
div.newsletter .container span {
  text-align: right;
  float: right;
  padding-top: 7px;
  font-style: italic;
  color: #32555a;
  font-size: 110%;
}
div.solutions {
  background-color: #f5f1b7;
}
div.solutions .container {
  width: 954px;
  padding: 40px 38px;
  background: url('../imgs/shadow.png') no-repeat center top;
}
div.solutions .container h2 {
  font-weight: normal;
  color: #000;
  font-size: 280%;
  margin: 0 0 15px 0;
}
div.solutions .container h3 {
  font-weight: normal;
  color: #000;
  font-size: 130%;
  margin: 0 0 15px 0;
}
div.solutions .container p {
  padding: 7px 0;
}
div.solutions .container ol.circles-list {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 30px 0 0 0;
  padding: 0 0 40px 0;
  counter-reset: li-counter;
  border-top: 1px solid #dcd8a4;
  border-bottom: 1px solid #dcd8a4;
}
div.solutions .container ol.circles-list > li {
  border-top: 1px solid #dcd8a4;
  position: relative;
  margin: 0;
  padding: 30px 20px 30px 80px;
  min-height: 3em;
}
div.solutions .container ol.circles-list > li h3 {
  color: #2ea6b6;
  font-weight: 600;
}
div.solutions .container ol.circles-list > li h3 span {
  font-weight: 500;
}
div.solutions .container ol.circles-list > li ul {
  margin: 0 0 0 25px;
}
div.solutions .container ol.circles-list > li ul li {
  padding: 3px 15px 0 0;
  position: relative;
}
div.solutions .container ol.circles-list > li ul li input[type="radio"] {
  display: inline;
  margin: 2px 5px 0 -21px;
  position: absolute;
}
div.solutions .container ol.circles-list > li ul li .hint {
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  color: #fff;
  background-color: #262626;
  position: absolute;
  padding: 15px;
  width: 450px;
  z-index: 2;
  margin: 20px 0 0 65px;
}
div.solutions .container ol.circles-list > li ul li .hint:before {
  content: url("../imgs/bubble.png");
  margin: -34px 0 0 15px;
  position: absolute;
}
div.solutions .container ol.circles-list > li ul li .hint a {
  padding-top: 0px;
  color: #fff;
  text-decoration: underline;
  font-style: normal;
}
div.solutions .container ol.circles-list > li ul li label {
  display: block;
  color: #8e1919;
}
div.solutions .container ol.circles-list > li ul li a {
  color: #000;
  display: inline-block;
  padding-top: 5px;
  text-decoration: none;
  font-style: italic;
}
div.solutions .container ol.circles-list > li ul li div {
  display: none;
}
div.solutions .container ol.circles-list > li ul li div p {
  padding: 10px 0;
  line-height: 130%;
}
div.solutions .container ol.circles-list > li ul li div a {
  text-decoration: underline;
  padding-top: 0px;
}
div.solutions .container ol.circles-list > li:before {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 140%;
  line-height: 210%;
  text-align: center;
  color: #f5f5f5;
  border-radius: 50%;
  background-color: #16c0d7;
  content: counter(li-counter);
  counter-increment: li-counter;
}
div.solutions .container input[type="submit"] {
  width: 180px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: -30px 0 0 387px;
  padding: 10px 15px;
  text-align: center;
  border: 10px solid #f5f1b7;
  background-color: #4e4c2c;
  color: #f5f1b7;
}
div.solutions .container input[type="submit"]:hover {
  background-color: #000;
}
div.solutions .container .solutions-list-group {
  line-height: 140%;
}
div.solutions .container .solutions-list-group .solutions-list-envelope {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 0 10px 0;
}
div.solutions .container .solutions-list-group .solutions-list-envelope h2 {
  font-family: Arial, sans-serif;
  color: #333333;
  font-weight: bold;
  font-size: 140%;
  margin: 0;
  padding: 20px 20px 2px 20px;
}
div.solutions .container .solutions-list-group .solutions-list-envelope p {
  padding: 0 20px 20px 20px;
}
div.solutions .container .solutions-list-group .solutions-list-envelope span {
  width: 194px;
  color: #fff;
  position: absolute;
  display: block;
  text-align: center;
  font-family: Georgia, sans-serif;
  margin: -48px 0 0 668px;
  font-size: 240%;
}
div.solutions .container .solutions-list-group .solutions-list-envelope a.a-arrow {
  color: #000;
  float: right;
  margin: -63px 19px 0 0;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-head {
  cursor: pointer;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-head p {
  width: 625px;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body {
  width: 650px;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body a {
  color: black;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body ul,
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body ol {
  padding-left: 60px;
  padding-bottom: 20px;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body ul li,
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body ol li {
  border: 0;
  margin: 0;
  background: none;
  padding: 3px 6px;
  list-style-type: disc;
}
div.solutions .container .solutions-list-group .solutions-list-envelope .solutions-list-body ol li {
  list-style-type: decimal;
}
div.recommendations .container {
  width: 885px;
  padding: 40px 38px;
}
div.recommendations .container h2 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 150%;
  margin: 0;
  padding: 20px 20px 2px 20px;
}
div.recommendations .container div {
  display: table-cell;
}
div.recommendations .container div:first-of-type {
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 640px;
}
div.recommendations .container div:first-of-type h2 {
  padding-bottom: 0;
}
div.recommendations .container div:first-of-type img {
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
div.recommendations .container div:nth-of-type(2) {
  padding: 0 40px;
}
div.contact {
  background-color: #00b1cd;
}
div.contact .container {
  width: 954px;
  padding: 40px 38px;
  background: url('../imgs/shadow.png') no-repeat center top;
}
div.contact .container h2 {
  font-weight: normal;
  color: #fff;
  font-size: 280%;
  margin: 0 0 15px 0;
}
div.contact .container div {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #005866;
  color: #cceff5;
  height: 279px;
}
div.contact .container div h2 {
  padding: 30px 0 15px 30px;
  color: #cceff5;
  font-size: 160%;
  line-height: 140%;
  font-weight: 300;
  margin: 0;
}
div.contact .container div p {
  padding: 0 30px;
}
div.contact .container div #contactrightbox {
  width: 700px;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  float: right;
}
div.contact .container div #contactmap {
  display: none;
}
div.contact .container div #contactaddress {
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}
div.contact .container div #contactform {
  display: block;
  overflow: auto;
  width: 700px;
  height: 279px;
}
div.down {
  background-color: #000;
}
div.down .container {
  width: 954px;
  padding: 30px 38px;
}
div.down .container p {
  color: #767676;
}
div.down .container p a {
  color: #767676;
}
div.down .container p:first-of-type {
  float: right;
}
/*Custom style*/
.yellow-bar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ffc941;
  border-radius: 0 0 5px 5px;
  height: 70px;
  padding: 0 15px;
  margin: -50px 0 50px;
}
.yellow-bar {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  color: #022224;
}
.yellow-bar b {
  font-weight: 600;
}
.yellow-bar a {
  color: #000;
}
