@charset "UTF-8";
body {
  height: 54.44444em; }

.fa, .view--profile .views-submit-button input[type=submit]:after, .view-articles .views-submit-button input[type=submit]:after, .view-case-studies .views-submit-button input[type=submit]:after {
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
     -moz-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
     -moz-font-language-override: normal;
          font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto; }

.bg-gray {
  background-color: #959290 !important; }

.bg-light-gray {
  background-color: #e3e3e3 !important; }

.bg-salmon {
  background-color: #d4644d !important; }

.bg-dark-blue {
  background-color: #29647c !important; }

.bg-turquoise {
  background-color: #08797b !important; }

.bg-yellow {
  background-color: #f9ab08 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dsi-blue {
  background-color: #176879 !important; }

.bg-dsi-green {
  background-color: #898258 !important; }

.bg-dsi-yellow {
  background-color: #FF9533 !important; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #29647c;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background-color: #163643;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

button.register, .button.register {
  margin: 0;
  font-size: 125%;
  font-weight: 500; }
  button.register img, .button.register img {
    padding-left: 0.5em; }

@media (min-width: 0) and (max-width: 759px) {
  button.register {
    margin: 0; } }
fieldset {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  margin: 0 0 0.85em;
  padding: 1.7em; }

input,
label,
select {
  display: block;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 0.88889em; }

label {
  font-weight: 500;
  margin-bottom: 0.425em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 0.88889em;
  margin-bottom: 0.85em;
  padding: 0.56667em;
  -webkit-transition: border-color;
          transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #cacaca; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #29647c;
    box-shadow: none, 0 0 5px rgba(35, 85, 105, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.425em; }

input[type="file"] {
  padding-bottom: 0.85em;
  width: 100%; }

select {
  margin-bottom: 1.7em;
  max-width: 100%;
  width: auto; }

.form-textarea-wrapper {
  margin-bottom: 0.5em; }

ul {
  list-style-type: disc;
  margin-bottom: 0.85em;
  padding-left: 1.7em; }
  ul.clean-list, ul.tabs.primary {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    ul.clean-list img, ul.tabs.primary img {
      padding: 0.4em 1em 0em 0em; }
    ul.clean-list li, ul.tabs.primary li {
      margin: 0em 0em 1.5em 0em; }
  ul.inline-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    ul.inline-list li {
      display: inline-block; }

ol {
  list-style-type: decimal;
  margin-bottom: 0.85em;
  padding-left: 1.7em; }

dl {
  margin-bottom: 0.85em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.85em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.85em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #bdbdbd;
  font-weight: 600;
  padding: 0.85em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #e3e3e3;
  padding: 0.85em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Verdana", "Geneva", sans-serif, "BasicCommercialW01-Roma";
  font-size: 18px;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Corbel W01 Regular", "Verdana", "Geneva", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 0.85em; }

h1 {
  font-size: 1.27778em; }

h2 {
  font-size: 1.11111em; }

h3 {
  font-size: 1.38889em;
  color: #d4644d; }

h4, h5, h6 {
  font-size: 1.11111em; }

p {
  margin: 0 0 0.85em; }

a {
  color: #29647c;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    /*color: darken($action-color, 15%); */
    color: #d4644d; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.7em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

ul.tabs.primary {
  border: 0;
  padding-left: 0 !important;
  margin: 1em 0; }
  ul.tabs.primary::after {
    clear: both;
    content: "";
    display: table; }
  ul.tabs.primary li {
    display: inline-block;
    margin: 0;
    font-size: 12px; }
  ul.tabs.primary li a {
    border: 0;
    font-size: 1em;
    display: block;
    float: left;
    padding: 0.3em 1em;
    background-color: #d4644d;
    color: #ffffff;
    margin-right: 1em;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
            transition: background-color 0.3s ease, color 0.3s ease; }
    ul.tabs.primary li a.active, ul.tabs.primary li a:hover {
      background-color: white;
      color: #d4644d; }

.region--header {
  max-width: 54.44444em;
  margin-left: auto;
  margin-right: auto; }
  .region--header:after {
    content: " ";
    display: block;
    clear: both; }

.region--pre-content-first h1 {
  margin-bottom: 0; }

.region--post_content .title {
  height: 24px;
  margin-left: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4644d;
  font-weight: 100; }
  .region--post_content .title a {
    color: #333; }
.region--post_content time {
  color: #333; }
.region--post_content a {
  color: #d4644d; }
.region--post_content .field-style-grey .text-grey, .region--post_content .field-style-grey time {
  color: #838181; }
.region--post_content #block-views-articles-block-1, .region--post_content #block-views-blog-block-1 {
  background: url(/sites/all/themes/custom/dst/images/icons/speech-icon.png) left top no-repeat; }
.region--post_content #block-views-events-listing-block-1 {
  background: url(/sites/all/themes/custom/dst/images/icons/calendar-icon.png) left top no-repeat; }
  .region--post_content #block-views-events-listing-block-1 .views-field-title a {
    display: inline-block;
    min-height: 25px;
    font-weight: 100; }
.region--post_content #block-views-news-block-1 {
  background: url(/sites/all/themes/custom/dst/images/icons/globe-icon.png) left top no-repeat; }
.region--post_content #block-views-tweets-block {
  background: url(/sites/all/themes/custom/dst/images/icons/tweet-icon.png) left top no-repeat; }

.region--post_content {
  color: #333;
  clear: both;
  line-height: 1.2;
  background-color: #e3e3e3;
  padding: 1.5em 0; }
  .region--post_content a {
    color: #333; }
  .region--post_content .views-row {
    margin-bottom: 0.77778em; }
  .region--post_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .region--post_content .views-field .field-content,
  .region--post_content .views-field .views-label {
    font-size: 0.667em; }
    .region--post_content .views-field .field-content a,
    .region--post_content .views-field .views-label a {
      line-height: 1.5; }

@media (min-width: 0) and (max-width: 759px) {
  .region--post_content .block-views {
    margin-bottom: 1em; } }
.region--sidebar_first .block {
  margin-bottom: 1em; }
.region--sidebar_first h2 {
  font-size: 1.6em;
  font-weight: lighter;
  color: #29647c; }

.region--sidebar_second .block {
  margin-bottom: 1em; }
.region--sidebar_second h2 {
  font-size: 1.6em;
  font-weight: lighter;
  color: #29647c; }
.region--sidebar_second .item-list-pager ul.pager {
  padding-left: 0; }
  .region--sidebar_second .item-list-pager ul.pager li {
    list-style: none;
    display: inline-block;
    padding: 0.5em;
    background-color: #29647c;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    cursor: pointer;
    color: #ffffff;
    line-height: 0.5; }
    .region--sidebar_second .item-list-pager ul.pager li a {
      color: #ffffff; }
  .region--sidebar_second .item-list-pager ul.pager li:hover, .region--sidebar_second .item-list-pager ul.pager li.current {
    background-color: #163643;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }

.region--footer {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background-color: #e3e3e3; }

.region--footer_second {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  background: #959290;
  color: #ffffff; }
  .region--footer_second .title {
    margin-bottom: .5em;
    font-size: 0.722em;
    letter-spacing: 0.5px; }
  .region--footer_second p {
    margin-bottom: 0;
    font-size: 0.667em; }

.region--footer_last {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  color: #ffffff; }
  .region--footer_last p {
    margin: 0;
    font-size: 0.611em;
    padding-top: 4px; }
  .region--footer_last a {
    color: #ffffff; }
    .region--footer_last a:hover {
      color: #000; }
    .region--footer_last a.active {
      color: #ffffff; }

@media (min-width: 0) and (max-width: 759px) {
  .region--footer_last div.block {
    margin-bottom: 1em; } }
@media (min-width: 760px) {
  .region--footer_last {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #ffffff; }
    .region--footer_last .block {
      display: inline-block;
      margin-right: 0.7em;
      vertical-align: middle; } }
header .main-header {
  padding-top: 1.6em; }
header .header--intro-strip ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
header .header--intro-strip ul li {
  display: inline-block;
  padding-left: 0.3em;
  padding-right: 0.1em;
  border-left: 1px solid #ffffff;
  line-height: 0.9em;
  color: #ffffff; }
  header .header--intro-strip ul li.first, header .header--intro-strip ul li.menu-item-russian {
    border: 0; }
  header .header--intro-strip ul li.active-trail {
    background-color: rgba(255, 255, 255, 0.5); }
  header .header--intro-strip ul li a {
    color: #ffffff;
    font-size: 0.667em; }
  header .header--intro-strip ul li a.active-trail,
  header .header--intro-strip ul li a.active {
    color: #ffffff; }
  header .header--intro-strip ul li ul {
    display: none; }
header .header--intro-strip .menu-item-russian.hide,
header .header--intro-strip .menu-item-english.hide {
  display: none; }
header .region--header_right {
  text-align: right; }
  header .region--header_right p {
    font-size: 1em;
    margin-bottom: 12px;
    color: #959290; }
  header .region--header_right .block-search {
    float: right; }
    header .region--header_right .block-search form::after {
      clear: both;
      content: "";
      display: table; }
    header .region--header_right .block-search form > div {
      float: left; }
    header .region--header_right .block-search input[type=submit] {
      display: none; }
    header .region--header_right .block-search input[type="text"] {
      padding: 9px;
      color: #6d6e71;
      font-size: 0.8em;
      width: 70%;
      float: right;
      height: 37px; }
    header .region--header_right .block-search button {
      float: right;
      padding: 9px 15px;
      background-color: #d4644d;
      height: 37px; }
header .header--logo img {
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
header .header--logo img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
header .header--telephone {
  color: #ffffff; }
  header .header--telephone p {
    margin: 0;
    text-align: center;
    font-size: 1.2em; }
header .title-container {
  background-color: #29647c; }
  header .title-container h1.page-title {
    color: #ffffff;
    font-weight: 500;
    padding: 0.5em 0;
    line-height: 1.5em;
    margin-left: 0.8rem;
    margin: 0; }

.front header .title-container {
  display: none; }

@media (min-width: 760px) {
  header .main-header {
    padding-bottom: 1em; }
  header .header--intro-strip ul li {
    padding-left: 1em;
    padding-right: 0.8em; } }
@media (min-width: 0) and (max-width: 759px) {
  header .bg-gray {
    display: none; }
  header .header--intro-strip {
    position: absolute;
    top: 0;
    right: 0.8rem; }
    header .header--intro-strip ul li {
      color: #959290;
      font-size: 0.667em;
      border-left: 1px solid #959290; }
    header .header--intro-strip ul li a {
      color: #959290;
      font-size: 1em; } }
.flex--banner img {
  width: 100%;
  height: auto; }

.sub--banner img {
  width: 100%;
  height: auto; }

.flexslider {
  margin: 0 0 0px;
  background: #ffffff;
  border: 0px solid #ffffff;
  position: relative; }
  .flexslider .slides img {
    height: auto;
    max-height: 498px; }
  .flexslider .views-field-nothing {
    position: relative; }
  .flexslider .overlay {
    position: absolute;
    bottom: 180px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7); }
    .flexslider .overlay .text {
      padding: 0.5em;
      font-weight: 200;
      font-size: 1.5em;
      color: #494d5a; }
  .flexslider .box-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.34em;
    background-color: rgba(255, 255, 255, 0.5); }

.flex-control-nav,
.flex-direction-nav {
  display: none; }

.flex-control-nav {
  width: 75.8%;
  position: absolute;
  bottom: 10px;
  z-index: 999;
  margin-right: 24.2%;
  text-align: right; }

.flex-control-paging li a {
  border-radius: 0;
  background: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  text-align: center; }

.flex-control-paging li a.flex-active {
  background: #ffffff;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); }

.flex--banner {
  font-family: 'HelveticaNeueW01_53 Ext'; }
  .flex--banner .views-field-title {
    position: absolute;
    bottom: 11.2em;
    right: 10em; }
  .flex--banner .views-field-field-caption {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 30%;
    padding: 0.5em;
    font-weight: 200;
    font-size: 1.5em;
    color: #494d5a;
    background-color: rgba(255, 255, 255, 0.7); }

.view-banner--random .views-field-field-caption {
  font-size: 1.5em; }

@media (min-width: 0) and (max-width: 759px) {
  .view-banner--random .views-field-field-caption {
    padding-bottom: 1em; } }
@media (min-width: 0) and (max-width: 759px) {
  .header--navigation {
    margin-bottom: 1em; }
    .header--navigation h2.title {
      height: 0;
      margin-bottom: 0;
      font-size: 1.5em;
      cursor: pointer; }
    .header--navigation .burger-wrap {
      display: inline-block;
      margin-top: -10em;
      padding: .3em;
      background-color: #959290;
      vertical-align: middle; }
    .header--navigation .burger-icon {
      position: relative;
      margin-top: 7px;
      margin-bottom: 7px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .header--navigation .burger-icon, .header--navigation .burger-icon:before, .header--navigation .burger-icon:after {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #fff;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .header--navigation .burger-icon:before, .header--navigation .burger-icon:after {
        position: absolute;
        content: ""; }
      .header--navigation .burger-icon:before {
        top: -7px; }
      .header--navigation .burger-icon:after {
        top: 7px; }
    .header--navigation .burger-wrap.active .burger-icon {
      background-color: transparent; }
    .header--navigation .burger-wrap.active .burger-icon:before {
      -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
    .header--navigation .burger-wrap.active .burger-icon:after {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); }
    .header--navigation .label {
      display: none; }
    .header--navigation > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: none;
      background-color: #6d6e71;
      text-align: left; }
    .header--navigation > ul li {
      font-size: 1em;
      margin: .5em;
      display: block; }
      .header--navigation > ul li a,
      .header--navigation > ul li a:hover {
        padding: .5em;
        color: #ffffff;
        display: block;
        background-color: #86878b; }
      .header--navigation > ul li.first {
        margin-top: .5em; }
      .header--navigation > ul li.last::after {
        clear: both;
        content: "";
        display: table; }
    .header--navigation > ul .inline-list {
      width: 100%;
      float: left; } }
.header--search h2.block-title {
  font-size: 1.5em;
  margin-bottom: 0;
  cursor: pointer; }
.header--search .search-wrap {
  display: inline-block;
  background-color: #959290;
  padding: .25em .3em .3em .3em;
  vertical-align: middle;
  float: right;
  margin-bottom: 0.5em; }
.header--search i.fa.fa-search {
  display: block;
  width: 20px;
  height: 18px;
  color: #ffffff;
  -webkit-transition-property: background-color, -webkit-transform;
          transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 0.8em; }

@media (min-width: 760px) {
  .region--header_right {
    overflow: visible !important; }
    .region--header_right .title {
      display: none; }
    .region--header_right .header--navigation {
      clear: both; }
      .region--header_right .header--navigation ul a {
        color: #333; }
      .region--header_right .header--navigation ul a.active-trail,
      .region--header_right .header--navigation ul a:focus,
      .region--header_right .header--navigation ul a:hover {
        color: #d4644d; }
      .region--header_right .header--navigation ul li {
        display: inline-block;
        margin-left: 1.2em;
        font-size: 0.833em; }
      .region--header_right .header--navigation > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        display: block !important;
        padding-top: 0.3em; }
      .region--header_right .header--navigation > ul > li.expanded > a:hover {
        -webkit-transition: none;
                transition: none;
        background: url("../images/misc/navigation-arrow.png") no-repeat bottom;
        padding-bottom: 24px; }
      .region--header_right .header--navigation > ul li ul {
        display: none;
        position: absolute;
        right: 0;
        top: 54px;
        z-index: 100;
        text-align: left; }
      .region--header_right .header--navigation > ul li:hover ul {
        display: block; }
      .region--header_right .header--navigation > ul li.menu-mlid-483 ul, .region--header_right .header--navigation > ul li.menu-mlid-499 ul, .region--header_right .header--navigation > ul li.menu-mlid-784 ul {
        left: 0; }
      .region--header_right .header--navigation > ul li.menu-mlid-571 ul {
        width: 55.5em;
        right: -1em; }
      .region--header_right .header--navigation > ul li.menu-mlid-570 ul {
        width: 67em;
        right: -1em; }
      .region--header_right .header--navigation > ul li.menu-mlid-838 {
        display: none; }
      .region--header_right .header--navigation > ul ul {
        margin-bottom: 0; }
        .region--header_right .header--navigation > ul ul li {
          background-color: rgba(255, 255, 255, 0.8);
          padding: 1.25em 0.8em;
          margin-left: 0;
          border-top: 1px solid #939190;
          border-bottom: 1px solid #939190;
          float: left;
          font-size: 0.889em; }

  .i18n-ru .region--header_right .header--navigation > ul > li.menu-mlid-499 > a:hover {
    -webkit-transition: none;
            transition: none;
    background: none; } }
@media (min-width: 760px) and (max-width: 849px) {
  .region--header_right .header--navigation > ul li {
    margin-left: 0.27778em;
    font-size: 0.722em; }
    .region--header_right .header--navigation > ul li ul {
      top: 53px; }
    .region--header_right .header--navigation > ul li ul li {
      padding: 1.55em 0.8em; }
  .region--header_right .header--navigation > ul li.menu-mlid-571 ul {
    width: 54em;
    padding-left: 0;
    right: -0.5em; }
  .region--header_right .header--navigation > ul li.menu-mlid-570 ul {
    width: 60em;
    right: -0.5em; }
    .region--header_right .header--navigation > ul li.menu-mlid-570 ul li {
      padding: 1.72em 0.5em;
      font-size: 0.833em; } }
@media (min-width: 850px) and (max-width: 1000px) {
  .region--header_right .header--navigation > ul li {
    margin-left: 0.55556em; }
  .region--header_right .header--navigation > ul li.menu-mlid-571 ul {
    width: 53em;
    padding-left: 0;
    right: -0.5em; }
  .region--header_right .header--navigation > ul li.menu-mlid-570 ul {
    width: 60em;
    right: -0.5em; }
    .region--header_right .header--navigation > ul li.menu-mlid-570 ul li {
      padding: 1.5em 0.5em;
      font-size: 0.833em; } }
@media (min-width: 850px) and (max-width: 900px) {
  .region--header_right .header--navigation > ul li {
    font-size: 0.778em; }
    .region--header_right .header--navigation > ul li ul {
      top: 53px; }
    .region--header_right .header--navigation > ul li ul li {
      padding: 1.45em 0.7em; } }
.node-type-profile .region--sidebar_first .views-field {
  margin-top: 0.5em; }
.node-type-profile .region--sidebar_first .views-field-field-image img {
  width: 100%;
  height: auto; }
.node-type-profile .region--sidebar_first .views-field-title a {
  font-size: 1.6em;
  font-family: 'BasicCommercialW01-Ligh';
  color: #000; }
.node-type-profile .region--sidebar_first .views-field-field-year-of-call .views-label,
.node-type-profile .region--sidebar_first .views-field-field-year-of-silk .views-label {
  float: left; }
.node-type-profile .region--sidebar_first .views-field-field-vcard,
.node-type-profile .region--sidebar_first .views-field-field-telephone-number-extension {
  float: left;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  padding: 0.5em;
  border: 1px solid #d4644d;
  overflow: hidden;
  line-height: 1; }
  .node-type-profile .region--sidebar_first .views-field-field-vcard i,
  .node-type-profile .region--sidebar_first .views-field-field-telephone-number-extension i {
    color: #d4644d; }
.node-type-profile .region--sidebar_first .views-field-field-cv {
  overflow: hidden;
  padding-top: 1em;
  clear: both; }
  .node-type-profile .region--sidebar_first .views-field-field-cv a {
    background-color: #d4644d;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
    padding-bottom: 0.3em; }
    .node-type-profile .region--sidebar_first .views-field-field-cv a:after {
      content: ' »' !important;
      font-size: 1.5em; }
.node-type-profile .region--content h3 {
  font-family: "Verdana", "Geneva", sans-serif;
  margin-top: 1.5em; }
.node-type-profile .region--content .field-name-body label {
  font-weight: lighter;
  color: #29647c;
  font-size: 1.6em; }
.node-type-profile .region--mid_content #block-views-recent-cases-block {
  position: relative; }
.node-type-profile .region--mid_content h2.title {
  margin-left: 1.389%;
  font-weight: 500;
  font-size: 1.2em; }
.node-type-profile .region--mid_content .view-header {
  font-size: 0.778em;
  position: absolute;
  top: 0;
  right: 10px; }
  .node-type-profile .region--mid_content .view-header span {
    font-size: 0.833em; }
.node-type-profile .region--mid_content .views-row {
  background: #6F9DA7; }
  .node-type-profile .region--mid_content .views-row, .node-type-profile .region--mid_content .views-row a {
    color: #ffffff; }
  .node-type-profile .region--mid_content .views-row .views-field-title {
    background: #344F56;
    padding: 1em;
    font-size: 0.778em;
    min-height: 5em; }
  .node-type-profile .region--mid_content .views-row .views-field-created {
    margin-top: .5em; }
  .node-type-profile .region--mid_content .views-row .views-field-created,
  .node-type-profile .region--mid_content .views-row .views-field-nid {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.667em; }
  .node-type-profile .region--mid_content .views-row .views-field-nid p {
    min-height: 100px;
    padding-top: 10px; }
  .node-type-profile .region--mid_content .views-row.row-1 {
    background: #2093AA; }
    .node-type-profile .region--mid_content .views-row.row-1 .views-field-title {
      background: #176879; }
  .node-type-profile .region--mid_content .views-row.row-2 {
    background: #BDB797; }
    .node-type-profile .region--mid_content .views-row.row-2 .views-field-title {
      background: #898258; }
  .node-type-profile .region--mid_content .views-row.row-3 {
    background: #FAAE66; }
    .node-type-profile .region--mid_content .views-row.row-3 .views-field-title {
      background: #FF9533; }
.node-type-profile .region--sidebar_second ul {
  font-size: 0.833em; }
  .node-type-profile .region--sidebar_second ul a {
    color: #000; }
    .node-type-profile .region--sidebar_second ul a:after {
      content: ' >'; }

.view--profile label, .view-articles label, .view-case-studies label {
  display: none; }
.view--profile .views-exposed-form, .view-articles .views-exposed-form, .view-case-studies .views-exposed-form {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #e3e3e3; }
  .view--profile .views-exposed-form .views-exposed-form-title, .view-articles .views-exposed-form .views-exposed-form-title, .view-case-studies .views-exposed-form .views-exposed-form-title {
    color: #d4644d;
    font-size: 1.1em; }
.view--profile .views-exposed-widgets,
.view--profile .views-exposed-widget, .view-articles .views-exposed-widgets,
.view-articles .views-exposed-widget, .view-case-studies .views-exposed-widgets,
.view-case-studies .views-exposed-widget {
  float: none;
  margin: 0;
  padding: 0; }
.view--profile .views-exposed-widgets, .view-articles .views-exposed-widgets, .view-case-studies .views-exposed-widgets {
  display: block; }
  .view--profile .views-exposed-widgets input,
  .view--profile .views-exposed-widgets select, .view-articles .views-exposed-widgets input,
  .view-articles .views-exposed-widgets select, .view-case-studies .views-exposed-widgets input,
  .view-case-studies .views-exposed-widgets select {
    margin-bottom: 1em; }
.view--profile .views-submit-button input[type=submit], .view-articles .views-submit-button input[type=submit], .view-case-studies .views-submit-button input[type=submit] {
  line-height: 1.1;
  border: 1px solid #d4644d;
  background-color: #d4644d; }
  .view--profile .views-submit-button input[type=submit]:after, .view-articles .views-submit-button input[type=submit]:after, .view-case-studies .views-submit-button input[type=submit]:after {
    content: "";
    color: #ffffff;
    font-size: 1.4em; }

@media (min-width: 760px) {
  .view--profile .views-exposed-widgets, .view-articles .views-exposed-widgets, .view-case-studies .views-exposed-widgets {
    display: table; }
    .view--profile .views-exposed-widgets > div, .view-articles .views-exposed-widgets > div, .view-case-studies .views-exposed-widgets > div {
      display: table-cell;
      padding-right: 1em;
      vertical-align: middle; }
    .view--profile .views-exposed-widgets input,
    .view--profile .views-exposed-widgets select, .view-articles .views-exposed-widgets input,
    .view-articles .views-exposed-widgets select, .view-case-studies .views-exposed-widgets input,
    .view-case-studies .views-exposed-widgets select {
      margin-bottom: 0; } }
.view--profile > h3 {
  clear: both; }
.view--profile .group-title {
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 1em;
  margin-top: -1px; }
  .view--profile .group-title h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: lighter;
    color: #29647c;
    font-size: 1.6em; }
  .view--profile .group-title .category-45 {
    display: none; }
.view--profile .border {
  border-bottom: 2px solid #e3e3e3;
  margin-top: -1px; }
.view--profile .views-row {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 1em;
  padding-bottom: 1em; }
  .view--profile .views-row .views-field-field-image {
    float: left;
    padding-right: 5px;
    min-height: 6em; }
  .view--profile .views-row a {
    color: #d4644d;
    font-size: 0.8em; }
  .view--profile .views-row .views-field-title h3 {
    font-weight: 100;
    margin-bottom: 5px;
    min-height: 2em;
    line-height: 1; }
  .view--profile .views-row .info {
    color: #6d6e71;
    font-size: 0.9em; }
.view--profile .row .views-row:last-child {
  margin-right: 0; }

@media (min-width: 0) and (max-width: 759px) {
  .view--profile .views-row {
    margin-bottom: 1em; }
    .view--profile .views-row::after {
      clear: both;
      content: "";
      display: table; } }
@media (min-width: 760px) {
  .view--profile .row {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #e3e3e3; }
    .view--profile .row:last-child {
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #e3e3e3; } }
@media (min-width: 980px) {
  .view--profile .views-field-field-role {
    min-height: 5.25em; } }
#block-views-expertise-list-block .views-row {
  padding: 0.5em 0; }
#block-views-expertise-list-block a {
  font-size: 1.1em;
  color: #333; }
  #block-views-expertise-list-block a:focus, #block-views-expertise-list-block a:hover, #block-views-expertise-list-block a.active {
    color: #d4644d; }

.block--subpage-strip .block-content img {
  width: 100%;
  height: auto; }

.block--footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .block--footer-links ul li {
    font-size: 0.611em; }

@media (min-width: 760px) {
  .block--footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .block--footer-links ul li {
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 0;
      padding-bottom: 0;
      display: inline-block;
      border-left: 1px #ffffff solid;
      line-height: 1; } }
.block--newsletter-signup {
  text-align: center; }
  .block--newsletter-signup p {
    margin: 0;
    font-size: 1.2em;
    color: #29647c; }
  .block--newsletter-signup .button {
    margin: 0; }

@media (min-width: 760px) {
  .block--newsletter-signup {
    text-align: left; }
    .block--newsletter-signup .button {
      margin-left: 1.5em; } }
.block-bean-homepage {
  background-color: #29647c; }
  .block-bean-homepage img {
    display: block;
    width: 100%;
    height: auto; }
  .block-bean-homepage h2.title {
    margin: 0;
    border: 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 160%; }
    .block-bean-homepage h2.title a {
      display: block;
      padding: 0.5em 1em;
      color: #ffffff; }
  .block-bean-homepage .field-name-field-link {
    margin-bottom: 0;
    padding-top: 0; }
    .block-bean-homepage .field-name-field-link a {
      display: block;
      padding: 0.8em 1.5em;
      color: #ffffff;
      font-size: 1.25em; }
    .block-bean-homepage .field-name-field-link a:hover {
      color: #ffffff; }
    .block-bean-homepage .field-name-field-link a::after {
      content: ' ›'; }

.block-bean-homepage.gray {
  background-color: #959290; }

.block-bean-homepage.light-gray {
  background-color: #e3e3e3; }

.block-bean-homepage.salmon {
  background-color: #d4644d; }

.block-bean-homepage.dark-blue {
  background-color: #29647c; }

.block-bean-homepage.turquoise {
  background-color: #08797b; }

.block-bean-homepage.yellow {
  background-color: #f9ab08; }

.block-bean-homepage.white {
  background-color: #ffffff; }

.block-bean-homepage.dsi-blue {
  background-color: #176879; }

.block-bean-homepage.dsi-green {
  background-color: #898258; }

.block-bean-homepage.dsi-yellow {
  background-color: #FF9533; }

@media (min-width: 0) and (max-width: 759px) {
  .block-bean-homepage {
    margin-bottom: 1em; } }
@media (min-width: 980px) {
  .region--pre_content {
    position: absolute;
    top: -92px;
    z-index: 1000;
    left: 0;
    width: 100%; }
    .region--pre_content .block-bean-homepage .field-name-field-image {
      display: none; }

  .bean-homepage {
    background-color: rgba(255, 255, 255, 0.5); }

  .block-bean-homepage.dsi-blue {
    background-color: rgba(23, 104, 121, 0.9); }
    .block-bean-homepage.dsi-blue .field-name-field-link a {
      color: #023D4A; }

  .block-bean-homepage.dsi-green {
    background-color: rgba(137, 130, 88, 0.9); }
    .block-bean-homepage.dsi-green .field-name-field-link a {
      color: #4F450F; }

  .block-bean-homepage.dsi-yellow {
    background-color: rgba(255, 149, 51, 0.9); }
    .block-bean-homepage.dsi-yellow .field-name-field-link a {
      color: #C06007; } }
@media (min-width: 0) and (max-width: 979px) {
  .block-bean-homepage h2.title a {
    padding-bottom: 0; } }
.block--secondary-level-menu > ul {
  padding-left: 0; }
.block--secondary-level-menu li {
  list-style: none;
  margin-bottom: 1em; }
  .block--secondary-level-menu li a {
    font-size: 1.1em;
    color: #333; }
  .block--secondary-level-menu li a.active, .block--secondary-level-menu li a:hover, .block--secondary-level-menu li a:focus {
    color: #d4644d; }
  .block--secondary-level-menu li ul {
    margin-bottom: 0;
    margin-top: 0.8em; }
    .block--secondary-level-menu li ul li a {
      font-size: 1em; }

@media (min-width: 0) and (max-width: 759px) {
  .block--secondary-level-menu ul {
    display: block;
    overflow: hidden; }
    .block--secondary-level-menu ul li {
      margin-bottom: 0.2em; }
      .block--secondary-level-menu ul li a {
        display: block;
        background-color: #a9c1cb;
        color: white;
        padding: 0.5em; }
      .block--secondary-level-menu ul li a.active, .block--secondary-level-menu ul li a:hover, .block--secondary-level-menu ul li a:focus {
        color: black;
        -webkit-transition: color 0.1s linear;
                transition: color 0.1s linear; }
    .block--secondary-level-menu ul ul {
      padding-left: 0; }
      .block--secondary-level-menu ul ul li.first {
        margin-top: 0.2em; }
      .block--secondary-level-menu ul ul li.last {
        margin-bottom: 0; }
      .block--secondary-level-menu ul ul li a {
        padding-left: 1.5em; } }
.block--social img {
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
.block--social img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }

.block--news-listing .views-row::after {
  clear: both;
  content: "";
  display: table; }
.block--news-listing .image {
  float: left;
  margin-right: 15px; }
.block--news-listing .image img {
  display: block; }
.block--news-listing .detail {
  float: left;
  width: calc(100% - 67px); }
  .block--news-listing .detail p {
    margin-bottom: 0; }
.block--news-listing .detail .news_title {
  margin-bottom: 0.833em; }
  .block--news-listing .detail .news_title a {
    font-size: 12px;
    font-weight: 100; }

.block--related-news .views-row {
  margin-top: 1.2em; }

.block--regional-map {
  position: relative; }
  .block--regional-map img {
    width: 100%;
    height: auto; }
  .block--regional-map .views-row {
    position: absolute;
    top: 0;
    left: 0; }

#block-views-map-view-block .views-row {
  top: 42px; }

.block-doughtystreet-regional-map {
  position: absolute;
  left: 100px;
  bottom: -20px;
  width: 930px; }
  .block-doughtystreet-regional-map #regional-area-map {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/world-map-coloured.png");
    width: 100%;
    min-height: 555px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -999;
    background-position-x: 0px; }
  .block-doughtystreet-regional-map #regional-area-map.russia {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/russia.png"); }
  .block-doughtystreet-regional-map #regional-area-map.africa {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/africa.png"); }
  .block-doughtystreet-regional-map #regional-area-map.asia {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/asia.png"); }
  .block-doughtystreet-regional-map #regional-area-map.mena {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/mena.png"); }
  .block-doughtystreet-regional-map #regional-area-map.europe {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/europe.png"); }
  .block-doughtystreet-regional-map #regional-area-map.south-america {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/samerica.png"); }
  .block-doughtystreet-regional-map #regional-area-map.north-america {
    background-image: url("/sites/all/themes/custom/dst/images/regional-work/namerica.png"); }

.block--related-profile .views-exposed-form #edit-field-profile-category-tid-wrapper,
.block--related-profile .views-exposed-form #edit-field-profile-category-tid {
  width: 100%; }
.block--related-profile .views-row {
  min-height: 8em;
  padding: 1em 0;
  border-top: 1px solid #e3e3e3; }
  .block--related-profile .views-row .views-field-field-image {
    float: left;
    padding-right: 5px; }
  .block--related-profile .views-row a {
    color: #d4644d;
    font-size: 0.8em; }
  .block--related-profile .views-row .views-field-title h3 {
    font-weight: 100;
    margin-bottom: 0.25em;
    line-height: 1; }
  .block--related-profile .views-row .info {
    color: #6d6e71;
    font-size: 0.9em; }

.block--staff-list .views-field-field-image {
  float: left;
  margin-right: 0.5em; }
.block--staff-list .views-field-title a {
  color: #d4644d; }
.block--staff-list .views-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e3e3e3;
  min-height: 95px; }

@media (min-width: 760px) {
  .block--staff-list {
    width: 100%; }
    .block--staff-list .views-row {
      width: 50%;
      float: left;
      margin: 1em 0; } }
.block--contact-form h2 {
  color: #d4644d;
  font-size: 1.3em;
  font-family: "Verdana", "Geneva", sans-serif, "BasicCommercialW01-Roma";
  font-weight: 100; }
.block--contact-form label {
  font-weight: 100; }

@media (min-width: 0) and (max-width: 759px) {
  .block--footer-dsi-address {
    margin-bottom: 1em; } }
.front #main-content h1 {
  display: none; }

.page-news .region--content .views-row,
.page-events .region--content .views-row,
.page-blog .region--content .views-row,
.page-articles .region--content .views-row,
.page-publications .region--content .views-row,
.page-podcasts-and-videos .region--content .views-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e3e3e3; }
.page-news .region--content .views-field-title,
.page-events .region--content .views-field-title,
.page-blog .region--content .views-field-title,
.page-articles .region--content .views-field-title,
.page-publications .region--content .views-field-title,
.page-podcasts-and-videos .region--content .views-field-title {
  font-size: 1.1em; }
.page-news .region--content .views-field-body,
.page-events .region--content .views-field-body,
.page-blog .region--content .views-field-body,
.page-articles .region--content .views-field-body,
.page-publications .region--content .views-field-body,
.page-podcasts-and-videos .region--content .views-field-body {
  display: none; }
.page-news .region--content .views-field-field-related-content a,
.page-events .region--content .views-field-field-related-content a,
.page-blog .region--content .views-field-field-related-content a,
.page-articles .region--content .views-field-field-related-content a,
.page-publications .region--content .views-field-field-related-content a,
.page-podcasts-and-videos .region--content .views-field-field-related-content a {
  color: #d4644d; }
  .page-news .region--content .views-field-field-related-content a:hover, .page-news .region--content .views-field-field-related-content a:focus,
  .page-events .region--content .views-field-field-related-content a:hover,
  .page-events .region--content .views-field-field-related-content a:focus,
  .page-blog .region--content .views-field-field-related-content a:hover,
  .page-blog .region--content .views-field-field-related-content a:focus,
  .page-articles .region--content .views-field-field-related-content a:hover,
  .page-articles .region--content .views-field-field-related-content a:focus,
  .page-publications .region--content .views-field-field-related-content a:hover,
  .page-publications .region--content .views-field-field-related-content a:focus,
  .page-podcasts-and-videos .region--content .views-field-field-related-content a:hover,
  .page-podcasts-and-videos .region--content .views-field-field-related-content a:focus {
    color: #ab3f29;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }
.page-news .region--content ul,
.page-events .region--content ul,
.page-blog .region--content ul,
.page-articles .region--content ul,
.page-publications .region--content ul,
.page-podcasts-and-videos .region--content ul {
  padding-left: 0; }
  .page-news .region--content ul li,
  .page-events .region--content ul li,
  .page-blog .region--content ul li,
  .page-articles .region--content ul li,
  .page-publications .region--content ul li,
  .page-podcasts-and-videos .region--content ul li {
    list-style: none;
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #29647c;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    cursor: pointer;
    color: #ffffff; }
    .page-news .region--content ul li a,
    .page-events .region--content ul li a,
    .page-blog .region--content ul li a,
    .page-articles .region--content ul li a,
    .page-publications .region--content ul li a,
    .page-podcasts-and-videos .region--content ul li a {
      color: #ffffff; }
  .page-news .region--content ul li:hover, .page-news .region--content ul li.current,
  .page-events .region--content ul li:hover,
  .page-events .region--content ul li.current,
  .page-blog .region--content ul li:hover,
  .page-blog .region--content ul li.current,
  .page-articles .region--content ul li:hover,
  .page-articles .region--content ul li.current,
  .page-publications .region--content ul li:hover,
  .page-publications .region--content ul li.current,
  .page-podcasts-and-videos .region--content ul li:hover,
  .page-podcasts-and-videos .region--content ul li.current {
    background-color: #163643;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }

.page-news .region--content .views-row {
  min-height: 150px; }

.page-publications .region--content .views-label {
  float: left; }
.page-publications .region--content .field-content {
  padding-left: 86px; }
.page-publications .region--content .views-field-title .views-label,
.page-publications .region--content .views-field-field-related-content .views-label {
  font-weight: bold; }

@media (min-width: 760px) {
  .page-news .region--content .views-field-body,
  .page-events .region--content .views-field-body,
  .page-blog .region--content .views-field-body,
  .page-articles .region--content .views-field-body,
  .page-publications .region--content .views-field-body {
    display: block; }
    .page-news .region--content .views-field-body .field-content,
    .page-events .region--content .views-field-body .field-content,
    .page-blog .region--content .views-field-body .field-content,
    .page-articles .region--content .views-field-body .field-content,
    .page-publications .region--content .views-field-body .field-content {
      color: #6d6e71;
      font-size: 0.9em; }
  .page-news .region--content .field-name-field-image,
  .page-events .region--content .field-name-field-image,
  .page-blog .region--content .field-name-field-image,
  .page-articles .region--content .field-name-field-image,
  .page-publications .region--content .field-name-field-image {
    float: left;
    padding-right: 1em; } }
.view--podcasts-and-videos .views-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px; }
.view--podcasts-and-videos iframe {
  width: 100%; }
.view--podcasts-and-videos .title {
  margin-bottom: 0.5em; }
.view--podcasts-and-videos .title, .view--podcasts-and-videos .date {
  color: #959290; }
  .view--podcasts-and-videos .title .field_label, .view--podcasts-and-videos .date .field_label {
    width: 4em;
    float: left; }
  .view--podcasts-and-videos .title .field_text, .view--podcasts-and-videos .date .field_text {
    padding-left: 4em; }
.view--podcasts-and-videos .description {
  padding-left: 4em; }
.main.container .view--podcasts-and-videos .description p {
  font-size: 1em;
  color: #333; }
.view--podcasts-and-videos .related-profile a {
  float: left;
  color: #d4644d;
  padding-right: 5px; }
  .view--podcasts-and-videos .related-profile a:hover {
    text-decoration: underline; }

.node-news .field-name-field-related-content a,
.node-blog .field-name-field-related-content a,
.node-case-studies .field-name-field-related-content a,
.node-event .field-name-field-related-content a,
.node-articles .field-name-field-related-content a,
.node-publication .field-name-field-related-content a {
  color: #d4644d; }

@media (min-width: 760px) {
  .node-news .field-name-field-news-date,
  .node-news .field-name-field-year,
  .node-blog .field-name-field-news-date,
  .node-blog .field-name-field-year,
  .node-case-studies .field-name-field-news-date,
  .node-case-studies .field-name-field-year,
  .node-event .field-name-field-news-date,
  .node-event .field-name-field-year,
  .node-articles .field-name-field-news-date,
  .node-articles .field-name-field-year,
  .node-publication .field-name-field-news-date,
  .node-publication .field-name-field-year {
    float: left;
    padding-right: 10px; }
    .node-news .field-name-field-news-date:after,
    .node-news .field-name-field-year:after,
    .node-blog .field-name-field-news-date:after,
    .node-blog .field-name-field-year:after,
    .node-case-studies .field-name-field-news-date:after,
    .node-case-studies .field-name-field-year:after,
    .node-event .field-name-field-news-date:after,
    .node-event .field-name-field-year:after,
    .node-articles .field-name-field-news-date:after,
    .node-articles .field-name-field-year:after,
    .node-publication .field-name-field-news-date:after,
    .node-publication .field-name-field-year:after {
      content: " | ";
      color: #959290; }
  .node-news .field-name-field-related-content a,
  .node-blog .field-name-field-related-content a,
  .node-case-studies .field-name-field-related-content a,
  .node-event .field-name-field-related-content a,
  .node-articles .field-name-field-related-content a,
  .node-publication .field-name-field-related-content a {
    float: left;
    padding-right: 10px; }
  .node-news .field-name-field-related-content a:after,
  .node-blog .field-name-field-related-content a:after,
  .node-case-studies .field-name-field-related-content a:after,
  .node-event .field-name-field-related-content a:after,
  .node-articles .field-name-field-related-content a:after,
  .node-publication .field-name-field-related-content a:after {
    content: " | ";
    color: #959290; }
  .node-news .field-name-field-image,
  .node-news .field-name-body,
  .node-blog .field-name-field-image,
  .node-blog .field-name-body,
  .node-case-studies .field-name-field-image,
  .node-case-studies .field-name-body,
  .node-event .field-name-field-image,
  .node-event .field-name-body,
  .node-articles .field-name-field-image,
  .node-articles .field-name-body,
  .node-publication .field-name-field-image,
  .node-publication .field-name-body {
    clear: both;
    margin-top: 1em; } }
.page-articles label {
  display: block;
  color: #d4644d;
  font-weight: 100;
  font-size: 1.1em; }
.page-articles .views-exposed-form .views-exposed-form-title {
  display: none; }
.page-articles select {
  border: 0; }
.page-articles .views-exposed-widgets > div {
  vertical-align: bottom; }

.page-sitemap #site-map ul > li {
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 1em; }
  .page-sitemap #site-map ul > li a {
    font-size: 1.5em;
    color: #959290; }
  .page-sitemap #site-map ul > li ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 1em; }
    .page-sitemap #site-map ul > li ul li a {
      font-size: 1.3em; }

.page-search .region--content h2 {
  font-weight: lighter;
  color: #29647c;
  font-size: 1.6em;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }
.page-search .region--content .search-results article {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1em;
  padding-bottom: 1em; }
.page-search .region--content .search-results h3 {
  font-weight: lighter; }
.page-search .region--content .search-results footer {
  display: none; }

.page-node-165 .contact-address {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1em;
  font-size: 1.1em; }
  .page-node-165 .contact-address .name {
    color: #d4644d; }
.page-node-165 .hours, .page-node-165 .enquiries {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1em; }
  .page-node-165 .hours h2, .page-node-165 .enquiries h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em; }
@media (min-width: 760px) {
  .page-node-165 .contact-address {
    width: 100%; }
    .page-node-165 .contact-address .left {
      float: left;
      width: 50%; } }

body.pathone-regional-work article.node-page {
  margin-bottom: 600px; }

* {
  box-sizing: border-box; }

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto; }

body a {
  color: #959290; }
  body a:active, body a:focus, body a:hover, body a.active {
    color: #d4644d; }

.region--header {
  text-align: right;
  overflow: hidden; }
  .region--header ul {
    margin: 0; }
  .region--header a {
    padding-top: 2px;
    padding-bottom: 4px; }

.main.container {
  position: relative; }

.main.container p {
  color: #6d6e71;
  font-size: 0.9em; }

.text-salmon {
  color: #d4644d; }

.i18n-en .Russian {
  display: none; }

.i18n-ru .English {
  display: none; }

.front .region--content {
  padding: 3em 0em; }

.region--content {
  padding: 2em 0em;
  overflow: auto; }
  .region--content .node a:hover {
    text-decoration: underline; }

.page-taxonomy .region--content *,
.page-node .region--content .node * {
  text-align: justify; }
  .page-taxonomy .region--content * a,
  .page-node .region--content .node * a {
    color: #d4644d; }
    .page-taxonomy .region--content * a:focus, .page-taxonomy .region--content * a:hover,
    .page-node .region--content .node * a:focus,
    .page-node .region--content .node * a:hover {
      text-decoration: underline; }
.page-taxonomy .region--content .justify-left,
.page-node .region--content .node .justify-left {
  text-align: left; }

.region--mid_content {
  background-color: #eee;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em; }

.region--sidebar_first {
  padding-top: 1em; }

.region--sidebar_second {
  padding-top: 2.3em; }

.region--content h2, .region--mid_content h2 {
  font-weight: lighter;
  color: #29647c; }

.block--interactive-box .block-content {
  padding-right: 0.25em; }

.region--sidebar_first,
.region--sidebar_second,
.region--content,
.region--sidebar_last,
.region--pre_content {
  font-size: 0.722em; }

.region--content ul li {
  color: #6d6e71;
  font-size: 0.9em;
  margin-bottom: 0.75em; }
.region--content h1 {
  font-weight: normal;
  font-size: 1.6em;
  color: #6d6e71; }
.region--content .node img {
  max-width: 100%;
  height: auto;
  margin: 1em 0; }

.region--sidebar_first button, .region--sidebar_first .button {
  width: 100%;
  text-align: center; }

.region--sidebar_last h2 {
  font-weight: normal;
  background-color: #d4644d;
  color: white;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 1.5em; }

.block--listing {
  position: relative; }
  .block--listing .block-title {
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    float: left;
    margin: 0em; }
  .block--listing .view-header {
    position: absolute;
    top: 0;
    right: 0; }
    .block--listing .view-header a {
      color: #d4644d;
      font-size: 0.9em;
      margin-top: 4px; }
      .block--listing .view-header a::after {
        content: ' >'; }

.alignment {
  float: left;
  min-height: 80px; }
  .alignment img {
    padding: 0.4em 1em 0em 0em; }

.links.inline {
  display: none; }

fieldset.captcha {
  padding: 0.5em; }

#recaptcha_area, #recaptcha_table {
  table-layout: auto !important; }

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0; }

#recaptcha_area input[type="text"] {
  display: inline-block !important;
  height: auto !important; }

#recaptcha_table td {
  line-height: normal; }

.recaptchatable {
  line-height: 1px; }

#recaptcha_area .recaptchatable .recaptcha_r7_c1 {
  background: url("http://www.google.com/recaptcha/api/img/white/sprite.png") -50px -53px no-repeat;
  height: 3px; }

#recaptcha_area .recaptchatable .recaptcha_r8_c1 {
  background: url("http://www.google.com/recaptcha/api/img/white/sprite.png") -50px -53px no-repeat;
  height: 3px; }

#recaptcha_area .recaptchatable .recaptcha_image_cell {
  background-color: white !important; }

#recaptcha_area .recaptchatable td {
  vertical-align: top !important;
  background-color: #d7d7d7; }

.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c3 {
  background-color: transparent !important; }

.recaptchatable a, .recaptchatable a:hover {
  font-size: 8px; }
