/* *
 * *
 * * Middle East site theme
 * *
 * *
 * */
 *
 * // Fonts - to do */
@font-face {
  font-family: "Harding";
  src: url("../fonts/HardingText-Regular-Web.woff2") format("woff2"), url("../fonts/HardingText-Regular-Web.woff") format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "Harding";
  src: url("../fonts/HardingText-Bold-Web.woff2") format("woff2"), url("../fonts/HardingText-Bold-Web.woff") format("woff");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "Harding";
  src: url("../fonts/HardingText-RegularItalic-Web.woff2") format("woff2"), url("../fonts/HardingText-RegularItalic-Web.woff") format("woff");
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Harding";
  src: url("../fonts/HardingText-BoldItalic-Web.woff2") format("woff2"), url("../fonts/HardingText-BoldItalic-Web.woff") format("woff");
  font-display: swap;
  font-weight: bold;
  font-style: italic;
}
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.span8 h1 {
  font-family: "Harding", "Lora", Palatino, Times, "Times New Roman", serif !important;
  font-size: 2.813rem;
  line-height: 1.2;
}

#home h1 {
  font-size: min(max(1.25rem, 3.5vw), 1.5rem);
}
#home h1 a {
  color: #fff;
}
#home h1.header {
  font-family: "Harding", "Lora", Palatino, Times, "Times New Roman", serif !important;
}

#main {
  line-height: 1.7;
}
#main p {
  font-size: 1.125rem;
}

#masthead {
  background: none;
  padding: 15px 0px;
  position: relative;
  border-bottom: solid 5px #222;
}
#masthead .container .logo {
  padding-left: 0;
}
#masthead .container .logo img {
  width: 360px;
}
#masthead .container .languages {
  float: right;
  margin-top: 1.5em;
}
#masthead .container .languages a {
  color: black;
  font-weight: bold;
  font-size: 20px;
}
#masthead .container .languages a:hover {
  color: #66ccff;
  text-decoration: none;
}

.navbar {
  border-bottom: 1px solid #222;
}
.navbar li {
  font-weight: bold;
}
.navbar li a {
  color: #222 !important;
}
.navbar li:hover {
  text-decoration: underline;
  text-shadow: none !important;
}
.navbar li.eng {
  font-size: 100%;
}
.navbar .nav-languages {
  display: none;
}
.navbar .btn-group .btn-inverse {
  margin-top: 1px;
  margin-left: 15px;
}
.navbar .nav li a {
  padding: 10px;
  color: #222 !important;
  text-shadow: none;
  font-size: 1rem;
}
.navbar .nav li:hover {
  color: black !important;
  text-decoration: underline;
}
.navbar .nav .active a {
  background-color: #fff !important;
  color: #000 !important;
}
.navbar .nav .active:hover {
  text-decoration: underline;
}

@media (max-width: 979px) {
  .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #fff !important;
    text-decoration: underline;
  }
}
.classic-banner {
  margin-bottom: 15px;
  text-align: center;
}
.classic-banner img {
  height: auto;
}

