.clear-after:after, .form ul li:after, .opportunities-item > a:after {
  display: block;
  content: '';
  clear: both; }

.reset, .container-title h1, .container-title h2 {
  margin: 0;
  padding: 0;
  font: inherit; }

.reset-ul, .form ul, .main-nav .top-level, .drop-down ul, .opportunities-item ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a:link, a:visited, a:hover, a:active {
  color: #237fa6;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #a9c5d5;
  display: inline-block; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.input-wrapper {
  padding-left: 20px;
  overflow: hidden;
  line-height: 40px; }
  .input-wrapper input:not([type="checkbox"]):not([type="radio"]), .input-wrapper select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px; }
  .input-wrapper[data-error] input, .input-wrapper[data-error] select {
    border-color: red !important; }
    .input-wrapper[data-error] input[type="checkbox"], .input-wrapper[data-error] input [type="radio"], .input-wrapper[data-error] select[type="checkbox"], .input-wrapper[data-error] select [type="radio"] {
      box-shadow: inset 0 0 0 1px red; }
  .input-wrapper:after {
    display: block;
    color: #ff0000;
    text-align: right;
    padding-bottom: 10px;
    content: attr(data-error);
    font: 600 12px/20px "Open Sans", "Arial", "sans-serif"; }
  .input-wrapper a {
    margin-top: 5px; }

.form.auto-calculate label {
  text-align: right; }
.form label {
  font-size: 13px;
  line-height: 34px;
  cursor: pointer; }
.form ul {
  margin: 2px 0 0 8px; }
.form label > span + input,
.form label > input + span,
.form input[type="radio"] + label,
.form label + input[type="radio"],
.form input[type="checkbox"] + label,
.form label + input[type="checkbox"] {
  margin-left: 8px;
  line-height: 1em; }
.form button {
  margin: 25px 0 0 -5px; }

.forms-row label {
  float: left; }
.forms-row .help-text {
  float: right;
  margin-left: 8px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block; }

