body {
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Dosis", sans-serif;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100% !important;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
}

.orange {
  color: #ff9400;
}

.padding-right-zero {
  padding-right: 0;
}

.border-bottom {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.fl {
  float: left !important;
}

blockquote {
  /*font-family: 'Merriweather', serif;*/
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  font-style: italic;
  font-weight: 400;
  background: none;
  /*margin: 15px 0;
  padding: 0;*/
}

.rm-article-wrap blockquote {
  margin: 1em 10px 0 10px;
  padding: 0.3em 10px;
}

blockquote p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  display: block;
}

blockquote::before,
blockquote::after {
  display: none;
}

blockquote p::before,
blockquote p::after {
  color: #bbb;
  content: "“";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  font-family: "Raleway", sans-serif;
}

blockquote p::before {
  position: absolute;
  left: 0;
  top: 15px;
}

blockquote p::after {
  content: "”";
}

blockquote > p:first-child {
  display: block;
}

div.error,
table tr.error {
  background-image: none;
  border: none;
  background-color: transparent;
}

/* ###### Views exposed Filter #### */

/* ###### Views exposed Filter #### */

.rm-top-bar {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
}

.rm-top-bar a {
  color: #666;
}

.rm-search-bar .interpreter-search-box input#interpreter-input-s {
  border-color: #eeeeee;
}

.rm-search-bar .interpreter-search-box input#interpreter-input-s {
  width: 250px;
  background: none;
  border: 1px solid #666;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding-right: 35px;
  background-image: url(../images/search-button.png);
  background-position: 100% -23px;
  background-repeat: no-repeat;
}

.home-interpreter
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s {
  background-position: 100% 2px;
}

.rm-search-bar .form-submit {
  border: none;
  position: absolute;
  right: 16px;
  top: 5px;
  text-indent: -99999px;
  margin: 0 !important;
}

.rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

#interpreter-input-s-error {
  display: block;
  clear: both;
}

.debate-list-page-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder,
.contributers-list-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder,
.contributer-detail-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder,
.archive_list_page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder,
.basic-content-page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder,
.saved_list_page_cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-webkit-input-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.debate-list-page-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder,
.contributers-list-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder,
.contributer-detail-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder,
.archive_list_page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder
  .basic-content-page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder,
.saved_list_page_cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s::-moz-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s::-moz-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s::-moz-placeholder {
  color: #666;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.debate-list-page-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder,
.contributers-list-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder,
.contributer-detail-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder,
.archive_list_page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder,
.basic-content-page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder,
.saved_list_page_cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-ms-input-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s:-ms-input-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.debate-list-page-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder,
.contributers-list-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder,
.contributer-detail-cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder,
.archive_list_page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder,
.basic-content-page
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder,
.saved_list_page_cntr
  .rm-top-bar
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s:-moz-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s:-moz-placeholder,
.page-interpreter-contributors
  .rm-top-bar
  input#interpreter-input-s:-moz-placeholder {
  color: #666;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

h1.title {
  font-size: 36px;
  margin: 40px 0;
}

#content .section h1.title {
  margin: 20px 0;
  font-weight: 500;
}

#content .section .title-info {
  padding-bottom: 20px;
}

#content {
  padding: 20px;
}

.view-content:after {
  display: block;
  clear: both;
  content: "";
}

.mCustomScrollbar:hover .mCSB_draggerContainer {
  display: block;
}

.single-title-block .save .flag-bookmarks a {
  color: #a2a2a2;
}

.sidebar-nav .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/*Side Wrapper Start---------------------------*/

.text-center {
  padding-top: 20px;
}

.col-xs-12 {
  background-color: #fff;
}

#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}

#sidebar .nav {
  width: 95%;
}

#sidebar li {
  border: 0 #f2f2f2 solid;
  border-bottom-width: 1px;
}

#sidebar_left {
  max-height: none;
  padding-right: 30px;
}

.page-interpreter-contributors {
  background: #fff;
}

.one-sidebar #content {
  background: #fff none repeat scroll 0 0;
  width: 100%;
}

.view-id-contributor_profile_list .view-content .contributor-list {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  .views-field-name
  a {
  color: #646464;
  font-weight: 600;
  text-transform: uppercase;
}

.view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  span.view-more
  a {
  color: #ff992e;

  font-size: 16px;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper .content {
  margin: 0;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #31363c;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 10;
  width: 300px;
  /*margin-top: 35px;*/
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}

.navbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: none !important;
}

.show_on_mobile {
  display: block !important;
}

/*-------------------------------*/

/*     Sidebar nav styles        */

/*-------------------------------*/

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 50px 0px 70px 30px;
  width: 300px;
}

.sidebar-nav .mCSB_scrollTools {
  right: 5px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
  padding-left: 30px;
}

.sidebar-nav li a {
  color: #ffffff;
  display: block;
  padding: 10px 15px 10px 0;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.sidebar-nav li a:hover {
  color: #ff9400;
}

.sidebar-nav ul#menu-interpreter-side-menu-top li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
  padding-left: 30px;
}

.sidebar-nav ul#menu-interpreter-side-menu-top li a {
  color: #ffffff;
  display: block;
  padding: 10px 15px 10px 0;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li i {
  float: right;
  font-size: 29px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ff9400;
  text-decoration: none;
}

.sidebar-nav li ul li {
  padding-left: 10px;
}

.sidebar-nav li ul li a {
  font-size: 14px;
}

.sidebar-nav ul#menu-interpreter-side-menu-top {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #484b4f;
}

.rm-left-link {
  padding: 25px 0;
  margin: 0;
}

.top-nav {
  padding: 0;
}

.top-nav .sidebar-brand {
  font-size: 20px;
  line-height: 44px;
  border-bottom: 1px solid #484b4f;
  padding-bottom: 25px;
  padding-left: 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 30px;
}

.top-nav .sidebar-brand img {
  max-width: 189px;
}

ul.rm-left-link li a {
  color: #666666;
}

.social {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.social-institute {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #484b4f;
  padding: 25px 0;
  border-top: 1px solid #484b4f;
}

.social-institute p {
  display: inline-block;
  font-size: 12px;
}

.social-institute .lowy-logo {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.social-institute .lowy-slogan {
  font-size: 12px;
}

.social-institute p.published-by {
  color: #7e7f81;
  text-transform: none;
  margin-bottom: 5px;
}

.social-institute .institute-logo {
  margin-top: 10px;
  display: inline-block;
}

.social-institute .institute-logo img {
  width: 195px;
}

.sidebar-nav h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.social ul {
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.social ul li {
  float: none;
  width: auto;
  display: inline-block;
  line-height: 1;
  padding: 0;
  margin: 0 5px;
}

.social ul li a {
  padding: 0;
  color: #ff9400;
  display: block;
}

.social ul li a:hover {
  color: #fff;
}

.social ul li a i {
  font-size: 16px;
}

.rm-suscribe {
  margin-top: 20px;
}

.rm-suscribe p {
  position: relative;
}

.rm-suscribe i {
  margin: 0 0px 0px 5px;
  display: inline-block;
  vertical-align: bottom;
}

.rm-suscribe input.rm-subs {
  font-size: 12px;
  padding: 2px 10px;
  line-height: 23px;
  width: 144px;
}

.mailchimp-signup-subscribe-form {
  display: inline-block;
  font-size: 0;
  width: 100%;
}

.rm-suscribe input.subs-btn,
.mailchimp-signup-subscribe-form input.form-submit {
  font-size: 10px;
  font-size: 10px;
  text-transform: uppercase;
  background: #ff9400;
  border: none;
  padding: 6px 15px;
  margin-left: -2px;
  line-height: 19px;
  /*position: absolute;*/
}

.mailchimp-signup-subscribe-form input.form-submit {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 30px;
  outline: 0;
}

.nav.sidebar-nav .rm-top-bar,
.navbar-inverse .navbar-brand,
.nav.sidebar-nav .rm-search-bar.col-sm-6,
.nav.sidebar-nav .m-search {
  display: none;
  padding: 0;
}

.mailchimp-signup-subscribe-form {
  margin-top: 15px;
}

.mailchimp-signup-subscribe-form div {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
}

.mailchimp-signup-subscribe-form .form-item-mergevars-EMAIL label {
  display: none;
}

.mailchimp-signup-subscribe-form .form-text {
  float: left;
  font-size: 12px;
  /* padding: 0px 10px; */
  line-height: 23px;
  width: 170px;
  margin: 0;
  padding: 5px;
  height: 30px;
  background: #d6d6d6;
  border: none;
  outline: 0;
}

.mailchimp-signup-subscribe-form .form-actions {
  margin: 0;
  padding: 0;
  display: inline-block;
  /*position: absolute;*/
}

.mailchimp-signup-subscribe-form #edit-actions input {
  height: 30px;
  padding: 0;
  margin: 0 0 0 0;
  width: 80px;
  border: none;
  border-radius: 0;
  background: #ff9400;
  font-size: 12px;
  color: #31363c;
  outline: 0;
}

.mailchimp-signup-subscribe-form .error .form-text {
  border: 3px solid #ed1c24;
}

.mailchimp-error {
  color: #ff8b1f;
}

/*Side Wrapper End---------------------------*/

/*Homepage Wrapper Start---------------------------*/

.main-wrapper {
  margin-left: 300px;
}

.rm-top-section.top-absolute {
  position: relative;
  overflow: hidden;
  border-bottom: 10px solid #ff9400;
  width: 100%;
}

.rm-top-section.top-absolute .rm-top-bar {
  position: absolute;
  z-index: 10;
  background: none transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.rm-top-section.top-absolute .rm-top-bar a,
.rm-top-section.top-absolute .rm-search-bar .search-bar a {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 2px;
  color: #fff;
}

.rm-date {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

.rm-date a {
  font-size: 16px;
}

.rm-date i {
  margin-right: 3px;
}

.rm-search-bar .content {
  margin: 0;
}

.rm-search-bar .interpreter-search-box {
  text-align: right;
}

.rm-search-bar .interpreter-search-box .views-exposed-widget {
  float: right;
  padding: 0;
}

.rm-search-bar .interpreter-search-box form {
  position: relative;
}

.rm-top-section.top-absolute
  .rm-search-bar
  .interpreter-search-box
  input#interpreter-input-s {
  border: 1px solid #fff;
  color: #fff;
  background-position: 100% 3px;
}

.rm-search-bar .interpreter-search-box label {
  display: none;
}

.rm-top-section.top-absolute .rm-search-bar .form-submit {
  border: none;
  position: absolute;
  right: 16px;
  background: url(../images/search-button.png) no-repeat scroll 0 0;
  top: 5px;
  text-indent: -99999px;
  margin: 0 !important;
}

.rm-search-bar .form-submit,
.rm-search-bar .form-submit:hover {
  background: url(../images/search-button.png) no-repeat scroll 0 -25px;
}

.rm-top-bar:after {
  clear: both;
  display: block;
  content: "";
}

.rm-top-section.top-absolute
  .rm-search-bar
  .views-exposed-form
  input#edit-keys::-webkit-input-placeholder {
  color: #fff;
}

.rm-top-section.top-absolute
  .rm-search-bar
  .views-exposed-form
  input#edit-keys:-moz-placeholder {
  color: #fff;
}

.rm-top-section.top-absolute
  .rm-search-bar
  .views-exposed-form
  input#edit-keys::-moz-placeholder {
  color: #fff;
}

.rm-top-section.top-absolute
  .rm-search-bar
  .views-exposed-form
  input#edit-keys:-ms-input-placeholder {
  color: #fff;
}

#main-wrapper .breadcrumb {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

#main-wrapper #breadcrumb {
  margin-left: 45px;
}

#main-wrapper #breadcrumb h2 {
  display: none;
}

#main-wrapper .breadcrumb a {
  color: #fff;
}

#main-wrapper .breadcrumb a:hover {
  text-decoration: underline;
}

.rm-home-slider .featured-info {
  position: absolute;
  top: 110px;
  left: 45px;
  color: #fff;
  width: 84px;
  height: 84px;
  color: #fff;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  background: #ff9400;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  word-wrap: normal;
  vertical-align: middle;
  line-height: 82px;
  font-weight: bold;
  padding-left: 20px;
}

.slick-slide img {
  width: 100%;
}

.view-id-interpreter_featured {
  text-align: center;
}

.field-row-wrapper {
  position: relative;
}