ul.articles-with-thumbs {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.articles-with-thumbs li {
  margin: 0 0 1em;
  padding: 0;
}
ul.articles-with-thumbs li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
ul.articles-with-thumbs li img {
  border: 1px solid #CCCCCC;
  padding: 1px;
}

ul.articles-with-thumbs li article {
  display:flex;
}

ul.articles-with-thumbs li article .title-and-description {
  margin-left: 10px;
}

ul.articles-with-thumbs li h3 {
  color: #444444;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 8px;
  margin-top:0;
  font-family: Harding, Palatino, serif;
  font-size: min(max(1.125rem, 3vw), 1.25rem);
}
ul.articles-with-thumbs li h3 a {
  color: #000 !important;
  font-size: 18px;
  text-decoration: underline;
  font-size: min(max(1.125rem, 3vw), 1.25rem);
}

ul.articles-inner {
  list-style: none outside none;
  margin: 0;
  padding: 1.5em 1.5em 0 1.5em;
}
ul.articles-inner li {
  margin: 0 0 1em;
  padding: 0;
}
ul.articles-inner li h3 {
  color: #444444;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
}
ul.articles-inner li h3 a {
  color: #000 !important;
}

ul.articles {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.articles li {
  margin: 0 0 1em;
  padding: 0;
}
ul.articles li h3 {
  color: #444444;
  font-size: min(max(1.125rem, 3vw), 1.25rem);
  line-height: 1.3em;
  margin-bottom: 8px;
  margin-top: 0;
}

ul.articles li h3 a {
  color: #000000;
  font-family: Harding, Palatino, serif;
  text-decoration: underline;
}

ul.articles li p a {
  color: #000 !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/**/
.article-section {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 6px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #333;
}

.enlarge {
  background: url("../img/icon-enlarge.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  padding-left: 20px;
  margin-left: 10px;
  text-decoration: none;
}

/**/
#shareFloat {
  background-color: #333;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  padding: 15px 5px 5px 5px;
  position: absolute;
  text-align: center;
  top: 180px;
  margin-left: -95px;
  width: 70px;
}
#shareFloat ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#shareFloat ul li {
  padding: 0;
  margin-bottom: 10px;
}
#shareFloat ul li.last {
  margin-bottom: 0;
}

.c-social-icons__list {
  display: inline;
  margin-left: 8px;
  cursor: pointer;
}

.c-social-icons__list .icon--inline svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
}

.c-social-icons__list .icon--inline {
  display: inline-block;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 50%;
  padding: 14px;
}

div.shareNarrow {
  display: inline;
  float: right;
  left: 0;
  margin: 0;
}
div.shareNarrow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.shareNarrow ul li {
  float: left;
  margin: 0;
  padding: 0;
}
div.shareNarrow ul li.second {
  margin-right: -15px;
}
div.shareNarrow ul li.last {
  margin-right: -15px;
}

div.shareNarrow2 {
  display: none;
  float: right;
  left: 0;
  margin: 20px 0 0 0;
}
div.shareNarrow2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.shareNarrow2 ul li {
  float: left;
  margin: 0;
  padding: 0;
}
div.shareNarrow2 ul li.second {
  margin-right: -15px;
}
div.shareNarrow2 ul li.last {
  margin-right: -30px;
}

/* home */
section#latest-news-features,
section#latest-research,
section#most-read,
section#trending,
section#featured,
section#blog,
section#our-picks {
  margin-top: 25px;
}

section#latest-research {
  margin-right: 10px;
}

/**/
.box {
  margin-bottom: 1.5em;
  text-shadow: 1px 1px #fff;
}
.box .inner {
  border: 1px solid white;
  padding: 1em;
}
.box .inner h1 {
  border-bottom: 1px solid black;
  font-family: "Harding", "Lora", Palatino, Times, "Times New Roman", serif !important;
  font-size: min(max(1.25rem, 3.5vw), 1.5rem);
}
.box .inner h2 {
  margin-top: 0;
}

/**/
.accordion-heading a {
  background-color: #e5e5e5;
  color: #666666;
  font-size: 14px;
}
.accordion-heading a:hover {
  background-color: #204164;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/* home Nature Index: Saudi Arabia */
#ni-saudi-arabia h2 {
  color: #666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
#ni-saudi-arabia ul.articles li p.journalname {
  font-style: italic;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
}
#ni-saudi-arabia ul.articles li p.pubdate {
  font-size: 12px;
  color: #666;
  margin-top: 0;
}
#ni-saudi-arabia .media {
  margin-bottom: 10px;
}
#ni-saudi-arabia .media .media-left {
  float: left;
  margin-right: 15px;
}
#ni-saudi-arabia .media .media-left img {
  width: 70px;
}
#ni-saudi-arabia .media .media-body {
  overflow: hidden;
}
#ni-saudi-arabia .media .media-body h3.media-heading {
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0;
}
#ni-saudi-arabia .media .media-body p.journalname {
  font-style: italic;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
}
#ni-saudi-arabia .media .media-body p.pubdate {
  font-size: 12px;
  color: #666;
  margin-top: 0;
}

