<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   IJM 2018
 Theme URI:    https://www.ijmonitor.org/
 Description:  IJM 2018 theme. 
 Author:       IJM
 Author URI:   https://www.ijmonitor.org
 Template:     ijmparent
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html      
 Text Domain:  ijm2018
*/

body {
  background-color: #0b76cc; }

#page {
  position: relative;
  /* Set the position property so z-index will apply */
  z-index: 20;
  /* Make sure this is higher than #menu */
  height: 100%;
  background: #FFF; }

/* Hide the #toggle-menu element on larger screens */
#toggle-menu {
  display: none; }



#toggle-menu {
  position: absolute;
  top: 30px;
  top: 21px; 
  right: 30px;
  color: #FFF;
  z-index: 30;
  font-size: 32px; }

body.home #toggle-menu {
  right: 0; }

@media only screen and (min-width: 800px) {
  body.home .site-description {
    font-size: 36px;
    padding: 48px 0 40px; }
  body.home .widget_search {
    display: none; } }



#mobilemenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  padding: 15px 25px;
  margin: 0;
  list-style: none;
  background: #0b76cc;
  z-index: 10;
  /* Make sure the z-index is lower than the #page */ }

#mobilemenu a {
  display: block;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.animating #mobilemenu, .menu-visible #mobilemenu {
  display: block; }

/***
 * If the animating class is present then apply
 * the CSS transition to #page over 250ms.
 */
.animating #page {
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out; }

/***
 * If the left class is present then transform
 * the #page element 240px to the left.
 */
.animating.left #page {
  transform: translate3d(-240px, 0, 0);
  -webkit-transform: translate3d(-240px, 0, 0); }

/***
 * If the right class is present then transform
 * the #page element 240px to the right.
 */
.animating.right #page {
  transform: translate3d(240px, 0, 0);
  -webkit-transform: translate3d(240px, 0, 0); }

/***
 * If the menu-visible class is present then
 * shift the #page 240px from the right edge
 * via position: absolute to keep it in the 
 * open position. When .animating, .left and
 * .right classes are not present the CSS
 * transform does not apply to #page.
 */
.menu-visible #page {
  right: 240px; }

.admin-bar .site-header {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .admin-bar:not(.home) .site-header {
      padding-top: 62px; } }

@media (min-width: 768px) {
  body.admin-bar {
    margin-top: 32px; } }

@media (min-width: 768px) {
  body.home {
    margin-top: 0 !important; } }

body .site-header {
  position: fixed;
  top: 0;
  height: 100%;
  width: 20%;
  padding: 90px 2% 2% 2%; }



body .site-content {
  padding: 5% 6% 4% 26%; }