button {
  border: 0;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 44px 2px;
  font: 700 14px/30px "Open Sans", "Arial", "sans-serif";
  text-shadow: 1px 1px 1px rgba(33, 29, 30, 0.6);
  text-align: center;
  min-width: 300px;
  background-color: #75c22a; }

input:not([type="checkbox"]):not([type="radio"]), select {
  font-weight: 300;
  font-size: 12px;
  height: 36px;
  text-indent: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  -webkit-box-shadow: inset 0 0 3px 0px #f3f3f3, inset 0 0 6px 3px #f9f9f9;
  -moz-box-shadow: inset 0 0 3px 0px #f3f3f3, inset 0 0 6px 3px #f9f9f9;
  box-shadow: inset 0 0 3px 0px #f3f3f3, inset 0 0 6px 3px #f9f9f9; }

.wrapper {
  width: 980px;
  margin: 0 auto; }

.top-header {
  min-height: 51px;
  border-bottom: 1px solid #CCC;
  padding: 32px 0 0; }
  .top-header .logo {
    border: 0;
    height: auto;
    max-height: 0; }
  .top-header h3 {
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font: 300 32px/24px "Open Sans", "Arial", "sans-serif"; }
  .top-header span {
    vertical-align: super;
    display: inline-block;
    font: 300 13px/14px "Open Sans", "Arial", "sans-serif";
    margin: -3px 0 0 30px; }
  .top-header img {
    margin: 0;
    vertical-align: top; }

.links {
  list-style: none;
  float: right;
  margin: 13px 25px 0 0;
  padding: 0; }
  .links li {
    display: inline-block;
    border-right: 2px solid #ebebeb;
    height: 12px; }
    .links li a {
      margin: 0 8px 0 7px;
      height: 11px;
      line-height: 1em;
      vertical-align: super; }
    .links li:last-child {
      border: 0; }

.container-title {
  color: #5e5e5e;
  height: 44px;
  border: 1px solid #CCC;
  text-transform: uppercase;
  background-color: #f3f3f3;
  font: 600 19px/48px "Open Sans", "Arial", "sans-serif";
  padding: 0 14px; }
  .container-title.padded {
    margin: 20px 0 0; }

.fieldset {
  border: 1px solid #D1D1D1;
  margin: 34px 0; }
  .fieldset header {
    margin: -10px 0 15px 13px;
    position: relative; }
    .fieldset header p {
      padding: 0 7px;
      display: inline-block;
      background-color: #FFF;
      font: 600 16px/20px "Open Sans", "Arial", "sans-serif";
      text-transform: uppercase; }
  .fieldset article {
    padding: 0 24px 22px; }
  .fieldset nav ul {
    border-bottom: 1px solid #d0d0d0; }
  .fieldset nav li {
    top: 1px;
    color: #237fa6;
    padding: 0 21px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font: 600 12px/34px "Open Sans", "Arial", "sans-serif";
    border: 1px solid transparent; }
    .fieldset nav li.selected {
      border-color: #d0d0d0;
      border-bottom-color: #FFF;
      padding: 0 15px 0 13px;
      margin: 0 6px 0 8px; }
      .fieldset nav li.selected:before {
        display: none; }
      .fieldset nav li.selected + li:before {
        display: none; }
    .fieldset nav li:not(:first-child):before {
      left: -1px;
      top: 50%;
      width: 1px;
      height: 9px;
      content: '';
      margin-top: -6px;
      position: absolute;
      background: #CCC; }

.help {
  background: url(../img/info_icon.png) no-repeat center;
  display: inline-block;
  float: right;
  widows: 20px;
  height: 20px; }

.main-nav {
  min-height: 34px;
  padding: 16px 15px;
  border-width: 1px;
  border-bottom: 0;
  border-color: #CCC;
  border-style: solid;
  border-top-color: #fbfbfb; }
  .main-nav .top-level {
    line-height: 34px;
    position: relative; }
    .main-nav .top-level > li {
      line-height: 100%;
      padding: 0 3px 0 0;
      position: relative;
      display: inline-block; }
      .main-nav .top-level > li > a {
        border: 0;
        height: 34px;
        color: inherit;
        font-weight: 400;
        max-height: 34px;
        position: relative;
        padding: 0 22px 0 0; }
        .main-nav .top-level > li > a span {
          z-index: 999;
          padding: 0 20px 0 15px;
          position: relative;
          line-height: 34px;
          background: url(../img/nav_arrow_blue.png) no-repeat right 6px; }
        .main-nav .top-level > li > a:before, .main-nav .top-level > li > a:after {
          top: 0;
          z-index: 2;
          width: 100%;
          height: 16px;
          display: block;
          position: absolute;
          border: 1px solid #DDD;
          content: no-close-quote;
          -webkit-transform: skewX(25deg);
          -moz-transform: skewX(25deg);
          -ms-transform: skewX(25deg);
          -o-transform: skewX(25deg);
          transform: skewX(25deg);
          background: #dbdbdb;
          border-bottom: 0;
          background: #f3f3f3;
          /* Old browsers */
          /* IE9 SVG, needs conditional override of 'filter' to 'none' */
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e7e7e7));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #f3f3f3 0%, #e7e7e7 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #f3f3f3 0%, #e7e7e7 100%);
          /* W3C */ }
        .main-nav .top-level > li > a:after {
          top: auto;
          bottom: 0;
          border: 1px solid #DDD;
          border-top: 0;
          /* IE9 SVG, needs conditional override of 'filter' to 'none' */
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, #e7e7e7 0%, #dbdbdb 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #dbdbdb));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #e7e7e7 0%, #dbdbdb 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #e7e7e7 0%, #dbdbdb 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #e7e7e7 0%, #dbdbdb 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #e7e7e7 0%, #dbdbdb 100%);
          /* W3C */
          -webkit-transform: skewX(-25deg);
          -moz-transform: skewX(-25deg);
          -ms-transform: skewX(-25deg);
          -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
          content: attr(data-name); }
      .main-nav .top-level > li:hover > a span, .main-nav .top-level > li.active > a span {
        background-image: url(../img/nav_arrow_white.png);
        color: #FFF; }
      .main-nav .top-level > li:hover > a:before, .main-nav .top-level > li:hover > a:after, .main-nav .top-level > li.active > a:before, .main-nav .top-level > li.active > a:after {
        background: #5e5e5e; }
      .main-nav .top-level > li:first-child {
        padding: 0 5px 0 0; }
        .main-nav .top-level > li:first-child:hover a {
          background: #5e5e5e; }
        .main-nav .top-level > li:first-child a {
          border-left: 1px solid #DDD;
          padding: 0 0 0 7px;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #dbdbdb));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #f3f3f3 0%, #dbdbdb 100%);
          /* W3C */ }
          .main-nav .top-level > li:first-child a span {
            margin: 0 8px 0 0;
            padding: 0 0 0 8px;
            background: #dbdbdb;
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            padding: 5px 15px;
            background: url(../img/home_icon.png) no-repeat 10px 5px !important; }
          .main-nav .top-level > li:first-child a:after, .main-nav .top-level > li:first-child a:before {
            border-left: 0;
            margin-left: -4px; }

.drop-down ul {
  display: none;
  position: absolute;
  padding: 20px;
  -webkit-box-shadow: 0 0 8px rgba(33, 29, 30, 0.25);
  -moz-box-shadow: 0 0 8px rgba(33, 29, 30, 0.25);
  box-shadow: 0 0 8px rgba(33, 29, 30, 0.25);
  border: 1px solid #DDD; }
.drop-down.active ul {
  z-index: 99;
  display: block;
  top: 34px;
  left: 80%;
  background: white; }
.drop-down li {
  white-space: nowrap;
  border-bottom: 1px solid #dfdfdf;
  padding-right: 17px; }
  .drop-down li:hover {
    color: #237fa6;
    font-weight: 700;
    padding: 0; }
  .drop-down li:first-child {
    text-transform: uppercase;
    font-weight: 700; }
  .drop-down li a {
    line-height: 36px;
    border: 0;
    color: inherit;
    display: block;
    font-weight: inherit; }

.opportunities-item {
  background-color: white;
  border: 1px solid #CCC;
  position: relative;
  min-height: 89px;
  font-weight: 400;
  border-top: 0;
  color: #5e5e5e; }
  .opportunities-item > a {
    padding: 0 0 0 89px;
    display: block;
    border: 0;
    color: inherit; }
  .opportunities-item article {
    width: 570px;
    float: left; }
    .opportunities-item article header {
      font: 700 15px/32px "Open Sans", "Arial", "sans-serif";
      padding: 10px 0 0;
      color: #237fa6; }
  .opportunities-item aside {
    float: right;
    width: 273px; }
    .opportunities-item aside time {
      float: right;
      font-size: 11px;
      line-height: 20px;
      padding: 10px 28px 0 0; }
  .opportunities-item ul {
    padding: 20px 70px 0 0; }
    .opportunities-item ul img {
      vertical-align: baseline;
      margin-right: 5px; }
  .opportunities-item p, .opportunities-item .country, .opportunities-item .investment {
    font: 400 13px/16px "Open Sans", "Arial", "sans-serif"; }
  .opportunities-item .industry {
    font-size: 12px;
    font-style: italic; }
  .opportunities-item:hover {
    background-color: #f3f3f3; }
  .opportunities-item:before, .opportunities-item:after {
    content: ' ';
    width: 79px;
    height: 18px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right center;
    left: 0;
    top: 15px; }
  .opportunities-item.new:before {
    background-image: url(../img/new.png); }
  .opportunities-item.updated:before {
    background-image: url(../img/updated.png); }
  .opportunities-item.promoted {
    background-color: #fcf4b0; }
    .opportunities-item.promoted:after {
      right: 0;
      bottom: 0;
      top: auto;
      left: auto;
      width: 55px;
      height: 55px;
      background-image: url(../img/promoted.png); }

.mini-wrapper {
  margin: 19px auto;
  width: 540px; }
  .mini-wrapper.not-centered {
    margin-left: 203px; }
  .mini-wrapper article {
    padding: 13px 35px 36px 34px; }
    .mini-wrapper article.mini {
      padding: 13px 67px 36px 34px; }
  .mini-wrapper a {
    height: 17px;
    max-height: 20px; }
  .mini-wrapper footer {
    padding: 30px 40px 15px;
    border-top: 1px solid #CCC;
    font: 400 13px/24px "Open Sans", "Arial", "sans-serif"; }
    .mini-wrapper footer a {
      font-size: 13px; }

.form-title {
  font: 700 13px/36px "Open Sans", "Arial", "sans-serif";
  margin-top: 10px; }

.foot-title {
  font-weight: 600;
  margin: 0 0  15px; }

.main-foot {
  background-color: #5e5e5e;
  padding: 15px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }
  .main-foot p {
    color: #FFF;
    font: 400 12px/14px "Open Sans", "Arial", "sans-serif"; }
  .main-foot .links {
    margin: 0; }
    .main-foot .links a {
      border-bottom: 0;
      font: 600 14px/1em "Open Sans", "Arial", "sans-serif";
      color: #FFF; }
    .main-foot .links li {
      height: 15px;
      border-width: 1px; }

.text-list li {
  margin-bottom: 10px; }

.more-than-ie8 .main-nav .top-nav {
  line-height: 33px; }