/**/
.more {
  font-weight: bold;
  text-align: right;
}
.more a {
  color: #000;
}
.more .icon-chevron-right {
  opacity: 0.4;
  margin-top: 2px;
}

.more:hover .icon-chevron-right {
  opacity: 0.6;
}

/* archives our picks Tabs */
#archives .tab-content,
#our-picks .tab-content {
  border: none;
  margin-top: 30px;
}

#our-picks .nav-tabs {
  margin-top: 30px;
}

/**/
.article-type {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: right;
  text-transform: uppercase;
}

.doi,
.pub-date {
  font-size: 100%;
  color: #666;
  margin: 2.5em 0 0 0;
}

h2.standfirst {
  line-height: 1.5em;
  font-size: 136%;
  font-family: "Harding", "Lora", Palatino, Times, "Times New Roman", serif !important;
  color: #000;
}

.author {
  font-size: 105%;
  font-weight: bold;
  margin: 2em 0;
}

figure {
  float: right;
  margin: 0 0 20px 20px;
  width: 284px;
}
figure img {
  border: 1px solid #ccc;
  padding: 1px;
  margin-bottom: 15px;
}

#doi-201486 figure {
  float: none;
  margin: 0 auto;
  width: 550px;
}

figure-600 {
  margin: 0 0 20px 20px;
  width: 600px;
}
figure-600 img {
  border: 1px solid #ccc;
  padding: 1px;
  margin-bottom: 15px;
}

figcaption {
  color: #666;
  font-size: 90%;
}
figcaption .credit {
  font-style: italic;
}

crosshd {
  font-size: 120%;
  font-weight: bold;
}

blockquote {
  width: 30%;
  border: 1px solid #ccc;
  background: url("../img/pullquote.png") right top no-repeat #ececec;
  float: left;
  margin: 20px 20px 20px 0;
  padding: 25px 15px;
  font-weight: bold;
  color: #666;
}

div.iframeWrap {
  margin: 3em 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
div.iframeWrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

a.to-arb {
  float: right;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

a.to-arb .icon-random {
  opacity: 0.4;
  margin-top: 2px;
}

a.to-arb:hover .icon-random {
  opacity: 0.6;
}

/**/
.profile-pic {
  float: left;
  margin-right: 30px;
  border: 1px solid #ccc;
  padding: 1px;
}

/**/
.sponsosr-logo {
  float: left;
  margin-right: 30px;
}

.sponsor-info {
  padding-left: 265px;
}

.org,
.fn {
  font-weight: bold;
}

.mgn-btm {
  margin-bottom: 1em;
}

h3.pdf-link {
  margin: 0;
}

/* Podcast */
.podcast-box {
  margin: 30px 0 0 0;
}
.podcast-box iframe {
  margin: 0;
}
.podcast-box p.discription {
  color: #666;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.podcast-box p.pub-date {
  color: #666;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.podcast-box span.label a {
  color: white;
}
.podcast-box span.label a:hover {
  text-decoration: none;
}

/* Nature Index Saudi Arabia */
#ni-articles tr th {
  text-align: center;
  border-bottom: 3px solid #204163;
}
#ni-articles tr th.title {
  text-align: left;
}
#ni-articles tr td {
  text-align: left;
  vertical-align: middle;
}
#ni-articles tr td a {
  font-weight: bold;
}
#ni-articles tr td.journalname {
  font-style: italic;
  font-size: 12px;
  color: #666;
  width: 150px;
}
#ni-articles tr td.pubdate {
  font-size: 12px;
  color: #666;
  width: 80px;
  text-align: center;
}