.slider-content-wrapper {
  position: absolute;
  padding: 100px 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(27, 27, 27, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1b1b1b', GradientType=0);
}

.slider-content-wrapper a {
  color: #fff;
  display: block;
}

.slider-content-wrapper h2 {
  color: #ff9400;
  font-size: 36px;
  font-weight: 600;
}

.slider-content-wrapper h2 a {
  color: #ff9400;
}

.slider-content-wrapper .inner-content {
  color: #fff;
}

.slider-content-wrapper .inner-content a {
  display: inline-block;
}

.slider-content-wrapper .inner-content a.btn {
  color: #ff9400;
}

.slider-content-wrapper .inner-content p {
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
}

.rm-home-slider .slick-dots li button {
  background: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.rm-home-slider .slick-dots li.slick-active button {
  background: #fff;
}

.rm-home-slider .slick-dots li button:before {
  color: #fff;
  font-size: 14px;
  opacity: 1;
  display: none;
}

section {
  padding: 40px 15px 0 15px;
}

section ul {
  padding-left: 15px;
}

section ul li {
  list-style: none;
}

section a,
.rm-home-debate-wrap .rm-tab-date,
.rm-article-slider-wrap .rm-tab-date {
  color: #949494;
  font-size: 14px;
}

section strong {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff9400;
  margin-right: 5px;
}

section h2 {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
}

.rm-home-debate-wrap h3 a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
}

.rm-home-debate-wrap h3 a:hover {
  color: #ff9400;
  text-decoration: none;
}

.rm-home-debate-wrap .views-field-name span {
  color: #949494;
}

.rm-home-debate-wrap .username {
  text-transform: capitalize;
}

.rm-home-tab .tab-content .tab-pane ul {
  padding: 0;
}

section .rm-tab-date a {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff9400;
  margin-right: 5px;
}

section .rm-tab-date span {
  color: #949494;
}

.btn,
.slider-btn-wrap a {
  color: #fff;
  position: relative;
}

.rm-home-footer .btn:hover {
  color: #ff9400 !important;
}

.rm-home-debate-wrap {
  background: #fff;
  padding: 60px 20px 50px;
}

.rm-home-debate-wrap .media-youtube-video.media-youtube-1 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.rm-home-debate-wrap .media-youtube-video.media-youtube-1 iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.rm-home-debate-wrap ul {
  padding-left: 0;
}

.rm-home-debate-wrap .rm-home-debate-top {
  padding-bottom: 50px;
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

.rm-home-debate-wrap .rm-home-debate-top .row {
  margin: 0;
  overflow: hidden;
}

.rm-home-debate-wrap .col-sm-8,
.rm-home-debate-wrap .col-sm-4 {
  padding: 0 20px;
}

.rm-home-debate-wrap .col-sm-4 {
  padding: 0 10px;
}

.rm-home-debate-wrap .col-sm-8 {
  border-right: 1px solid #dedede;
}

.rm-home-debate-wrap .col-sm-8 .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.rm-home-debate-wrap .col-sm-8 .media-youtube-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.rm-home-debate-wrap .even.col-sm-8 {
  border-right: none;
  border-left: 1px solid #dedede;
}

.rm-home-debate-wrap p.btn-wrap {
  text-align: center;
}

.rm-home-debate-wrap p.btn-wrap a,
.page-interpreter-contributors-articles .item-list ul.pager-load-more a {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  color: #ff9400;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
}

.rm-home-debate-wrap p.btn-wrap a::after,
.page-interpreter-contributors-articles .item-list ul.pager-load-more a::after {
  content: "\f178";
  background: none;
  font-family: FontAwesome;
  vertical-align: top;
  margin-top: 8px;
}

.rm-home-debate-top .row {
  border-top: 1px solid #dedede;
  padding: 0 0 50px 0;
}

.rm-home-debate-top .view-interpreter-debate-last-added .row {
  padding: 0 0 40px 0;
  border-top: none;
}

.rm-home-debate-wrap
  .rm-home-debate-top
  .view-interpreter-debate-last-added
  .row:last-child {
  padding-top: 0px;
}

.rm-home-debate-top .row:first-child {
  border: none;
}

.rm-home-debate-top .row:last-child {
  padding-bottom: 0;
}

.rm-home-debate-top .row:first-child .views-row {
  border-left: none;
}

.rm-home-debate-top .row .views-row:first-child {
  border-left: none;
}

.rm-home-debate-top .row .col-sm-4 {
  overflow: hidden;
}

.rm-home-debate-wrap
  .rm-home-debate-top
  .view-id-interpreter_debate_last_added.view-display-id-block_usefields
  .col-sm-4 {
  height: 552px;
}

.rm-home-debate-top .row:first-child .col-sm-4 .field-item,
.rm-home-debate-top .row:first-child .col-sm-4 .field-item p {
  font-size: 16px;
  line-height: 26px;
  color: #1b1b1b;
}

.breadcrumb {
  padding-left: 0;
  background: none;
}

/*Homepage Wrapper ends---------------------------*/

/*Article page start here------------------------------*/

.rm-article-wrap {
  padding: 20px 0 20px 50px;
  color: #666666;
  background: #fff;
}

.rm-article-wrap a {
  color: #ff9400;
  cursor: pointer;
}

.rm-article-wrap h2 {
  /*border-top: 1px solid #dedede;*/
  border-bottom: 1px solid #dedede;

  font-style: italic;
  font-size: 27px;
  color: #000;
  padding: 20px 0;
  margin: 20px 0;
}

.rm-article-wrap h4,
.rm-article-cmt-wrap h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin: 2px 0 15px;
  font-weight: 700;
}

.article-details-top.desktop h4 {
  position: relative;
  top: 15px;
}

.rm-social.border-bottom > .article-date + h4 {
  margin-bottom: 10px;
  border-top: 1px solid #dedede;
  padding-top: 15px;
}

.rm-social.border-bottom > ul + h4 {
  margin-bottom: 8px;
}

h4.article-by-text {
  margin-bottom: 2px;
}

.rm-article-wrap h4 {
  margin-bottom: 0;
}

.rm-profile-name a {
  font-size: 16px;
}

.pacific_island_logo {
  border-top: 1px solid #c9c9c9;
  margin-top: 25px;
  padding-top: 40px;
}

.pacific_island_logo img {
  border-bottom: 2px solid #5f6a6c;
  padding-bottom: 7px;
}

.rm-article-writer-box p {
  margin: 0;
}

.rm-left-wr {
  float: left;
}

.rm-article-imgholder {
  background: #dadada;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  float: right;
  overflow: hidden;
  background-size: cover;
}

.rm-twiter-acc a {
  color: #666666;
  position: relative;
  padding-left: 20px;
}

.rm-twiter-acc a::after {
  content: "\f099";
  background: none;
  left: 0;
  color: #4099ff;
  position: absolute;
  font-family: fontAwesome;
  font-size: 18px;
}

.rm-article-wrap .col-sm-3 p {
  font-size: 14px;
  line-height: normal;
}

.rm-article-wrap .rm-social ul {
  padding: 0;
}

.rm-social {
  padding: 35px 0;
  margin-bottom: 35px;
}

.rm-social p {
  font-size: 14px;
}

.rm-social ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

.rm-social li {
  float: left;
  margin: 0 10px 0 0;
}

.rm-social ul li:nth-child(2) {
  border: none;
}

.rm-social li i {
  font-size: 18px;
}

.rm-social li .fa-facebook {
  color: #3b5998;
}

.rm-social li .fa-twitter {
  color: #4099ff;
}

.rm-social li .fa-google-plus {
  color: #dd4b39;
}

.rm-social li .fa-linkedin {
  color: #0077b5;
}

.rm-social li .fa-envelope-o {
  color: #2a2a2a;
}

.rm-article-comment a {
  position: relative;
}

.rm-article-comment a::before {
  content: "\f0e5";
  background: none;
  right: -19px;
  color: #ff9400;
  position: absolute;
  font-family: fontAwesome;
  font-size: 16px;
  top: -2px;
}

.rm-tag li {
  background: #eeeeee;
  border-radius: 5px;
  padding: 2px 25px;
  color: #b0b0b0;
  font-size: 13px;
  margin-right: 5px;
}

.rm-article-wrap .col-sm-7 .rm-social {
  padding-bottom: 0;
}

.rm-article-wrap .col-sm-7 .rm-social ul li {
  margin-right: 15px;
}

.rm-article-wrap .col-sm-7 .rm-social h4,
.rm-article-wrap .col-sm-7 .rm-social ul {
  float: left;
  margin: 0 10px 0 0;
}

.rm-article-wrap .col-sm-7 .rm-social .rm-tag {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.ag-up-arrow {
  position: fixed;
  bottom: 90px;
  right: 58px;
  z-index: 50;
}

.ag-up-arrow a {
  background: #fff;
  display: block;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ff9400;
}

.ag-up-arrow a i {
  font-size: 35px;
  color: #ff9400;
  line-height: 2.1;
}

.rm-article-slider-wrap {
  background: #fff;
  padding-bottom: 80px;
  margin: 0 30px;
}

.rm-article-slider-wrap .rm-slider-interest-title {
  font-size: 18px;
  padding-left: 15px;
  color: #666666;
  margin-bottom: 25px;
  margin-top: 55px;
}

.rm-article-slider-wrap .col-sm-4 {
  height: 452px;
  overflow: hidden;
}

.rm-article-slider-wrap .img-responsive {
  width: 100%;
}

.rm-article-cmt-wrap {
  background: #eee;
  min-height: 250px;
  padding-left: 40px;
}

.rm-article-cmt-wrap h4 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.rm-article-cmt-wrap h4::before {
  content: "\f075";
  background: none;
  left: -1px;
  color: #ff9400;
  position: absolute;
  font-family: fontAwesome;
  font-size: 16px;
  top: -2px;
}

.rm-article-cmt-wrap span {
  display: inline-block;
  margin-left: 5px;
}

.view-interpreter-interested-in .views-field.views-field-name,
.view-interpreter-interested-in .views-field.views-field-name a {
  color: #949494;
  font-size: 14px;
}

.view-interpreter-interested-in .views-field.views-field-body {
  margin-top: 10px;
}

.view-interpreter-interested-in .views-field.views-field-body p {
  line-height: 1.5;
  font-size: 16px;
}

.comment-form .filter-wrapper.form-wrapper {
  display: none;
}

.node-type-interpreter-debate .rm-article-wrap .field-name-body h2 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  border-bottom: 0;
  padding: 0 0 10px 0;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: none !important;
  color: #555;
}

/*Article page End here------------------------------*/

.glossary {
  background: #f4f4f4;
  padding: 5px;
  width: 100%;
}

.glossary span {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  width: 3.7%;
}

.glossary .glossary-item a {
  position: relative;
  padding: 0 5px;
}

.glossary span {
  width: auto;
}

.glossary .glossary-item a:hover::before,
.glossary .glossary-item a:hover,
span.glossary-item.active {
  color: #ff9400;
  text-decoration: none;
}

/*contributors page start here----------------------*/

.page-the-interpreter-contributors section {
  padding: 0;
}

.page-the-interpreter-contributors .main-wrapper {
  background: #fff;
}

.page-the-interpreter-contributors .breadcrumb {
  background: none;
  margin: 0;
}

.view-id-contributor_profile_list .view-content .alphabet-glossary,
.glossary {
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 -35px;
  width: auto;
}

.view-id-contributors_articles .views-row h2 a {
  text-transform: none;
}

/*.alphabet-glossary .glossary-item a{ position:relative; padding: 0 5px;}*/

/*.view-id-contributor_profile_list .view-content .alphabet-glossary span{ width:auto;}
.alphabet-glossary .glossary-item a:hover::before, .alphabet-glossary .glossary-item a:hover, span.glossary-item.active{color:#ff9400; text-decoration:none;}
.alphabet-glossary .glossary-item a:hover::before, span.glossary-item.active a::before{
content: '';
 position: absolute;
 width: 100%;
 height: 5px;
 background: #ff9400;
 bottom: -10px;
 left: 50%;
 transform: translateX(-50%);
color:#ff9400;

}
*/

/*contributors profile End here----------------------*/

.carousel-control {
  width: 4%;
}

.carousel-control.left,
.carousel-control.right {
  margin-left: 15px;
  background-image: none;
}

.text-center {
  padding-top: 20px;
}

.col-xs-12 {
  background-color: #fff;
}

#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}

#sidebar .nav {
  width: 95%;
}

#sidebar li {
  border: 0 #f2f2f2 solid;
  border-bottom-width: 1px;
}

/* Contributors Bio */

.view-contributors-bio ul {
  list-style: none;
}

.field-blog-main-image {
  color: #fff;
}

.author_share ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.author_share ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  float: none;
}

.node-detail-page .field-blog-main-image {
  height: 405px;
  position: relative;
  background-size: cover;
  background-position: center top;
}

.rm-article-wrap ul.rm-tag a {
  color: #b0b0b0;
}

.rm-article-slider-wrap .nav p {
  color: #ff9400;
  font-size: 16px;
  margin-bottom: 0;
}

.rm-article-slider-wrap .nav a {
  color: #ff9400;
}

.rm-article-slider-wrap .nav .prev {
  float: left;
}

.rm-article-slider-wrap .nav .next {
  float: right;
  text-align: right;
}

.rm-article-slider-wrap .nav .next {
  float: right;
}

.rm-article-slider-wrap .nav .fa.fa-arrow-circle-left,
.node-detail-page .fa.fa-arrow-circle-right {
  color: #666666;
  margin: 0 5px 0 0;
  width: 15px;
}

.rm-article-slider-wrap .nav .fa.fa-arrow-circle-left {
  float: left;
  display: inline-block;
  margin-top: 5px;
}

.rm-article-slider-wrap .nav p.prev span {
  display: block;
  margin-left: 20px;
}

.node-detail-page .fa.fa-arrow-circle-right {
  float: right;
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 5px;
}

.rm-article-slider-wrap .nav p.next span {
  display: block;
  margin-right: 20px;
}

.rm-article-slider-wrap .nav p span.mobile_text {
  display: none;
}

.rm-related-box .view-interpreter-related-post h2 {
  margin: 0;
  padding: 25px 0 0;
}

.rm-related-box .view-interpreter-related-post h2,
.rm-related-box .view-interpreter-related-post h2 a {
  font-size: 20px;
  color: #1b1b1b;
  font-style: normal;
  font-family: "Merriweather", sans-serif;
}

.rm-related-box .view-interpreter-related-post h2 a:hover {
  color: #ff9400;
}

/* comment */

.comment-wrapper {
  background: #eeeeee;
  padding: 30px;
}

.comment-wrapper h2.title.comment-form {
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}

.comment-wrapper h2.title.comment-form .fa.fa-comment {
  color: #ff9400;
  margin-right: 10px;
}

.comment-wrapper .comment-list-wrapper {
  background: #fff;
  margin-left: 40px;
}

.comment-wrapper .comment-list-wrapper .comment {
  display: block;
}

.comment-wrapper .comment-list-wrapper .comment .comment-text {
  border: none;
  display: block;
  padding: 10px 25px 0 15px;
  min-height: 95px;
}

.comment-wrapper .comment-list-wrapper .comment .comment-text .submitted {
  position: absolute;
  left: -35px;
}

.comment-wrapper .comment-list-wrapper .comment .comment-text .content {
  padding-left: 50px;
}

.comment-wrapper .comment-list-wrapper .comment .attribution img {
  width: 75px;
  height: 75px;
}

.comment-wrapper
  .comment-list-wrapper
  .comment
  .comment-text
  .action
  .like-container-entity-comment,
.comment-wrapper
  .comment-list-wrapper
  .comment
  .comment-text
  .action
  .dislike-container-entity-comment,
.comment-wrapper .comment-list-wrapper .comment .comment-text .action .links {
  display: inline-block;
}

.comment-list-wrapper .comment {
  margin-bottom: 0;
}

.comment-wrapper .commenter-name {
  margin-bottom: 0;
}

.comment-wrapper .commenter-name .username {
  color: #ff9400;
}

.comment-wrapper .field-name-comment-body p {
  margin-bottom: 0;
}

.comment-wrapper .comment-list-wrapper .comment .comment-text .action {
  padding-left: 50px;
}

.comment-wrapper .comment-list-wrapper .comment .comment-text .action > div {
  margin-right: 15px;
}

.comment-list-wrapper .indented .submitted {
  display: none;
}

.like-container-entity-comment > div,
.dislike-container-entity-comment > div {
  display: inline-block;
}

.like-container-entity-comment > div.like a,
.dislike-container-entity-comment > div.dislike a {
  display: inline-block;
}

.like-container-entity-comment > div.like a:after {
  font-size: 14px;
  color: #333;
  font-family: fontawesome;
  content: "\f087";
  display: inline-block;
}

.like-container-entity-comment > div.like a:hover:after {
  color: #000;
}

.dislike-container-entity-comment > div.dislike a:after {
  font-size: 14px;
  color: #333;
  font-family: fontawesome;
  content: "\f088";
  display: inline-block;
}

.dislike-container-entity-comment > div.dislike a:hover:after {
  color: #000;
}

.comment-wrapper .comment-list-wrapper .comment .comment-text .action .links a {
  color: #666666;
}

.comment-wrapper
  .comment-list-wrapper
  .comment
  .comment-text
  .action
  .links
  li {
  margin-right: 10px;
}

.new_comment_add_cntr {
  position: relative;
  min-height: 120px;
}

.new_comment_add_cntr .comment-form {
  padding-left: 100px;
}

.new_comment_add_cntr > img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 75px;
  height: 75px;
}

