@charset "UTF-8";
/* global definitions */
html {
  overflow-x: hidden;
}

body {
  background: #B8B8B8;
}

/* colours */
/* fonts */
@font-face {
  font-family: 'Founders-M';
  src: url("/fonts/FoundersGroteskWeb-Medium.eot?") format("eot"), url("/fonts/FoundersGroteskWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Founders-R';
  src: url("/fonts/FoundersGroteskWeb-Regular.eot?") format("eot"), url("/fonts/FoundersGroteskWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Founders-SB';
  src: url("/fonts/FoundersGroteskWeb-Semibold.eot?") format("eot"), url("/fonts/FoundersGroteskWeb-Semibold.woff") format("woff");
}
* {
  font-family: 'Founders-R', 'Arial', sans-serif;
}

h1, h2, h3 {
  font-family: 'Founders-SB', 'Arial', sans-serif;
}

h4, h5, h6 {
  font-family: 'Founders-M', 'Arial', sans-serif;
  color: #323232;
}

/* links */
ul {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 30px;
}
ul a {
  color: #ee3124;
  text-decoration: none;
}
ul a:hover {
  text-decoration: none;
}

li.child {
  padding-left: 0 !important;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"], input {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

p a {
  color: #ee3124;
  font-weight: bold;
  color: #323232;
}
p a:hover {
  color: #ee3124;
  font-weight: bold;
  text-decoration: underline;
}

/* buttons */
.button {
  border: none;
  background: white;
  border-radius: 0;
  border: 2px solid #b9b098;
  color: #b9b098;
  padding: 16px 20px;
  color: #b9b098;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.button:hover, .button:active {
  background: #b9b098 !important;
  border: 2px solid #b9b098 !important;
  color: white !important;
}

.button-on-gold {
  border: 2px solid #323232;
  color: #323232;
  display: inline-block;
  height: auto;
  margin: 20px 24%;
  padding: 5px 20px;
  text-decoration: none;
  text-decoration: none;
}
.button-on-gold:hover {
  text-decoration: none;
}
.button-on-gold:hover {
  background: #323232;
  border: 2px solid #323232;
  color: white;
}

input:focus, button:focus {
  outline: 0;
}

.faded {
  color: #b8b8b8;
}

/* for five columns layouts */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }

  .navbar-nav {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
header {
  background: white;
  padding: 20px 0 0;
}
header.header {
  position: relative;
}

.outnav {
  position: static;
}

.logo {
  background: url("../img/sg-sprite.png") no-repeat;
  display: block;
  height: 35px;
  position: relative;
  width: 250px;
}
.logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.overlay-logo {
  background: white;
  padding: 20px 0 20px 15px;
  position: relative;
  top: 0;
  width: 130%;
  z-index: 99;
}
.overlay-logo .logo {
  margin: 0 15px;
}

.dont-scroll {
  overflow: hidden;
}
.dont-scroll .hero-search-cont {
  z-index: 0;
}

nav {
  clear: both;
  margin: 0 !important;
  min-height: initial !important;
}
nav li {
  display: inline;
  float: left;
  list-style: none;
}
nav li a {
  text-decoration: none;
  color: #323232;
  font-family: 'Founders-M';
  margin: 0 30px 0 0;
  padding: 15px 0 !important;
}
nav li a:hover {
  text-decoration: none;
}
nav li a:hover, nav li a:focus {
  background-color: transparent !important;
  color: #ee3124;
}

/* dropdown menu */
.dropdown-menu {
  background: #eeefef;
  border: none;
  border-radius: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 999;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block {
  border-right: 1px solid #b8b8b8;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block h6 {
  font-size: 18px;
  font-weight: bold;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block li {
  display: block;
  float: none;
  line-height: 11px;
  margin: 5px 0;
  padding: 0 0 7px 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block a {
  font-size: 13px;
  line-height: 18px;
  padding: 0 !important;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block a:hover h1 {
  color: #ee3124;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block.link-block {
  border-right: 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block.link-block p {
  font-size: 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block.link-block p a {
  color: #ee3124;
  display: block;
  font-size: 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-block div {
  padding-left: 0;
}

.dropdown.yamm-fw, .navbar.yamm {
  position: static;
}
.dropdown.yamm-fw .arrow-down, .navbar.yamm .arrow-down {
  display: none;
}
.dropdown.yamm-fw.open .arrow-down, .navbar.yamm.open .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eeefef;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
}

.dropdown-contact a {
  margin: 0;
  font-size: initial !important;
}
.dropdown-contact a:hover {
  color: #323232;
}
.dropdown-contact .office {
  color: #ee3124;
  display: none;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
.dropdown-contact h1 {
  margin-top: 0;
}
.dropdown-contact .address {
  font-family: 'Founders-SB', Arial;
}
.dropdown-contact .location {
  margin: 20px 0 0 0;
}
.dropdown-contact .location p {
  margin: 0;
}
.dropdown-contact .location p span {
  display: inline-block;
  font-family: 'Founders-SB', Arial;
  margin: 0;
  width: 20px;
}
.dropdown-contact .location p a {
  font-family: 'Founders-R', Arial;
  font-size: 13px !important;
}
.dropdown-contact .menu-block:last-child {
  border-right: none !important;
}

.dropdown-careers .menu-block:last-child {
  border-right: 0 !important;
  display: block;
  min-height: 100% !important;
}
.dropdown-careers h6 a {
  font-size: 18px !important;
  font-weight: bold;
}
.dropdown-careers a {
  margin: 0;
}
.dropdown-careers a h6 {
  color: #323232;
}
.dropdown-careers a img {
  width: 100%;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent !important;
}

.goToTop {
  background: white;
  position: fixed !important;
  top: 0;
  height: initial;
  width: 100%;
  z-index: 99;
}

.goToTop.mobile-menu-open {
  position: relative !important;
}

.secondary-nav {
  list-style: none;
  padding-bottom: 10px;
}
.secondary-nav li {
  border-right: 1px solid #b4b8b6;
  color: #b4b8b6;
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.secondary-nav li:last-child {
  border-right: none;
  margin: 0;
  padding: 0;
}
.secondary-nav li a {
  color: #b4b8b6;
  text-decoration: none;
  font-family: 'Founders-R';
}
.secondary-nav li a:hover {
  text-decoration: none;
}
.secondary-nav li a:hover {
  color: #ee3124;
}

.secondary-nav-mob {
  list-style: none;
}
.secondary-nav-mob li a {
  color: black;
  display: block;
  font-size: 28px;
  text-decoration: none;
}
.secondary-nav-mob li a[href="/"] {
  display: none;
}

.research-list {
  position: relative;
  margin-left: 30px;
  top: -7px;
}
.research-list span {
  background: url("../img/sg-sprite.png") no-repeat;
  background-position: -73px -37px;
  display: inline-block;
  height: 20px;
  left: -5px;
  position: relative;
  top: 5px;
  width: 20px;
}
.research-list a {
  text-decoration: none;
  color: #b4b8b6;
}
.research-list a:hover {
  text-decoration: none;
}
.research-list .notif {
  background: #ee3124;
  border: 1px solid white;
  border-color: transparent\0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  font-size: 11px;
  height: 20px;
  left: -20px;
  padding: 1px 0 0 0;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 20px;
}

/* mobile menu icon */
#nav-toggle {
  position: absolute;
  width: 20px;
  height: 24px;
  padding: 5px 40px;
  right: 2px;
  top: -30px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #b9b098;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

.mobile-menu {
  padding: 0;
}

/* quick links nav */
.quick-links {
  background-color: #474747;
}
.quick-links a {
  color: white;
  font-family: 'Founders-M';
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
}
.quick-links a:hover {
  text-decoration: none;
}
.quick-links a:hover, .quick-links a.active {
  background: #ee3124;
}
.quick-links .item:hover {
  background: #ee3124;
}
.quick-links .items-2 .item {
  float: left;
  width: 50%;
}
.quick-links .items-3 .item {
  float: left;
  width: 33.33%;
}
.quick-links .items-4 .item {
  float: left;
  width: 25%;
}
.quick-links .items-5 .item {
  float: left;
  width: 20%;
}

.quick .item {
  float: left\0;
  width: 33.33% \0;
}

/* slider */
.carousel {
  padding: 0;
}

.slider-copy {
  display: none;
  position: absolute;
  z-index: 15;
  top: 20px;
}
.slider-copy h1 {
  font-family: 'Founders-SB';
  color: #000;
}

.carousel-inner {
  height: auto;
}
.carousel-inner img {
  width: 100%;
}

.hero-search-cont {
  border: 1px solid #ee3124;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.stick {
  position: fixed;
  top: 107px;
  bottom: initial;
  left: 0;
  width: 100% !important;
}
.stick .col-md-9 {
  display: none;
}
.stick .col-md-3 {
  padding: 0;
  width: 100%;
}
.stick .col-md-3 .hero-search {
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  overflow: hidden;
  width: 100%;
}
.stick .col-md-3 .hero-search input {
  background: #ebebeb;
  overflow: hidden;
  padding: 0 0 0 15px;
  width: 100%;
}
.stick .col-md-3 .hero-search button {
  left: initial;
  left: inherit\0;
  position: absolute;
  right: 0;
  top: 1px;
}

.carousel-indicators li {
  border: none;
  background-color: #b4b8b6;
}

/* static hero */
.section-hero {
  overflow: hidden;
  position: relative;
}
.section-hero img {
  height: auto;
  height: auto \0;
  max-width: 100%;
}
.section-hero img.background {
  height: initial;
  max-width: initial;
}
.section-hero .quick-links {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  width: 100%;
}
.section-hero .selected {
  background: #ee3124;
}
.section-hero .title {
  display: none;
  position: relative;
  bottom: 170px !important;
  left: 0px;
}
.section-hero .title h1 {
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.section-hero .title.title-nolinks {
  bottom: 130px !important;
}

/* search */
.hero-search button {
  background: url("../img/sg-sprite.png") no-repeat;
  background-position: -41px -66px;
  border: none;
  cursor: pointer;
  height: 41px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 16px;
  transform: initial;
  width: 40px;
}
.hero-search input {
  background: white;
  height: 40px;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 8px;
  position: relative;
  right: -3px;
}
.hero-search input::-webkit-input-placeholder {
  color: #ee3124;
}

.overlay-hugeinc {
  z-index: 999;
}
.overlay-hugeinc.open {
  overflow-y: scroll;
  overflow-x: hidden;
}
.overlay-hugeinc.close {
  font-weight: initial;
}

.overlay {
  background: white;
  width: 103% \0;
}
.overlay ul.dropdown-menu {
  display: none;
  height: auto;
  position: absolute;
}
.overlay .btn-group {
  width: 350px;
  display: block;
  margin: 0 auto;
}
.overlay .btn-group .caret {
  float: right;
  top: 8px;
  position: relative;
  color: #b9b098;
}
.overlay .btn-group .dropdown-toggle {
  background: none;
  border: 1px solid #b9b098;
  box-shadow: none;
  padding: 10px;
  position: relative;
  top: -2px;
  text-align: left;
  width: 100%;
}
.overlay .btn-group.open > .dropdown-menu {
  display: block;
  background: white;
  border: 1px solid #b9b098;
  box-shadow: none;
  padding: 5px 0;
  width: 100%;
}
.overlay .btn-group.open > .dropdown-menu li {
  height: initial;
  min-height: initial;
}
.overlay .btn-group.open > .dropdown-menu a {
  color: #323232;
}
.overlay form {
  padding-bottom: 50px !important;
}
.overlay .section {
  padding: 0;
}
.overlay #otherresults h4 {
  margin-top: 10px;
  display: block;
}
.overlay #otherresults p.excerpt {
  width: 60%;
}
.overlay .tab-pane .section {
  position: relative;
  top: 10px;
}
.overlay .tab-pane h6 {
  margin-bottom: 0;
}
.overlay .tab-pane p {
  margin: 0;
}
.overlay .tab-pane .excerpt {
  display: none;
}

.morphsearch-form {
  width: 70%;
  height: 160px;
  margin: 60px auto 50px;
  position: relative;
}
.morphsearch-form p {
  min-height: 45px;
  text-align: center;
}
.morphsearch-form .morphsearch-input {
  font-size: 93px;
  border: none;
  border-bottom: 1px solid #b4b8b6;
  border-radius: 0;
  width: 100%;
}
.morphsearch-form .morphsearch-input:focus {
  color: #ee3124;
  border-bottom: 6px solid #ee3124;
}
.morphsearch-form .morphsearch-input:focus ~ .morphsearch-submit {
  background: white url(../img/magnifier-active.svg) no-repeat center center;
}
.morphsearch-form .morphsearch-input::-ms-clear {
  width: 0;
  height: 0;
}
.morphsearch-form .morphsearch-submit {
  top: 8%;
  position: absolute;
  width: 80px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  background: white url(../img/magnifier.svg) no-repeat center center;
  background-size: 100%;
  border: none;
}
.morphsearch-form .morphsearch-submit.loading {
  background: white url(../img/loader-search.gif) no-repeat center center !important;
}
.morphsearch-form .glyphicon-remove:before {
  background-color: white;
  font-size: 82px;
  position: relative;
  top: -7px;
}

.clear-option {
  top: 8%;
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  right: 0;
  font-size: 6em;
  color: #ccc;
  border: none;
}

.twitter-typeahead {
  width: 100%;
}

.overlay .typeahead {
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
}
.overlay .typeahead li {
  color: #323232 !important;
  line-height: 40px;
  min-height: initial !important;
  padding: 0;
}
.overlay .typeahead li strong {
  font-family: 'Founders-SB', 'Arial', sans-serif;
}
.overlay .typeahead li:hover {
  background: #ee3124;
  color: white !important;
  cursor: pointer;
}
.overlay .typeahead li.active {
  background: #ee3124;
  color: white;
  padding: 0;
}
.overlay .typeahead li.active a {
  background: #ee3124;
  color: white;
}
.overlay .typeahead li a {
  color: #ee3124;
  line-height: 40px;
  font-size: 15px;
  padding: 5px 20px;
}

/* custom checkboxes */
.ac-custom label {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding: 5px 10px;
  margin: 0 40px 0 0;
  vertical-align: top;
  color: #323232;
  cursor: pointer;
  transition: color 0.3s;
  font-weight: normal;
  line-height: 14px;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
  width: 20px;
  height: 20px;
  top: 50%;
  left: initial;
  position: absolute;
  cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  width: 90%;
  top: 0;
  height: 37px;
}

.ac-custom label::before {
  content: '';
  /*border: 1px solid #fff;*/
  transition: opacity 0.3s;
}

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
  border: none;
  background-image: url(../img/tick.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5px;
  top: 8px;
}

.ac-custom input[type="checkbox"]:checked:hover + label::before {
  border: none;
  background-image: url(../img/cross-small.png);
  background-repeat: no-repeat;
  background-size: 88%;
}

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
  opacity: 0.8;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ac-custom {
  /*padding: 0 3em;
  max-width: 900px;
  margin: 0 auto;*/
  margin-bottom: 30px;
  padding-top: 180px;
}

.ac-custom ul,
.ac-custom ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.ac-custom li {
  margin: 5px auto;
  padding: 7px;
  position: relative;
  float: left;
  min-height: initial !important;
  width: 100%;
}

.ac-custom label::before {
  content: '';
  /*border: 1px solid $gray;*/
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* General SVG and path styles */
.ac-custom svg {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 47%;
  margin-top: -20px;
  left: initial;
  right: 15px;
  pointer-events: none;
}

.ac-custom input[type="checkbox"]:checked ~ svg {
  background: url(../img/tick.png) no-repeat;
  background-size: 50%;
  position: absolute;
  right: 0;
  top: 37px;
}

.ac-custom input[type="checkbox"]:checked:hover ~ svg {
  background-image: url("../img/sg-sprite.png");
  background-position: 0 -333px;
  background-size: initial;
  height: 14px;
  right: 20px;
  width: 14px;
}

.ac-custom input[type="checkbox"]:checked ~ label {
  border: 1px solid #b9b098;
  padding: 9px 30px 9px 10px;
  width: 100%;
}

.ac-list label::before {
  display: none;
}

.ac-list svg {
  width: 100%;
  height: 80px;
  left: 0;
  top: 1.2em;
  margin-top: 0px;
}

.split-list {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  overflow: hidden;
  width: 100%;
  /*ul.sub-list{
    float: left;
    width:25%;
  }*/
}
.split-list li {
  float: initial;
  margin: initial;
}
.split-list.ln-no-match {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}

.listNav {
  margin: 0 0 20px 15px;
}
.listNav a {
  color: #ee3124;
  margin: 0 6px 0 0;
}
.listNav a:last-child:after {
  content: "";
}
.listNav a:after {
  color: #b8b8b8;
  content: "  |";
}
.listNav ._ {
  display: none;
}

/* fallback for columns in IE */
.no-csstransitions .split-list li {
  width: 25%;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

/* search experts */
.experts li .img {
  float: left;
  max-width: 90px;
}
.experts li .img img {
  width: 100%;
}
.experts li .info {
  background: #f0f0f0;
  min-height: 90px;
  padding: 10px 0 0 100px;
}
.experts li .info p.position {
  color: #b9b098;
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.experts li .info h1 {
  font-size: 16px;
  margin: 0;
}
.experts li .info h1 a {
  font-family: 'Founders-SB';
  color: #323232 !important;
}
.experts li .info p {
  max-height: 20px;
  overflow: hidden;
}
.experts li .label {
  clear: both;
  display: block;
  float: none;
  position: relative;
  top: -10px;
  width: 100%;
}
.experts li .label {
  border-radius: 0;
  color: white;
  /*padding: 8px 0 8px 0;*/
  height: 35px;
  text-transform: uppercase;
}
.experts li .label.saved {
  background-color: #ee3124;
  /*padding: 8px 0 8px 0!important;*/
}
.experts li .label.saved span.icon {
  background: url("../img/sg-sprite.png");
  background-position: 0 -90px;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  position: relative;
  top: 4px;
  width: 18px;
}
.experts li .label.saved:hover {
  background-color: #f5645a;
}
.experts li .label.saved:hover p {
  margin-top: 7px;
}
.experts li .label.add {
  background-color: #b9b098;
  cursor: pointer;
}
.experts li .label.add span.icon:after {
  content: "+";
  padding: 0 5px;
}
.experts li .label.add:hover {
  background-color: #d1c8b1;
}
.experts li .label .research-icon {
  background-image: url("../img/sg-sprite.png");
  background-position: -44px -35px;
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 24px;
}
.experts li:hover .info {
  background: #323232;
}
.experts li:hover .info h1, .experts li:hover .info p, .experts li:hover .info a {
  color: white !important;
}
.experts li:hover .info p.position {
  color: #b9b098 !important;
}

.results-loading {
  background: transparent url(../img/loader-search.gif) no-repeat center center !important;
  display: block;
  height: 150px;
  width: 100%;
}

.force-display {
  display: block !important;
}

/* Mobile menu */
.mob-menu-cont {
  background: white;
  padding: 30px 30px 0 40px;
  position: relative;
}
.mob-menu-cont .main-link {
  color: black;
  display: block;
  font-size: 28px;
  text-decoration: none;
}
.mob-menu-cont .main-link:hover {
  text-decoration: none;
}
.mob-menu-cont .main-link .active {
  color: #ee3124;
}
.mob-menu-cont .panel {
  background: none;
  border: none;
  box-shadow: none !important;
}
.mob-menu-cont .panel .panel-heading {
  background: none;
  border: none;
}
.mob-menu-cont .panel .panel-heading a {
  text-decoration: none;
}
.mob-menu-cont .panel .panel-heading a:hover {
  text-decoration: none;
}
.mob-menu-cont .panel .panel-heading a.collapsed:after {
  float: right;
}
.mob-menu-cont .panel .panel-heading a:after {
  float: right;
}
.mob-menu-cont .panel .panel-heading a.active {
  color: #ee3124;
}
.mob-menu-cont .panel .panel-title {
  font-size: 20px;
}
.mob-menu-cont .panel .panel-body {
  border: none !important;
  padding: 0 30px;
}
.mob-menu-cont .panel .panel-body a {
  color: black;
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin: 10px 0;
}
.mob-menu-cont .panel .panel-body a:hover {
  text-decoration: none;
}
.mob-menu-cont .panel .panel-body a.active {
  color: #ee3124;
}
.mob-menu-cont .panel-group {
  margin-bottom: 0;
}
.mob-menu-cont .panel-group a:hover {
  color: #ee3124;
}
.mob-menu-cont .second-link {
  text-decoration: none;
  margin: 10px 0;
  display: block;
}
.mob-menu-cont .second-link:hover {
  text-decoration: none;
}
.mob-menu-cont hr {
  border: 1px solid #b8b8b8;
  width: 80%;
  margin: 20px auto;
}

.overlay-menu {
  background: #f0efef;
}
.overlay-menu footer {
  padding: 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
.overlay-menu footer .col-sm-15 {
  display: none;
}

.error404 {
  background: #ececec;
  padding: 40px 0;
}
.error404 a {
  color: #ee3124;
}

/* Media Queries */
@media screen and (max-width: 50em) {
  section {
    font-size: 80%;
  }
}
/**/
/* search results */
.search-results {
  padding-bottom: 20px;
}
.search-results .search-loading.loading {
  background: #ffffff url("../img/loader-search.gif") no-repeat scroll center center !important;
  width: 100px;
  padding: 0;
  margin: 3em auto 0;
  height: 100px;
}
.search-results .results-list {
  padding-right: 40px;
}
.search-results .results-list .row {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.search-results .results-list .row .row {
  border-bottom: none;
}
.search-results .results-list h6 {
  color: #ee3124;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: 100;
}
.search-results .results-list a {
  color: black;
  display: inline;
  float: right;
  text-decoration: none;
}
.search-results .results-list a:hover {
  text-decoration: none;
}
.search-results .results-list a:hover {
  color: #ee3124;
}
.search-results .contact-box {
  background: #eee;
  padding: 20px;
}
.search-results .contact-box p {
  color: black;
  font-size: 20px;
}
.search-results .contact-box p a {
  color: #ee3124;
  margin-left: 5px;
}
.search-results .nav-tabs {
  border: none;
  margin: 30px 0 0 0;
  width: 100%;
}
.search-results .nav-tabs li {
  margin-right: 30px;
}
.search-results .nav-tabs li a {
  color: #b8b8b8;
  font-family: 'Founders-R';
  font-size: 28px;
  padding: 0;
}
.search-results .nav-tabs li a:hover {
  background: none;
  color: #ee3124;
}
.search-results .nav-tabs li a:focus {
  background: none;
  color: #b8b8b8;
}
.search-results .nav-tabs li:hover a, .search-results .nav-tabs li.active a {
  border: 1px solid transparent;
  color: #ee3124;
}

.area {
  clear: both;
}
.area .block {
  background: #eee;
  clear: both;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0 !important;
}
.area .block .col-sm-12 {
  padding: 0;
}
.area .block .img {
  display: block;
}
.area .block .img img {
  float: left;
  height: 90px;
  margin: 0 20px 0 0;
  overflow: hidden;
  width: 90px;
}
.area .block .info .section {
  color: #b9b098;
  font-size: 12px;
  margin: 0;
  max-width: 85%;
  padding: 0;
  text-transform: uppercase;
  word-spacing: 2px;
}
.area .block .info .date {
  color: #b4b8b6;
  display: inline;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
}
.area .block .info h6 a {
  color: #323232;
  font-family: 'Founders-M', 'Arial', sans-serif;
  font-size: 16px;
}
.area .block .info h4 {
  color: black;
  display: initial;
  float: none;
  font-size: 16px;
  line-height: 15px;
  margin: 5px 0;
}
.area .block .info h4 a {
  text-decoration: none;
  color: black;
  display: initial;
  float: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  margin: 5px 0;
}
.area .block .info h4 a:hover {
  text-decoration: none;
}
.area .block .info p.excerpt {
  max-height: 20px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.area .block .info a {
  color: #b9b098;
  display: block;
  float: none;
}
.area .block .info .label {
  border-radius: 0;
  bottom: 0;
  color: white;
  /*padding: 8px 0 0 0;*/
  height: 35px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 30%;
}
.area .block .info .label.saved {
  background-color: #ee3124;
}
.area .block .info .label.saved span.icon {
  background: url("../img/sg-sprite.png");
  background-position: 0 -90px;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  position: relative;
  top: 4px;
  width: 18px;
}
.area .block .info .label.saved:hover {
  background-color: #f5645a;
}
.area .block .info .label.saved:hover p {
  margin: 10px 0 0 0;
}
.area .block .info .label.saved:hover p:before {
  content: "- ";
}
.area .block .info .label.saved p {
  margin: 6px 0 0 0;
  color: white;
}
.area .block .info .label.add {
  background-color: #b9b098;
  cursor: pointer;
}
.area .block .info .label.add span.icon:after {
  content: "+";
  padding: 0 5px;
}
.area .block .info .label.add:hover {
  background-color: #d1c8b1;
}
.area .block .info .label.add p {
  color: white;
}
.area .block .info .label.add .research-icon {
  background-image: url("../img/sg-sprite.png");
  background-position: -44px -35px;
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 24px;
}
.area .block .info .label.register-interest {
  padding-top: 10px;
}
.area .issue {
  background: white;
  padding: 10px 20px 40px !important;
}
.area .issue .info h6 a {
  color: black;
  text-decoration: none;
  font-size: 18px;
}
.area .issue .info h6 a:hover {
  text-decoration: none;
}
.area .issue .info h6 a:hover {
  color: #ee3124;
}
.area .issue .info .label {
  background: #b9b098;
  bottom: -40px;
  right: -20px;
}
.area .issue .info .label:hover {
  background: #ee3124;
}
.area .issue .info .label a {
  text-decoration: none;
  color: white;
  font-weight: normal;
}
.area .issue .info .label a:hover {
  text-decoration: none;
}
.area .issue .info p.excerpt {
  margin: 0 20px 20px 0;
}

article ul {
  padding: 0 0 15px 30px;
}
article table {
  border: #b9b098;
  margin: 5px 0 20px 0;
  width: 100%;
}
article table thead td, article table thead th {
  background-color: #b9b098;
  color: black;
  padding: 10px;
}
article table td {
  border: 1px solid #b9b098;
  color: #323232;
  padding: 5px;
  vertical-align: top;
}

.articles .section {
  color: #b9b098;
  font-size: 12px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.articles .date {
  color: #b4b8b6;
  display: inline;
  font-size: 12px;
}
.articles .author {
  color: #b9b098;
  margin: 10px 0;
}
.articles .author span {
  color: #b4b8b6;
}
.articles .author a {
  color: #ee3124;
}
.articles .tags {
  color: #b9b098;
  font-style: italic;
}
.articles .tags a {
/*
  color: #b9b098;
  font-weight: normal;
*/
    color: #b9b098;
    font-weight: normal; font-style:normal; display:inline-block; margin-right:10px; background-color:#FFF; padding:5px 10px 7px 10px; border-radius:5px;

}
.articles .area .block {
  background: white;
}
.articles .area .block img {
  height: 175px;
  width: 175px;
}
.articles .area .block .info h4 {
  display: block;
  margin: 10px 10px 0 0;
}
.articles .area .block .info p.excerpt {
  max-height: initial;
  overflow: initial;
}

.attachments {
  list-style: none;
  padding: 0;
}
.attachments a {
  color: #323232;
  text-decoration: none;
}
.attachments a:hover {
  text-decoration: none;
}
.attachments a span.icon {
  background: url(../img/icon-pdf.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 40px;
  position: relative;
  top: 20px;
  width: 33px;
}

.pdf-link:after {
  color: #ee3124;
  content: ' [ PDF ]';
  font-size: 14px;
}

a[href$='.pdf']:after {
  color: #ee3124;
  content: ' [ PDF ]';
  font-size: 14px;
}

.careers-preview.block {
  background: white;
}
.careers-preview.block img {
  height: 175px;
  width: 175px;
}
.careers-preview.block .info {
  padding: 0 !important;
}
.careers-preview.block .info h4 {
  display: block;
  margin: 0 !important;
  float: left;
  width: 80%;
}
.careers-preview.block .info div.excerpt {
  clear: both;
  max-height: initial;
  overflow: initial;
}
.careers-preview.block .label.register-interest {
  width: auto;
}
.careers-preview.block .excerpt p {
  clear: both;
}
.careers-preview.block .excerpt p a {
  display: inline;
}

div.articles {
  width: 100%;
}

.collapsing {
  clear: both;
}

.label.saved {
  /*padding:2px 0 1px 0!important;*/
  height: 35px;
}
.label.saved:hover {
  /*padding: 8px 0 0 0!important;*/
  height: 35px;
}
.label.saved:hover .remove-label {
  cursor: pointer;
  display: inline !important;
  /*&:before{
      content: "- ";
  }*/
}
.label.saved:hover .icon {
  background-position: 0 -348px !important;
  height: 14px !important;
  top: 2px !important;
  width: 14px !important;
}

.tabs-areas ul {
  width: 100%;
}
.tabs-areas li {
  font-family: 'Founders-R';
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0;
  min-height: 0 !important;
}
.tabs-areas li.title {
  border-top: 1px solid #b4b8b6;
  padding: 15px 0 0 0;
}
.tabs-areas li.title:first-child {
  border-top: none;
}
.tabs-areas li.title a {
  font-family: 'Founders-SB';
}
.tabs-areas li a {
  color: #323232 !important;
  text-decoration: none;
}
.tabs-areas li a:hover {
  text-decoration: none;
}
.tabs-areas li a.active {
  background-color: #ee3124;
  border-radius: 4px;
  color: white !important;
  display: block;
  font-family: 'Founders-SB';
  padding: 6px;
}

ul.list li:last-child {
  border-bottom: 1px solid #b4b8b6;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/**/
.mob-search-cont {
  background: white;
  padding: 0;
  position: relative;
  z-index: 3;
  display: none !important;
}

.hero-search-mob {
  background: #f9f9f9;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
}
.hero-search-mob input {
  background: #f9f9f9;
  color: #b4b8b6;
  min-width: 80%;
}
.hero-search-mob input::-webkit-input-placeholder {
  color: #b4b8b6;
}
.hero-search-mob button {
  float: right;
  position: relative;
}

/* my research list */
.spacer {
  clear: both;
  height: 130px;
}

.overlay-research h1, .overlay-tags h1 {
  color: #ee3124;
  font-size: 21px;
}

.cd-form div {
  float: left;
  width: 33.33%;
}
.cd-form div input {
  border-radius: 0 !important;
}
.cd-form div input[type="submit"]:focus {
  background: none;
}

.has-error .form-control {
  border-color: #a94442 !important;
}

.form-control {
  height: initial !important;
}

/* grid */
.outtergrid {
  background: #ececec;
}

.grid {
  background: white;
}
.grid .block {
  float: left;
  min-height: 188px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.grid .block.title {
  background: #b9b098;
  display: table;
  /*min-height: 240px;*/
  /*height: 21vw ;*/
}
.grid .block.title h6 {
  display: table-cell;
  color: white;
  font-size: 40px;
  vertical-align: middle;
}
.grid .block.title h6 span {
  color: #ee3124;
  display: block;
}
.grid .block.title h6 span a {
  text-decoration: none;
  color: #ee3124;
  display: block;
}
.grid .block.title h6 span a:hover {
  text-decoration: none;
}
.grid .block .arrow {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
}
.grid .block .inner-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% \0;
}
.grid .block .inner-content > .arrow {
  display: none;
}
.grid .block .inner-content .label {
  border-radius: 0;
  bottom: 0;
  color: white;
  /*padding: 12px 0;*/
  height: 35px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 90%;
  z-index: 9;
}
.grid .block .inner-content .label p {
  margin: 0;
  text-align: center;
}
.grid .block .inner-content .label.saved {
  background-color: #ee3124;
  /*padding: 9px 0!important;*/
}
.grid .block .inner-content .label.saved span.icon {
  background: url("../img/sg-sprite.png");
  background-position: 0 -90px;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  position: relative;
  top: 4px;
  width: 18px;
}
.grid .block .inner-content .label.saved:hover {
  background-color: #b9b098;
  padding: 10px 0 10px;
}
.grid .block .inner-content .label.saved:hover .remove-label:before {
  padding: 0 5px;
}
.grid .block .inner-content .label.add {
  background-color: #b9b098;
  cursor: pointer;
}
.grid .block .inner-content .label.add span.icon:after {
  content: "+";
  padding: 0 5px;
}
.grid .block .inner-content .label .research-icon {
  background-image: url("../img/sg-sprite.png");
  background-position: -44px -35px;
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 24px;
}
.grid .block .inner-content .block-img {
  float: left;
  height: 100%;
  position: relative;
  width: 50%;
}
.grid .block .inner-content .block-img img {
  height: 100%;
  width: 100%;
}
.grid .block .inner-content .block-img .video-player {
  background-image: url("../img/sg-sprite.png");
  background-position: 0 -117px;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
  width: 80px;
}
.grid .block .inner-content .block-text {
  background: white;
  float: left;
  padding: 15px;
  width: 50%;
}
.grid .block .inner-content .block-text p.section {
  color: #b9b098;
  font-size: 13px;
  text-transform: uppercase;
}
.grid .block .inner-content .block-text h6 {
  color: black;
  font-family: 'Founders-SB';
  font-size: 18px;
  margin: 0;
}
.grid .block .inner-content .block-text p.excerpt {
  color: black;
  display: inline;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.grid .block .inner-content .block-text a {
  color: #b9b098;
  display: inline;
}
.grid .block .inner-content .block-text p.date {
  color: #b4b8b6;
  font-size: 13px;
}
.grid .block .inner-content .block-text div.tags {
  display: none;
  margin: 10px 0 0 0;
}
.grid .block .inner-content .block-text div.tags a {
  color: #b9b098;
  display: inline;
  float: left;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}
.grid .block .inner-content .block-text div.tags a:hover {
  text-decoration: none;
}
.grid .block .inner-content .block-text div.tags a:after {
  content: " / ";
  padding: 0 5px;
}
.grid .block .inner-content .block-text div.tags a:last-child:after {
  content: "";
}
.grid .odd-block .block-img {
  float: right !important;
}
.grid .odd-block .arrow {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border-right: 0;
  right: initial;
  right: inherit\0;
}

/* content */
.stick {
  /* fix for search in pages that are not home page */
  z-index: 4;
}
.stick .hero-search-cont {
  height: 42px;
  overflow: hidden;
  position: fixed;
  top: 107px;
  bottom: initial;
  width: 100% !important;
}

.content {
  background: #ececec;
  padding: 40px 0;
  position: relative;
}
.content h1 {
  font-size: 22px;
  margin-top: 0;
}
.content h4 a {
  text-decoration: none;
  color: #323232;
}
.content h4 a:hover {
  text-decoration: none;
}
.content h4 a:hover {
  color: #ee3124;
}
.content .media {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 99999999\0;
}
.content .media a {
  background: #484848;
  display: block;
  height: 40px;
  margin: 0 0 1px 0;
  padding: 3px 0 0 0;
  width: 40px;
}
.content .media a:hover {
  background: #323232;
}
.content .media a.hidden-xs {
  margin-bottom: 5px;
}
.content .media a span {
  background: url("../img/sg-sprite.png");
  display: block;
  margin: 4px auto;
  width: 25px;
  height: 25px;
}
.content .media a span.save {
  background-position: 1px -197px;
}
.content .media a span.like {
  background-position: -24px -197px;
}
.content .media a span.print {
  background-position: -49px -197px;
}
.content .media a span.email {
  background-position: -74px -197px;
}
.content .media a span.twitter {
  background-position: -102px -197px;
}
.content .media a span.linkedin {
  background-position: -129px -197px;
}
.content .media a span.linkedin .IN-widget {
  opacity: 0 !important;
}
.content .sidebar {
  border-right: 1px solid #b9b098;
}
.content .sidebar ul {
  list-style: none;
  padding-left: 0px;
}
.content .sidebar ul p {
  color: #b9b098;
  font-size: 12px;
  text-transform: uppercase;
}
.content .sidebar ul p a {
  color: #b9b098;
  font-weight: normal;
}
.content .sidebar ul li a {
  color: #323232;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.content .sidebar ul li a:hover {
  text-decoration: none;
}
.content .sidebar ul li a:hover, .content .sidebar ul li a.active {
  color: #ee3124;
}
.content .sidebar.alum {
  min-height: 450px;
}
.content .sidebar .alumni-archive-expand {
  margin-bottom: 20px;
  padding: 0;
}
.content .sidebar-box {
  border: 1px solid #b9b098;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
.content .sidebar-box .title {
  color: #b9b098;
  display: inline;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
.content .sidebar-box a {
  color: black;
  display: inline;
  float: right;
  font-size: 12px;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.content .sidebar-box a:hover {
  text-decoration: none;
}
.content .sidebar-box.tag-filters .list {
  display: block;
}
.content .sidebar-box.tag-filters .list a {
  clear: both;
  display: block;
  float: none;
  font-size: 12px;
  margin: 5px 0;
}
.content .sidebar-box.tag-filters .list span {
  background-image: url("../img/sg-sprite.png");
  background-position: 0 -333px;
  display: block;
  float: right;
  height: 12px;
  width: 12px;
}
.content .sidebar-box.apply-filters a {
  background-image: url("../img/sg-sprite.png");
  background-position: -16px -333px;
  height: 12px;
  width: 6px;
}
.content .sidebar-box.apply-filters .list {
  clear: both;
  display: block;
}
.content .sidebar-box.apply-filters .list p {
  color: #d9d4c7;
  font-size: 12px;
}
.content .sidebar-box .popover {
  border: 1px solid #b9b098;
  border-radius: 0;
  max-width: 520px !important;
  width: 520px;
}
.content .sidebar-box .popover .content {
  background: white;
  padding: 20px;
}
.content .sidebar-box .popover a {
  background-image: none;
  display: block;
  font-size: 12px;
  height: initial;
  padding: 7px;
  width: 100%;
}
.content .sidebar-box .popover a.saved, .content .sidebar-box .popover a.delete {
  border: 1px solid #b9b098;
}
.content .sidebar-box .popover a.saved span, .content .sidebar-box .popover a.delete span {
  background-image: url("../img/sg-sprite.png");
  display: block;
  float: right;
  height: 16px;
  width: 16px;
}
.content .sidebar-box .popover a.saved span {
  background-position: -28px -331px;
}
.content .sidebar-box .popover a.delete span {
  background-position: 2px -333px;
}
.content .sidebar-box .popover a.done {
  border: 2px solid #b9b098;
  color: #b9b098;
  padding: 16px 20px;
  font-weight: bold;
  text-align: center;
}
.content article h1 {
  color: #484848;
  font-size: 22px;
  margin-top: 0;
}
.content article p {
  color: #484848;
  font-size: 16px;
}

/* viewed */
.viewed .viewed-block {
  float: left;
  height: 168px;
  position: relative;
  width: 168px;
}
.viewed .viewed-block.title {
  background: #b9b098;
  color: white;
  font-size: 40px;
  line-height: 40px;
  padding: 20px;
}
.viewed .viewed-block.title span {
  color: #ee3124;
  display: block;
}
.viewed .viewed-block img {
  width: 100%;
}
.viewed .viewed-block .info {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 100%;
}
.viewed .viewed-block .info p.section {
  color: #b9b098;
  font-size: 9px;
  text-transform: uppercase;
}
.viewed .viewed-block .info h6 {
  color: white;
  font-size: 15px;
  line-height: 15px;
  margin: 5px 0;
}
.viewed .viewed-block .info .link {
  bottom: 10px;
  color: #b9b098;
  display: block;
  font-size: 12px;
  position: absolute;
  width: 85%;
  text-decoration: none;
}
.viewed .viewed-block .info .link:hover {
  text-decoration: none;
}
.viewed .viewed-block .info .link span {
  background: url("../img/sg-sprite.png");
  float: right;
  background-position: 0 -222px;
  height: 15px;
  position: relative;
  right: 5px;
  top: 5px;
  width: 15px;
}

/* recentely viewed */
.wrap {
  position: relative;
  margin: 0;
  z-index: 2;
}

.frame {
  height: 168px;
  overflow: hidden;
}
.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.frame ul li {
  float: left;
  width: 168px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  cursor: pointer;
}
.frame ul li a {
  display: block;
  overflow: hidden;
}

.controls {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.controls .ctrl {
  height: 50%;
}
.controls .ctrl button {
  background-color: #ee3124;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 0;
  display: block;
  height: 100%;
  padding: 0 8px;
  width: 25px;
}
.controls .ctrl button.disabled {
  background-color: #6e6e6e;
  opacity: 1;
}
.controls .ctrl button.prevPage {
  background-image: url(../img/prev.png);
}
.controls .ctrl button.nextPage {
  background-image: url(../img/next.png);
}

/* profile */
.profile-info {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.profile-info div {
  height: 100%;
  padding: 0;
}
.profile-info .container {
  padding: 0 15px;
}
.profile-info .info {
  background: #d7cfbf;
  height: 100%;
  padding: 20px 20px 60px 10px;
}
.profile-info .info .type {
  color: #ee3124;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
.profile-info .info h1 {
  color: white;
  font-size: 36px;
  margin: 10px 0;
}
.profile-info .info p {
  color: #323232;
  margin: 0;
}
.profile-info .info p a {
  color: #323232;
  font-size: 15px;
}
.profile-info .info .location {
  height: auto;
  margin: 10px 0 0 0;
}
.profile-info .info .location h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.profile-info .info .location span {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  width: 20px;
}
.profile-info .info .icons {
  height: 25px;
}
.profile-info .info .icons a {
  background-image: url("../img/sg-sprite.png");
  display: block;
  float: left;
  margin: 10px 10px 0 0;
}
.profile-info .info .icons a.linkedin {
  background-position: 0 -302px;
  height: 25px;
  width: 25px;
}
.profile-info .info .icons a.linkedin[href=''] {
  display: none;
}
.profile-info .info .icons a.cred {
  background-position: -25px -302px;
  height: 25px;
  width: 30px;
}

.section-hero .profile-img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}
.section-hero .profile-img div {
  height: 100%;
}
.section-hero .profile-img img {
  height: 100%;
  width: auto;
}

/**/
/* contact us */
#map {
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}

.hero-contact {
  height: 420px;
}
.hero-contact .profile-info {
  -webkit-box-shadow: inset 0px -87px 76px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -87px 76px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -87px 76px 5px rgba(0, 0, 0, 0.5);
}
.hero-contact .info {
  padding-top: 20px;
}
.hero-contact .info p span {
  font-weight: bold;
}
.hero-contact .info a.googlemapslink {
  color: #323232;
  display: block;
  font-size: 12px;
  margin: 5px 0 10px 0;
  text-decoration: none;
}
.hero-contact .info a.googlemapslink:hover {
  text-decoration: none;
}
.hero-contact .info .button {
  border: 2px solid #323232;
  color: #323232;
  display: inline-block;
  height: auto;
  margin: 20px 27%;
  padding: 5px 20px;
  text-decoration: none;
}
.hero-contact .info .button:hover {
  text-decoration: none;
}
.hero-contact .quick-links a:hover, .hero-contact .quick-links a.active {
  background: #ee3124;
}

.title-contact {
  position: relative;
}
.title-contact h1 {
  display: none;
  bottom: 90px;
  color: white;
  left: 20px;
  position: absolute;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.contact-form {
  padding: 120px 0 0 0;
}
.contact-form .cd-form {
  margin: 0;
}
.contact-form .cd-form div {
  margin: 0;
}
.contact-form .cd-form > div {
  width: 100%;
}
.contact-form .cd-form .input-one > div {
  width: 100%;
}
.contact-form .cd-form .input-two > div {
  width: 50%;
}
.contact-form .cd-form input[type="submit"] {
  margin: 30px 0 0 0;
  width: 50%;
}
.contact-form .cd-form textarea {
  border-radius: 0;
}
.contact-form .tooltip {
  position: absolute;
  width: initial !important;
}
.contact-form .tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  width: auto !important;
}
.contact-form .tooltip .tooltip-inner {
  width: 100%;
}
.contact-form .checbox-area .tooltip {
  left: 40% !important;
}

.contact-form-thanks {
  padding: 120px 0 0 0;
}

.contact-form.loading {
  opacity: 0.3;
}

.loader {
  position: absolute;
  top: 40%;
  width: 100%;
}

#research-form.contact-form {
  margin: 0;
  padding: 0;
}
#research-form.contact-form .tooltip {
  margin: 0;
}
#research-form.contact-form .tooltip div {
  margin: 0;
}

#map-akl .gmnoprint, #map-chch .gmnoprint, #map-well .gmnoprint {
  display: none !important;
}

/**/
/* Teams */
.content-team {
  padding: 0 0 40px 0;
}

.team-block {
  width: 100%;
}
.team-block .team-person {
  float: left;
  margin-bottom: 50px;
  margin-right: 15px;
  position: relative;
  width: 23%;
}
.team-block .team-person img {
  width: 100%;
}
.team-block .team-person .name {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 5px;
  position: absolute;
  width: 100%;
}
.team-block .team-person .name:hover {
  background: rgba(238, 49, 36, 0.5);
}
.team-block .team-person .name:hover p {
  color: white;
}
.team-block .team-person .name a {
  text-decoration: none;
}
.team-block .team-person .name a:hover {
  text-decoration: none;
}
.team-block .team-person .name p {
  color: #b9b098;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
}
.team-block .team-person .name h6 {
  color: white;
  font-size: 18px;
}
.team-block .team-person .name span {
  background-image: url("../img/sg-sprite.png");
  background-position: 0 -222px;
  float: right;
  height: 15px;
  position: relative;
  right: 10px;
  top: -20px;
  width: 15px;
}
.team-block .team-person .label {
  border-radius: 0;
  bottom: -35px;
  color: white;
  /*padding: 8px 0;*/
  height: 35px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 100%;
}
.team-block .team-person .label p {
  text-align: center;
}
.team-block .team-person .label.saved {
  background-color: #ee3124;
}
.team-block .team-person .label.saved span.icon {
  background: url("../img/sg-sprite.png");
  background-position: 0 -90px;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  position: relative;
  top: 4px;
  width: 18px;
}
.team-block .team-person .label.saved:hover p {
  margin: 6px 0 0 0;
}
.team-block .team-person .label.add {
  background-color: #b9b098;
  cursor: pointer;
}
.team-block .team-person .label.add span.icon:after {
  content: "+";
  padding: 0 5px;
}
.team-block .team-person .label.add:hover {
  background-color: #d1c8b1;
}
.team-block .team-person .label .research-icon {
  background-image: url("../img/sg-sprite.png");
  background-position: -44px -35px;
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 24px;
}

/* resources */
.resources p.filter {
  font-weight: bold;
  display: inline;
}
.resources .btn-group .dropdown-toggle, .resources .btn-group.open .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px;
  position: relative;
  top: -2px;
}
.resources .btn-group .dropdown-menu, .resources .btn-group.open .dropdown-menu {
  background: white;
  border: 1px solid #b9b098;
  box-shadow: none;
}
.resources .btn-group .dropdown-menu a, .resources .btn-group.open .dropdown-menu a {
  color: #323232;
}
.resources .block {
  background: white;
}
.resources .block .img img {
  height: 150px;
  width: 150px;
}
.resources .block .info {
  min-height: 150px;
  padding: 15px 0 0 0;
}
.resources .articles {
  padding: 20px 0;
}

.load-more p {
  cursor: pointer;
  display: block;
  text-align: center;
}
.load-more p span {
  background-image: url("../img/sg-sprite.png");
  background-position: 0 -274px;
  display: inline-block;
  height: 19px;
  position: relative;
  right: -5px;
  top: 3px;
  width: 17px;
}
.load-more p span.loader {
  background-image: url(/img/load-more-loader.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 5px;
}

.no-filters .dropdowns {
  display: none;
}

.dropdowns {
  margin: 0 0 20px 0;
}
.dropdowns .btn-group {
  margin: 0 0 10px 0;
  width: 100%;
}
.dropdowns .btn-group button {
  background-color: white;
  border: 1px solid #b9b098;
  padding: 15px;
  text-align: left;
  width: 100%;
}
.dropdowns .btn-group button .caret {
  float: right;
  position: relative;
  top: 7px;
}
.dropdowns .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.dropdowns .btn-group.open .dropdown-menu {
  background: white;
  border: 1px solid #b9b098;
  box-shadow: none;
  width: 100%;
}
.dropdowns .btn-group.open .dropdown-menu a {
  margin: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}

.cpd-training {
  overflow: hidden;
  width: 100%;
  border: none;
  height: 100%;
  min-height: 1500px;
}

/* footer */
footer {
  background: #323232;
  border-top: 3px solid #ee3124;
  padding: 25px 0 25px 0;
}
footer a {
  color: #b9b098;
  display: block;
  font-weight: normal;
  text-decoration: none;
  line-height: 15px;
  margin: 7px 0;
}
footer a:hover {
  text-decoration: none;
}
footer a:hover {
  color: white;
  font-weight: normal;
}
footer a.sub-header {
  color: white;
  cursor: pointer;
  font-family: 'Founders-M';
  font-weight: normal;
  margin: 0 0 15px 0;
}
footer a.footer-item{
  color: white;
    margin: 20px 15px 20px 0;
    display:inline-block;
}
footer .social-links{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  footer .social-links{
    justify-content: flex-start;
  }
}
footer .find-us p {
  color: white;
  font-family: 'Founders-M';
  margin: 0 0 15px 0;
}
footer .find-us span {
  display: block;
}
footer .find-us .phone {
  color: #b9b098;
  font-family: 'Founders-R';
}
footer .copyright p {
  color: #b4b8b6;
  font-size: 12px;
  margin: 30px 0 0;
}
footer .copyright p a {
  display: inline;
  font-weight: normal;
}
footer .copyright .find-us {
  margin: 0 0 20px 0;
}

/* graduate careers */
.header-graduate {
  position: relative;
  z-index: 5;
}

.main {
  z-index: -99;
}

.onepage-pagination {
  position: fixed;
  top: 50%;
  z-index: 4;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 12px;
  width: 4px;
  height: 4px;
  display: block;
  color:transparent;
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 13px;
  height: 13px;
  background: white;
  border: 3px solid #ee3124;
  margin-top: -4px;
  left: 7px;
}


.onepage-pagination {
  top: 35% !important;
      z-index: 4;
    position: fixed;
}
.onepage-pagination a {
  position: relative;
}
.onepage-pagination a.active:after {
  color: white;
}
.onepage-pagination a:focus {
  outline: none;
}
.onepage-pagination a:after {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 25px;
  top: 4px;
  text-align: left;
  width: 250px;
}
/*
.onepage-pagination a[data-menuanchor="1"]:after {
  content: "Welcome";
}
.onepage-pagination a[data-menuanchor="2"]:after {
  content: "Key dates";
}
.onepage-pagination a[data-menuanchor="3"]:after {
  content: "The summer clerk experience";
}
.onepage-pagination a[data-menuanchor="4"]:after {
  content: "What it's like working here";
}
.onepage-pagination a[data-menuanchor="5"]:after {
  content: "Application tips";
}
.onepage-pagination a[data-menuanchor="6"]:after {
  content: "How to apply";
*/
.container-fluid.grad {
  height: 100%;
  padding: 0;
  position: relative;
}
.container-fluid.grad .hero-search-cont {
  z-index: 2;
}

.graduate-careers {
  z-index: 0;
}
.graduate-careers .section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*.graduate-careers .section.welcome {
  background-image: url(../img/bg-graduate-01.jpg);
}
.graduate-careers .section.how-to-apply {
  background-image: url(../img/bg-graduate-02.jpg);
}
.graduate-careers .section.key-dates {
  background-image: url(../img/bg-graduate-03.jpg);
}
.graduate-careers .section.looking-for {
  background-image: url(../img/bg-graduate-04.jpg);
}
.graduate-careers .section.work-here {
  background-image: url(../img/bg-graduate-05.jpg);
}
.graduate-careers .section.tips {
  background-image: url(../img/bg-graduate-06.jpg);
}*/

.graduate-careers .section .page_container {
  background: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
}
.graduate-careers .section .page_container h1 {
  color: white;
  font-family: 'Founders-SB';
  font-size: 110px;
  line-height: 80px;
  margin: 0;
  text-transform: uppercase;
}
.graduate-careers .section .page_container span {
  background: #ee3124;
  display: block;
  height: 8px;
  margin: 50px auto;
  width: 40%;
}
.graduate-careers .section .page_container p {
  color: white;
  margin: 0 0 20px 0;
}
.graduate-careers .section .page_container a {
  background: #ee3124;
  color: white;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 10px 40px;
  z-index: 10;
}
.graduate-careers .section .page_container a:hover {
  text-decoration: none;
}

.overlay-gc-welcome ul li a {
  color: #ee3124;
  display: inline;
}

.overlay-gc .page-container {
  background: #ececec;
  margin: 50px 0 0 0;
  padding: 0;
}
.overlay-gc .page-container img {
  width: 100%;
}
.overlay-gc .page-container .content {
  padding: 20px 50px;
}
.overlay-gc .page-container .content p.tagline {
  color: #b9b098;
  font-size: 10px;
  text-transform: uppercase;
}
.overlay-gc .page-container .content h2 {
  font-family: 'Founders-M';
  font-size: 22px;
}
.overlay-gc .page-container .content p, .overlay-gc .page-container .content ul {
  font-size: 16px;
}
.overlay-gc .page-container .content ul {
  list-style: outside;
  margin: 0 0 20px 0;
}
.overlay-gc .page-container .content ul li {
  min-height: 0;
  padding: 0 0 0 15px;
}
.overlay-gc .page-container .content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.overlay-updates form {
  padding: 0;
}
.overlay-updates .checbox-area {
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.overlay-updates .checbox-area ul {
  width: 100%;
}
.overlay-updates .checbox-area div.col-sm-6 {
  width: 50%;
}
.overlay-updates .checbox-area div.col-xs-12 {
  width: 100%;
}

#aluminate-form li, #updates-form li {
  margin: 0;
}
#aluminate-form label, #updates-form label {
  padding: 0;
  width: 100%;
}
#aluminate-form label:before, #updates-form label:before {
  width: 20px;
  height: 20px;
  top: 50%;
  left: initial;
  right: 10px;
  margin-top: -9px;
  position: absolute;
  cursor: pointer;
  border: none;
  box-shadow: none;
}
#aluminate-form label:after, #updates-form label:after {
  display: none;
}
#aluminate-form input[type="checkbox"]:checked ~ label, #updates-form input[type="checkbox"]:checked ~ label {
  border: none;
}
#aluminate-form input[type="checkbox"] ~ label:before, #updates-form input[type="checkbox"] ~ label:before {
  border-radius: 0;
  border: 1px solid #b9b098;
}
#aluminate-form input[type="checkbox"]:checked ~ label:before, #updates-form input[type="checkbox"]:checked ~ label:before {
  border: none;
}

.overlay-research .read-more {
  position: relative;
  top: -13px;
}
.overlay-research .info {
  max-height: 80px;
  padding: 10px 0 0 0;
}
.overlay-research .info .section {
  padding: 0 !important;
}
.overlay-research .info h6 {
  font-size: 16px;
  margin: 0;
}
.overlay-research .info p {
  line-height: 16px;
}
.overlay-research .info .label {
  width: 20% !important;
}
.overlay-research .info .label p {
  width: 100%;
}
.overlay-research .alumni-form-thanks {
  margin-bottom: 40px;
}
.overlay-research .loader {
  bottom: 20px;
  top: initial;
}

/* fix for responsive videos */
.youtubeWrapper, .vimeoWrapper {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* Set the padding-bottom for 16:9 aspect ratio video from YouTube & Vimeo */
.youtubeWrapper, .vimeoWrapper {
  padding-bottom: 56.25%;
}

.youtubeWrapper iframe,
.youtubeWrapper object,
.youtubeWrapper embed,
.vimeoWrapper iframe,
.vimeoWrapper object,
.vimeoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* careers */
.block.careers-preview {
  padding: 20px !important;
}
.block.careers-preview .position {
  color: #b9b098;
  display: inline;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
.block.careers-preview .date {
  color: #b4b8b6;
  display: inline;
  float: right;
  font-size: 12px;
  top: 0 !important;
}
.block.careers-preview h4 {
  clear: both;
}
.block.careers-preview .label {
  background: #b9b098;
  cursor: pointer;
  right: -20px !important;
  bottom: -20px !important;
}
.block.careers-preview .label p {
  color: white;
  font-weight: normal;
}
.block.careers-preview .location {
  bottom: -20px;
  color: #b9b098;
  font-style: italic;
  position: relative;
}

/* alumni */
.chairman {
  height: auto !important;
}
.chairman .label p {
  margin-top: 10px;
}
.chairman img {
  margin: 0 20px 20px 0 !important;
}

.alumni-archive-expand {
  margin-left: 10px;
}
.alumni-archive-expand p {
  color: #b4b8b6 !important;
  margin: 15px 0 0 0;
}
.alumni-archive-expand li a {
  font-size: 12px !important;
}

/* media queries */
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .carousel-inner {
    height: auto;
  }
  .carousel-inner img {
    max-width: initial !important;
    width: 250%;
  }

  .carousel-indicators li {
    margin: 0 0 0 10px !important;
  }

  .carousel-inner > .item {
    overflow: hidden;
    width: 100%;
  }

  .grid .block.title h6 {
    padding: 50px 0;
  }

  .morphsearch-form {
    height: auto;
    margin: 30px auto 0;
  }
  .morphsearch-form p {
    min-height: 66px;
  }
  .morphsearch-form .morphsearch-input {
    font-size: 40px;
    line-height: 60px;
  }
  .morphsearch-form .morphsearch-submit {
    height: 40px;
    width: 40px;
    bottom: 7px;
  }
  .morphsearch-form .morphsearch-submit.loading {
    bottom: 0;
    height: 64px;
    top: -10px;
    width: 64px;
  }
  .morphsearch-form .morphsearch-submit.sort-experts {
    bottom: 26px;
  }
  .morphsearch-form .glyphicon-remove:before {
    font-size: 42px;
    position: relative;
    top: -51px;
    right: -40px;
  }

  .ac-custom {
    padding: 50px 50px 0 50px;
  }
  .ac-custom ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .ac-custom ul li {
    float: left;
    padding: 0;
    width: 50%;
  }

  .outtergrid {
    padding: 0;
  }
  .outtergrid .block {
    border-bottom: 1px solid #ebebeb;
    height: 90px;
    min-height: initial;
    width: 100%;
  }
  .outtergrid .block .inner-content {
    width: 100%;
  }
  .outtergrid .block .inner-content p.excerpt {
    display: none !important;
  }
  .outtergrid .block .arrow {
    display: none;
  }
  .outtergrid .block .label {
    display: none;
  }
  .outtergrid .block .block-img {
    float: left !important;
    width: 23% !important;
  }
  .outtergrid .block .block-text {
    position: relative;
    width: 77% !important;
  }
  .outtergrid .block .block-text h6 {
    margin: 0;
  }
  .outtergrid .block .block-text p.section {
    margin: 0 0 5px 0;
  }
  .outtergrid .block .block-text p.date {
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 15px;
  }

  .goToTop {
    height: initial;
  }

  .overlay .overlay-close {
    background-size: 40%;
    height: 60px;
    right: 10px;
    top: 10px;
    width: 60px;
  }

  footer a {
    color: white;
    -webkit-tap-highlight-color: #ee3124;
  }
  footer a.sub-header {
    font-weight: normal;
    margin: 15px 0 0 0;
  }
  footer .find-us .phone {
    display: none;
  }
  footer .copyright p {
    margin: 0;
  }

  .section-hero {
    height: auto;
  }
  .section-hero .profile-info {
    padding: 0;
    position: relative;
    top: 0;
  }
  .section-hero .profile-info .info {
    padding: 20px 10px 40px;
  }
  .section-hero img.background {
    left: -40%;
  }

  .quick-links {
    position: relative !important;
  }
  .quick-links .container {
    margin: 0;
    padding: 0;
  }
  .quick-links .item {
    width: 100% !important;
  }

  #map #map-akl {
    position: relative;
  }

  .hero-contact .info .button {
    margin: 20px 0;
  }

  .profile-info div.col-sm-12 {
    padding: 0 30px;
  }
  .profile-info div.col-sm-12 .container {
    padding: 0;
  }

  .overlay-tags .ac-custom li {
    margin-bottom: 10px;
    width: 100%;
  }
  .overlay-tags .ac-custom li input[type="checkbox"]:checked ~ svg {
    top: 30px;
  }

  .onepage-pagination {
    top: 35% !important;
    z-index: 4;
    position: fixed;
  }
  .onepage-pagination li {
    margin: 20px 0;
  }
  .onepage-pagination a:after {
    content: "" !important;
  }

  .header-graduate.scrollmobmenu {
    max-height: 100%;
    overflow: scroll;
  }

  .graduate-careers .section .page_container {
    top: 50%;
  }
  .graduate-careers .section .page_container h1 {
    font-size: 42px;
    line-height: 32px;
  }

  .content .sidebar {
    border: none;
  }
  .content .sidebar ul {
    padding: 30px 0 0 0;
  }
  .content .sidebar.alum {
    min-height: initial;
  }
  .content .media {
    position: absolute;
    top: 5%;
  }
  .content .media.stuck {
    position: fixed;
    top: 30%;
  }

  .overlay-register-aluminate form ul {
    padding: 0 20px 0 0;
  }
  .overlay-register-aluminate form label:before {
    right: -20px !important;
  }
  .overlay-register-aluminate form li {
    margin: 10px 0 !important;
  }
  .overlay-register-aluminate .checbox-area div.col-xs-12 {
    width: 100%;
  }
  .overlay-register-aluminate .checbox-area div.col-xs-12 li {
    width: 100%;
  }

  #research-form {
    margin: 30px 0;
  }
  #research-form .form-group, #research-form div {
    margin: 0;
    width: 100%;
  }
  #research-form .form-group input[type="submit"], #research-form div input[type="submit"] {
    width: 100%;
  }

  .section-hero .title {
    bottom: initial;
    top: 0;
  }
  .section-hero img {
    position: relative;
    top: 0;
  }

  .section-hero-profile {
    background-color: #ececec;
  }
  .section-hero-profile .quick-links {
    bottom: 0;
  }

  .research-list a {
    position: relative;
    left: -20px;
  }
  .research-list span {
    float: right;
    left: 10px;
    top: 2px;
  }
  .research-list .notif {
    left: initial;
    right: -3px;
  }

  .stick .hero-search-cont {
    height: initial;
    overflow: initial;
  }

  .overlay-research .info {
    padding: 5px !important;
  }
  .overlay-research .info > a {
    display: none !important;
  }
  .overlay-research .info h6 {
    margin-top: 0;
    padding-top: 10px;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .overlay-research .info p {
    display: none;
  }
  .overlay-research .info p.section {
    display: block;
  }
  .overlay-research .info .label {
    width: 140px;
    top: 45px !important;
  }
  .overlay-research .info .label p {
    display: block;
    width: 100%;
  }

  .resources .block .info {
    height: 150px;
  }
  .resources .block .info .date {
    position: initial;
  }
  .resources .block .info .label, .resources .block .info .excerpt {
    display: none;
  }
  .resources .careers-preview.block .info {
    height: auto;
    min-height: initial;
  }
  .resources .careers-preview.block .label, .resources .careers-preview.block .excerpt {
    display: block;
  }
  .resources .careers-preview.block .label {
    bottom: -30px !important;
  }

  .contact-form {
    padding: 50px 0 0 0;
  }

  .overlay-register-aluminate .checbox-area div.col-sm-6 {
    width: 100%;
  }
  .overlay-register-aluminate .checbox-area div.col-sm-6 .item {
    width: 100%;
  }

  .overlay .btn-group {
    width: 100%;
  }
  .overlay .btn-group .dropdown-toggle {
    margin-top: 10px;
    width: 95%;
  }
  .overlay .search-btn {
    bottom: 51px;
  }
  .overlay .label p {
    position: relative;
    top: -3px;
  }
  .overlay .label p .research-icon {
    top: 7px !important;
  }
  .overlay .read-more {
    top: 0;
  }

  .overlay-updates .checbox-area div.col-sm-6 {
    width: 100%;
  }
  .overlay-updates .checbox-area div.col-sm-6 li {
    margin: 10px 0 !important;
    width: 100%;
  }
  .overlay-updates .checbox-area div.col-sm-6 li label {
    width: 80% !important;
  }
  .overlay-updates .checbox-area div.col-sm-6 li label:before {
    right: -30px !important;
  }

  .contact-form .cd-form input[type="submit"] {
    width: 60%;
  }

  .spacer {
    height: 10px;
  }

  .careers-preview.block .info h4 {
    margin-bottom: 10px !important;
    width: 50%;
  }
  .careers-preview.block .location {
    bottom: 0;
    clear: both;
    display: block;
    line-height: 50px;
    width: 100%;
  }

  .team-block .team-person {
    width: 100%;
  }

  .area .issue .info .label,
  .area .block .info .label {
    min-width: 200px;
    width: initial;
  }

  .area .block .info {
    height: 80px;
    padding: 8px 0 0 0;
  }
  .area .block .info h6 {
    font-size: 15px;
    margin: 0;
  }
  .area .block .info p {
    overflow: hidden;
  }
  .area .block .info .section, .area .block .info .date {
    display: none;
  }

  .hero-search-cont {
    margin: 20px 0 !important;
  }
  .hero-search-cont button {
    top: 33px !important;
  }

  .research-icon {
    height: 23px !important;
    width: 26px !important;
  }

  .contact-form .cd-form .input-two > div {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid .block .inner-content .block-text p.excerpt {
    display: inline-block !important;
    margin: 0;
    max-height: 43px;
    overflow: hidden;
  }

  nav li a {
    margin: 0 10px 0 0;
  }

  .graduate-careers .section .page_container h1 {
    font-size: 85px;
    line-height: 70px;
  }

  .content .sidebar-box {
    min-height: 70px;
  }
  .content .sidebar-box a {
    float: left;
    margin: 0 10px 10px 0;
  }
  .content .sidebar-box a.tags-filters {
    float: right;
    margin-right: 0;
  }

  .split-list li {
    height: auto !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 991px) {
  .team-block .team-person {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .graduate-careers .section .page_container h1 {
    font-size: 105px;
    line-height: 80px;
  }

  .team-block .team-person {
    width: 22.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    background: url(../img/logo-header.png) no-repeat;
    height: 50px;
    margin-bottom: 10px;
    width: 350px;
  }

  .container-fluid {
    max-width: 1560px;
  }

  .outtergrid {
    padding: 0;
    width: 100%;
  }

  .grid {
    width: 100%;
  }
  .grid .block {
    width: 33.33%;
  }
  .grid .block.title {
    width: 33.34%;
  }

  .goToTop, .stick, .stick .hero-search-cont, .wrap, .section-hero {
    left: 50%;
    margin-left: -780px;
    width: 1560px !important;
  }

  .hero-contact {
    height: 410px;
  }

  .hero-search-cont {
    position: relative;
    top: -10px;
  }
  .hero-search-cont .hero-search input {
    font-size: 18px;
    height: 48px;
  }
  .hero-search-cont .hero-search button {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .grid .preview.block:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .content .sidebar ul {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .goToTop, .stick, .stick .hero-search-cont, .wrap, .section-hero {
    left: 0;
    margin-left: 0;
    width: 100% !important;
    max-width: 1560px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-hero img {
    width: 100%;
  }
  .section-hero .title {
    bottom: 220px !important;
  }
}
@media only screen and (max-width: 931px) and (min-width: 768px) {
  .section-hero .title {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .hero-contact .profile-info {
    position: absolute;
  }

  .hero-contact .quick-links {
    position: absolute !important;
  }

  .section-hero-profile img {
    left: -15% !important;
    top: 0;
  }
  .section-hero-profile .profile-info {
    position: absolute;
    top: 0px;
  }
  .section-hero-profile .profile-info .title-contact h1 {
    bottom: 170px;
  }

  .yamm .dropdown.yamm-fw .dropdown-menu .menu-block {
    min-height: 250px;
  }

  .hero-search-cont {
    margin: 0 !important;
  }
  .hero-search-cont button {
    top: 13px !important;
  }

  .search-results .nav-tabs li {
    margin-right: 15px;
  }

  .outtergrid .block .inner-content p.excerpt {
    display: block !important;
  }

  .content .sidebar {
    border-right: 1px solid #b9b098;
  }

  .resources .careers-preview.block .label {
    bottom: -20px !important;
  }

  .overlay-research .info h6 {
    padding-top: 10px;
  }
  .overlay-research .info p.section {
    max-height: 14px;
    overflow: hidden;
  }
  .overlay-research .info p.section:after {
    content: "...";
  }
  .overlay-research .info .label {
    bottom: 0 !important;
    min-width: 150px !important;
  }

  .content .sidebar {
    height: initial;
  }
  .content .sidebar ul {
    padding: 0;
  }

  .content .sidebar-box .title {
    display: block;
    width: 100%;
  }
  .content .sidebar-box a {
    float: left;
    margin: 0 10px 10px 0;
  }
  .content .sidebar-box a.tags-filters {
    float: right;
    margin-right: 0;
  }

  .area .block .info a {
    display: block;
  }

  .hero-contact .info h1 {
    margin: 0;
  }

  footer a {
    color: #b9b098;
  }
  footer .copyright p {
    margin: 30px 0 0 0;
  }
  footer .find-us .phone {
    display: block;
  }

  .area .issue .info .label,
  .area .block .info .label {
    min-width: initial;
  }

  .grid .block .inner-content .block-text a {
    display: block;
  }
}
/* iPad specific [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .graduate-careers .section .page_container {
    top: 50%;
  }
}
/* iPad specific landscape] */
/* iPhone 4 and 5 */
@media only screen and (max-device-width: 320px) {
  .logo {
    background-size: 90%;
    height: 31px;
  }

  .graduate-careers .section .page_container {
    top: 50%;
  }
  .graduate-careers .section .page_container h1 {
    font-size: 32px;
    line-height: 28px;
  }
  .graduate-careers .section .page_container span {
    margin: 20px auto;
  }
  .graduate-careers .section .page_container p {
    /*display: none;*/
  }

  .onepage-pagination {
    top: 0 !important;
    z-index: 4;
    position: fixed;
  }

  .grid .block .inner-content .block-text {
    padding: 10px 15px;
  }
  .grid .block .inner-content .block-text h6 {
    max-height: 40px;
    overflow: hidden;
  }

  .morphsearch-form .morphsearch-input {
    padding: 0 !important;
    width: 240px !important;
  }
}
/* ipad landscape styles */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .graduate-careers .section .page_container {
    top: 50%;
  }
}
/* iPhone 6*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .graduate-careers .section .page_container {
    top: 50%;
  }

  .graduate-careers .section .page_container p {
    /*display: none !important;*/
  }

  .graduate-careers .section .page_container h1 {
    font-size: 32px;
    line-height: 28px;
  }
  .graduate-careers .section .page_container span {
      margin: 20px auto;
  }

}
/* retina logo */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .logo {
    background: url(../img/logo-header@2x.png) no-repeat;
    background-size: 88%;
  }
}
/* IE+ styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stick .col-md-3 button {
    left: inherit;
  }

  .stick .hero-search-cont {
    height: 50px;
    overflow: hidden;
  }

  .hero-search-cont {
    height: 50px;
  }

  .hero-search input {
    height: 47px !important;
    position: relative;
    top: 1px;
  }

  .hero-search button {
    background-position-y: -65px;
    height: 20px;
    right: 20px !important;
    top: 13px;
    width: 10px;
  }

  .content .media {
    z-index: 99999999;
  }

  .notif {
    border-color: transparent;
  }

  .odd-block .arrow {
    right: inherit;
  }

  .graduate-careers .section .page_container {
    top: 50%;
  }

  #aluminate-form label, #updates-form label {
    padding-left: 30px;
  }

  .profile-info .info h1 {
    margin-top: 0;
  }

  .overlay .open.btn-group > .dropdown-menu li {
    height: auto !important;
    min-height: auto !important;
  }

  .outtergrid .block {
    min-height: auto !important;
  }

  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: initial !important;
  }
}
/* print styles */
@media print {
  .hero-search, .quick-links, .sidebar, .frame.viewed, footer, header, .profile-info .info .icons, .media {
    display: none;
  }

  .section-hero .title {
    width: 100%;
  }
  .section-hero .title h1 {
    position: absolute;
    top: -300px;
    width: 100%;
  }
  .section-hero .profile-img {
    position: relative;
    float: right;
    margin: 70px;
  }

  .content {
    padding: 0 0 40px 0;
  }

  .pull-right {
    width: 100%;
  }

  .profile-info .info {
    background-color: white !important;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0px;
    margin-left: 0 !important;
  }
  .profile-info .info h1 {
    font-size: 18px;
    margin: 0;
  }
  .profile-info .info .location p {
    font-size: 10px;
  }

  .careers-preview.block .info div.excerpt > div {
    overflow: visible !important;
    height: auto !important;
  }

  .careers-preview .label.register-interest {
    display: none;
  }
}
#shielded{
    height:30px;
    width:30px;
    margin: 22px 0 0;
    cursor: pointer;
}
#shielded img{
    width:100%;
    height:100%;
}

#fullpage .section {
    height: 100vh;
    max-width: 1560px;
    margin: 0 auto;
}

.col-sm-8.page-container{
  width:100% !important;
}

.overlay-gc .container {
    max-width: 1170px;
}

body.noScroll
#fullpage.noScroll{
  overflow: hidden;
  height: 100vh;
}

.header-graduate .header{
    top: 0;
    height: initial;
    width: 100% !important;
    z-index: 99;
}

.menu-gc{
  max-width: 1560px;
  display: flex;
  position: fixed;
  width: 100%;
  text-align: right;
  top: 35%;
}