.collection-landing .pull-right {
  float: right;
}
.collection-landing .pull-left {
  float: left;
}
.collection-landing .text-left {
  text-align: left;
}
.collection-landing .text-right {
  text-align: right;
}
.collection-landing .text-center {
  text-align: center;
}
.collection-landing h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: bold;
}
.collection-landing .main-image {
  margin: 3px 0 0 1.5em;
}
.collection-landing .credit {
  font-style: italic;
  margin-top: 5px;
}
.collection-landing header .standfirst {
  color: #888;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.collection-landing section {
  margin-top: 2rem;
  padding-top: 2rem;
}
.collection-landing section hr {
  border-top-color: #ccc;
}
.collection-landing section a {
  text-decoration: none;
}
.collection-landing section a:hover {
  text-decoration: none;
}
.collection-landing section a:hover h3 {
  text-decoration: underline;
}
.collection-landing section h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.collection-landing section .standfirst,
.collection-landing section .standfirst + p {
  color: #333;
  font-size: 15px;
  line-height: 1.4em;
}
.collection-landing section .section-name {
  font-weight: bold;
  text-transform: uppercase;
}
.collection-landing .media,
.collection-landing .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.collection-landing .media,
.collection-landing .media .media {
  margin-top: 15px;
}
.collection-landing .media:first-child {
  margin-top: 0;
}
.collection-landing .media-object {
  display: block;
}
.collection-landing .media-object {
  border: solid 1px #ccc;
}
.collection-landing .media-heading {
  margin: 0 0 10px;
}
.collection-landing .media > .pull-left,
.collection-landing .media > a > .pull-left {
  margin-right: 20px;
}
.collection-landing .media > .pull-right {
  margin-left: 20px;
}
.collection-landing .media-list {
  margin-left: 0;
  list-style: none;
}
.collection-landing .form-select {
  width: 100%;
  height: 45px;
  font-size: 1.2em;
}
.collection-landing .table th, .collection-landing .table td {
  padding: 15px;
}
.collection-landing .table tr, .collection-landing .table td, .collection-landing .table th {
  font-size: 1.2em;
}

/**/
#sidebar {
  float: right;
}
#sidebar .svcs-box {
  border: solid 1px #cccccc;
  background-color: #e2e3e2;
  background: #f8f8f8;
  background: linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  margin-bottom: 1.5em;
}
#sidebar .svcs-box .inner {
  border: 1px solid white;
  padding: 1em;
}
#sidebar .svcs-box .inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar .svcs-box .inner ul li:last-child {
  margin-bottom: 0;
}
#sidebar .svcs-box .inner ul li a {
  display: block;
  font-size: 108%;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
#sidebar .svcs-box .inner ul li a:hover {
  text-decoration: none;
}
#sidebar .svcs-box .inner ul li h3 {
  font-size: 90%;
  line-height: 138.5%;
  margin: 0;
}
#sidebar .svcs-box .inner ul li p.date {
  color: #666;
  margin: 5px 0;
}
#sidebar .svcs-box .inner h2 {
  color: #204164;
  font-size: 116%;
  font-weight: bold;
  line-height: 153.9%;
  margin: 0 0 1em 0;
  background: url(../img/bdr-grey.gif) repeat-x left bottom scroll;
  padding-bottom: 0.5em;
}
#sidebar .svcs-box .inner h2 a {
  color: #204164;
}
#sidebar .svcs-box .inner h2 a:hover {
  text-decoration: none;
}
#sidebar .svcs-box .inner h2 span {
  color: #ED2120;
}
#sidebar .svcs-box .inner h3 {
  color: #666;
  font-size: 100%;
  line-height: 1.4em;
  margin-bottom: 1em;
}