body {
  color: #353c43; }
  
  
  @media (min-width: 768px) {
    body .site-header {
      padding-top: 30px;
      border-top: 6px solid #2196F3; }
      
    body.home .site-header {
	   padding-top: 21px; 
	   border-top: none; 
	} 
  }
  body .site-header .toggle-bar {
    display: none; }
  body .dark.site-header {
    background-color: #2196F3; }


.trials-heading {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding-bottom: 2%; }

body,
.entry-content,
body .trial_wrapper h1 {
  font-family: 'Noto Serif','Droid Serif', serif;

   }

button, input, select, textarea,
.entry-title,
.site-title,
#secondary.widget-area .widget_search .search-field,
h1, h2, h3, h4, h5, h6,
body .widget-area,
.main-navigation a,
.meta-list,
.entry-date,
.site-description,
.trial-tabs,
.last-updated .last-update__label,
.last-updated,
.ijm-subscribe-trial,
.card p,
.card .card-footer,
.header-nav div,
body .comment-form,
.france,
#mobilemenu,
#page-subscribe ul, 
.card, 
.badge,
ul, 
ol {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; 

  }
  
.content-area .tab-content ul, 
.content-area .tab-content ol, 
.entry-content ol, 
.entry-content ul {
	font-family: 'Noto Serif','Droid Serif', serif;
	
}

body, button, input, select, textarea {
  line-height: 1.55; }

.site-title a {
  color: #2196F3; }

.post {
  border-color: #2196F3; }

.entry-title,
.trial_wrapper h1 {
  font-weight: 700;
  font-size: 32px; }

@media (min-width: 768px) {
  .entry-title {
    font-size: 36px; }
  .trial_wrapper h1 {
    font-size: 48px; } }

@media (min-width: 1200px) {
  .entry-title {
    font-size: 39px; }
  .trial_wrapper h1 {
    font-size: 54px; } }

@media (min-width: 1400px) {
  .entry-title {
    font-size: 42px; }
  .trial_wrapper h1 {
    font-size: 54px; } }

.main-navigation a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-navigation a:hover {
    opacity: 0.9; }

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a,
.main-navigation .current-post-ancestor a {
  color: #2196F3; }

body.archive .meta-list .meta-tag,
.dark.site-header {
  color: rgba(255, 255, 255, 0.9);
  background-color: #24292e; }

#secondary.widget-area .widget_search {
  margin-top: 12px; }

#secondary.widget-area .widget_search .search-field {
  border-bottom: none;
  border: 1px solid #1976D2;
  background: #1976D2;
  color: #fff; }
  #secondary.widget-area .widget_search .search-field::placeholder {
    color: rgba(255, 255, 255, 0.8); }

.trial_wrapper h4 {
  margin-top: 0; }
  .trial_wrapper h4 span {
    padding: 0;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .trial_wrapper h4 span {
        font-size: 15px; } }

.trial-tabs {
  border: 1px solid #2196F3;
  border-color: #2196F3;
  margin-bottom: 1em;
  background-color: #FFF;
  margin-top: 1em; }
  .trial-tabs ul {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    list-style: none; }
  .trial-tabs li {
    display: table-cell;
    width: 1%;
    table-layout: fixed;
    /* optional, for equal spacing */
    width: 400px;
    text-align: center;
    border-right: 1px solid #2196F3;
    border-color: #2196F3;
    position: relative; }
    .trial-tabs li a {
      text-transform: uppercase;
      letter-spacing: 0.009em;
      font-weight: 700;
      float: left;
      width: 100%;
      padding: 10px 15px;
      color: #2196F3;
      cursor: pointer;
      font-size: 11px; }
      @media (min-width: 768px) {
        .trial-tabs li a {
          font-size: 20px; } }
      .trial-tabs li a:hover {
        color: #0c7cd5; }
      .trial-tabs li a .fa {
        color: inherit; }
  .trial-tabs li.nav-item-timeline {
    border-color: transparent; }
    .trial-tabs li.nav-item-timeline.active {
      border-color: #2196F3; }
  .trial-tabs li.active a {
    color: #FFF;
    background-color: #2196F3; }
  .trial-tabs li.active:after,
  .trial-tabs li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 10000; }
  .trial-tabs li.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #2196F3;
    border-width: 12px;
    margin-left: -12px; }
  .trial-tabs li.active:before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #2196F3;
    border-top-color: #2196F3;
    border-width: 13px;
    margin-left: -13px; }

body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */ }

.content-area .entry-content a,
#background.tab-pane a,
#timeline.tab-pane a {
  color: #2196F3;
  text-decoration: underline; }

@media (min-width: 768px) {
  .alignright {
    margin-left: 21px !important; } }

.trial_wrapper {
  color: #353c43;
  border-top: 1px solid #546673;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom: none;
  text-align: center;
  text-align: left;
  padding: 0;
  margin-bottom: 0; }
  .trial_wrapper .last-updated {
    padding-top: 9px;
    margin-bottom: 12px; }

@media (min-width: 768px) {
  .trial_wrapper {
    margin-right: 0;
    margin-left: 0; }
    .trial_wrapper h1 {
      margin-bottom: 0; } }

body.category-guatemala-trials .site-content,
body.category-kenya-cases .site-content,
body.category-bosco-ntaganda .site-content,
body.category-jean-pierre-bemba-gombo .site-content,
body.category-khmer-rouge-trials .site-content,
body.category-laurent-koudou-gbagbo-charles-ble-goude .site-content,
body.category-lra-trials .site-content,
body.category-charles-taylor .site-content,
body.category-efrain-rios-montt-and-mauricio-rodriguez-sanchez .site-content,
body.category-thomas-lubanga .site-content,
body.category-germain-katanga-and-mathieu-ngudjolo-chui .site-content {
  padding-top: 9px; }
  @media (min-width: 768px) {
    body.category-guatemala-trials .site-content,
    body.category-kenya-cases .site-content,
    body.category-bosco-ntaganda .site-content,
    body.category-jean-pierre-bemba-gombo .site-content,
    body.category-khmer-rouge-trials .site-content,
    body.category-laurent-koudou-gbagbo-charles-ble-goude .site-content,
    body.category-lra-trials .site-content,
    body.category-charles-taylor .site-content,
    body.category-efrain-rios-montt-and-mauricio-rodriguez-sanchez .site-content,
    body.category-thomas-lubanga .site-content,
    body.category-germain-katanga-and-mathieu-ngudjolo-chui .site-content {
      padding-top: 30px; } }
  @media (max-width: 768px) {
    body.category-guatemala-trials .site-content .trial_wrapper,
    body.category-kenya-cases .site-content .trial_wrapper,
    body.category-bosco-ntaganda .site-content .trial_wrapper,
    body.category-jean-pierre-bemba-gombo .site-content .trial_wrapper,
    body.category-khmer-rouge-trials .site-content .trial_wrapper,
    body.category-laurent-koudou-gbagbo-charles-ble-goude .site-content .trial_wrapper,
    body.category-lra-trials .site-content .trial_wrapper,
    body.category-charles-taylor .site-content .trial_wrapper,
    body.category-efrain-rios-montt-and-mauricio-rodriguez-sanchez .site-content .trial_wrapper,
    body.category-thomas-lubanga .site-content .trial_wrapper,
    body.category-germain-katanga-and-mathieu-ngudjolo-chui .site-content .trial_wrapper {
      border-top: none; } }
  body.category-guatemala-trials .site-content .page-header,
  body.category-kenya-cases .site-content .page-header,
  body.category-bosco-ntaganda .site-content .page-header,
  body.category-jean-pierre-bemba-gombo .site-content .page-header,
  body.category-khmer-rouge-trials .site-content .page-header,
  body.category-laurent-koudou-gbagbo-charles-ble-goude .site-content .page-header,
  body.category-lra-trials .site-content .page-header,
  body.category-charles-taylor .site-content .page-header,
  body.category-efrain-rios-montt-and-mauricio-rodriguez-sanchez .site-content .page-header,
  body.category-thomas-lubanga .site-content .page-header,
  body.category-germain-katanga-and-mathieu-ngudjolo-chui .site-content .page-header {
    display: none; }

body.archive.category .site-content,
body.archive.author .site-content,
body.archive.tag .site-content,
body.search-results .site-content {
  padding-top: 20px; }
  @media (min-width: 768px) {
    body.archive.category .site-content,
    body.archive.author .site-content,
    body.archive.tag .site-content,
    body.search-results .site-content {
      padding-top: 30px; } }
  body.archive.category .site-content .taxonomy-description,
  body.archive.author .site-content .taxonomy-description,
  body.archive.tag .site-content .taxonomy-description,
  body.search-results .site-content .taxonomy-description {
    color: rgba(255, 255, 255, 0.8); }
  body.archive.category .site-content .page-header,
  body.archive.author .site-content .page-header,
  body.archive.tag .site-content .page-header,
  body.search-results .site-content .page-header {
    margin-bottom: 0; }

body.category article.post-trial.post .newbutton-wrapper {
  display: none; }

@media (min-width: 768px) {
  body.category article.post-trial.post .newbutton-wrapper {
    display: none; }
    body.category article.post-trial.post .newbutton-wrapper .button {
      width: 100%;
      text-align: center;
      display: block;
      margin-top: 1em; } }

.last-updated {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .last-updated .last-update__label {
    font-weight: 700; }

.comments-area {
  background-color: #FFF;
  border-top: 4px solid #2196F3; }

.post-navigation,
.meta-list li {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.ijm-row {
  width: 100%;
  clear: both;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .ijm-row .ijm-half-column {
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left; }
    @media (min-width: 768px) {
      .ijm-row .ijm-half-column {
        width: 50%; } }

.ijm-subscribe-trial {
  background: #fff;
  background: transparent;
  width: 100%;
  padding: 24px; }
  .ijm-subscribe-trial p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 15px;
    padding-right: 21px; }
  .ijm-subscribe-trial .trials-heading {
    border-bottom: none;
    color: #FFF; }
    .ijm-subscribe-trial .trials-heading a {
      color: #FFF;
      color: rgba(255, 255, 255, 0.8); }
  .ijm-subscribe-trial label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px; }
  .ijm-subscribe-trial .form-control {
    display: block;
    width: 100%;
    background-image: none;
    border-color: #546673;
    border: none !important; }
  .ijm-subscribe-trial .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .ijm-subscribe-trial .form-group-rss {
    float: left;
    width: 100%;
    margin-top: 8px; }
    .ijm-subscribe-trial .form-group-rss .button {
      line-height: 1.55;
      padding: 16px 15px 15px;
      vertical-align: baseline; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, #page #infinite-handle span {
  background-color: #2196F3; }
  button:hover,
  button:focus, input[type="button"]:hover,
  input[type="button"]:focus, input[type="reset"]:hover,
  input[type="reset"]:focus, input[type="submit"]:hover,
  input[type="submit"]:focus, .button:hover,
  .button:focus, #page #infinite-handle span:hover,
  #page #infinite-handle span:focus {
    background: #0c7cd5;
    color: #FFF; }

body .button-white {
  background-color: #FFF;
  color: inherit;
  border: 1px solid #6a8090; }

.border-right-dark {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.border-left-dark {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px; }
  
.border-right-dark {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: -1px; }

body .post-navigation {
  border-color: #2196F3 !important; }

.page-header {
  background: #FFF;
  margin-bottom: 54px; }
  .page-header a {
    color: #2196F3; }

body.single .site-content {
  padding-top: 24px; }

.et_monarch .et_social_inline_top {
  margin-bottom: 21px;
  margin-top: 9px; }

.meta-list .meta-cat.meta-cat-trial-subscribe::before {
  content: "\f003"; }

.meta-list .meta-cat.meta-cat-trial-subscribe-rss::before {
  content: "\f09e"; }

.entry-date.entry-date-trial-homepage a {
  color: #2196F3;
  font-weight: 900; }

body .paging-navigation {
  margin-top: 24px; }

.site-header h6 {
  width: 100%;
  text-align: left;
  margin-bottom: 3px;
  line-height: 1.4;
  font-size: 13px; }
  .site-header h6 span {
    font-size: 12px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9); }
    @media (min-width: 1500px) {
      .site-header h6 span {
        letter-spacing: 0.035em; } }
    @media (min-width: 2000px) {
      .site-header h6 span {
        font-size: 12px;
        letter-spacing: 1px; } }
    .site-header h6 span a {
      color: #FFF;
      border-bottom: 1px solid rgba(255, 255, 255, 0.9); }

body.home .site-header h6 span {
  color: #EEE;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px; }
  @media (min-width: 1000px) {
    body.home .site-header h6 span {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    body.home .site-header h6 span {
      font-size: 14px; } }
  body.home .site-header h6 span a {
    color: #FFF;
    border-bottom: 1px solid #FFF; }
    
 @media (min-width: 1000px) {   
 	.site-header #menu-all-trials-menu li.trials {
		 display: none; 
	}
}

.container-ijm {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

body.home {
  filter: none; }
  body.home .site-header {
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    margin: 0;
    z-index: 101;
    box-shadow: none; }
    @media (min-width: 768px) {
      body.home .site-header .site-logo {
        max-width: 300px; } }
    body.home .site-header .main-navigation {
      display: none; }
  body.home .site-content,
  body.home .site-footer {
    padding: 0;
    border-top: none; }
  body.home .site-content {
    background: #2196F3; }
    body.home .site-content .site-main {
      padding: 21px 0; }
      @media (min-width: 768px) {
        body.home .site-content .site-main {
          padding: 60px 0 21px; } }
  body.home .trials-wrapper {
    background: #f5f5f5;
    padding: 1px 0; }
    @media (min-width: 768px) {
      body.home .trials-wrapper {
        padding: 21px 0; } }
  body.home .site-footer a {
    color: #FFF; }
  body.home .site-footer .site-info {
    background: #2196F3;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

body.archive .post-trial .entry-title,
body.search-results .post-trial .entry-title {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 0; }

body.archive .post-trial.post,
body.search-results .post-trial.post {
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  body.archive .post-trial.post .entry-title a,
  body.search-results .post-trial.post .entry-title a {
    font-size: 24px;
    color: #546673;
    color: #353c43; }
    @media (min-width: 768px) {
      body.archive .post-trial.post .entry-title a,
      body.search-results .post-trial.post .entry-title a {
        font-size: 28px; } }
  @media (min-width: 768px) {
    body.archive .post-trial.post,
    body.search-results .post-trial.post {
      float: left;
      width: 100%; } }
  body.archive .post-trial.post .entry-date,
  body.search-results .post-trial.post .entry-date {
    margin-bottom: 0; }
  body.archive .post-trial.post .entry-date.entry-date-comments,
  body.search-results .post-trial.post .entry-date.entry-date-comments {
    margin-top: 9px; }
    body.archive .post-trial.post .entry-date.entry-date-comments a,
    body.search-results .post-trial.post .entry-date.entry-date-comments a {
      color: #999; }

body.home .ijm-row {
  border: none; }

body.home .ijm-subscribe-trial-front-page {
  padding-top: 0;
  padding-right: 0; }
  @media (max-width: 768px) {
    body.home .ijm-subscribe-trial-front-page {
      padding-left: 0; } }
  body.home .ijm-subscribe-trial-front-page input.form-control {
    font-size: 80%; }
    @media (min-width: 768px) {
      body.home .ijm-subscribe-trial-front-page input.form-control {
        font-size: 100%; } }
  body.home .ijm-subscribe-trial-front-page form {
    font-size: 24px; }
  body.home .ijm-subscribe-trial-front-page button {
    font-size: 70%;
    background-color: #1976D2; }
    @media (min-width: 768px) {
      body.home .ijm-subscribe-trial-front-page button {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 30px;
        padding-right: 30px; } }
  body.home .ijm-subscribe-trial-front-page .checkbox label {
    font-size: 14px;
    line-height: 1.25;
    color: #a1a1a1;
    display: block;
    margin-top: 15px;
    cursor: pointer; }
  body.home .ijm-subscribe-trial-front-page input[type="checkbox"] {
    margin-right: 6px; }

.btn-block {
  display: block;
  width: 100%; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  background-color: #fff;
  color: #353c43;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer; }
  .card p {
    font-size: 15px;
    color: #999; }
  .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.card &gt; hr {
  margin-right: 0;
  margin-left: 0; }

.card-body {
  padding: 21px;
  padding-bottom: 60px; }

.card-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 18px;
  color: #2196F3; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-top: 1px solid #EEE;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 15px;
    margin-right: 15px; }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0; }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group .card:only-child {
    border-radius: 0.25rem; }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

body.home .site-header {
  padding-left: 20px;
  padding-right: 20px; }

body.home .header-nav {
  display: none; }

body.home #toggle-menu {
  top: 0;
  top: -9px;  }

body.home .site-header .container-ijm {
  padding: 0; }
}

.header-nav {
  float: right;
  margin-top: 42px; }

.header-nav div {
  float: right; }
  .header-nav div .nav &gt; li:first-child &gt; a {
    padding-left: 10px; }
  .header-nav div .nav .current-menu-item &gt; a, .header-nav div .nav a:hover {
    color: #FFF; }
  .header-nav div ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative; }
    .header-nav div ul li {
      padding: 0;
      margin: 0 0 0 0;
      display: inline;
      float: left;
      position: relative; }
      .header-nav div ul li a {
        color: rgba(255, 255, 255, 0.9);
        padding: 0;
        margin: 0 20px; 
        display: inline-block;
        font-size: 21px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        -webkit-transition: .07s ease-in;
        -moz-transition: .07s ease-in;
        -o-transition: .07s ease-in;
        transition: .07s ease-in; }

.site-branding {
  float: left;
  width: auto; }

body .site-description,
body .entry-date,
body .entry-date a,
body .site-footer,
body .post-trial.post .entry-date.entry-date-comments a,
body .meta-list a,
body .post-navigation .meta-nav {
  color: #999; }

body .main-navigation a {
  font-size: 13px;
  font-weight: bold;
  font-weight: 400;
  color: #999; }
  @media (min-width: 1400px) {
    body .main-navigation a {
      font-size: 14px; } }
  @media (min-width: 1600px) {
    body .main-navigation a {
      font-size: 15px; } }

.ijm-row-dark {
  background: #2196F3; }
  .ijm-row-dark button {
    background-color: #1976D2; }
  .ijm-row-dark a {
    color: #FFF;
    border-bottom: 1px solid; }

.site-header .main-navigation .trials-heading {
  color: #FFF;
  color: rgba(255, 255, 255, 0.8); }

.dark .site-description,
.dark .main-navigation a {
  color: #FFF;
  color: rgba(255, 255, 255, 0.9); }

body.home .marketing {
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    body.home .marketing {
      font-size: 30px;
      padding-bottom: 24px; } }
  @media (min-width: 1200px) {
    body.home .marketing {
      font-size: 42px;
      padding-bottom: 30px; } }

.hide-sm {
  display: none; }

@media (min-width: 1000px) {
  .hide-sm {
    display: inline; } }

.show-mobile {
  display: none; }



@media (max-width: 768px) {
  .show-mobile {
    display: block;
    width: 100%; }
    .show-mobile .button {
      width: 100%;
      text-align: center;
      display: block; }
  .header-nav {
    display: none !important; }
  .site-logo {
    max-width: 80%; }
  .site-header {
    padding-top: 20px;
     }
  body.category .ijm-row-dark {
    display: none; }
    body.category .ijm-row-dark input.form-control {
      font-size: 15px;
      display: block;
      width: 100%;
      margin-bottom: 9px; }
    body.category .ijm-row-dark button[type=submit] {
      font-size: 16px;
      display: block;
      width: 100%; }
  body.category .post-trial.post {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-mobile {
    padding-bottom: 0 !important; } }

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px; }



span.fixer {
  width: 250px; }

.comment-form a {
  color: #2196F3; }

p.comment_notes_after {
  background: rgba(0, 0, 0, 0.05);
  padding: 12px 24px;
  line-height: 1.3; }

.page-header {
  background-color: #2196F3;
  color: rgba(255, 255, 255, 0.8); }
  .page-header a {
    color: #FFF; }

.single-post .meta-tag {
  display: none; }

.france {
  
  margin-top: 1em;
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  overflow: hidden;
  text-align: center; }
  .france img {
    max-width: 40px;
    height: auto;
    float: left; }

.navbar-toggler {
  color: #FFF;
  top: 24px; }

.tab-content.show {
  display: block; }
  .tab-content.show .tab-pane {
    display: none; }
  .tab-content.show .tab-pane.current {
    display: block; }

.site-footer .powered-by {
  display: inline; }

body .site-content h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 21px;
  padding-bottom: 21px; }

body .site-content .entry-date-other-news {
  margin-bottom: 0;
  color: #EEE;
  color: rgba(255, 255, 255, 0.6); }
  body .site-content .entry-date-other-news a,
  body .site-content .entry-date-other-news .entry-date {
    color: #EEE;
    color: rgba(255, 255, 255, 0.8); }

.ijm-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8); }
 

.ijm-title-bordered {
  padding-top: 15px;
  margin-top: 48px;
  border-top: 6px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.button-darken {
  background-color: rgba(0, 0, 0, 0.1); }

.more-button,
.clouder {
  margin-bottom: 72px; }

ul#menu-main,
#page-subscribe ul {
  list-style: none;
  margin-left: 0; }

.social-links ul a {
  background: rgba(255, 255, 255, 0.9); }
  .social-links ul a:hover {
    background: #FFF; }

.social-links ul a:before {
  color: #2196F3; }

.content-area .entry-content.entry-content-search {
  margin-top: 12px; }
  .content-area .entry-content.entry-content-search a {
    color: #353c43;
    text-decoration: none; }

.relevanssi-query-term {
  background: #fff3cd; }

.page.page-id-12510 .content-area {
  min-height: 400px; }
  @media (min-width: 1000px) {
    .page.page-id-12510 .content-area .search-form input[type="search"] {
      width: 66%;
      font-size: 32px; }
    .page.page-id-12510 .content-area .search-form input.search-submit {
      width: 30%;
      font-size: 29px; } }

#mobilemenu li.search,
.menu-all-trials-menu-container li.search {
  display: none; }



/* DEV CHANGES BELOW */
body .trial_wrapper h1 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; 
	
	text-transform: uppercase; 
}

body.home div.trials-wrapper {
	background-color: #FFF; 
}

body .card {
	background-color: #FAFAFA; 
}

body .card-title {
	color: #353c43;
	text-transform: uppercase; 
}
body .card-footer {
	background-color: #F5F5F5; 
}

@media (max-width: 800px) {
  body .site-description {
	  font-size: 15px; 
	  
  }
  
}
.front-page-subscribe {
	border-bottom: none;
	margin-bottom: 0;
padding-bottom: 2%;
color: #FFF;
font-size: 14px;
font-style: normal;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; 

}
.front-page-subscribe a {
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid; 
}

body.home .front-page-subscribe .button-home {
	border-bottom: none; 
	margin-top: 12px; 
}

body.home .header-nav .twitter,
body.home .header-nav .facebook, 
body.home .header-nav .terms, 
body.home .header-nav .privacy,
body.home .front-page-subscribe {
	display: none; 
}
@media (max-width: 800px) {
	body #toggle-menu {
		right: 20px; 
	}

	body.home .site-content h3 {
		font-size: 21px; 
		margin-top: 6px; 
	}
}



@media (min-width: 800px) {
	body.home .site-description {
		font-size: 24px; 
		max-width: 55%; 
		margin-top: 0; 
		padding-bottom: 0;
	}
	body.home .button-home {
		width: 100%; 
		display: block;  
		text-align: center; 
		background: rgba(0,0,0,0.2);
		border-bottom: none; 
		padding-top: 24px; 
		padding-bottom: 24px;
	}

	body.home .button-home:hover {
		background: rgba(0,0,0,0.3);
	}
	body.home .front-page-subscribe {
		width: 40%; 
		float: right;
		display: block; 
		margin-top: 44px;
	}
	
}




@media (min-width: 1200px) {
	body.home .site-description {
		font-size: 29px; 
		max-width: 90%; 
		margin-top: 0; 
		padding-bottom: 24px;
	}
	body.home .button-home {
		width: 100%; 
		display: block;  
		text-align: center; 
		background: rgba(0,0,0,0.2);
		border-bottom: none; 
		padding-top: 24px; 
		padding-bottom: 24px; 
	}

	body.home .button-home:hover {
		background: rgba(0,0,0,0.3);
	}
	body.home .front-page-subscribe {
		margin-top: 21px;
		width: 33%; 
		float: right;
		display: block; 
		margin-top: 36px;
	}
	
}

	
@media (min-width: 1630px) and (max-width: 1780px) {
	
	body .site-header h6 span {
		font-size: 11px; 
	}
}

@media (min-width: 1251px) and (max-width: 1630px) {
	
	body .site-header h6 span {
		font-size: 10px; 
	}
}


@media (max-width: 1030px) {
	
	.front-page-subscribe {
		margin-top: 15px; 
	}
	body.home .front-page-subscribe {
		
		width: 100%; 
	}
	body.home .site-description {
		
		max-width: 100%; 
	}
}

@media (min-width: 815px) and (max-width: 1029px) {

	body.home .site-description {
		
		padding-bottom: 0; 
	}

}

@media (max-width: 815px) {
	body.home .button-home {
		display: none; 
	}
}

.trial-email-button {
	margin-top: 6px; 
}

.trial-email-button a {
	border-bottom: none; 
	background: rgba(0,0,0,0.2);
	display: block; 
	text-align: center; 
	
}

.trial-email-button a:hover {
	background: rgba(0,0,0,0.3);
}
.search-tag-cloud a {
	color: #2196F3;
	text-decoration: underline; 
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; 
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

body .site-content .tab-pane#timeline,
body .site-content .tab-pane#background {
	/* margin-top: 36px;  */
}
body .site-content .tab-pane#timeline h3 {
	margin-bottom: 12px;
	padding-bottom: 0;
	font-weight: bold; 
	
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

	img.site-logo {
	width: 100%; 
	height: auto; 
	}
}





.trial-tabs li a:hover {
	background-color: #e9f3fb;
}

.trial-tabs li.active a:hover {
	background-color: #2196F3; 
}


body.home .site-content div.trials-wrapper {
    background-color: #EEEEEE;
}

body .card-group .card {
    background-color: #FFFFFF;
}

body .card p {
    color: #777;
}

body .card .card-footer {
    background-color: #FAFAFA;
    color: #888; 
}

body.home a.button-home {
	color: #FFF; 
}
body.home a.button-home:hover,
body .more-button a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); 
    background-color: rgba(0,0,0,0.25);
 }
 #mobilemenu li.trials &gt; a::after {
   content: "\f107";
   font-family: FontAwesome;
   margin-left: 6px; 
	 
 }
  #mobilemenu li.trials.open &gt; a::after {
   content: "\f106";
   font-family: FontAwesome;
 }

  #mobilemenu li .sub-menu {
	  list-style: none; 
	  margin: 0; 
	   
	 
	  display: none; 
  }
  
  #mobilemenu li .sub-menu a {
	  padding: 9px 0;
	  font-size: 75%;
	  color: rgba(255,255,255,0.8);
  }
  
  #mobilemenu li .sub-menu.open {
	  display: block; 
  }
 
 #mobilemenu li.secondary a {
	 font-size: 75%; 
	 color: rgba(255,255,255,0.8);
	 padding: 10px 0;
 }
 .main-navigation li.secondary a {
 	 font-size: 65%; 
	 color: rgba(255,255,255,0.7);
	}
	
	
 #mobilemenu li.twitter a::after,
  #mobilemenu li.facebook a::after {
   content: "\f08e";
   font-family: FontAwesome;
   margin-left: 6px; 	   
}

/* MEDIA QUERIES MOVED FROM TOP DURING DEV */

@media only screen and (max-width: 1000px) {
  #toggle-menu {
    display: block; 
  }
 }
 
@media only screen and (min-width: 1350px) {
  body.home .site-description {
    font-size: 29px;
    padding: 34px 0 0; } 
 }
 
@media (max-width: 1000px) {
  body .site-header {
    margin-left: 0;
    padding: 30px 5% 25px 5%;
    position: relative;
    width: 100%; 
  }
    
  body .site-header .site-logo {
      width: 300px;
      max-width: 85%; 
  } 

}
@media (max-width: 1000px) {
  body .site-content {
    padding: 5%; 
   } 
}
    
    
    
    
    
   /* More complex */ 
 
@media (min-width: 1000px) {
    body.home .site-header .container-ijm {
      padding: 0 20px; 
    } 
}

@media (min-width: 1000px) {
  body.home .header-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0; 
  } 
 }
 
 
@media (max-width: 1000px) {
  body .temp-hide-mobile {
    display: none !important; 
  } 
}


@media (min-width: 1000px) {
  .navbar-toggler {
    display: none; 
  } 
}
    
    
@media (min-width: 1000px) {
    .ijm-title {
      font-size: 30px; 
    } 
 }
      
      

	body .site .dark.site-header {
		background: #2196f3; 
		background: -moz-linear-gradient(top, #2196f3 0%, #1976D2 100%); 
		background: -webkit-linear-gradient(top, #2196f3 0%,#1976D2 100%); 
		background: linear-gradient(to bottom, #2196f3 0%,#1976D2 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#1976D2',GradientType=0 ); 
	}
	#secondary.widget-area .widget_search .search-field {
		background-color: rgba(0,0,0,0.2);
 }

@media (min-width: 1000px) and (max-width: 1500px) {
	body .site-header {
		width: 290px;
		min-width: 290px; 
	}


	body .site-content {
   	 padding-left: 350px;
 	}
} 


@media (min-width: 1000px) { 
	body.home .menu li.menu-item-home a {
		border-bottom: 2px solid #FFF;
	}
	body.home .menu li.subscribe,
	body.home .header-nav div ul li.trials {
		display: none; 	
	}
}

@media (min-width: 1000px) {
    body .site-content {
      border-top: 6px solid #2196F3; } 
}
      
@media (min-width: 1200px) {
  .entry-title {
    font-size: 39px; }
  .trial_wrapper h1 {
    font-size: 54px; } 
}

@media (min-width: 1400px) {
  .entry-title {
    font-size: 39px; }
  .trial_wrapper h1 {
    font-size: 54px; } 
}
    
body.home .header-nav div ul li.trials a {
	color: #FFF;
	border-bottom: 2px solid; 
}

@media (min-width: 1000px) {
	body.home .header-nav {
		margin-top: 12px; 
	}
}

body .site-content .post .entry-content h3 {
	border-bottom: none;
	margin-bottom: 12px;
	padding-bottom: 0;
}

.ijm-related {
	width: 100%; 
			background: #2196f3; 
		background: -moz-linear-gradient(top, #1976D2 0%, #2196f3 100%); 
		background: -webkit-linear-gradient(top, #1976D2 0%,#2196f3 100%); 
		background: linear-gradient(to bottom, #1976D2 0%,#2196f3 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1976D2', endColorstr='#2196f3',GradientType=0 );
		padding-top: 48px; 
}

.ijm-related .ijm-title-bordered {
	margin-top: 0; 
}

.ijm-menu-icon-wrapper {
	margin: 0 auto;
text-align: center;
width: 100%;
float: left;
padding-top: 16px; 
padding-bottom: 24px; 
}
#mobilemenu a.ijm-menu-icon,
.main-navigation a.ijm-menu-icon {
	display: inline; 
	border-bottom: none; 
	margin-top: 0; 
	padding: 9px;
	font-size: 24px; 
}
.site-footer a {
	border-bottom: 1px solid;
}
.site-footer .osf-cc-credits {
	margin-top: 21px; 
}
.site-footer .osf-cc-credits a {
	border-bottom:none; 
}

.site-footer img.svg-cc {
  
  margin-left: 18px; 
  margin-bottom: 9px; 
  max-height: 27px; 
}
.site-footer img.svg-osf {
	max-width: 149px; 
	max-height: 76px;
}

.osf-credits {
	width: 149px; 
	display: inline-block; 
	max-height: 76px;
}

.cc-credits {
	width: 120px;
	display: inline-block;  
	max-height: 27px; 
}



body.search-results .site .site-content .page-header {
	display: block; 
}

/* New Feb 11th */

.badge-domestic {
    color: #fff;
    background-color: #6c757d;
}
.badge-internationalhybrid {
    color: #fff;
    background-color: #f0ad4e;	
}
.badge {
    display: inline-block;
    padding: .25em .4em;
  
    text-transform: uppercase; 
    letter-spacing: 1px; 
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

body.author .author-description a,
body #whoswho.tab-pane a {
    color: #2196F3;
    text-decoration: underline;
}

body .site-content .tab-pane#whoswho h2, 
body .site-content .tab-pane#whoswho h3,
body .site-content .tab-pane#background h2, 
body .site-content .tab-pane#background h3 {
    margin-bottom: 12px;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 28px; 
}

.ijm-title-front-page {
	border-color: rgba(0, 0, 0, 0.1); 
	color: rgba(0, 0, 0, 0.5); 
	margin-top: 12px; 
}

body.author .page-header.profile {
	display: block; 
}
body.author .author-info {
	padding: 2%; 
	margin-bottom: 24px; 
}

body.author .author-description {
	width: 100%; 
}
body.author .author-description,
.card, 
.badge {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; 

  }
  
  .single-post .meta-tag-main-news {
	  display: block; 
}
.site-header {
	/* IE SCROLL HIDE */
    -ms-overflow-style: none;
}

/* Tables override */
table {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;

}


table tr:nth-child(even) {
  background: transparent;
}

table td, 
table th {
border: 1px solid #dee2e6;
}



table td, #content table th {
  padding: 6px 10px;
}



table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 1000px) {
	body:not(.home) .site-description {
		display: none; 	
	}
}


	
@media (min-width: 1000px) {	
	body.home .menu li.francais a,
	body.home .menu li.relatednews a {
		color: rgba(255, 255, 255, 0.9);
		border-bottom: transparent; 
	}
}

.cd-top {
	z-index: 9999; 
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #222;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


body .search-form input[type="submit"] {
	font-size: 100%; 
	border: none; 
	padding: 10px; 
}
body .search-form .search-field {
	text-transform: uppercase; 
}

@media only screen and (max-width: 768px) {
	.search-form-trial {
		margin-top: 1em; 
	}
}

body .search-form-trial-alt {
	float: left; 
	width: 100%; 
	font-size: 16px; 
	
}

body .search-form-trial-alt label {
	width: 70%; 
	float: left;
}

body .search-form-trial-alt label input {
	width: 100%; 
	 
	padding-right: 0; 
	border-color: #0c7cd5;
	box-sizing: border-box;
}

body .search-form-trial-alt label input:focus, 
body .search-form-trial-alt label input:active {
	border-color: #0c7cd5;
}

body .search-form-trial-alt input.search-submit {
	width: 27%; 
	float: right; 
	background-color: #0c7cd5; 
	background-color: rgba(0,0,0,0.2);
}
body .search-form-trial-alt input.search-submit:hover {
	background-color: rgba(0,0,0,0.3);
}

body .search-form-trial-alt input.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
body .search-form-trial-alt input.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
body .search-form-trial-alt input.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
body .search-form-trial-alt input.search-field:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.site-header-inside #secondary.widget-area .search-field::-moz-placeholder {
	color: #FFF; 
}

@media only screen and (min-width: 768px) {
	.ijm-browse-trials-title {
		width: auto; 
		display: inline-block; 
	}
	.homepage-search-form-desktop {
		display: inline-block;
		float: right; 
	}
	.ijm-browse-trials-heading {
		border-color: rgba(0, 0, 0, 0.1);
		overflow: hidden; 
	}
	
	body .homepage-search-form-desktop .search-form .search-field {
		background-color: transparent; 
		padding: 0; 
		border-color: transparent !important; 
		/* text-align: right; */
	}
	
	body .homepage-search-form-desktop .search-form .search-submit {
		background-color: transparent; 
		padding:0; 
		color: inherit;
		box-shadow: none !important;  
	}
	body .homepage-search-form-desktop .search-form .search-submit .fa {
		font-size: 21px;
	}
}

@media only screen and (max-width: 768px) {
	body .trial-tabs li a {
		padding-left: 7px; 
		padding-right: 7px;
	} 
	body #primary .search-form .search-field {
		width: 63%; 
	}
	body #primary .search-form-trial.show-mobile .search-submit {
		padding-right: 0; 
		padding-left: 0; 
		width: 29%; 
	}
}

@media only screen and (max-width: 400px) {
	body #primary .search-form .search-field {
		width: 62%; 
	}
	
}

@media only screen and (max-width: 361px) {
	body #primary .search-form .search-field {
		width: 60%; 
	}
	
	body .trial-tabs li a {
		padding-left: 5px; 
		padding-right: 5px;
	} 
	
}

/* ----------- iPhone 5, 5S, 5C and 5SE -----------
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {


	body .trial-tabs li a {
		padding-left: 6px; 
		padding-right: 6px;
	} 
	body #primary .search-form .search-field {
		width: 57%; 
	}
}
 */
 
/* HOMEPAGE CHANGES - June 14, 2018 */

.card-trial-description {
	display: none; 
}

.card-body {
  padding-bottom: 42px; 
 }
 
 /* NEW LOGO - July 9, 2018 */
 
	body .site-header h6 {
		margin-top: -27px; 
		margin-left: 40px; 
		margin-bottom: auto; 		
		
	}
 
@media (min-width: 1200px) {
	body .site-header h6 {
		margin-left: 32px;
	}
	body .site-header h6 span {
		font-size: 9px;

	}
	body.home .site-header h6 {
		margin-left: 40px;
	}
	body.home .site-header h6 span {
		font-size: 12px;

	}
}
@media (max-width: 400px) {
	body .site-header h6 {
		margin-left: 32px; 	
	}
	body .site-header h6 span {
		font-size: 9px;
	}
}

/* Mobile safari search trials fix */
body #primary .search-form-trial.show-mobile .search-field,
body #primary .search-form-trial.show-mobile .search-submit {
	border-radius: 0;
	-webkit-appearance: none;
}


body blockquote {
	font-size: 21px; 
	border-left: 6px solid; 
	padding-left: 21px; 
}


body blockquote ul, 
body blockquote ol {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 21px;
}

/*--------------------------------------------------------------
21. Privacy Policy &amp; Cookies
--------------------------------------------------------------*/

.privacy-container {
    position: fixed;
    z-index: 199;
    width: 100%;
    background: #eee;
    background: rgba(255,225,225,.95);
    box-shadow: 0px 0px 10px #666;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
    color: #000;
    bottom: 0;
}

.privacy-container .privacy-prefix {
    color: #333;
    font-weight: normal;
    text-align: center;
} 

.privacy-inner {
  margin: 20px 40px 20px 20px;
}

.privacy-container .btn-close-main {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 8px;
    margin-right: 0;
}

.privacy-container a.btn-close-main:hover {
    text-decoration: none;
    border-bottom: 0px !important;
}


.privacy-toc-wrap {
  padding: 18px 0 12px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 24px 0; 
}
.privacy-toc {

}
.privacy-toc li {
  margin-bottom: 6px; 
}

.privacy-policy-list {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0;
}
.privacy-policy-list ol {
  padding-left: 1.2em;
}
.privacy-policy-list ul {
  margin-left: 25px;
}
.privacy-policy-list li {
  margin-bottom: 24px; 
}
.privacy-policy-list li li {
  margin-bottom: 12px; 
}
.privacy-policy-list .ordered-letters {
  list-style-type: lower-alpha;
}

.cookiesTable {
}
  
.cookiesTable thead tr {
}
.cookiesTable th {
  font-weight: bold;
  text-align: left;
}
.cookiesTable th, .cookiesTable td {
  padding: 4px 5px;
}
.cookiesTable tbody tr {
}
.cookiesTable .cookieProvider,
.cookiesTable .cookiePurpose,
.cookiesTable .cookieDuration {
}  
.cookiesTable .cookieName {
  width:20%;
}  
.cookiesTable .cookieProvider {
  width:15%;
}  
.cookiesTable .cookiePurpose {
  width:50%;
}  
.cookiesTable .cookieDuration {
  width:15%;
}  


/*--------------------------------------------------------------
22. ICC REFORM HOMEPAGE CALLOUT
--------------------------------------------------------------*/

body .card-icc-review {
	background-color: #FFF; 
	margin-bottom: 32px; 
	
}

@media only screen and (max-width: 768px) {
	body .card-icc-review {
		margin-top: 16px; 
	}
}

body .card-icc-review .card-header {
	letter-spacing: 1px; 
	text-transform: uppercase; 
	font-size: 13px; 
}

body .card-icc-review .card-title a {
	color: #353c43 !important; 
}

body .card-icc-review .card-title {
	margin-bottom: 12px; 
}
body .card-icc-review .card-body {
	padding-bottom: 20px; 
}

body .card-icc-review .card-text {
	margin-bottom: 6px; 
}
body .card-icc-review .card-text a {
	color: #999 !important; 
}


body .card-icc-review .button-darken {
	background: #2196F3;
	margin-top: 9px;
	float: left;
	padding: 6px 12px;
	font-size: 1;
	font-size: 14px;
}


body .monitoring_halted .et_social_inline {
  display:none;
}</pre></body></html>