.new_comment_add_cntr .comment-form .form-textarea {
  resize: none;
  height: 40px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding: 15px;
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.new_comment_add_cntr .comment-form .form-textarea:focus {
  height: 150px;
  overflow: auto;
  outline: none;
}

.new_comment_add_cntr .grippie {
  display: none;
}

.new_comment_add_cntr .form-actions {
  display: none;
}

.new_comment_add_cntr .textarea-processed {
  position: relative;
}

.new_comment_add_cntr .textarea-processed:after {
  position: absolute;
  content: "\f149 ";
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  font-size: 20px;
  color: #000;
  font-family: fontawesome;
  top: 5px;
  right: 15px;
  z-index: 2;
}

/*div[id^='dislike-container-'] {background: red;}*/

.region-content ul.archive-list {
  margin: 15px 0;
  padding: 0;
}

.region-content ul.archive-list li {
  margin: 15px 0;
  border: 2px solid transparent;
  height: 495px;
  overflow: hidden;
  padding: 20px 20px 70px;
  line-height: 1.2;
  position: relative;
}

.region-content ul.archive-list li:hover {
  border: 2px solid #ff9400;
}

.region-content ul.archive-list li h2.field-content a,
.view-interpreter-debate .views-row a {
  font-size: 24px;
  color: #1b1b1b;
  line-height: 1.2;

  margin-bottom: 20px;
  display: block;
  font-family: "Merriweather", serif;
}

.region-content ul p.rm-tab-date {
  color: #a2a2a2;
}

.region-content ul.archive-landing-list .node-content {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.region-content ul.archive-landing-list .node-content .image-thumb {
  display: table-cell;
  vertical-align: text-top;
  float: none;
}

.region-content ul.archive-landing-list .node-content .right-content {
  display: table-cell;
  vertical-align: text-top;
  position: relative;
  float: none;
}

.region-content
  ul.archive-landing-list
  .node-content
  .right-content
  .node-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 30px;
}

.archive-landing-list ul.rm-tag li {
  border: none;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  margin-right: 10px !important;
}

.region-content ul.archive-list li .views-field-ops {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 15px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+35,ffffff+100&0+0,1+34,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.region-content ul.archive-list li .flag-wrapper a {
  display: inline-block;
  vertical-align: middle;
}

.region-content ul.archive-list li .flag-wrapper a.flag-processed:before {
  content: "";
  background: url("../images/save-icon.png");
  height: 24px;
  width: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.region-content ul.archive-list li span.share_container {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #a2a2a2;
}

.region-content ul.archive-list li span.share_container:hover {
  color: #337ab7;
  text-decoration: underline;
}

.region-content ul.archive-list li span.share_container:before {
  content: "";
  background: url("../images/share-icon.png");
  margin: 0 10px 0 15px;
  vertical-align: middle;
  width: 23px;
  height: 22px;
  display: inline-block;
  color: #949494;
}

.region-content ul.archive-list li .views-field-ops .field-content {
  display: none;
}

.region-content ul.archive-list li:hover .views-field-ops .field-content {
  display: block;
}

.rm-article-wrap .response-to-container {
  float: right;
}

.rm-article-wrap .response-to-container a,
#content .rm-article-wrap .response-to-container h2 {
  margin: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
  border: none;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.rm-article-wrap .response-to-container h2::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 5px;
  background: #000;
  left: 0;
  bottom: 0;
}

.rm-article-wrap .response-to-container .view-debate-response-to {
  margin-top: 20px;
}

.rm-article-wrap .response-to-container .view-debate-response-to h3 {
  font-size: 24px;
  text-transform: none;
}

.rm-article-wrap .response-to-container .view-debate-response-to h3 a {
  font-size: 24px;
  color: #1b1b1b;
  font-family: "Merriweather", serif;
  text-transform: none;
}

.response-to-container .views-field-name .views-label-name,
.response-to-container .views-field-name .field-content a {
  color: #949494;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

.rm-article-wrap .response-to-container .more-responses {
  margin-top: 50px;
}

.rm-article-wrap .response-to-container .more-responses .item-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rm-article-wrap .response-to-container .more-responses .item-list ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid #949494;
  padding-top: 20px;
}

.rm-article-wrap
  .response-to-container
  .more-responses
  .item-list
  ul
  li:first-child {
  padding-top: 0;
}

.rm-article-wrap
  .response-to-container
  .more-responses
  .item-list
  ul
  li:last-child {
  border: 0;
}

.rm-article-wrap
  .response-to-container
  .more-responses
  .item-list
  ul
  li
  .views-field-title
  a {
  color: #c6c6c6;
  font-size: 18px;
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}

.view--interpreter-archive .views-exposed-form .views-exposed-widget {
  float: none;
  display: inline-block;
}

/*.node--archive_landing:hover .node-content .image-thumb {background: #ff9400;}*/

/* Debate  */

.view-interpreter-debate .archive-glossary {
  padding: 15px 45px 5px 70px;
  margin-bottom: 35px;
}

.grid-list {
  float: right;
}

.grid-list a {
  background: #fafafa;
  padding: 3px 7px 2px 7px;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #fafafa;
}

span.glossary-item a {
  font-size: 16px;
}

.grid-list a:hover,
.grid-list a.active,
.grid-list a:focus {
  color: #ff9400;
  border-color: #ff9400;
}

span.glossary-item.active a {
  font-weight: 900;
  font-size: 16px;
  color: #ff9400;
}

.page-interpreter-debate h1#page-title {
  margin-bottom: 30px;
  color: #2a2a2a;
  font-size: 36px;
}

.page-interpreter-debate h3 {
  color: #ff9400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.page-interpreter-debate .border-bottom {
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 25px;
}

.debate-list-bg-image-wrapper {
  position: relative;
  overflow: hidden;
}

.debate-list-bg-image-wrapper .blur_bg {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  /* filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=30);*/
  z-index: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.debate-list-bg-image-wrapper .inner-wrap {
  display: block;
  padding: 50px;
  z-index: 1;
  position: relative;
}

.debate-list-bg-image-wrapper .inner-wrap h2 a {
  font-size: 30px;
  color: #fff;
  text-transform: none;
  text-align: center;
}

.debate-list-bg-image-wrapper .inner-wrap span.views-field.views-field-title {
  text-align: center;
}

.debate-list-bg-image-wrapper .inner-wrap .node-reponses .node-response-item {
  margin: 20px 0;
}

.view-interpreter-debate .item-list ul {
  padding: 0;
}

.view-interpreter-debate .item-list ul li {
  padding: 15px;
}

.view-interpreter-debate .views-label-created {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff9400;
}

.view-interpreter-debate .field-content {
  color: #a2a2a2;
}

.view-interpreter-debate .views-field-nid {
  background: #f3f3f3;
  padding: 10px 20px;
  margin: 15px 0;
  color: #6f6f6f;
}

.view-interpreter-debate .views-field-nid .field-content {
  color: #3b3b3b;
}

.view-interpreter-debate .views-field-field-blog-main-image img {
  width: 100%;
}

.view-interpreter-debate .col-sm-8 .views-field-field-blog-main-image {
  min-height: 250px;
  max-height: 553px;
  overflow: hidden;
  background-size: cover;
}

.view-interpreter-debate .col-sm-4 .views-field-field-blog-main-image {
  max-height: 280px;
  overflow: hidden;
}

.view-interpreter-debate .col-sm-8 {
  border: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

.view-interpreter-debate .col-sm-8 h2 {
  margin-top: 30px;
}

.view-interpreter-debate .has_border {
  border: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
}

.view-display-id-debate_landing_list .glossary.archive-glossary {
  margin-bottom: 0;
}

.view-display-id-debate_landing_list .item-list ul {
  margin-top: 5px;
}

.view-display-id-debate_landing_list .item-list {
  margin-right: -35px;
  margin-left: -36px;
  text-align: center;
}

.view-display-id-debate_landing_list .item-list ul li {
  padding: 0;
}

/*.view-display-id-debate_landing_list .item-list ul li p {
  display: none;
}*/

.view-display-id-debate_landing_list .item-list ul li h2 {
  margin: 0;
}

.view-display-id-debate_landing_list .item-list ul li .node-reponses {
  text-align: left;
  font-size: 0;
}

.view-display-id-debate_landing_list
  .item-list
  ul
  li
  .debate-list-bg-image-wrapper {
  height: auto;
}

.view-display-id-debate_landing_list
  .item-list
  ul
  li
  .debate-list-bg-image-wrapper
  .bg_image_cntr {
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: -50px;
  left: -50px;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .item-list ul li {
  position: relative;
}

.view-display-id-debate_landing_list
  .item-list
  ul
  li
  .node-response-item.col-sm-4 {
  color: #fff;
  font-size: 18px;
  height: auto;
  margin-bottom: 50px;
  overflow: hidden;
}

.view-display-id-debate_landing_list .item-list ul li .image {
  width: 85px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.view-display-id-debate_landing_list .item-list ul li .image img {
  width: 100%;
  float: left;
}

.view-display-id-debate_landing_list .item-list ul li .author {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

.view-display-id-debate_landing_list .item-list ul li .author a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0;
  margin-top: 5px;
}

.view-display-id-debate_landing_list .item-list ul li.views-row-first .image {
  display: none;
}

.share-container-wrapper {
  display: inline-block;
  position: relative;
}

.region-content ul.archive-list li ul.share {
  position: absolute;
  bottom: 101%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  margin: 0;
  padding: 10px;
  display: none;
}

.region-content ul.archive-list li ul.share li {
  width: auto;
  height: auto;
  border: none;
  background: none;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.page-taxonomy-term .debat_response_class .views-field-field-blog-main-image {
  max-height: 267px;
}

/*-------------------about page starts----------------------*/

.node-type-page .title {
  margin-bottom: 40px;
}

.node-type-page .field-items a {
  color: #ff9400;
}

.node-type-page section strong {
  color: #666666;

  font-size: 16px;
  margin: 20px 0;
  display: block;
}

.node-type-page section .region-content ul {
  padding-left: 17px;
}

.node-type-page section .region-content ul li {
  list-style: disc;
  border: none;
  margin-bottom: 2px;
}

.node-type-page section p {
  color: #666666;
}

/*-------------------about page End----------------------*/

/*=========================== Debate Response  List =================*/

.debate_response_list_page .debate-list-bg-image-wrapper {
  height: 405px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/*.debate_response_list_page .rm-top-section .save-share {
position: absolute;
bottom: 0;
right: 35px
}
.debate_response_list_page .rm-top-section .save-share .save, .debate_response_list_page .rm-top-section .save-share .share-container-wrapper {
display: inline-block;
}
.debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks a {
width: 34px;
height: 34px;
border-radius: 50%;
background: #ff9400;
overflow: hidden;
display: inline-block;
padding: 0;
position: relative;
color: #ff9400;
}
.debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks a:after {
content: '02e';
font-size: 14px;
font-family: fontawesome;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webki-transform: translate(-50%, -50%);
display: block;
}
.debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks a:hover {
text-decoration: none;
}
.debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks a.unflag-action {
background: #d7d9da;
color: #d7d9da
}
.debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks a.unflag-action:after {
color: #000
}
.debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks .flag-throbber, .debate_response_list_page .rm-top-section .save-share .save .flag-bookmarks .flag-message {
display: none;
}*/

.debate_response_list_page .rm-top-section.top-absolute {
  position: static;
}

.debate_response_list_page .save {
  position: absolute;
  right: 25px;
  bottom: 40px;
}

.debate_response_list_page ul.links {
  padding: 0;
  margin: 0;
  margin-left: 45px;
}

.debate_response_list_page ul.links li {
  padding: 0;
  background: none;
}

.debate_response_list_page ul.links li a {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.debate_response_list_page ul.links li a:hover {
  color: #fff;
}

.debate_response_list_page .save a {
  background: url(../images/save.png) no-repeat scroll 0 15px;
  height: 26px;
  line-height: 26px;
  padding-left: 40px;
  color: #a2a2a2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.debate_response_list_page .save span {
  margin: 0;
  text-transform: none;
}

.debate_response_list_page .save a:hover {
  color: #fff;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper {
  position: relative;
  display: none;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper
  .share_icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper
  .share_icon:after {
  content: "\f045";
  font-size: 14px;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webki-transform: translate(-50%, -50%);
  color: #ff9400;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper
  ul {
  position: absolute;
  bottom: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  right: 0;
  padding: 10px;
  display: none;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper
  ul
  li {
  display: inline-block;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper
  ul
  li
  a {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper:after {
  border-top: 10px #fff solid;
  border-right: 10px transparent solid;
  border-left: 10px transparent solid;
  position: absolute;
  content: "";
  display: block;
  right: 10px;
  bottom: 100%;
  display: none;
}

.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper:hover
  ul,
.debate_response_list_page
  .rm-top-section
  .save-share
  .share-container-wrapper:hover::after {
  display: block;
}

.debate_response_list_page #content {
  background: #f4f4f4;
}

.debate_response_list_page section.rm-debate-response-list {
  padding: 0px;
  padding-right: 35px;
}

.debate_response_list_page section.rm-debate-response-list .views-row {
  background: #fff;
}

.debate_response_list_page section.rm-debate-response-list .views-row {
  padding: 0;
  font-size: 16px;
}

.debate_response_list_page section.rm-debate-response-list .views-row {
  background: none;
  padding: 50px 0 50px 20px;
  border-bottom: 1px solid #dedede;
  margin-left: -20px;
}

.debate_response_list_page section.rm-debate-response-list .views-row::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.debate_response_list_page section.rm-debate-response-list p {
  font-size: 16px;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-field-field-blog-main-image
  img {
  max-width: 100%;
  display: inline-block;
}

.debate_response_list_page
  section.rm-debate-response-list
  .field.field-name-field-debate-video
  .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.debate_response_list_page
  section.rm-debate-response-list
  .field.field-name-field-debate-video
  .media-youtube-video
  iframe.media-youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.debate_response_list_page section.rm-debate-response-list h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.debate_response_list_page section.rm-debate-response-list .views-field-name {
  font-size: 14px;
  margin-bottom: 25px;
  color: #a2a2a2;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-field-field-blog-main-image {
  margin-bottom: 25px;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-field-field-debate-video {
  margin-bottom: 25px;
}

.debate_response_list_page section.rm-debate-response-list .read_more_link a {
  color: #ff9400;
  font-size: 16px;
}

.debate_response_list_page
  section.rm-debate-response-list
  .read_more_link
  a:before {
  content: "+";
  margin-right: 5px;
  padding: 0 0px;
  border-radius: 50%;
  background: #ff9400;
  color: #fff;
  height: 14px;
  width: 14px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 0.89;
}

.debate_response_list_page section.rm-debate-response-list .share_container h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}

.debate_response_list_page section.rm-debate-response-list .share_container ul,
.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li {
  display: inline-block;
  border: none;
  padding: 0 5px;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a {
  font-size: 18px;
  cursor: pointer;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a
  i.fa-facebook {
  color: #3b5998;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a
  i.fa-twitter {
  color: #4099ff;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a
  i.fa-linkedin {
  color: #0077b5;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a
  i.fa-envelope-o {
  color: #2a2a2a;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a
  i.fa-google-plus {
  color: #dd4b39;
}

.debate_response_list_page
  section.rm-debate-response-list
  .share_container
  ul
  li
  a:hover {
  opacity: 0.8;
}

.debate_response_list_page section.rm-debate-response-list h2.response_title {
  font-weight: 400;
}

.debate_response_list_page section.rm-debate-response-list h2.response_title a {
  text-transform: none;
  font-family: "Merriweather", serif;
  font-size: 24px;
  color: #000;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-field-created {
  font-size: 14px;
  color: #a2a2a2;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row-first
  article
  > div {
  /*padding: 50px;*/
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row-first
  article
  > div
  .section_overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row-first
  article
  > div
  .share_container {
  display: none;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row-first
  blockquote {
  position: relative;
  padding: 30px 50px;
  padding-right: 0;
  border-left: 5px solid #ff9400;
  background: none;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row-first
  blockquote:after {
  display: none;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row-first
  blockquote:before {
  position: absolute;
  top: 50px;
  left: 15px;
}

.debate_response_list_page .responses_right_sidebar {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
}

.debate_response_list_page .responses_right_sidebar h2.sidebar_title {
  font-size: 24px;
  font-family: "Dosis", sans-serif;
  text-align: center;
  font-weight: 500;
  position: relative;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #1b1b1b;
}

.debate_response_list_page .responses_right_sidebar h2.sidebar_title span {
  display: inline-block;
  position: relative;
}

.debate_response_list_page
  .responses_right_sidebar
  h2.sidebar_title
  span:after {
  content: "";
  width: 75px;
  display: block;
  height: 5px;
  background: #1b1b1b;
  margin: 0 auto;
  margin-top: 10px;
}

.debate_response_list_page .responses_right_sidebar .order_list_btn {
  display: inline-block;
  background: #23323a;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin: 15px 0 5px;
}

.debate_response_list_page .responses_right_sidebar .order_list_btn:before {
  content: "\f079";
  font-size: 12px;
  font-family: fontawesome;
  margin-right: 5px;
}

.debate_response_list_page .responses_right_sidebar .order_list_btn:hover {
  text-decoration: none;
  background: #ff9400;
}

.debate_response_list_page .responses_right_sidebar .sort_order_display {
  color: #a2a2a2;
  font-size: 14px;
}

.debate_right_response_list .view-filters {
  display: none;
}

.debate_right_response_list.affix {
  top: 0px;
  z-index: 9999 !important;
  width: 350px;
}

.debat_response_class {
  position: relative;
}

.debat_response_class .views-field-body img {
  margin: 10px 15px;
}

.debat_response_class .views-field-body p a {
  color: #ff9400;
  font-size: 16px;
}

.debat_response_class .views-field-field-blog-main-image {
  overflow: hidden;
}

.scrollyspy_right_response_cntr ul.navbar-nav {
  list-style: none;
  float: none;
}

.scrollyspy_right_response_cntr ul.navbar-nav li {
  border-bottom: 1px solid #949494;
  display: block;
  float: none;
}

.scrollyspy_right_response_cntr ul li a {
  padding: 18px 0;
  display: block;
  font-size: 18px;
  color: #c6c6c6;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}

.scrollyspy_right_response_cntr ul li .views-field-name .field-content,
.scrollyspy_right_response_cntr ul li .views-field-name .views-label-name,
.scrollyspy_right_response_cntr ul li .views-field-name .field-content,
.scrollyspy_right_response_cntr
  ul
  li
  .views-field-field-last-name
  .views-label-field-last-name,
.scrollyspy_right_response_cntr ul li .views-field-name .field-content,
.scrollyspy_right_response_cntr
  ul
  li
  .views-field-field-last-name
  .field-content {
  font-size: 14px;
}

.scrollyspy_right_response_cntr li.active .views-field-title {
  color: #1b1b1b;
}

.scrollyspy_right_response_cntr ul li a:hover {
  background: none;
}

.scrollyspy_right_response_cntr ul li a .views-field-title span {
  margin-bottom: 5px;
  display: block;
}

.scrollyspy_right_response_cntr ul li a:hover .views-field-title span {
  color: #000;
}

.scrollyspy_right_response_cntr ul li:hover {
  background: none;
}

.scrollyspy_right_response_cntr .mCSB_inside > .mCSB_container {
  margin: 0;
  padding-right: 16px;
}

.scrollyspy_right_response_cntr .mCSB_scrollTools {
  opacity: 0;
}

.scrollyspy_right_response_cntr ul li a .views-field-title .field-content span {
  margin-bottom: 0;
  display: inline-block;
}

#main-wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.disqus-comment-links {
  display: none;
  visibility: hidden;
  opacity: 0;
  text-indent: -9999;
  position: absolute;
  left: -2000px;
}

.archive_list_page .archive-filters .form-type-select,
.search-main-cntr #content form .form-type-select {
  position: relative;
  z-index: 1;
}

.archive_list_page .archive-filters .form-type-select select,
.search-main-cntr #content form .form-type-select select {
  width: 250px;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 4px 45px 4px 15px;
  color: #c2c2c2;
  font-size: 12px;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.archive_list_page .archive-filters .form-type-select select option,
.search-main-cntr #content form .form-type-select select option {
  font-size: 14px;
}

.archive_list_page .archive-filters .form-type-select select:focus,
.search-main-cntr #content form .form-type-select select:focus {
  outline: none;
  border: none;
}

.archive_list_page .archive-filters .form-type-select .select-drop,
.search-main-cntr #content form .form-type-select .select-drop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #ebebeb;
  pointer-events: none;
}

.archive_list_page .archive-filters .form-type-select .select-drop b,
.search-main-cntr #content form .form-type-select .select-drop b {
  display: block;
  width: 100%;
  height: 100%;
}

.archive_list_page .archive-filters .form-type-select .select-drop b::after,
.search-main-cntr #content form .form-type-select .select-drop b::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  color: #d7d7d7;
  right: 11px;
}

.footer-bg {
  background: #fff;
  clear: both;
}

.footer {
  background: #eaeaea;
  text-align: right;
  height: 55px;
  line-height: 55px;
}

.footer ul {
  list-style: none;
}

.footer .footer-links li {
  display: inline-block;
  padding-left: 35px;
}

.footer .footer-links li:last-child {
  margin-right: 20px;
}

.footer .footer-links li:last-child a {
  text-transform: uppercase;
}

.footer .footer-links li a {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.debate_response_list_page .footer,
.archive-detail-page .footer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f4f4f4;
}

.debate_right_response_list .not-available {
  margin-bottom: 200px;
}

/* Interpreter TOP bar */

.interpreter-top {
  height: 35px;
  background: #000;
  line-height: 35px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.interpreter-top .on-institute {
  position: static;
}

.interpreter-top .on-institute .institute_view_cntr {
  display: inline-block;
  cursor: pointer;
}

.interpreter-top .on-institute .institute_view_cntr span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.interpreter-top .on-institute .institute_view_cntr span img {
  position: relative;
  top: -2px;
  margin-left: 3px;
  width: 105px;
  margin-top: 2px;
}

.interpreter-top .on-institute .institute_view_cntr span .top-down-caret {
  color: #ff9300;
  margin-left: 2px;
  font-size: 16px;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .go-to-institute {
  background: #f4f4f4;
}

.institute_view_cntr .go-to-institute a {
  display: block;
  width: 70%;
  margin: 0 auto;
  background-color: #004466;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 17px;
  text-decoration: none;
  line-height: normal;
}

.institute_view_cntr .go-to-institute .goto {
  width: 22px;
  height: 19px;
  display: inline-block;
  margin-left: 10px;
  background-image: url(../images/goto_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: -4px;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts {
  cursor: default;
  display: none;
  position: absolute;
  width: 100%;
  background: #f4f4f4;
  z-index: 99;
  -webkit-box-shadow: inset 0px 4px 2px 0px rgba(0, 0, 0, 0.2),
    0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 4px 2px 0px rgba(0, 0, 0, 0.2),
    0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 4px 2px 0px rgba(0, 0, 0, 0.2),
    0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  left: 0;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: 1200px;
  padding: 50px 0 100px;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li {
  height: 330px;
  overflow: hidden;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser {
  position: relative;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img {
  height: 200px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .post-date {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: #004465;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .post-date
  span {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .post-date
  span.day {
  margin-top: 10px;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .post-date
  span.month {
  font-size: 12px;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .hover_content {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .hover_content
  a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px;
  background: #363636;
  display: inline-block;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .institude-top-drop-img
  .hover_content
  a:hover {
  background: #ff9400;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser:hover
  .post-date {
  height: 100%;
  width: 100%;
  background: rgba(0, 68, 101, 0.8);
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser:hover
  .post-date
  span {
  opacity: 0;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser:hover
  .hover_content {
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content {
  height: 130px;
  background: #fafafa;
  padding: 10px 20px 10px;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  .category-name
  ul.links {
  padding: 0;
  margin-left: 0;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  .category-name
  ul.links
  li {
  height: auto;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  .category-name
  ul.links
  li
  a {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #539fd5;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  h2 {
  margin: 0;
  max-height: 38px;
  overflow: hidden;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  h2
  a {
  outline: 0;
  margin: 0;
  font-size: 18px;
  color: #004465;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  display: block;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  .submitted,
.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  .submitted
  a {
  color: #636363;
  font-size: 14px;
  font-family: "Source Sans Pro" sans-serif;
  text-align: left;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  .category-name
  ul.links
  li
  a:hover,
.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser
  .latest-bottom-content
  h2
  a:hover {
  text-decoration: none;
  color: #ff9300;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #004465;
  visibility: visible;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.interpreter-top
  .on-institute
  .institute_view_cntr
  .view-institute-latest-posts
  .view-content
  > ul
  li
  .node-teaser:hover::after {
  height: 5px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

/* SLIDER */

.slick-slide {
  outline: 0;
}

.rm-home-slider,
.rm-home-slider .slick-list,
.rm-home-slider .node-teaser {
  height: 475px;
}

.rm-home-slider .node-teaser .image-thumb {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.rm-home-slider .node-teaser .image-thumb .slider-inner {
  position: absolute;
  bottom: 25px;
  left: 60px;
  text-align: left;
  max-width: 70%;
}

.rm-home-slider .node-teaser .image-thumb .slider-main-inner {
  position: absolute;
  padding: 0;
  height: 200px;
  width: 100%;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(27, 27, 27, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(41, 41, 41, 0.8) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1b1b1b', GradientType=0);
}

.rm-home-slider .node-teaser .image-thumb .slider-inner h2 {
  margin: 0;
}

.rm-home-slider .node-teaser .image-thumb .slider-inner h2 a {
  font-size: 30px;
  font-family: "Merriweather", sans-serif;
  color: #fff;
  outline: 0;
  margin-bottom: 10px;
  display: inline-block;
}

.rm-home-slider .node-teaser .image-thumb .slider-inner .by-person,
.rm-home-slider .node-teaser .image-thumb .slider-inner .by-person a {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.rm-home-slider .node-teaser .image-thumb .slider-inner .by-person a:hover {
  text-decoration: none;
}

.rm-home-slider .node-teaser .image-thumb .slider-inner h2 a:hover {
  text-decoration: none;
  color: #f18c03;
}

.rm-top-section.top-absolute .rm-top-bar {
  padding-left: 25px;
  padding-right: 10px;
}

.rm-top-section.top-absolute .rm-top-bar .rm-date span {
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.rm-home-slider .view-id-interpreter_featured .slick-arrow {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border: none;
  height: 36px;
  width: 36px;
  /*text-indent: -9999px;*/
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rm-home-slider .view-id-interpreter_featured .slick-arrow::before {
  display: none;
}

.rm-home-slider #nextSlideCaption {
  position: absolute;
  font-size: 14px;
  /* display: inline-block; */
  height: 36px;
  color: #fff;
  right: 50px;
  line-height: 1.2;
  top: 2px;
  width: 300px;
  text-align: right;
  color: #e1e1e1;
}

.rm-home-slider .view-id-interpreter_featured .slick-next.slick-arrow {
  background-image: url(../images/slider-next-arrow.png);
  background-position: 0 0;
  right: 30px;
  top: auto;
  bottom: 10px;
}

.rm-home-slider .view-id-interpreter_featured .slick-prev.slick-arrow {
  background-image: url(../images/slider-prev-arrow.png);
  background-position: 0 0;
  right: 75px;
  top: auto;
  bottom: 10px;
  left: auto;
}

.rm-home-slider .view-id-interpreter_featured .slick-arrow:hover {
  background-position: 0 -44px;
}

/* Interpreter Home Tabs */

.rm-home-tab {
  padding: 0;
}

.rm-home-tab .nav-tabs {
  border: none;
  height: 90px;
  background: #f4f4f4;
  padding: 0 30px;
}

.rm-home-tab .nav-tabs li {
  border: none;
  padding: 0 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: 0;
  color: #ff9400;
}

.rm-home-tab .nav-tabs li a {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1b1b1b;
  border: none;
}

.rm-home-tab .nav-tabs li a {
  padding: 0;
  margin: 0;
  line-height: 90px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rm-home-tab .nav-tabs li.active a {
  color: #ff9400;
}

.nav-tabs > li > a:hover {
  background: none;
  border: none;
  color: #ff9400;
}

.rm-home-tab .nav-tabs li a span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: #ff9400;
  bottom: 0px;
  left: 0;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.rm-home-tab .nav-tabs li a:hover span::after,
.rm-home-tab .nav-tabs li.active a span::after {
  height: 5px;
}

.rm-home-tab .tab-content {
  background: #fff;
  padding: 25px 30px 75px;
}

.rm-home-tab .item-list ul li {
  padding: 0 15px;
}

.rm-home-tab ul li .rm-tab-date b {
  text-transform: uppercase;
  color: #ff9400;
  margin-right: 5px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.rm-home-tab p {
  margin: 0;
}

.rm-home-tab img {
  width: 100%;
  height: auto;
}

.rm-home-tab .views-field-title,
.rm-home-tab .views-field-name,
.rm-home-tab .views-field-body {
  margin-bottom: 10px;
}

.rm-home-tab .view-interpreter-latest-posts ul li {
  overflow: hidden;
  padding: 0 10px;
}

.rm-home-tab h3 {
  margin: 25px 0 10px;
  font-family: "Merriweather", sans-serif;
  text-transform: none;
  font-weight: 400;
}

.rm-home-tab h3,
.rm-home-debate-wrap h3 {
  max-height: 64px;
  overflow: hidden;
  line-height: 1.3;
}

.rm-home-tab h3 a {
  font-size: 24px;
  color: #1b1b1b;
  font-family: "Merriweather", sans-serif;
}

.rm-home-tab h3 a:hover {
  text-decoration: none;
  color: #ff9400;
}

.rm-home-tab .views-field.views-field-name span {
  color: #949494;
  display: inline-block;
}

.rm-home-tab ul li .submitted {
  margin-bottom: 10px;
}

.rm-home-tab ul li .submitted span,
.rm-home-tab ul li .submitted a {
  color: #949494;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

.rm-home-debate-top .view-content .content,
.rm-home-tab ul li .content,
.rm-home-tab ul li .content p {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.rm-home-debate-wrap .rm-tab-home-thumb,
.rm-home-tab .rm-tab-home-thumb {
  display: block;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.rm-home-debate-wrap .rm-tab-home-thumb,
.rm-home-tab .rm-tab-date {
  font-size: 14px;
  color: #a2a2a2;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  text-align: left;
  line-height: 32px;
}

/* Quote Section */

.rm-home-quote-wrap .long-reads {
  height: 30px;
  background: #ff9400;
  text-align: center;
}

.rm-home-quote-wrap .long-reads span {
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.rm-home-quote-wrap .overlay,
.rm-home-footer .overlay {
  height: auto;
  top: 0px;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}

.rm-home-quote-wrap {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0;
  border-bottom: 5px solid #ff9400;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  background: #474747;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
}

.rm-home-quote-wrap .col-sm-8 {
  margin-top: 60px;
}

.rm-home-quote-wrap .col-sm-8 .rm-quote-top-sec p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.rm-home-quote-wrap .col-sm-8 h2,
.rm-home-quote-wrap .col-sm-8 h2 a {
  font-size: 30px;
  color: #fff;
  font-family: "Merriweather", serif;
  font-style: italic;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}

.rm-home-quote-wrap .col-sm-8 h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.3;
  max-height: 78px;
  overflow: hidden;
}

.rm-home-quote-wrap .col-sm-8 h2 a:hover {
  color: #ff9400;
  text-decoration: none;
}

.rm-home-quote-wrap .view-id-interpreter_longreads_single {
  height: 375px;
  overflow: hidden;
}

.rm-home-quote-wrap .view-id-interpreter_longreads_single .view-content,
.rm-home-quote-wrap
  .view-id-interpreter_longreads_single
  .view-content
  > .views-row,
.rm-home-quote-wrap .image-thumb {
  height: 100%;
  display: inline-block;
  width: 100%;
}

.rm-home-quote-wrap .image-thumb {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm-home-quote-wrap .views-field-field-blog-main-image img {
  width: 100%;
  height: auto;
}

.rm-home-quote-wrap .views-field.views-field-body {
  position: absolute;
  top: 0;
  width: 100%;
}

.rm-home-quote-wrap .rm-quote-top-sec strong,
.rm-home-quote-wrap .rm-quote-top-sec p {
  display: inline-block;
}

.rm-home-quote-wrap .rm-quote-cnt {
  padding: 0 60px;
  position: relative;
  margin-bottom: 30px;
}

.rm-home-quote-wrap .rm-quote-cnt p,
.rm-home-quote-wrap .rm-quote-cnt p strong,
.rm-home-quote-wrap .rm-quote-cnt a {
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  max-height: 98px;
  overflow: hidden;
}

.rm-home-quote-wrap .rm-quote-cnt a {
  text-decoration: underline;
}

.rm-home-quote-wrap .rm-quote-cnt a:hover {
  color: #ff9400;
}

.rm-home-quote-wrap .rm-quote-cnt::after {
  content: "“";
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  color: #c2c2c2;
  position: absolute;
  left: 26px;
  line-height: 1;
  top: 0;
}

.rm-home-quote-wrap .quote-content {
  position: relative;
}

.slider-btn-wrap a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn::after,
.slider-btn-wrap a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  background: #ff9400;
  height: 22px;
  width: 22px;
  line-height: 21px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: 0px;
  text-indent: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-btn-wrap a:hover {
  color: #ff9400;
  text-decoration: none;
}

.slider-btn-wrap a:hover::after {
  background: #fff;
  color: #ff9400;
}

/* DEBATE RESPONSE PAGE */

.debate_response_list_page .debate-topic-responses-content {
  background: #fff;
  padding: 15px 45px 35px;
  position: relative;
}

.debate_response_list_page .main_contains .col-sm-8 {
  padding-left: 0;
}

.debate_response_list_page .main_contains .col-sm-8 .share_container {
  margin-top: 10px;
}

.debate_response_list_page .main_contains .disqus-container {
  float: right;
  margin-right: 60px;
}

.debate_response_list_page
  .main_contains
  .disqus-container
  .rm-article-comment {
  text-align: right;
  float: right;
}

.debate_response_list_page .main_contains .share_container {
  margin-top: 10px;
}

.debate_response_list_page .main_contains .disqus-container h4 {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  font-weight: 600;
}

.debate_response_list_page
  .main_contains
  .read_more_comment
  .disqus-container
  h4 {
  margin-right: 8px;
}

.debate_response_list_page
  .main_contains
  .disqus-container
  .disqus_comments_num {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 2px;
}

.debate_response_list_page
  .main_contains
  .disqus-container
  .disqus_comments_num
  a {
  color: #ff9400;
  font-size: 16px;
}

.rm-home-debate-wrap .rm-tab-date {
  color: #a2a2a2;
  margin-bottom: 7px;
  display: block;
}

.rm-home-debate-wrap h3 {
  font-weight: 400;
}

.rm-home-debate-wrap h3 a {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.submitted span,
.submitted a {
  color: #949494;
  font-size: 14px;
}

.rm-home-debate-wrap .submitted {
  margin-bottom: 10px;
}

.rm-home-debate-wrap .col-sm-8 .submitted {
  margin-bottom: 0;
}

.rm-home-debate-wrap .content p {
  font-size: 16px;
  line-height: 26px;
  color: #1b1b1b;
}

.rm-home-debate-wrap .rm-home-debate-top .row:last-child {
  padding-top: 50px;
}

.rm-home-debate-wrap .rm-home-debate-top .row:last-child .col-sm-4 {
  overflow: hidden;
}

.rm-home-debate-wrap .rm-home-debate-top .row:last-child .col-sm-4:last-child {
  border: none;
}

.rm-home-debate-wrap .rm-home-debate-top {
  margin: 0;
  padding-bottom: 40px;
}

.rm-home-debate-wrap p.btn-wrap {
  margin-bottom: 0;
}

.debate_response_list_page
  .rm-debate-response-list
  .views-row
  .field-item
  .media-youtube-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.debate_response_list_page
  .rm-debate-response-list
  .views-row
  .field-item
  .media-youtube-video
  iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.debate_response_list_page .rm-debate-response-list .read_more_comment {
  margin-top: 1.2em;
  clear: both;
}

.debate_response_top_title {
  position: static;
}

.debate_response_list_page
  .rm-debate-response-list
  .read_more_comment
  .read_link {
  float: left;
}

.debate_response_list_page
  section.rm-debate-response-list
  .views-row:last-child {
  border: none;
}

.debate_response_list_page .more-debates a {
  color: #ff9400;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-right: 85px;
}

.debate_response_list_page .more-debates a::after {
  content: "\f178";
  font-family: fontAwesome;
  color: #ff9400;
  display: inline-block;
}

.debate_response_list_page .main-wrapper {
  position: relative;
}

.to-top-cntr {
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 9999;
}

.to-top-cntr a {
  color: #ff9400;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: none;
  border: 1px solid #ff9400;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.to-top-cntr a span {
  font-size: 50px;
  line-height: 1.4;
}

.to-top-cntr a:hover {
  background: #ff9400;
  color: #fff;
}

.debate_mobile_nav {
  margin-bottom: 20px;
  margin: 0 0px 20px;
  background: #f4f4f4;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  display: none;
}

.debate_mobile_nav .navbar-nav {
  margin: 0px;
  padding: 0 30px;
  position: absolute;
  top: 39px;
  z-index: 99;
  width: 100%;
  display: none;
}

.debate_mobile_nav .navbar-nav li {
  padding: 0 15px;
  background: #f4f4f4;
  display: block;
  width: 100%;
}

.debate_mobile_nav .navbar-nav li a {
  color: #000;
  padding: 10px 0;
}

.debate_mobile_nav .navbar-nav li a .views-field.views-field-name {
  display: none;
}

.selected_post {
  margin: 0 30px;
  background: #fff;
  border: none;
  padding: 4px 45px 4px 15px;
  color: #c2c2c2;
  font-size: 12px;
  height: 32px;
  position: relative;
}

.selected_post span {
  color: #c2c2c2;
  font-size: 12px;
  line-height: 2;
  display: block;
}

.selected_post .select-drop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #ebebeb;
}

.selected_post .select-drop b {
  display: block;
  width: 100%;
  height: 100%;
}

.selected_post .select-drop b::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  color: #d7d7d7;
  right: 11px;
}

.node-detail-page .single-title-block,
.debate_response_list_page .single-title-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(27, 27, 27, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1b1b1b', GradientType=0);
}

.node-detail-page .single-title-block h1,
.debate_response_list_page .single-title-block h1 {
  font-size: 30px;
  color: #fff;
  margin-left: 45px;
  display: block;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 20px;
  margin-top: 5px;
}

.node-detail-page .single-title-block span,
.debate_response_list_page .single-title-block span {
  color: #fff;
  text-transform: uppercase;
  margin-left: 45px;
}

.node-detail-page .single-title-block .issues-separator {
  margin: 0px 1px;
}

.node-detail-page .single-title-block .breadcrumb,
.debate_response_list_page .single-title-block .breadcrumb {
  background: none;
}

.debate_response_list_page .debat_response_class {
  padding: 50px 0 50px 20px;
  margin-left: -20px;
  border-bottom: 1px solid #dedede;
}

.debate_response_list_page .debat_response_class:last-child {
  border: none;
}

.debate_response_list_page
  .debat_response_class
  .field-type-text-with-summary
  a,
.debate_response_list_page
  .debat_response_class
  .field-type-text-with-summary
  a:hover {
  color: #ff9400;
  font-size: 16px;
  text-decoration: none;
}

/* FOOTER */

.rm-home-footer {
  padding: 0;
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 370px;
}

.rm-home-footer h2 {
  text-transform: none;
  font-size: 30px;
  font-family: "Merriweather", sans-serif;
  color: #fff;
  line-height: 48px;
  margin: 0;
  font-weight: 400;
}


.rm-home-footer img {
  position: absolute;
  left: 0;
  top: 0;
}

.rm-home-footer .col-sm-6 {
  text-align: center;
  margin-top: 115px;
}

.rm-home-footer .col-sm-6 p {
  margin-bottom: 0;
}

.rm-home-footer strong {
  margin: 0;
}

.rm-home-footer .btn {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  margin-top: 15px;
}

.rm-home-footer .btn:hover {
  color: #ff9400;
  text-decoration: none;
}

.rm-home-footer .btn::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rm-home-footer .btn:hover::after {
  background: #fff;
  color: #ff9400;
}

.footer .footer-links li a:hover {
  color: #ff9400;
}

.rm-home-debate-bottom a::after {
  content: "\f178";
  background: none;
  font-family: FontAwesome;
  vertical-align: top;
  margin-top: 6px;
  height: auto;
  width: auto;
  color: #ff9400;
  font-size: 24px;
}

.rm-home-tab .tab-content {
  padding-bottom: 15px;
}

.footer {
  -moz-box-shadow: 0 0px 0px rgba(1, 1, 1, 0.75),
    inset 0 0 1px rgba(1, 1, 1, 0.75);
  -webkit-box-shadow: 0 0px 0px rgba(1, 1, 1, 0.75),
    inset 0 0 1px rgba(1, 1, 1, 0.75);
  box-shadow: 0 0px 0px rgba(1, 1, 1, 0.75), inset 0 0 1px rgba(1, 1, 1, 0.75);
}

.footer ul {
  margin-bottom: 0;
}

.footer .footer-links {
  float: right;
}

.main-wrapper.error-404-cntr {
  position: relative;
  height: 100vh;
}

.main-wrapper.error-404-cntr::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.main-wrapper.error-404-cntr .footer-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* DEBATE LIST PAGE */

.debate-list-page-cntr .rm-top-bar {
  float: none;
  padding-left: 35px;
  padding-right: 15px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
}

.debate-list-page-cntr #content {
  padding-bottom: 0;
}

.debate-list-page-cntr .main_title_cntr {
  margin: 50px;
}

.debate-list-page-cntr .main_debate_list_cntr .main_title_cntr h1#page-title {
  margin: 0;
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 500;
}

.debate-list-page-cntr .main_debate_list_cntr .main_title_cntr .title-info {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 95%;
  color: #666666;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.debate-list-page-cntr .glossary {
  margin: 0;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .item-list {
  margin: 0;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .item-list ul {
  margin: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .item-list ul li {
  margin: 0 -10px;
}

.debate-list-page-cntr .rm-archive_wrap {
  margin: 0;
  padding: 0;
  clear: both;
}

.debate-list-page-cntr .rm-archive_wrap ul li:nth-child(2) {
  border: none;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .glossary {
  padding: 0 40px;
  height: 70px;
  line-height: 70px;
  position: relative;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .glossary ul {
  margin: 0;
  padding: 0;
  height: 70px;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .glossary ul li {
  display: inline-block;
  height: 70px;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .glossary span {
  padding: 0 10px;
  text-transform: uppercase;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .glossary span a {
  line-height: 70px;
  padding: 0;
  position: relative;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .glossary-item
  a::before,
.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  span.active
  a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: #ff9400;
  bottom: 0px;
  color: #ff9400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  span.active
  a::before {
  height: 5px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  span
  a:hover {
  color: #ff9400;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  span
  a:hover::before {
  bottom: 0;
  height: 5px;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .grid-list {
  display: none;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .debate-list-bg-image-wrapper {
  background-size: cover;
}

.debate-list-page-cntr .view-display-id-debate_landing_list .item-list ul li p {
  color: #ff9400;
  font-weight: bold;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  h2 {
  margin: 10px 0 50px;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  h2
  a {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: bold;
  display: inline-block;
  font-family: "Merriweather", serif;
  line-height: 1.2;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  h2
  a:hover {
  color: #ff9400;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .debate-btn-wrap {
  text-align: center;
  z-index: 1;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .debate-btn-wrap
  a {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .debate-btn-wrap
  a:hover {
  color: #ff9400;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .debate-btn-wrap
  a:hover::after {
  background: #fff;
  color: #ff9400;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  h3 {
  position: relative;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  h3
  span {
  position: relative;
  display: inline-block;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  h3
  span::after {
  content: "";
  width: 75px;
  display: block;
  height: 5px;
  background: #fff;
  margin: 0 auto;
  margin-top: 10px;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .node-response-item.col-sm-4 {
  margin-bottom: 50px;
  margin-top: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li.views-row-first
  .title-author-container {
  text-align: left;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .title
  a {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .item-list
  ul
  li
  .title
  a:hover {
  color: #ff9400;
}

.view-display-id-debate_landing_list
  .item-list
  ul
  li.views-row-first
  .title-author-container {
  float: left;
  text-align: left;
  width: 100%;
}

.view-display-id-debate_landing_list .item-list ul li .title-author-container {
  overflow: auto;
}

.debate-list-page-cntr ul.pager.pager-load-more {
  background: #fff;
  padding: 35px 15px;
}

.debate-list-page-cntr ul.pager.pager-load-more li {
  margin: 0;
  line-height: 1;
  height: auto;
}

.debate-list-page-cntr ul.pager.pager-load-more li a {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  color: #ff9400;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  position: relative;
}

.debate-list-page-cntr ul.pager.pager-load-more li a::after {
  content: "+";
  font-size: 24px;
  margin-left: 5px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -3px;
}

.debate-list-page-cntr ul.pager.pager-load-more.pager-load-more-empty {
  padding: 0;
}

.debate-list-page-cntr ul.pager.pager-load-more.pager-load-more-empty li {
  display: none;
}

.debate_response_list_page .rm-top-section.top-absolute .rm-top-bar {
  padding-left: 45px;
}

.rm-home-debate-wrap .col-sm-8 .rm-tab-home-thumb {
  height: auto;
  padding-bottom: 56.25%;
}

.rm-home-debate-top .row .views-row-even.col-sm-8 {
  border-right: none;
  border-left: 1px solid #dedede;
}

.debate-list-page-cntr .footer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f4f4f4;
}

/* DEBATE MOBILE SELECT START*/

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .debate_select_cntr {
  display: inline-block;
  float: left;
  position: relative;
  line-height: 1;
  margin-top: 20px;
  display: none;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .debate_select_cntr
  select {
  width: 250px;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 4px 45px 4px 15px;
  color: #c2c2c2;
  font-size: 12px;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .debate_select_cntr
  select
  option {
  font-size: 14px;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .debate_select_cntr
  .select-drop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #ebebeb;
  pointer-events: none;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .debate_select_cntr
  .select-drop
  b {
  display: block;
  width: 100%;
  height: 100%;
}

.debate-list-page-cntr
  .view-display-id-debate_landing_list
  .glossary
  .debate_select_cntr
  .select-drop
  b::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  color: #d7d7d7;
  right: 11px;
}

/* DEBATE MOBILE SELECT END*/

/* ARCHIVE PAGE LIST */

.archive_list_page .rm-top-bar,
.saved_list_page_cntr .rm-top-bar {
  padding-left: 35px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
}

.archive_list_page #content,
.saved_list_page_cntr #content {
  padding-bottom: 0;
}

.archive_list_page #content .section .main_title_cntr,
.saved_list_page_cntr #content .section .main_title_cntr {
  margin: 25px 0 50px 15px;
}

.archive_list_page #content .section .main_title_cntr h1#page-title,
.saved_list_page_cntr #content .section .main_title_cntr h1#page-title {
  margin: 0;
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 500;
}

.archive_list_page .archive_list_main {
  clear: both;
}

.archive_list_page .view .view-filters {
  background: #f4f4f4;
  padding: 14px 50px;
}

.archive_list_page .views-exposed-widgets {
  margin-bottom: 0;
}

.archive_list_page .views-exposed-form .views-exposed-widget {
  padding: 0;
}

.rm-archive_wrap {
  padding-top: 0;
}

.archive_list_page .archive-filters {
  background: #f4f4f4;
}

.archive_list_page .archive-filters .sort-by-block > span,
.archive-filters .length-block > span,
.archive-filters .per-page-block > span {
  color: #7d7d7d;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 14px;
}

.archive_list_page .archive-filters:after {
  content: "";
  clear: both;
  display: block;
}

.archive_list_page .archive-filters .chosen-search {
  display: none;
}

.archive_list_page
  .archive-filters
  .chosen-container-single
  .chosen-single
  div {
  width: 30px;
}

.archive_list_page .archive-filters .chosen-container-single {
  padding: 0;
  width: auto;
  background: #ebebeb;
}

.archive_list_page .archive-filters .chosen-container {
  margin-bottom: 0;
}

.archive-filters .chosen-container-single .chosen-single,
.archive-filters .chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  display: block;
  overflow: inherit;
}

.archive-filters .chosen-container-single .chosen-single span {
  margin-right: 30px;
  overflow: inherit;
}

.archive-filters .chosen-container-single .chosen-single > span {
  background: #fff;
  color: #c2c2c2;
  display: block;
  padding: 4px 15px;
  font-size: 12px;
}

.archive-filters .chosen-container .chosen-drop {
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.archive-filters .chosen-container .chosen-results {
  padding: 10px;
  margin: 0;
}

.archive-filters .chosen-container .chosen-results li {
  color: #c2c2c2;
  font-size: 14px;
  border: none;
}

.archive-filters .chosen-container .chosen-results li.highlighted,
.archive-filters .chosen-container .chosen-results li:hover,
.archive-filters .chosen-container .chosen-results li.result-selected {
  background-image: none;
  background-color: #d7d7d7;
  color: #fff;
}

.archive-filters .chosen-container-single .chosen-single div b:after {
  font-size: 14px;
  color: #d7d7d7;
  right: 11px;
}

.archive-filters .chosen-container-active .chosen-single div b:after {
  color: #fff;
}

.archive-filters .chosen-container-active {
  background: #31363c;
}

.archive-filters .form-item-sort-by label {
  margin-right: 8px;
  color: #c2c2c2;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
}

/* Archive - node archive_landing mode */

.view--interpreter-archive ul {
  margin: 0;
  padding: 0;
}

.node--archive_landing {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  background: #fafafa;
  margin-bottom: 25px;
  width: 80%;
  max-width: 80%;
}

.node--archive_landing strong {
  margin-right: 0;
  text-transform: none;
  margin-right: 0;
  color: inherit;
}

.node--archive_landing .node-content {
  padding-left: 0;
}

.node--archive_landing .node-content h2 {
  font-family: "Merriweather", sans-serif;
  margin: 0;
  max-height: 50px;
  overflow: hidden;
  max-width: 80%;
  margin-bottom: 5px;
  line-height: 21px;
  font-weight: 500;
}

.node--archive_landing .node-content h2 a {
  font-family: "Merriweather", sans-serif;
  color: #2a2a2a;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

.node--archive_landing .node-content .right-content {
  padding-right: 0;
  width: 75%;
  padding: 20px 30px;
}

.node--archive_landing .node-content .image-thumb {
  height: 195px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: relative;
  width: 25%;
}

.node--archive_landing .node-content .image-thumb .view-more-image {
  display: block;
}

.node--archive_landing .content,
.node--archive_landing .content p,
.node--archive_landing .content .field-item,
.node--archive_landing .content .field-item a {
  font-size: 16px;
  color: #484b4c;
  line-height: 20px;
}

.node--archive_landing .content .field-item a {
  text-decoration: underline;
}

.node--archive_landing .content p,
.node--archive_landing .content .field-item {
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
}

.node--archive_landing .node-content .submitted,
.node--archive_landing .submitted a {
  color: #c2c2c2;
  font-size: 12px;
}

.node--archive_landing .node-content .node-footer {
  color: #b7b7b7;
  font-size: 12px;
  background: #f3f3f3;
  height: 37px;
  line-height: 37px;
}

.node--archive_landing .node-content .node-footer .category {
  float: left;
  margin-right: 50px;
  max-height: 37px;
  overflow: hidden;
  max-width: 30%;
}

.node--archive_landing .node-content .node-footer .category,
.node--archive_landing .node-footer .category a {
  color: #ff9400;
}

.node--archive_landing .node-content .node-footer div {
  display: inline-block;
  padding: 0;
}

.node--archive_landing .node-content .node-footer .date {
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
}

.node--archive_landing .node-content .node-footer .date::before {
  content: "\f133";
  display: inline-block;
  font-size: 16px;
  font-family: fontAwesome;
  margin-right: 8px;
}

.node--archive_landing .node-content .node-footer .view_btn {
  float: right;
  padding-right: 0;
}

.node--archive_landing .node-content .node-footer .view-more {
  text-align: center;
  background-color: #ff9400;
  padding: 0 40px 0 60px;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.node--archive_landing .hover_content {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 148, 0, 0.51);
  opacity: 0;
  top: 0;
  left: 0;
}

.node--archive_landing:hover .node-content {
  background: #252525;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.node--archive_landing:hover .node-content,
.node--archive_landing:hover .node-content h2 a,
.node--archive_landing:hover .content p,
.node--archive_landing:hover .content .field-item,
.node--archive_landing:hover .content .field-item a {
  color: #fff;
}

.node--archive_landing:hover .content .field-item a:hover {
  color: #ff9400;
}

.node--archive_landing:hover .node-content .node-footer {
  background: #363636;
}

.node--archive_landing:hover .node-content .node-footer .date {
  color: #fff;
}

.node--archive_landing .node-content .node-footer .view-more:hover {
  background-color: #8c8c8c;
}

.node--archive_landing:hover .node-content .image-thumb .hover_content {
  opacity: 1;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.node--archive_landing:hover .node-content .image-thumb .view-more-image {
  background-image: url("../images/archive-view.png");
  background-position: 9px 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  background-color: #513b1e;
  padding: 0px 10px 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 35px;
  width: 90px;
  line-height: 35px;
  text-align: center;
}

.node--archive_landing:hover .node-content .image-thumb .view-more-image:hover {
  background-color: #8c8c8c;
}

.node--archive_landing:hover .node-content .submitted,
.node--archive_landing:hover .submitted a {
  color: #7d7d7d;
}

.node--archive_landing .content .field-item {
  max-width: 95%;
}

section .archive-landing-list li {
  border: 0;
  padding: 0;
}

section ul.archive-landing-list li:nth-child(2) {
  border: 0;
}

.archive_list_page .archive_list_main .view .view-content {
  padding: 30px 50px;
}

.archive_list_main .item-list .pager {
  padding-left: 0;
  margin: 0px 0 20px;
}

.item-list .pager li {
  border: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fafafa;
  background: #fafafa;
  height: 40px;
  width: 30px;
  display: inline-block;
  line-height: 40px;
}

.item-list .pager li a {
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  padding: 0;
  border: 0;
  background: none;
  display: block;
  line-height: 38px;
}

.item-list .pager li.pager-first,
.item-list .pager li.pager-last {
  background: none;
  border: none;
}

.item-list .pager li.pager-first {
  margin-right: 40px;
}

.item-list .pager li.pager-last {
  margin-left: 40px;
}

.item-list .pager li.pager-first a,
.item-list .pager li.pager-last a {
  color: #ff9400;
  font-size: 14px;
}

.item-list .pager li:hover {
  background: #ff9400;
  color: #fff;
  border: 1px solid #ff9400;
}

.item-list .pager li:hover a {
  color: #fff;
}

.item-list .pager li.pager-current {
  border: 1px solid #ff9400;
  color: #ff9400;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  width: 30px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}

.item-list .pager li.pager-previous {
  margin-right: 15px;
}

.item-list .pager li.pager-next,
.item-list .pager li.pager-previous {
  width: auto;
  background: none;
  border: none;
  margin-left: 40px;
}

.item-list .pager li.pager-previous {
  margin-left: 0;
  margin-right: 40px;
}

.item-list .pager li.pager-next a,
.item-list .pager li.pager-previous a {
  background: none;
  border: none;
  color: #ff9400;
}

.item-list .pager li.pager-next a:after,
.item-list .pager li.pager-previous a:before {
  font-size: 16px;
  display: inline-block;
  font-family: fontawesome;
  vertical-align: middle;
}

.item-list .pager li.pager-next a:after {
  content: "\f0da";
  margin-left: 10px;
}

.item-list .pager li.pager-previous a:before {
  content: "\f0d9";
  margin-right: 10px;
}

.item-list .pager li.pager-next a:hover,
.item-list .pager li.pager-previous a:hover {
  color: #333;
}

/* ARCHIVE DETAIL PAGE */

.archive-detail-page .rm-top-section.top-absolute .rm-top-bar {
  padding-left: 45px;
}

.archive-detail-page .field-blog-main-image .col-sm-3 {
  display: none;
}

.archive-detail-page .field-blog-main-image .col-sm-9 {
  position: static;
}

.archive-detail-page .field-blog-main-image .save {
  position: absolute;
  right: 25px;
  bottom: 40px;
}

.archive-detail-page .field-blog-main-image ul.links {
  padding: 0;
  margin: 0;
  margin-left: 45px;
}

.archive-detail-page .field-blog-main-image ul.links li {
  padding: 0;
  background: none;
}

.archive-detail-page .field-blog-main-image ul.links li a {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.archive-detail-page .field-blog-main-image ul.links li a:hover {
  color: #fff;
}

.archive-detail-page .field-blog-main-image .save a {
  background: url(../images/save.png) no-repeat scroll 0 15px;
  height: 26px;
  line-height: 26px;
  padding-left: 40px;
  color: #a2a2a2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.archive-detail-page .field-blog-main-image .save a:hover {
  color: #fff;
}

.archive-detail-page .field-blog-main-image .save span {
  margin: 0;
  text-transform: none;
}

.archive-detail-page .rm-article-wrap {
  padding: 0 60px;
}

.rm-article-top-cnt {
  text-align: center;
  border-bottom: 1px solid #dedede;
  font-style: italic;
  font-size: 14px;
  line-height: 45px;
  color: #666666;
  margin-bottom: 0;
}

.rm-article-wrap .col-sm-3 {
  position: relative;
  min-height: 830px;
  width: 20%;
  padding-left: 0;
  padding-right: 30px;
}

.rm-article-wrap .col-sm-7 {
  width: 70%;
  padding-left: 30px;
  padding-right: 10%;
}

.rm-article-wrap .col-sm-7 .field-name-body {
  padding-bottom: 30px;
}

.rm-article-wrap .col-sm-7 .field-item p {
  margin-bottom: 12px;
}

.rm-article-wrap .col-sm-7 .field-item,
.rm-article-wrap .col-sm-7 .field-item p {
  font-size: 16px;
  color: #484b4c;
  line-height: 23px;
}

.rm-article-wrap .col-sm-7 .field-item img,
.rm-article-wrap .col-sm-7 .field-item p img {
  margin: 10px 15px;
}

.rm-article-wrap .col-sm-7 .field-name-field-tags h3 {
  display: none;
}

.rm-article-wrap .col-sm-7 .rm-social {
  padding-top: 0px;
}

.rm-article-wrap .col-sm-7 .rm-social ul li {
  border-radius: 3px;
}

.rm-article-wrap .col-sm-7 .rm-social .rm-tag {
  margin-top: 15px;
}

.rm-article-writer-box.border-bottom {
  padding-bottom: 15px;
}

.rm-article-writer-box.border-bottom .authors-profile-wrap {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

.rm-article-writer-box.border-bottom .authors-profile-wrap .rm-left-wr,
.rm-article-writer-box.border-bottom
  .authors-profile-wrap
  .rm-article-imgholder {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.rm-social {
  padding: 22px 0 30px 0;
  margin-bottom: 30px;
}

.rm-article-wrap .rm-social.border-bottom {
  padding-bottom: 0;
}

.rm-article-wrap p.rm-profile-name {
  margin: 2px 0;
}

.rm-article-wrap p.article-date {
  margin-bottom: 21px;
}

.rm-related-box {
  padding: 30px 0px 40px 40px;
  background: #eeeeee;
  margin-left: -60px;
  box-shadow: 40px 0px 0px #eeeeee;
  -moz-box-shadow: 40px 0px 0px #eeeeee;
  -webkit-box-shadow: 40px 0px 0px #eeeeee;
  position: absolute;
  bottom: 71px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pacific_related {
  bottom: 210px;
}
.rm-related-box .fake-box-shadow {
  position: absolute;
  height: 100%;
  width: calc(100% + 40px);
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(1, 1, 1, 0.1);
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.1);
  z-index: -1;
}

.rm-related-box h4 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: none;
}

.rm-related-box h2 {
  border: none;
}

.re-article-inner-box {
  margin-top: 45px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.rm-article-wrap .col-sm-7 .rm-social {
  margin-bottom: 0;
}

.archive-detail-page .rm-article-slider-wrap {
  margin: 25px 25px 0;
  padding: 0;
}

.rm-home-tab.interested-in-cntr {
  margin-bottom: 60px;
}

.rm-home-tab.interested-in-cntr .rm-tab-home-thumb {
  height: 200px !important;
}

.rm-home-tab.interested-in-cntr ul li {
  padding: 0 20px;
  border-right: 1px solid #dedede;
}

.rm-home-tab.interested-in-cntr ul li:last-child {
  border: none;
}

.rm-home-tab.interested-in-cntr ul {
  margin: 0 -5px;
  padding: 0;
}

.rm-home-tab.interested-in-cntr ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/* CONTRIBUTOR PAGE */

.contributers-list-cntr .tabs {
  margin-bottom: 0;
}

.page-the-interpreter-contributors .rm-top-bar {
  padding-left: 35px;
  padding-right: 15px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
}

.page-the-interpreter-contributors.one-sidebar #content,
.page-the-interpreter-contributors.one-sidebar #content .section {
  padding: 0;
}

.page-the-interpreter-contributors.one-sidebar #content .section h1#page-title {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 500;
  margin: 45px 50px;
}

.main-contributors-list {
  clear: both;
}

.main-contributors-list .row {
  margin: 0;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary {
  position: relative;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary,
.glossary {
  margin: 0;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul {
  padding: 0;
}

.main-contributors-list .view-id-contributor_profile_list .glossary {
  padding: 0 40px;
  height: 70px;
  line-height: 70px;
}

.main-contributors-list .view-id-contributor_profile_list .glossary span {
  padding: 0 15px;
  border: none;
}

.main-contributors-list .view-id-contributor_profile_list .glossary span a {
  line-height: 70px;
  padding: 0;
  position: relative;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  span.active
  a {
  color: #ff9400;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  .glossary-item
  a::before,
.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  span.active
  a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: #ff9400;
  bottom: 0px;
  color: #ff9400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  span.active
  a::before {
  height: 5px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  span
  a:hover {
  color: #ff9400;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  span
  a:hover::before {
  bottom: 0;
  height: 5px;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list {
  margin: 50px 50px 0;
  width: auto;
  display: block;
  padding: 0 30px;
  font-size: 0;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  li {
  text-align: center;
  margin-bottom: 80px;
  float: none;
  display: inline-block;
  vertical-align: top;
  border: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  .contributor_profile_img {
  height: 116px;
  width: 116px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ff9400;
  overflow: hidden;
  position: relative;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  img {
  width: 100%;
  max-width: 100%;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  .contributor_name_cntr {
  margin-top: 15px;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  .contributor_name_cntr
  h2
  a {
  text-transform: uppercase;
  font-weight: 600;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  h2 {
  margin: 0;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  h2
  a {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #666666;
}

.view-id-contributor_profile_list
  .view-content
  .contributor-list
  li
  span.view-more
  a {
  color: #ff9400;
}

.contributers-list-cntr .footer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f4f4f4;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  .contributors_select_cntr {
  display: inline-block;
  float: left;
  position: relative;
  line-height: 1;
  margin-top: 20px;
  display: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  .contributors_select_cntr
  select {
  width: 250px;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 4px 45px 4px 15px;
  color: #c2c2c2;
  font-size: 12px;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  .contributors_select_cntr
  select
  option {
  font-size: 14px;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  .contributors_select_cntr
  .select-drop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #ebebeb;
  pointer-events: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  .contributors_select_cntr
  .select-drop
  b {
  display: block;
  width: 100%;
  height: 100%;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  .contributors_select_cntr
  .select-drop
  b::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  color: #d7d7d7;
  right: 11px;
}

.not-available {
  margin: 50px 50px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.contributor-list .empty-image {
  width: 100%;
  display: block;
  height: 116px;
}

/*contributors page End here----------------------*/

/*contributors profile Starts here----------------------*/

.rm-top-section.top-absolute {
  border: none;
}

.page-the-interpreter-contributors-articles
  .contributor-article-row
  .rm-tab-date {
  margin-bottom: 10px;
  display: inline-block;
}

.contributer-detail-cntr {
  padding: 45px 50px 50px;
}

.contributer-detail-cntr .rm-top-bar {
  padding-left: 35px;
}

.contributer-detail-cntr #content {
  padding-bottom: 50px;
}

.contributer-detail-cntr #content .section {
  padding: 0 30px;
}

.contributer-detail-cntr h2.top_fade_heading,
.contributer-detail-cntr h2.top_fade_heading a {
  font-size: 16px;
  font-family: "Source Sans Pro Light", sans-serif;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
  margin: 0;
}

.contributer-detail-cntr h2.author-name {
  font-weight: 500;
  color: #2a2a2a;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1;
  margin-bottom: 40px;
}

.contributer-detail-cntr .view-contributors-bio .views-field-picture {
  text-align: left;
  /*width: auto;*/
  /*margin-right: 45px;*/
  padding: 0;
}

.contributer-detail-cntr .view-contributors-bio .rm-article-imgholder {
  width: 230px;
  height: 230px;
  float: none;
}

.contributer-detail-cntr .view-contributors-bio .rm-article-imgholder img {
  width: 100%;
  max-width: 100%;
}

.view-contributors-bio .col-sm-9 {
  margin-top: 10px;
}

.view-contributors-bio .col-sm-9 p a {
  color: #ff9400 !important;
  font-size: 16px;
}

.view-contributors-bio .col-sm-9 p a:hover {
  color: #949494 !important;
}

.view-contributors-bio .col-sm-9 p,
.view-contributors-bio .col-sm-9 .field-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 20px;
}

.view-contributors-bio .col-sm-9 .field-content {
  margin-bottom: 0;
}

.view-contributors-bio .rm-social {
  float: right;
  margin-bottom: 0;
}

.view-contributors-bio .rm-social h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.view-contributors-bio .follow-twitter-btn .rm-social {
  padding: 20px 0;
}

.view-contributors-bio .follow-twitter-btn .author_share ul li.twitter_share a {
  padding: 0 15px;
  color: #fff;
  background: #4099ff;
  display: inline-block;
  vertical-align: top;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
}

.view-contributors-bio
  .follow-twitter-btn
  .author_share
  ul
  li.twitter_share
  .fa-twitter {
  font-size: 32px;
  color: #fff;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.view-contributors-bio .follow-twitter-btn .author_share ul li.mail_share a {
  background: #31363c;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 15px;
}

.view-contributors-bio
  .follow-twitter-btn
  .author_share
  ul
  li.mail_share
  a:hover {
  background: #ff9400;
}

.view-contributors-bio .follow-twitter-btn .author_share ul li.mail_share i {
  font-size: 20px;
}

.page-the-interpreter-contributors .contributor-profile-articles {
  clear: both;
  background: #eeeeee;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.page-the-interpreter-contributors
  .contributor-profile-articles
  .contrib-author-articlehead {
  margin-left: 50px;
}

.page-the-interpreter-contributors
  .rm-home-debate-wrap
  .contrib-author-articlehead
  h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #31363c;
  margin-bottom: 10px;
}

.contributor-profile-articles .region-content::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.page-the-interpreter-contributors-articles .item-list ul {
  font-size: 0;
}

.page-the-interpreter-contributors-articles .item-list ul li {
  padding: 0 25px;
  overflow: hidden;
  margin-bottom: 45px;
  border: none;
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-the-interpreter-contributors-articles .item-list ul li .bgimage {
  height: 200px;
  background-position: center top;
}

.page-the-interpreter-contributors-articles
  .item-list
  ul
  li
  .views-field.views-field-name {
  margin: 10px 0;
}

.page-the-interpreter-contributors-articles
  .item-list
  ul
  li
  .views-field-title
  h2,
.page-the-interpreter-contributors-articles
  .item-list
  ul
  li
  .views-field-title
  h2
  a {
  font-size: 24px;
  color: #1b1b1b;
  font-family: "Merriweather", sans-serif;
  margin: 20px 0 0;
  line-height: 1.2;
  text-transform: none;
  font-weight: 400;
}

.page-the-interpreter-contributors-articles
  .item-list
  ul
  li
  .views-field-title
  h2 {
  overflow: hidden;
  max-height: 114px;
}

.page-the-interpreter-contributors-articles
  .item-list
  ul
  li
  .views-field-title
  h2
  a {
  margin-top: 0;
  max-height: 114px;
  display: block;
}

.page-the-interpreter-contributors-articles
  .item-list
  ul
  li
  .views-field-title
  h2
  a:hover {
  color: #ff9400;
}

.page-the-interpreter-contributors-articles .item-list ul {
  float: left;
  padding: 20px 25px 50px;
  margin: 0;
}

.page-the-interpreter-contributors-articles .item-list ul p {
  font-size: 16px;
}

.page-the-interpreter-contributors-articles .item-list ul.pager-load-more {
  width: 100%;
  margin: 0px 0px 90px 0;
}

.page-the-interpreter-contributors-articles .item-list ul.pager-load-more li {
  height: auto;
}

.view-id-contributors_articles .views-field-body {
  margin-top: 15px;
  color: #1b1b1b;
  line-height: 1.4;
  max-height: 90px;
  overflow: hidden;
}

.view-id-contributors_articles .views-field-body .field-content {
  max-height: 65px;
  overflow: hidden;
}

.contributer-detail-cntr .footer {
  background: #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  ul {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  .pager-load-more {
  margin: 0;
  padding: 0;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  .pager-load-more
  li {
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 0;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  .pager-load-more
  li
  a {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  color: #ff9400;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  position: relative;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  .pager-load-more
  li {
  overflow: visible;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  .pager-load-more
  li
  a:after {
  content: " + ";
  font-size: 24px;
  margin-left: 5px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  position: absolute;
  margin-top: 0;
  display: inline-block;
}

/* BASIC CONTENT PAGE */

.basic-content-page,
.basic-content-page p,
.basic-content-page a {
  color: #666666;
  font-size: 16px;
}

.basic-content-page .rm-top-bar {
  padding-left: 35px;
}

.basic-content-page #content {
  padding: 30px 35px;
}

.basic-content-page #content .section h1.title {
  font-size: 36px;
  margin-bottom: 45px;
}

/* SEARCH LISTING PAGE */

.search-main-cntr .rm-top-bar {
  padding-left: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.search-main-cntr #content {
  padding: 65px 0 50px;
}

.search-main-cntr #content .section {
  padding: 0;
}

.interpreter-search .view-display-id-interpreter_search {
  padding: 30px 50px;
}

.search-main-cntr #content .section h1.title {
  margin-top: 0;
  padding: 0 50px;
  font-size: 36px;
  margin-bottom: 25px;
}

.search-main-cntr #content .section h1.title span.search-term {
  color: #ff9400;
}

.search-main-cntr #content .section h1.title span.search-count {
  color: #ff9400;
  font-size: 24px;
  font-style: italic;
}

.search-main-cntr #content form {
  background: #f4f4f4;
  padding: 12px 50px;
}

.search-main-cntr form #edit-keys-wrapper {
  padding: 0;
}

.search-main-cntr form .views-exposed-form .views-exposed-widget {
  padding: 0;
  margin: 0;
}

.search-main-cntr form .form-item.form-type-select.form-item-sort-by select {
  width: 250px;
}

.search-main-cntr form #edit-type-wrapper > label {
  display: none;
}

.search-main-cntr
  form
  .form-item.form-type-select.form-item-sort-by
  .chosen-container-single {
  background: #ebebeb;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.search-main-cntr form .chosen-container-single .chosen-single,
.search-main-cntr
  form
  .chosen-container-active.chosen-with-drop
  .chosen-single {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  display: block;
  overflow: inherit;
}

.search-main-cntr form .chosen-container-single .chosen-single > span {
  background: #fff;
  color: #c2c2c2;
  display: block;
  padding: 4px 15px;
  font-size: 12px;
  margin-right: 30px;
  overflow: inherit;
}

.search-main-cntr form .chosen-container-single .chosen-single div {
  width: 30px;
  background: #ebebeb;
}

.search-main-cntr form .chosen-container-single .chosen-single div b:after {
  font-size: 14px;
  color: #d7d7d7;
  right: 11px;
}

.search-main-cntr form .chosen-container-single .chosen-drop {
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.search-main-cntr form .chosen-container-single .chosen-search {
  display: none;
}

.search-main-cntr form .chosen-container-single .chosen-results {
  padding: 10px;
  margin: 0;
  border: 0;
}

.search-main-cntr form .chosen-container-single .chosen-results li {
  color: #c2c2c2;
  font-size: 14px;
  border: none;
}

.search-main-cntr form .chosen-container-single .chosen-results li.highlighted,
.search-main-cntr form .chosen-container-single .chosen-results li:hover {
  background-image: none;
  background-color: #d7d7d7;
  color: #fff;
}

.search-main-cntr form .form-item-sort-by label {
  margin-right: 8px;
  color: #7d7d7d;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  vertical-align: middle;
}

.search-main-cntr .views-exposed-widgets {
  margin-bottom: 0;
}

.search-main-cntr form .form-item {
  display: inline-block;
  vertical-align: middle;
}

.chosen-container {
  margin-bottom: 0;
}

.search-main-cntr .form-type-checkboxes,
.search-main-cntr .form-type-select {
  margin-right: 30px;
  display: inline-block;
  z-index: -1;
}

.search-main-cntr form .form-type-checkbox input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.search-main-cntr form .form-type-checkbox label {
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  position: relative;
  margin: 0;
  padding-left: 45px;
  line-height: 36px;
  display: inline-block;
}

.search-main-cntr form .form-type-checkbox label:before {
  content: "";
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  background: #fff;
  border: 1px solid #f1f1f1;
  left: 0;
  top: 0;
}

.search-main-cntr
  form
  .form-type-checkbox
  input[type="checkbox"]:checked
  + label:before {
  background-image: url("../images/check-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.interpreter_search_main_content {
  margin: 30px 50px;
}

.rm-archive_wrap .interpreter_search_main_content ul li:nth-child(2) {
  border: none;
}

.search-main-cntr .node--search_index {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  background: #fafafa;
  margin-bottom: 25px;
  width: 80%;
  max-width: 80%;
}

.search-main-cntr .node--search_index .node-content {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.search-main-cntr .node--search_index .node-content .image-thumb {
  height: 195px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: relative;
  width: 25%;
  display: table-cell;
  vertical-align: text-top;
  float: none;
}

.search-main-cntr
  .node--search_index
  .node-content
  .image-thumb
  .hover_content {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 148, 0, 0.51);
  opacity: 0;
  top: 0;
  left: 0;
}

.search-main-cntr
  .node--search_index:hover
  .node-content
  .image-thumb
  .hover_content {
  opacity: 1;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.search-main-cntr
  .node--search_index:hover
  .node-content
  .image-thumb
  .view-more-image {
  background-image: url("../images/archive-view.png");
  background-position: 9px 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  background-color: #513b1e;
  padding: 0px 10px 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 35px;
  width: 90px;
  line-height: 35px;
  text-align: center;
}

.search-main-cntr
  .node--search_index:hover
  .node-content
  .image-thumb
  .view-more-image:hover {
  background-color: #8c8c8c;
}

.search-main-cntr .node--search_index .node-content .right-content {
  padding-right: 0;
  width: 75%;
  padding: 20px 30px;
  display: table-cell;
  vertical-align: text-top;
  position: relative;
  float: none;
}

.item-list .pager {
  padding: 0;
}

.view-id-interpreter_search_api .view-content {
  margin-bottom: 60px;
}

.search-main-cntr .node--search_index .node-content h2,
.node--search_index .node-content h2 a {
  font-family: "Merriweather", sans-serif;
  margin: 0;
  max-height: 42px;
  overflow: hidden;
  max-width: 80%;
  margin-bottom: 15px;
  line-height: 21px;
  font-weight: 500;
  font-size: 18px;
  color: #2a2a2a;
  text-transform: none;
}

.node--search_index .content,
.node--search_index .content p,
.node--search_index .content .field-item {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.node--search_index .content p,
.node--search_index .content .field-item {
  height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
}

.node--search_index .content .field-item {
  max-width: 95%;
}

.node--search_index .node-content .submitted,
.node--search_index .submitted a {
  color: #c2c2c2;
  font-size: 12px;
  margin-top: 10px;
}

.node--search_index .node-content .right-content .node-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 30px;
  color: #b7b7b7;
  font-size: 12px;
  background: #f3f3f3;
  height: 37px;
  line-height: 37px;
}

.node--search_index .node-content .node-footer div {
  display: inline-block;
  padding: 0;
}

.node--search_index .node-content .node-footer .category {
  float: left;
  margin-right: 50px;
  max-height: 37px;
  overflow: hidden;
  max-width: 30%;
}

.node--search_index .node-content ul.links {
  margin: 0;
  padding: 0;
}

.archive-landing-list ul.rm-tag li {
  border: none;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  margin-right: 10px !important;
}

.node--search_index .node-content .node-footer .category,
.node--search_index .node-footer .category a {
  color: #ff9400;
}

.node--search_index .node-content .node-footer .date {
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
}

.node--search_index .node-content .node-footer .date::before {
  content: "\f133";
  display: inline-block;
  font-size: 16px;
  font-family: fontAwesome;
  margin-right: 8px;
}

.node--search_index .node-content .node-footer .view_btn {
  float: right;
  padding-right: 0;
}

.node--search_index .node-content .node-footer .view-more {
  text-align: center;
  padding: 0 40px 0 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ff9400;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.node--search_index .node-content .node-footer .view-more:hover {
  background-color: #8c8c8c;
}

.node--search_index:hover .node-content {
  background: #252525;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.node--search_index:hover .node-content,
.node--search_index:hover .node-content h2 a,
.node--search_index:hover .content p,
.node--search_index:hover .content .field-item {
  color: #fff;
}

.node--search_index:hover .node-content .node-footer {
  background: #363636;
}

.node--search_index:hover .node-content .node-footer .date {
  color: #fff;
}

.node--search_index:hover .content,
.node--search_index:hover .content p {
  color: #fff;
}

.node--search_index:hover .node-content .submitted,
.node--search_index:hover .submitted a {
  color: #7d7d7d;
}

.search-main-cntr .node--search_index.is_institute .node-content .image-thumb {
  display: none;
}

.search-main-cntr
  .node--search_index.is_institute
  .node-content
  .right-content {
  padding-bottom: 45px;
  padding-left: 5px;
}

.node--search_index.is_institute .node-content .right-content .node-footer {
  padding-left: 5px;
}

.search-main-cntr
  .node--search_index.is_institute
  .node-content
  .right-content
  .lowy-inst-logo {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.node--search_index.is_institute .content {
  clear: both;
}

.search-main-cntr .node--search_index ul.rm-tag li {
  border: none;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  margin-right: 10px !important;
}

.search-main-cntr .form-item.form-type-select.form-item-issue {
  margin-right: 5px;
}

.rm-home-tab .tab-content {
  padding-bottom: 50px;
}

div#messages {
  display: none;
}

/*==ARCHIEVE==*/

.archieve-view {
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url("../images/archive-view.png");
  margin-right: 5px;
  vertical-align: -3px;
}

/* 404 PAGE */

.error-404-cntr .rm-top-bar {
  padding-left: 35px;
}

.error-404-cntr #content {
  padding-top: 80px;
  text-align: center;
}

.error-404-cntr #content h1.title {
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 160px;
  text-transform: uppercase;
  color: #ff9400;
}

.error-404-cntr h2 {
  font-size: 46px;
  color: #595f6f;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}

.error-404-cntr h5 {
  font-size: 24px;
  color: #ff9400;
  margin-top: 10px;
  margin-bottom: 0;
}

.error-404-cntr p {
  color: #8e97ac;
  font-size: 19px;
  font-family: "Dosis", sans-serif;
  margin-bottom: 0;
}

.error-404-cntr .go-back-link {
  margin: 40px;
}

.error-404-cntr .go-back-link a {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #31363c;
  line-height: 1;
  padding: 9px 80px;
  background: #ff9400;
}

.error-404-cntr .go-back-link a:hover {
  background: #595f6f;
  color: #fff;
}

.yellow-btn {
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  background: #ffc52b;
  -webkit-box-shadow: 0px 3px 0px 0px #f2b000;
  -moz-box-shadow: 0px 3px 0px 0px #f2b000;
  box-shadow: 0px 3px 0px 0px #f2b000;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.yellow-btn:hover {
  background: #4f9ed3;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translate(0px, 1px);
  -moz-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  -o-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  -webkit-box-shadow: 0px 2px 0px 0px #2d7aae;
  -moz-box-shadow: 0px 2px 0px 0px #2d7aae;
  box-shadow: 0px 2px 0px 0px #2d7aae;
}

.yellow-btn:active {
  -webkit-transform: translate(0px, 3px);
  -moz-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  -o-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  -webkit-box-shadow: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}

/* Institute Error Page */

.institute-404-page {
  padding-top: 160px;
}

.error-404-cntr .institute-404-page h2 {
  font-family: "Quicksand", sans-serif;
}

.error-404-cntr .institute-404-page h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
}

.error-404-cntr .institute-404-page p {
  font-family: "Quicksand", sans-serif;
}

.block ul {
  padding-bottom: 0;
}

/* //////////////////// HAMBURGER /////////////////////////// */

.hamburger-icon-interpreter-interpreter {
  display: none;
}

.hamburger-icon-interpreter {
  width: 50px;
  height: 20px;
  margin: 0;
  float: left;
  margin-top: 18px;
  position: absolute;
  left: 30px;
}

.hamburger-icon-interpreter .line {
  display: block;
  background: #666666;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.hamburger-icon-interpreter .line.line-1 {
  top: 0;
}

.hamburger-icon-interpreter .line.line-2 {
  top: 50%;
}

.hamburger-icon-interpreter .line.line-3 {
  top: 100%;
}

.hamburger-icon-interpreter.active .line-1 {
  transform: translateY(4px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -moz-transform: translateY(4px) translateX(0) rotate(45deg);
}

.hamburger-icon-interpreter.active .line-2 {
  opacity: 0;
}

.hamburger-icon-interpreter.active .line-3 {
  transform: translateY(-14px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-14px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-14px) translateX(0) rotate(-45deg);
}

/* INTERPRETER RESPONSIVE NAV CONTAINER AND NAV */

.interpreter-responsive-nav {
  display: none;
  background: #31363c;
  height: 60px;
  text-align: center;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  top: 35px;
}

.interpreter-responsive-nav .navbar-brand {
  float: none;
  display: inline-block;
}

.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.88, 0.2, 0.16, 0.74);
  -moz-transition: all 500ms cubic-bezier(0.88, 0.2, 0.16, 0.74);
  -ms-transition: all 500ms cubic-bezier(0.88, 0.2, 0.16, 0.74);
  -o-transition: all 500ms cubic-bezier(0.88, 0.2, 0.16, 0.74);
  transition: all 500ms cubic-bezier(0.88, 0.2, 0.16, 0.74);
}

.nav_overlay.open {
  opacity: 1;
  visibility: visible;
}

.interpreter-responsive-nav .rm-m-search-wrap {
  display: none;
}

.footer .footer-links {
  padding: 0;
  margin: 0;
}

.mobile {
  display: none;
}

.rm-related-box.mobile {
  display: none;
}

.error_page_interpreter .header-top {
  background: #000;
  height: 35px;
}

.rm-article-wrap .col-sm-3 .views-field.views-field-field-blog-main-image {
  max-height: 250px;
  overflow: hidden;
}

.rm-article-wrap .col-sm-3 .views-field.views-field-field-blog-main-image img {
  width: 100%;
}

div#messages {
  display: none;
}

a.btn {
  border: none;
  border-radius: 0;
}

a.btn:active {
  box-shadow: none;
}

.draggable-container {
  overflow: hidden;
  /* no selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.draggable-nav {
  width: 9999999px;
  white-space: nowrap;
  /* all on same line */
  font-size: 0;
  /* fix inline block spacing */
}

.content {
  margin-top: 0;
}

/* CLOSE */

.close-drop-down {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  z-index: 999;
}

.close-drop-down:hover {
  opacity: 1;
}

.close-drop-down:before,
.close-drop-down:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close-drop-down:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-drop-down:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*== SEARCH RESULT ==*/

.search-main-cntr #content .section h1.title br {
  display: none;
}

.view-contributors-bio .col-sm-9 p a {
  color: #ff9400 !important;
  font-size: 16px;
}
/*==ABOUT PAGE==*/

.content-break {
  margin-bottom: 25px;
}

.content-break p {
  margin-bottom: 0;
}

.page-the-interpreter-contributors-articles
  .view-contributors-articles
  .item-list
  ul {
  float: none;
}

.bgimage {
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
}

/* CUSTOM SELECT */

/*.custom-select-container{
width: 250px;
margin-bottom: 0;
background: #ebebeb;
padding: 0;
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.custom-select-container .custom-select-single{
background: none;
padding: 0;
border: none;
box-shadow: none;
display: block;
overflow: inherit;
color: #000;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
height: auto;
position: relative;
}
.custom-select-container .custom-select-single span{
background: #fff;
color: #c2c2c2;
display: block;
padding: 4px 45px 4px 15px;
font-size: 12px;
overflow: inherit;
text-overflow: ellipsis;
white-space: nowrap;
}
.custom-select-container .custom-select-single div{
width: 30px;
height: 100%;
position: absolute;
top: 0;
right: 0;
display: block;
pointer-events: none;
background: #ebebeb;
}
.custom-select-container .custom-select-single div b {
display: block;
width: 100%;
height: 100%;
}
.custom-select-container .custom-select-single div b::after{
content: '107';
font-family: fontawesome;
position: absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
font-size: 14px;
color: #d7d7d7;
right: 11px;
}
.custom-select-container .custom-select-drop {
position: absolute;
top: 100%;
background: #ffffff;
width: 100%;
left: 0;
z-index: 9999;
display: none;
}
.custom-select-container .custom-select-drop .custom-chosen-results{
padding: 10px;
margin: 0;
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
max-height: 240px;
}
.custom-select-container .custom-select-drop .custom-chosen-results li{
color: #c2c2c2;
font-size: 14px;
border: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
}*/

/* ================== GRAYSCALE ==================== */

/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */

.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=!string!><filter id=!string!><feColorMatrix type=!string!values=!string!/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter 0.5s;
}

/* Webkit hack until filter is unprefixed */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

/* =================== OKAY NAV ======================== */

.ok-header__logo:hover {
  color: #546edb;
}

/* okayNav styles */

body.okayNav-loaded {
  overflow-x: hidden;
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.okayNav ul {
  /* We want two navigations - one hidden and one visible */
  float: left;
}

.okayNav a.okayNav__menu-toggle {
  color: #2e2e33;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  text-align: center;
}

.okayNav a.okayNav__menu-toggle span {
  font-size: 30px;
}

.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}

.okayNav__nav--visible li {
  display: inline-block;
}

.okayNav__nav--visible a {
  display: block;
  transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
  padding: 15px 15px;
}

.okayNav__nav--visible a:hover {
  color: #546edb;
}

.okayNav__nav--invisible {
  position: absolute;
  top: 70px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: none;
  height: 0;
}

.okayNav__nav--invisible a {
  background: #fff;
  display: block;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.okayNav__nav--invisible.nav-left {
  left: 0;
}

.okayNav__nav--invisible.nav-right {
  right: 0;
}

.okayNav__nav--invisible.transition-enabled {
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
  display: block;
  max-height: 200px;
  height: 200px;
  background: #fff;
}

.okayNav__menu-toggle {
  position: relative;
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
  width: 40px;
  height: 20px;
  float: left;
  z-index: 1;
  top: 15px;
}

.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  top: 0;
  right: 0;
}

.okayNav__menu-toggle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  padding: 0;
}

.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}

.okayNav a.okayNav__menu-toggle.icon--active {
  /* Kebab icon when off-screen nav is open */
  color: #ff9400;
}

.okayNav__menu-toggle.icon--active span {
  background: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul {
  list-style: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul
  li {
  display: inline-block;
  border: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul.okayNav__nav--invisible.nav-open {
  z-index: 10;
  background: #fff;
  line-height: 40px;
  padding: 0 15px;
  list-style: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  ul.okayNav__nav--invisible
  span
  a {
  line-height: 40px;
}

.icon--active span {
  background: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul {
  list-style: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul
  li {
  display: inline-block;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .view-content
  .alphabet-glossary
  ul.okayNav__nav--invisible.nav-open {
  z-index: 10;
  background: #fff;
  line-height: 40px;
  padding: 0 15px;
  list-style: none;
}

.main-contributors-list
  .view-id-contributor_profile_list
  .glossary
  ul.okayNav__nav--invisible
  span
  a {
  line-height: 40px;
}

/** INterpreter -  Debate Taxonomy */

.view-interpreter-debate-last-added .field.field-name-field-debate-topics {
  clear: none;
  display: inline-block;
}

.view-interpreter-debate-last-added
  .field.field-name-field-debate-topics
  .rm-tag
  li {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 8px;
}

.rm-home-footer .btn:active,
.rm-home-footer .btn:visited,
.rm-home-footer .btn:focus {
  color: #fff;
}

.rm-home-debate-wrap .rm-home-debate-top .col-sm-4 article span b {
  color: #ff9400;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 5px;
}

.main-wrapper.bottom_footer {
  height: 100vh;
  position: relative;
}

.main-wrapper.bottom_footer .footer_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* Saved item page */

.saved-items-main-list {
  clear: both;
}

.saved-items-main-list .rm-saved_wrap {
  padding: 0 50px;
}

.saved-items-main-list .rm-saved_wrap table {
  margin: 0;
}

.saved-items-main-list .rm-saved_wrap table tr th {
  border: none;
  background: #f4f4f4;
  padding: 0 25px;
  height: 60px;
}

.saved-items-main-list .rm-saved_wrap table tr th,
.saved-items-main-list .rm-saved_wrap table tr th a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #2a2a2a;
}

.saved-items-main-list .rm-saved_wrap table tbody {
  border-top: none;
}

.saved-items-main-list .rm-saved_wrap table tbody tr {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.saved-items-main-list .rm-saved_wrap table tbody tr td,
.saved-items-main-list .rm-saved_wrap table tbody tr td a {
  border: none;
  padding: 23px 25px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #2a2a2a;
}

.saved-items-main-list .rm-saved_wrap table tbody tr td a {
  padding: 0;
}

.saved-items-main-list .rm-saved_wrap table tbody tr td {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
  overflow: hidden;
}

.saved-items-main-list .rm-saved_wrap table tr th:first-child,
.saved-items-main-list .rm-saved_wrap table tbody tr td:first-child {
  width: 20%;
}

.saved-items-main-list .rm-saved_wrap table tr th:nth-child(2),
.saved-items-main-list .rm-saved_wrap table tbody tr td:nth-child(2) {
  width: 40%;
}

.saved-items-main-list .rm-saved_wrap table tr th:nth-child(3),
.saved-items-main-list .rm-saved_wrap table tbody tr td:nth-child(3) {
  width: 20%;
}

.saved-items-main-list .rm-saved_wrap table tr th:nth-child(4),
.saved-items-main-list .rm-saved_wrap table tbody tr td:nth-child(4) {
  width: 20%;
}

.saved-items-main-list .rm-saved_wrap table tbody tr td:nth-child(4) span a {
  color: #ff9400;
}

.saved-items-main-list
  .rm-saved_wrap
  table
  tbody
  tr
  td:nth-child(4)
  span
  a:after {
  content: "x";
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 10px;
}

.saved-items-main-list table.sticky-header {
  display: none;
}

.saved-items-main-list .rm-saved_wrap .item-list {
  margin: 50px 0;
}

/* Iframe in content imported*/

.content-iframe-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.content-iframe-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.view.view-interpreter-debate-last-added.view-id-interpreter_debate_last_added.view-display-id-dateimgtitlebody
  .row {
  padding-top: 0px;
}

.view.view-interpreter-debate-last-added.view-id-interpreter_debate_last_added.view-display-id-dateimgtitlebody
  .row.row-last {
  border-top: none;
}

.interpreter-404-cntr .header-top {
  height: 35px;
  background: #000;
}

/* INTERPRETER EDIT PAGE TAB */

.page-node ul.tabs.primary {
  background: #f4f4f4;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  position: relative;
  margin: 0 -15px 50px;
  height: 70px;
  font-size: 0;
  border: none;
}

.page-node ul.tabs.primary li {
  float: none;
  display: inline-block;
  height: 70px;
  padding: 0 10px;
}

.page-node ul.tabs.primary li a {
  line-height: 70px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  height: 70px;
  position: relative;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-node ul.tabs.primary li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: #ff9400;
  bottom: 0px;
  left: 0;
  color: #ff9400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-node ul.tabs.primary li a:hover {
  color: #ff9400;
}

.page-node ul.tabs.primary li a:hover::after {
  bottom: 0;
  height: 5px;
}

.author_main_img_interpreter {
  height: 78px;
  width: 78px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rm-saved_wrap h2 {
  margin: 35px 0 50px 0px;
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 500;
}

.oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 15px;
}

.oembed-provider-youtube iframe {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
}
.single__articles__block {
  height: 505px;
  background: #f5f5f5;
  padding: 15px 20px 35px;
}

.single__articles__block h3 a {
  display: block;
}

.single__articles__block .content {
  max-height: 80px;
  overflow: hidden;
}

.author__article__item {
  height: 100%;
}
.width100 {
  width: 100% !important;
}

.interpreter-search .search_text_more {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}

.article-inner__quote--right {
  float: right;
  width: 300px;
  background: #f5f5f5;
  padding: 15px;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  margin: 10px 20px;
  margin-right: -120px;
}

.article-inner__quote--right p {
  line-height: 1.6 !important;
  font-size: 18px !important;
  margin: 0 !important;
  position: relative;
  padding-left: 20px;
}

.article-inner__quote--right p::before, .article-inner__quote--right p::after {
  font-size: 45px;
  color: #ff9400;
  font-family: 'Noto Serif', serif;
  font-style: italic;
}

.article-inner__quote--right p::before {
  content: '“';
  position: absolute;
  top: -13px;
  left: -7px;
}

.article-inner__quote--right p::after {
  content: '”';
  line-height: 10px;
  position: relative;
  top: 18px;
  margin-left: 5px;
}