#sidebar .bnr {
  margin-bottom: 1.5em;
  text-align: center;
}
#sidebar .bnr img {
  margin: 0 auto;
  height: 100%;
}
#sidebar .btn {
  float: right;
  margin-bottom: 1.5em;
}
#sidebar .social p {
  float: left;
  line-height: 32px;
  margin: 0 28px 0 0;
}
#sidebar .social a {
  margin: 0 0 0 2px;
}

@media (min-width: 768px) and (max-width: 979px) {
  #sidebar .social p {
    width: 100%;
  }
}
.partner-with-us h1 {
  padding-top: 20px;
}
.partner-with-us h4 {
  padding: 10px 0;
}
.partner-with-us .nr-row {
  margin-top: 0px;
}
.partner-with-us .nc-row {
  padding: 10px 0;
}
.partner-with-us .nc-row:last-child {
  border: none;
}
.partner-with-us .top-img {
  padding-bottom: 20px;
}
.partner-with-us .nrp-logo {
  width: 275px;
  height: auto;
  padding: 40px 0;
}
.partner-with-us .img-con {
  width: 125px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.partner-with-us .img-con img {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.partner-with-us p {
  font-size: 14px;
  line-height: 1.5;
}
.partner-with-us .caption {
  font-size: 12px;
  text-align: center;
}
.partner-with-us .vcard {
  padding: 20px;
  border: 1px solid #fff;
}
.partner-with-us .vcard-wrapper {
  border: solid 1px #cccccc;
  background-color: #e2e3e2;
  background: #f8f8f8;
  background: linear-gradient(top, #f8f8f8 0, #e6e5e6 250px);
  margin: 20px 0;
}
.partner-with-us .box {
  margin: 20px 0;
}
.partner-with-us img.cover {
  width: 136px;
  float: left;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-right: 30px;
  margin-bottom: 20px;
}
.partner-with-us .nc-img {
  width: 136px;
  float: left;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-right: 30px;
  margin-bottom: 20px;
}
.partner-with-us .nc-img:nth-child(even) {
  float: right;
}
.partner-with-us .hero {
  position: relative;
}
.partner-with-us .op-bg {
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  margin-top: -120px;
  width: 100%;
  padding-left: 20px;
}
.partner-with-us .nrcm-cover {
  width: 136px;
  float: left;
  box-shadow: none;
  margin-right: 30px;
  margin-bottom: 20px;
}
.partner-with-us .nrcm-cover .caption {
  padding: 5px;
}
@media (max-width: 480px) {
  .partner-with-us .cover {
    clear: both !important;
  }
  .partner-with-us p {
    clear: both;
  }
  .partner-with-us .caption {
    font-size: 12px;
    text-align: left;
  }
}

/**/
#sidebar .links {
  margin-bottom: 1.5em;
}
#sidebar .links h3 {
  border-bottom: 1px solid black;
}
#sidebar .links .logo {
  margin: 0 50px 20px 50px;
}
#sidebar .blue-box {
  clear: both;
  border: solid 1px #bbddff;
  background-color: #e2e3e2;
  background: #f8f8f8;
  background: linear-gradient(top, #E2F1FE 0, #F6FBFF 250px);
  margin-bottom: 1.5em;
}
#sidebar .blue-box .inner {
  border: 1px solid white;
  padding: 1em;
}
#sidebar .blue-box .inner h3 {
  background: url("../img/sponsor-h3-line.gif") repeat-x scroll left bottom transparent;
  color: #0093D1;
  margin-top: 0;
  padding-bottom: 0.25em;
  text-shadow: 1px 1px 0 #FFFFFF;
}
#sidebar .blue-box .inner p {
  margin: 1em 0 0 0 !important;
  text-align: center !important;
}
#sidebar .blue-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar .blue-box ul li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#sidebar .blue-box ul li #israel {
  background: url("../img/icon-israel.gif") no-repeat scroll left 50% transparent;
  display: block;
  line-height: 35px;
  padding: 0 0 0 45px;
}
#sidebar .blue-box ul li #islam {
  background: url("../img/icon-islam.gif") no-repeat scroll left 50% transparent;
  display: block;
  line-height: 35px;
  padding: 0 0 0 45px;
}
#sidebar .blue-box ul li #iran {
  background: url("../img/icon-iran.gif") no-repeat scroll left 50% transparent;
  display: block;
  line-height: 35px;
  padding: 0 0 0 45px;
}

#sidebar #related-websites-box h3 {
  font-size: 14px;
}
#sidebar #related-websites-box .logo {
  margin: 0 50px 20px 50px;
}

/* Footer */
footer #footer-main {
  background: #535353;
  border-top: 3px solid #a4a4a4;
  margin-top: 50px;
  padding: 50px 0 30px;
  font-size: 93%;
  color: #fff;
}
footer #footer-main a {
  text-decoration: none;
  color:#fff;
}
footer #footer-main a:hover {
  text-decoration: underline;
}
footer #footer-main a.btn {
  margin: 1em 0 2em;
}
footer #footer-main ul.footer-links {
  float: right;
  margin: 0 0 0 20px;
  padding: 0 19px 0 0;
  border-left: 1px dashed white;
  list-style-type: none;
  width: 120px;
}
footer #footer-main ul.footer-links.last {
  border: 0 none;
}
footer #footer-main ul.footer-links li {
  line-height: 1.7em;
}
footer #footer-main .copyright {
  direction: ltr;
  padding: 40px 0 10px;
  clear: both;
}
footer #footer-main .copyright small {
  font-size: 93%;
  display: block;
}
footer #footer-main .span8 {
  float: right;
}
footer #footer-main .logo-foot img {
  float: right;
  margin-bottom: 40px;
  width: 200px;
}
footer #footer-main .footNav {
  float: right;
}
footer #footer-main .footNav a {
  float: left;
  padding: 4px 6px;
  margin: 0 4px;
  color: #fff;
  text-decoration: none;
}
footer #footer-main .footNav a:hover {
  color: white;
  text-decoration: underline;
}
footer #footer-main .footNav a.first {
  padding-left: 6px;
  margin-left: 0;
  border-left: 0;
}
footer #footer-main .footNav span {
  float: left;
  margin: 0 2px;
  color: #dddddd;
  margin-top: 4px;
}

/* search box */
form.gsc-search-box {
  padding-left: 4px \9 ;
  padding-right: 4px \9 ;
  margin-bottom: 0;
  border-radius: 14px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}

.navbar-search .gsc-control-cse.gsc-control-cse-en {
  background: inherit;
  border: none;
}

.navbar-search .cse .gsc-control-cse, .navbar-search .gsc-control-cse {
  padding: 0px;
}

.navbar-search .gsc-search-button {
  display: none;
}

.navbar-search .gsc-input input.gsc-input {
  padding: 4px 9px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: black !important;
  border: 1px solid #151515 !important;
  box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  transition: none;
  border-radius: 3px !important;
  display: inline-block !important;
}

.navbar-search .gsib_a {
  padding: 0px !important;
}

.navbar-search .gsib_b {
  display: none;
}

.navbar-search .gsc-input-box {
  border: none;
  background: none;
}

.navbar-search .gsc-modal-background-image-visible {
  background-color: #000 !important;
  opacity: 0.6 !important;
}

.e-alerts {
  margin-bottom: 1em;
}
.e-alerts:hover {
  text-decoration: none;
}
.e-alerts span {
  color: #222;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  bottom: 4px;
  right: 2px;
  font-size: 12px;
}

/* OneTrust cookie box  */
@media (max-width: 767px) {
  .optanon-alert-box-wrapper {
    margin-left: -20px !important;
  }
  .collection-landing .main-image {
    margin: 0;
  }
  .collection-landing .main-image img {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
  }
  .navbar-search .gsc-input input.gsc-input {
    width: 150px !important;
  }
}/*# sourceMappingURL=middle-east.css.map */