@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 400;
}

h1 {
  font-family: "abril-display", serif;
  font-size: 46px;
  font-weight: 400;
}
h1.page-header {
  margin-top: 0;
  padding-bottom: 0;
  color: #1b315a;
  border-bottom-width: 0;
}

h2 {
  font-family: "abril-display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1b315a;
}

h3 {
  font-family: "abril-display", serif;
  font-size: 28px;
  font-weight: 400;
  color: #1b315a;
}

h4 {
  font-family: "abril-display", serif;
  font-size: 24px;
  font-weight: 400;
  color: #1b315a;
}

h5 {
  font-family: "abril-display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #1b315a;
}

h6 {
  font-family: "abril-display", serif;
  font-size: 16px;
  font-weight: 400;
  color: #1b315a;
}

b,
label,
strong {
  font-weight: 700;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 25px;
  font-size: 22px;
  font-style: italic;
  border-left: 5px solid #d0d8e4;
}

p,
ol,
ul {
  margin: 0 0 20px;
}
p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 40px;
}

a {
  color: #47549d;
  text-decoration: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:active, a:focus, a:hover {
  color: #718fc6;
  text-decoration: underline;
  outline: 0;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #1b315a;
  border-top: 0;
}
.footer > .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer > .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer > .container .row {
    display: block;
  }
}
@media (max-width: 1199px) {
  .footer .about {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .footer .about {
    margin-bottom: 40px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
    float: none;
  }
}
.footer .about .logo {
  margin-bottom: 25px;
  display: flex;
}
@media (max-width: 991px) {
  .footer .about .logo {
    display: block;
  }
}
.footer .about .logo img {
  width: auto;
  max-height: 130px;
}
@media (max-width: 767px) {
  .footer .about .logo img {
    max-width: 200px;
    height: auto;
  }
}
.footer .about .desc {
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .contact {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .footer .contact {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .footer .contact {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.footer .contact {
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .contact h2 {
  margin-bottom: 10px;
  font-family: "abril-display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #d0d8e4;
  letter-spacing: 1px;
}
.footer .contact p {
  margin-bottom: 0;
  line-height: 1.3;
}
.footer .contact p:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footer .contact p:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer .contact p:last-of-type {
    margin-bottom: 30px;
  }
}
.footer .contact a {
  color: #fff;
  text-decoration: none;
}
.footer .contact a:focus, .footer .contact a:hover {
  color: #dad723;
}
.footer .contact br {
  display: none;
}
@media (max-width: 500px) {
  .footer .contact br {
    display: block;
  }
}
@media (max-width: 500px) {
  .footer .contact .address span {
    display: none;
  }
}
.footer .contact .phone {
  margin-right: 15px;
}
.footer .contact .phone:before {
  content: "\f095";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  color: #dad723;
}
@media (max-width: 500px) {
  .footer .contact .phone {
    margin: 3px 0 0;
    display: block;
  }
}
.footer .contact .email:before {
  content: "\f0e0";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size: 16px;
  color: #dad723;
}
.footer .menu--footer > li {
  padding: 0 8px;
  border-right: 1px solid #d0d8e4;
  float: left;
}
@media (max-width: 1199px) {
  .footer .menu--footer > li {
    padding: 0;
    border-right: 0;
    display: block;
    float: none;
  }
}
@media (max-width: 991px) {
  .footer .menu--footer > li {
    padding: 5px 8px 5px 4px;
    display: block;
  }
}
.footer .menu--footer > li.first {
  padding-left: 0;
}
.footer .menu--footer > li.last {
  padding-right: 0;
  border-right: 0;
}
.footer .menu--footer > li > a {
  padding: 0;
  line-height: 1;
  font-family: "abril-display", serif;
  font-size: 15px;
  font-weight: 400;
  color: #d0d8e4;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .footer .menu--footer > li > a {
    font-size: 16px;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .footer .menu--footer > li > a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .footer .menu--footer > li > a {
    display: unset;
  }
}
.footer .menu--footer > li > a:focus, .footer .menu--footer > li > a:hover {
  color: #dad723;
  background-color: transparent;
}
.footer .block-social-links {
  margin: 25px 0 0;
}
@media (max-width: 991px) {
  .footer .block-social-links {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .footer .block-social-links {
    margin-top: 35px;
  }
}
.footer .block-social-links > .container {
  padding: 0;
  width: 100%;
}
.footer .block-social-links .list-inline {
  margin: 0;
}
@media (max-width: 991px) {
  .footer .block-social-links .list-inline {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .block-social-links li {
  margin-right: 10px;
  padding: 0;
  float: left;
}
@media (max-width: 991px) {
  .footer .block-social-links li {
    margin: 0 5px;
    float: none;
  }
}
.footer .block-social-links li:last-of-type {
  margin-right: 0;
}
.footer .block-social-links li a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 22px;
  color: #1b315a;
  text-align: center;
  background-color: #718fc6;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: block;
}
.footer .block-social-links li a:focus, .footer .block-social-links li a:hover {
  color: #1b315a;
  background-color: #dad723;
}
.footer .block-social-links li a.twitter {
  background-image: url("/sites/oarsi/themes/oarsi/img/x_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.footer .copyright {
  padding: 35px 0;
  text-align: center;
  background-color: #718fc6;
  display: flex;
  align-items: center;
}
.footer .copyright p {
  margin-bottom: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .copyright p {
    line-height: 1.2;
  }
}
.footer .copyright p a {
  color: #fff;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer .copyright p span {
  font-size: 15px;
}
@media (max-width: 991px) {
  .footer .copyright p span {
    margin-top: 10px;
    display: inline-block;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #1b315a;
  z-index: 100;
}
@media (max-width: 991px) {
  .header {
    position: relative;
  }
}
.header.tiny > .container > .row {
  height: 150px;
}
@media (max-width: 991px) {
  .header.tiny > .container > .row {
    height: auto;
  }
}
.header.tiny .logo img {
  width: 256px;
}
@media (max-width: 991px) {
  .header > .container {
    padding: 0;
    width: 100%;
  }
}
.header > .container > .row {
  height: 235px;
  -moz-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .header > .container > .row {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .header > .container > .row {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .header [class*=col-sm-] {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .logo a {
    margin: 0 auto;
    width: 142px;
    height: 70px;
    display: flex;
    align-items: center;
  }
}
.header .logo img {
  width: 415px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1680px) {
  .header .logo img {
    width: 256px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    width: auto;
    height: 50px;
  }
}
.header .menu-icon,
.header .user-icon {
  position: absolute;
  top: -70px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .header .menu-icon,
  .header .user-icon {
    display: inline-block;
  }
}
.header .menu-icon:focus, .header .menu-icon:hover,
.header .user-icon:focus,
.header .user-icon:hover {
  color: #d0d8e4;
}
.header .menu-icon.open,
.header .user-icon.open {
  color: #fff;
  background-color: #47549d;
}
.header .menu-icon {
  left: 0;
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  appearance: none;
}
.header .menu-icon:focus-visible {
  outline: 2px solid #d0d8e4;
  outline-offset: -4px;
}
.header .user-icon {
  right: 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .header .region-header {
    padding: 0 12px;
    background-color: #47549d;
  }
}
@media (max-width: 991px) {
  .header [id*=block-searchform] {
    position: relative;
    top: 0;
    width: 100%;
    height: 70px;
    display: none;
  }
}
.header [id*=block-searchform].open {
  display: flex;
  align-items: center;
}
.header [id*=block-searchform] #search-block-form {
  margin-top: 15px;
  width: 410px;
  clear: both;
  float: right;
}
@media (max-width: 991px) {
  .header [id*=block-searchform] #search-block-form {
    margin-top: 0;
    width: 100%;
    float: none;
  }
}
.header [id*=block-searchform] #search-block-form .form-group {
  margin-bottom: 0;
}
.header [id*=block-searchform] #search-block-form .form-search {
  padding: 0 45px 0 16px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border: 0;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .header [id*=block-searchform] #search-block-form .form-search {
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
}
.header [id*=block-searchform] #search-block-form .help-block {
  display: none;
}
.header [id*=block-searchform] #search-block-form .input-group-btn {
  position: absolute;
  right: 0;
  width: 50px;
  z-index: 10;
}
.header [id*=block-searchform] #search-block-form .form-submit {
  padding: 0;
  width: 50px;
  height: 38px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header [id*=block-searchform] #search-block-form .form-submit:after {
  display: none;
}
.header [id*=block-searchform] #search-block-form .form-submit:active, .header [id*=block-searchform] #search-block-form .form-submit:focus, .header [id*=block-searchform] #search-block-form .form-submit:hover {
  background-color: transparent !important;
  transform: scale(1);
}
.header [id*=block-searchform] #search-block-form .ui-autocomplete {
  max-width: 410px !important;
  font-family: "proxima-nova-condensed", sans-serif;
  background: #fff;
  border-color: #1b315a;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .header [id*=block-searchform] #search-block-form .ui-autocomplete {
    max-width: 100% !important;
    min-width: 0;
    width: 100% !important;
  }
}
.header [id*=block-searchform] #search-block-form .ui-autocomplete .ui-menu-item {
  padding: 0;
  white-space: normal;
}
.header [id*=block-searchform] #search-block-form .ui-autocomplete .ui-menu-item.ui-autocomplete-field-group {
  display: none;
}
.header [id*=block-searchform] #search-block-form .ui-autocomplete .ui-menu-item-wrapper {
  padding: 5px 10px;
  line-height: 1;
  font-size: 18px;
  -moz-transition: none 0.3s ease 0s;
  -o-transition: none 0.3s ease 0s;
  -webkit-transition: none 0.3s ease 0s;
  transition: none 0.3s ease 0s;
}
.header [id*=block-searchform] #search-block-form .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #47549d;
  background: transparent;
  border-color: transparent;
}
.header [id*=block-searchform] #search-block-form .ui-autocomplete .ui-menu-item-wrapper .ui-autocomplete-field-created {
  display: none;
}
.header #block-oarsidashboard .block-content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body {
  margin-top: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
body.no-scroll {
  overflow: hidden;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin: 30px 0;
  border-top: 1px solid #ddd;
}

.page {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .main-container {
    width: 100%;
  }
}

.main-content {
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 800px;
  background: #fff;
}
@media (max-width: 991px) {
  .main-content {
    min-height: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (max-width: 991px) {
  .main-content[class*=col-sm-] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content .region-content article {
  position: relative;
}
.main-content .region-content article a[name] {
  margin-top: -290px;
  height: 290px;
  visibility: hidden;
  display: block;
}
@media (max-width: 991px) {
  .main-content .region-content article a[name] {
    margin-top: -120px;
    height: 120px;
  }
}
.main-content article .img-no-border img {
  border: 0;
}
.main-content article img {
  border: 0 solid #ddd;
}
@media (max-width: 767px) {
  .main-content article img {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
}

img.align-center, img.align-left, img.align-right {
  max-width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
img.align-center {
  margin: 0 auto 20px;
  display: block;
}
img.align-left {
  margin: 7px 25px 20px 0;
  float: left;
}
img.align-right {
  margin: 7px 0 20px 25px;
  float: right;
}
@media (max-width: 767px) {
  img.align-left, img.align-right {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
}

.table-responsive {
  margin-bottom: 20px;
  border: 0;
}
.table-responsive > table {
  margin-bottom: 0;
}
.table-responsive > table > tbody > tr > td {
  white-space: normal !important;
}

table {
  margin-bottom: 20px;
  width: 100%;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  border-color: #ccc;
}
@media (max-width: 600px) {
  table {
    font-size: 18px;
    border: 0;
  }
}
table.no-border {
  border-color: transparent;
}
table.no-border th, table.no-border td {
  padding: 10px !important;
  border: 0 !important;
}
@media (max-width: 600px) {
  table.no-border th, table.no-border td {
    padding: 0 !important;
  }
}
table.has-border {
  border-color: #ccc;
}
table.has-border th, table.has-border td {
  border: 1px solid #ccc !important;
}
table th, table td {
  padding: 10px !important;
  line-height: 1.5 !important;
  border: 1px solid #ccc !important;
  vertical-align: top;
}
table tr:last-of-type {
  margin-bottom: 0;
}
table th {
  font-weight: 700;
  color: #fff;
  text-align: left;
  text-transform: none;
  background: #47549d;
}
table th.width-25, table td.width-25 {
  width: 25%;
}
table th.width-33, table td.width-33 {
  width: 33%;
}
table th.width-50, table td.width-50 {
  width: 50%;
}
table th h1:last-child, table th h2:last-child, table th h3:last-child, table th h4:last-child, table th h5:last-child, table th h6:last-child, table th p:last-child, table th ul:last-child, table th ol:last-child, table td h1:last-child, table td h2:last-child, table td h3:last-child, table td h4:last-child, table td h5:last-child, table td h6:last-child, table td p:last-child, table td ul:last-child, table td ol:last-child {
  margin-bottom: 0;
}

.pager-nav {
  padding-top: 5px;
}

ul.tabs--primary {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .path-user ul.tabs--primary {
    margin-left: 20px;
    border-bottom: 0;
    list-style: disc;
  }
  .path-user ul.tabs--primary li {
    margin: 7px 0 7px 5px;
    display: list-item;
    float: none;
  }
  .path-user ul.tabs--primary li a {
    padding: 0;
    border: 0 !important;
  }
  .path-user ul.tabs--primary li a:focus, .path-user ul.tabs--primary li a:hover {
    background-color: transparent;
  }
}

.pagination {
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 600px) {
  .pagination > li.pager__item {
    display: none;
  }
  .pagination > li.pager__item.pager__item--first, .pagination > li.pager__item.pager__item--previous, .pagination > li.pager__item.active, .pagination > li.pager__item.pager__item--next, .pagination > li.pager__item.pager__item--last {
    display: inline;
  }
}
.pagination > li > a {
  padding-top: 8px;
  color: #47549d;
}
.pagination > li > a:focus, .pagination > li > a:hover {
  color: #47549d;
  background-color: #eaeff7;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #47549d;
  border-color: #47549d;
}
.pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #47549d;
  border-color: #47549d;
}

.is-unpublished {
  background: pink;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.ajax-throbber {
  display: none !important;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

@media (max-width: 991px) {
  .sidebar-wrapper {
    width: 100%;
  }
}
.sidebar-wrapper .sidebar {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .sidebar-wrapper .sidebar {
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.sidebar-wrapper .sidebar [id*=block-] {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sidebar-wrapper .sidebar [id*=block-]:last-of-type {
    margin-bottom: 0;
  }
}
.sidebar-wrapper .sidebar [id*=block-aggregator] ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar-wrapper .sidebar [id*=block-aggregator] ul li {
  margin-bottom: 15px;
  line-height: 1.3;
}
.sidebar-wrapper .sidebar [id*=block-aggregator] ul li:last-of-type {
  margin-bottom: 0;
}
.sidebar-wrapper .sidebar [id*=block-aggregator] .more-link {
  display: none;
}
.sidebar-wrapper .sidebar .block-content {
  padding: 25px 20px;
  background-color: #eaeff7;
}
.sidebar-wrapper .sidebar .block-content > h2 {
  font-size: 28px;
}

.ui-accordion p:last-child, .ui-accordion ol:last-child, .ui-accordion ul:last-child {
  margin-bottom: 0;
}
.ui-accordion .ui-accordion-header {
  position: relative;
  margin: 0 0 10px;
  padding: 20px 60px 20px 20px;
  font-family: "abril-display", serif;
  font-size: 24px;
  color: #47549d;
  background: #eaeff7;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ui-accordion .ui-accordion-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ui-accordion .ui-accordion-header {
    font-size: 18px;
  }
}
.ui-accordion .ui-accordion-header.ui-state-hover {
  background-color: rgb(215.5344827586, 224.9310344828, 239.9655172414);
}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #fff;
  background-color: #1b315a;
}
.ui-accordion .ui-accordion-header.ui-state-active a {
  color: #fff;
}
.ui-accordion .ui-accordion-header a {
  color: #47549d;
}
.ui-accordion .ui-accordion-header p {
  line-height: 1.3;
}
.ui-accordion .ui-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
  text-indent: 0;
  background: none;
}
.ui-accordion .ui-icon:before {
  content: "";
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #47549d;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  float: left;
}
@media (max-width: 767px) {
  .ui-accordion .ui-icon:before {
    background-size: 12px;
  }
}
.ui-accordion .ui-icon.ui-icon-triangle-1-e:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_blue_dark.svg");
}
.ui-accordion .ui-icon.ui-icon-triangle-1-s:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_white.svg");
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.ui-accordion .ui-accordion-content {
  padding: 15px 20px 25px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  color: #333;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-accordion .ui-widget-content a {
  font-family: "proxima-nova-condensed", sans-serif;
  color: #47549d;
  display: inline-flex;
}
.ui-accordion .ui-widget-content a:focus, .ui-accordion .ui-widget-content a:hover {
  color: #718fc6;
}
.ui-accordion .ui-widget-content a p {
  margin-bottom: 0;
}

.view-id-patients_accordion {
  visibility: hidden;
}

.btn {
  position: relative;
  line-height: normal;
  font-family: "proxima-nova-condensed", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  display: inline-block;
  white-space: normal;
}
.btn:active, .btn:focus, .btn:hover, .btn.active:focus, .btn:active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn-large {
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #1b315a;
  min-width: 135px;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-large:active, .btn-large:focus, .btn-large:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}

.btn-small {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-small:active, .btn-small:focus, .btn-small:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}

.form-submit {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-submit:active, .form-submit:focus, .form-submit:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}
.form-submit:active:focus, .form-submit:active:hover, .form-submit[disabled]:hover {
  color: #1b315a;
  background-color: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
}
.form-submit[disabled]:hover {
  opacity: 1;
}

.main-content form .form-control.chosen-container {
  padding: 0;
  width: 100% !important;
  border: 0;
}
.main-content .chosen-container-single.chosen-container-active .chosen-single {
  background-image: url("/sites/oarsi/themes/oarsi/img/forms_select.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-color: #718fc6;
}
.main-content .chosen-container-single .chosen-single {
  padding: 6px 9px;
  height: 40px;
  line-height: 24px;
  color: #999;
  background-image: url("/sites/oarsi/themes/oarsi/img/forms_select.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-color: #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-content .chosen-container-single .chosen-single div {
  display: none;
}
.main-content .chosen-container-single .chosen-drop {
  border-color: #47549d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.main-content .chosen-container-single .chosen-drop .result-selected {
  color: #ddd;
}
.main-content .chosen-container-single .chosen-drop .active-result {
  color: #999;
}
.main-content .chosen-container-single .chosen-search input[type=text] {
  height: 37px;
  line-height: 24px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  background-image: none;
  border-color: #47549d;
}
.main-content .chosen-container-single .chosen-results li {
  line-height: 1.3;
}
.main-content .chosen-container-single .chosen-results li.highlighted {
  color: #fff;
  background: #47549d;
}

.cookiesjsr-banner {
  left: 20px;
  bottom: 20px;
  padding: 20px;
  max-width: 550px;
  line-height: 1.3;
  font-size: 16px;
  color: #333;
  background-color: #eaeff7;
  border: 7px solid #fff;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: block;
}
@media (max-width: 600px) {
  .cookiesjsr-banner {
    left: 0;
    bottom: 0;
    margin: 15px;
    padding: 25px 20px;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 320px) {
  .cookiesjsr-banner {
    padding: 20px 15px;
  }
}

.cookiesjsr-banner--info {
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  text-align: left;
  overflow: initial;
}

.cookiesjsr-banner--text {
  margin-bottom: 10px;
}

.cookiesjsr-banner--links {
  margin-top: 0;
}

.cookiesjsr-links.links--row {
  margin-left: 0;
}
.cookiesjsr-links.links--row li {
  padding: 0;
}
.cookiesjsr-links.links--row li a {
  line-height: 1.3;
  font-size: 16px;
  color: #47549d;
  text-transform: capitalize;
}
.cookiesjsr-links.links--row li a:focus, .cookiesjsr-links.links--row li a:hover {
  color: #718fc6;
  text-decoration: underline;
}

.cookiesjsr-banner--action {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 320px) {
  .cookiesjsr-banner--action {
    flex-direction: column-reverse;
  }
}

.cookiesjsr-btn.important {
  margin: 0 10px 0 0;
  width: auto;
  min-height: 0;
  border: 0;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cookiesjsr-btn.important:active, .cookiesjsr-btn.important:focus, .cookiesjsr-btn.important:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}
@media (max-width: 400px) {
  .cookiesjsr-btn.important {
    padding: 8px 17px;
  }
}
@media (max-width: 320px) {
  .cookiesjsr-btn.important {
    margin: 0;
    max-width: 120px;
  }
}
.cookiesjsr-btn.important:first-of-type {
  margin-right: 0;
}
@media (max-width: 320px) {
  .cookiesjsr-btn.important:last-of-type {
    margin-bottom: 10px;
  }
}

.cookiesjsr-layer {
  font-size: 18px;
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 30px 20px;
  -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cookiesjsr-layer {
    max-height: 100%;
    height: 100%;
    border-width: 20px 15px;
  }
}

.cookiesjsr-layer--header,
.cookiesjsr-service-group--tab,
.cookiesjsr-layer--body,
.cookiesjsr-layer--footer {
  background: transparent;
}

.cookiesjsr-layer--header {
  padding: 0;
  height: auto;
  border: 0;
  align-items: start;
}

.cookiesjsr-layer--title {
  position: relative;
  top: 2px;
  font-family: "abril-display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1b315a;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cookiesjsr-layer--title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .cookiesjsr-layer--close {
    width: 14px;
  }
}

@media (max-width: 767px) {
  .cookiesjsr-service-group {
    margin-bottom: 10px;
  }
  .cookiesjsr-service-group:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cookiesjsr-service-group--intro {
    padding: 15px;
  }
}

.cookiesjsr-layer--body {
  top: 50px;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: #fff;
  text-decoration: none;
  background: #47549d;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  top: -1px;
  color: #333;
  text-align: left;
  background: #eaeff7;
}

.cookiesjsr-service-group--tab {
  font-weight: 400;
  color: #47549d;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}
@media (max-width: 767px) {
  .cookiesjsr-service-group--tab {
    padding: 10px 15px;
    min-height: 0;
    color: #fff;
    background: #47549d;
  }
}
.cookiesjsr-service-group--tab:focus, .cookiesjsr-service-group--tab:hover {
  color: #718fc6;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookiesjsr-service-group--tab:focus, .cookiesjsr-service-group--tab:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .cookiesjsr-service--description {
    padding: 15px;
  }
}
.cookiesjsr-service--description h3 {
  color: #1b315a;
}

.cookiesjsr-service:hover {
  background: transparent;
}

.cookiesjsr-service--always-on span {
  background: transparent;
}

.cookiesjsr-layer--footer {
  right: 0;
  padding: 0;
  height: auto;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .cookiesjsr-layer--footer {
    display: flex;
    justify-content: center;
  }
}

.cookiesjsr-layer--label-all {
  display: none;
}

.cookiesjsr-layer--actions {
  margin: 0;
  width: auto !important;
  float: right;
}
.cookiesjsr-layer--actions .cookiesjsr-btn {
  margin: 0 10px 0 0;
  width: auto;
  min-height: 0;
  border: 0;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cookiesjsr-layer--actions .cookiesjsr-btn:active, .cookiesjsr-layer--actions .cookiesjsr-btn:focus, .cookiesjsr-layer--actions .cookiesjsr-btn:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}
.cookiesjsr-layer--actions .cookiesjsr-btn {
  padding: 8px 20px !important;
  display: block !important;
}
.cookiesjsr-layer--actions .cookiesjsr-btn:last-of-type {
  margin-right: 0;
}

.cookiesjsr-service-group--services {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
@media (max-width: 767px) {
  .cookiesjsr-service-group--services {
    position: relative;
    bottom: 0;
  }
}

.cookiesjsr-layer--overlay {
  background: rgba(0, 0, 0, 0.5);
}

form.contact-form #edit-preview {
  display: none;
}
.main-content form {
  margin-bottom: 20px;
}
form .form-group {
  position: relative;
  margin-bottom: 15px;
}
form .form-group:last-child {
  margin-bottom: 15px;
}
form .input-group {
  width: 100%;
}
form input,
form select,
form textarea,
form .form-control {
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  form input,
  form select,
  form textarea,
  form .form-control {
    font-size: 18px;
  }
}
form textarea.form-control {
  height: 115px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form .form-type-checkboxes,
form .form-type-radios,
form .form-type-checkbox,
form .form-type-radio,
form .webform-component-radios,
form .webform-component-checkboxes {
  margin-bottom: 0;
}
form .form-type-checkboxes label,
form .form-type-radios label,
form .form-type-checkbox label,
form .form-type-radio label,
form .webform-component-radios label,
form .webform-component-checkboxes label {
  margin-bottom: 10px;
}
form input[type=radio],
form input[type=checkbox] {
  position: absolute !important;
  top: 7px;
  left: 0 !important;
  margin: 0 !important;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
form input[type=radio] {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
form input[type=radio]:checked {
  background: #41ad49;
}
form input[type=checkbox] {
  width: 15px;
  height: 15px;
}
form input[type=checkbox]:checked {
  background-image: url("/sites/oarsi/themes/oarsi/img/forms_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
form .radio label,
form .checkbox label {
  padding-left: 30px !important;
  cursor: default;
  display: block;
}
form .select-wrapper:after {
  display: none !important;
}
form .select-wrapper select {
  line-height: inherit;
}
form .select-wrapper select.form-control {
  color: #999;
  background-image: url("/sites/oarsi/themes/oarsi/img/forms_select.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form .form-file {
  height: auto;
  border: 0;
}
form .form-required:after {
  content: "*";
  margin-left: 4px;
  width: auto;
  height: auto;
  line-height: inherit;
  color: red;
  background: none;
  vertical-align: inherit;
}
form .form-control {
  padding: 6px 9px;
  height: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  form .form-control {
    width: 100%;
  }
}
form .form-control:focus {
  color: #333;
  background: #fff;
  border-color: #718fc6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-control.form-search::placeholder {
  color: #9d9fa3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form .form-control.form-search::-moz-placeholder {
  color: #9d9fa3;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
}
form .form-control.form-search:focus::-moz-placeholder {
  color: #9d9fa3;
}
form .form-control.form-search:-ms-input-placeholder {
  color: #9d9fa3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form .form-control.form-search:focus:-ms-input-placeholder {
  color: #9d9fa3;
}
form .form-control.form-search::-webkit-input-placeholder {
  color: #9d9fa3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form .form-control.form-search:focus::-webkit-input-placeholder {
  color: #9d9fa3;
}
form .description {
  line-height: 1.3;
  font-size: 16px;
}
form .image-widget-data .form-control {
  padding-left: 0;
  height: auto;
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .captcha {
  margin-bottom: 15px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.main-menu {
  position: relative;
  height: 70px;
  background-color: #1b315a;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0;
}
@media (max-width: 991px) {
  .main-menu {
    width: 100%;
    height: auto;
    background: #47549d;
    border: 0;
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    display: none;
  }
}
.main-menu.open {
  display: block;
}
@media (max-width: 991px) {
  .main-menu .container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-menu .row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .main-menu [class*=col-sm-] {
    padding: 0;
  }
}
.main-menu #block-oarsi-main-menu {
  display: flex;
  justify-content: center;
}
.main-menu .menu--main {
  margin: 0;
}
@media (max-width: 991px) {
  .main-menu .menu--main {
    width: 100%;
  }
}
.main-menu .menu--main .open > a {
  color: #1b315a;
  background-color: #dad723;
}
@media (max-width: 991px) {
  .main-menu .menu--main .open > a {
    color: #fff;
    background-color: transparent;
  }
}
.main-menu .menu--main > li {
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  .main-menu .menu--main > li {
    width: 100%;
    border-right: 0;
    float: left;
  }
}
.main-menu .menu--main > li.first {
  border-left: 1px solid #fff;
}
@media (max-width: 991px) {
  .main-menu .menu--main > li.first {
    border-left: 0;
  }
}
.main-menu .menu--main > li.moved-item {
  display: none;
}
@media (max-width: 991px) {
  .main-menu .menu--main > li.moved-item {
    display: block;
  }
}
.main-menu .menu--main > li.open > a .caret {
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_blue_dark.svg");
}
@media (max-width: 991px) {
  .main-menu .menu--main > li.open > a .caret {
    background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_white.svg");
  }
}
.main-menu .menu--main > li > a {
  position: relative;
  padding: 0 40px 0 45px;
  height: 68px;
  line-height: 70px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .main-menu .menu--main > li > a {
    padding: 0 25px 0 30px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .main-menu .menu--main > li > a {
    padding: 10px 15px;
    height: auto;
    line-height: normal;
  }
  .main-menu .menu--main > li > a[data-drupal-link-system-path="user/login"] {
    display: none;
  }
}
.main-menu .menu--main > li > a:focus, .main-menu .menu--main > li > a:hover {
  color: #1b315a;
  background-color: #dad723;
}
@media (max-width: 991px) {
  .main-menu .menu--main > li > a:focus, .main-menu .menu--main > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
}
.main-menu .menu--main > li > a:focus .caret, .main-menu .menu--main > li > a:hover .caret {
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_blue_dark.svg");
}
@media (max-width: 991px) {
  .main-menu .menu--main > li > a:focus .caret, .main-menu .menu--main > li > a:hover .caret {
    background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_white.svg");
  }
}
.main-menu .menu--main > li > a .caret {
  margin: -4px 0 0 3px;
  width: 15px;
  height: 15px;
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
@media (max-width: 991px) {
  .main-menu .menu--main > li > a .caret {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -7.5px 0 0;
  }
}
@media (max-width: 991px) {
  .main-menu .menu--main > li .my-account {
    display: none;
  }
}
.main-menu .menu--main .dropdown-menu {
  padding: 10px 0;
  max-width: 100% !important;
  min-width: 275px !important;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .main-menu .menu--main .dropdown-menu {
    position: relative;
    margin: 0 !important;
    padding: 0 0 10px;
    width: 100% !important;
    border-left: 0;
    background-color: #47549d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.main-menu .menu--main .dropdown-menu > li > a {
  position: relative;
  padding: 7px 20px;
  line-height: 1.2;
  font-size: 18px;
  color: #1b315a;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: normal;
}
@media (max-width: 991px) {
  .main-menu .menu--main .dropdown-menu > li > a {
    padding: 8px 30px;
    color: #fff;
    -moz-transition: none 0.3s ease 0s;
    -o-transition: none 0.3s ease 0s;
    -webkit-transition: none 0.3s ease 0s;
    transition: none 0.3s ease 0s;
  }
}
.main-menu .menu--main .dropdown-menu > li > a.active-trail, .main-menu .menu--main .dropdown-menu > li > a:focus, .main-menu .menu--main .dropdown-menu > li > a:hover, .main-menu .menu--main .dropdown-menu > li > a.open {
  color: #47549d;
  background-color: transparent;
}
@media (max-width: 991px) {
  .main-menu .menu--main .dropdown-menu > li > a.active-trail, .main-menu .menu--main .dropdown-menu > li > a:focus, .main-menu .menu--main .dropdown-menu > li > a:hover, .main-menu .menu--main .dropdown-menu > li > a.open {
    color: #fff;
  }
}
.main-menu .menu--main .dropdown-menu > li > a.has-submenu:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #1b315a;
}
@media (max-width: 991px) {
  .main-menu .menu--main .dropdown-menu > li > a.has-submenu:after {
    content: "";
    right: 15px;
    margin: -7.5px 0 0;
    width: 15px;
    height: 15px;
    background-image: url("/sites/oarsi/themes/oarsi/img/arrow_down_white.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}
.main-menu .menu--main .dropdown-menu > li > a.active-trail, .main-menu .menu--main .dropdown-menu > li > a.highlighted {
  color: #47549d;
}
.main-menu .menu--main .dropdown-menu > li > a.active-trail:after, .main-menu .menu--main .dropdown-menu > li > a.highlighted:after {
  color: #47549d;
}

.popup-close {
  top: -40px;
  right: 0;
}
@media (max-width: 767px) {
  .popup-close {
    right: 10px;
  }
}
.player .popup-close {
  right: 30px;
}

#popup-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: #fff;
}

[id*=block-amsssologinblockaa] {
  display: none;
}

#popup-lightbox {
  background-color: #eaeff7;
  padding: 30px;
  position: absolute;
  top: -12px;
  right: 15px;
  max-width: 900px;
  -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 991px) {
  #popup-lightbox {
    top: -28px;
  }
}
@media (max-width: 767px) {
  #popup-lightbox {
    top: -70px;
    right: 0;
    padding: 30px 20px;
    width: 100%;
  }
}
#popup-lightbox.open {
  display: block;
}
#popup-lightbox.player {
  padding: 0;
}
#popup-lightbox h2,
#popup-lightbox .login-block-title {
  color: #1b315a;
}
@media (max-width: 767px) {
  #popup-lightbox h2,
  #popup-lightbox .login-block-title {
    text-align: center;
  }
}
#popup-lightbox .login-block-title {
  text-align: left;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #popup-lightbox .login-block-title {
    text-align: center;
  }
}
#popup-lightbox .hello-user {
  width: 60%;
  font-size: 32px;
  color: #1b315a;
  float: left;
}
@media (max-width: 767px) {
  #popup-lightbox .hello-user {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    float: none;
  }
}
#popup-lightbox .hello-user .btn {
  margin-top: 15px;
}
#popup-lightbox .menu--my-dashboard {
  padding-left: 20px;
  width: 40%;
  list-style: initial;
  float: right;
}
@media (max-width: 767px) {
  #popup-lightbox .menu--my-dashboard {
    width: 100%;
    float: none;
  }
}
#popup-lightbox .menu--my-dashboard > li {
  margin: 5px 0;
  display: list-item;
}
#popup-lightbox .menu--my-dashboard > li > a {
  padding: 0;
  background-color: transparent;
}
#popup-lightbox .menu--my-dashboard > li > a[data-drupal-link-system-path="user/logout"] {
  text-transform: capitalize;
}
#popup-lightbox .user-login-form {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form {
    text-align: center;
  }
}
#popup-lightbox .user-login-form .form-item {
  width: 40%;
  float: left;
  clear: both;
}
@media (max-width: 991px) {
  #popup-lightbox .user-login-form .form-item {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form .form-item {
    margin: 0 auto 20px;
    max-width: 320px;
    width: 100%;
    float: none;
  }
}
#popup-lightbox .user-login-form label {
  display: none;
}
#popup-lightbox .user-login-form ul.login-form-links {
  padding-left: 0;
  width: 40%;
  list-style: none;
  float: left;
  clear: both;
}
@media (max-width: 991px) {
  #popup-lightbox .user-login-form ul.login-form-links {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form ul.login-form-links {
    width: 100%;
  }
}
#popup-lightbox .user-login-form .help-block {
  display: none;
}
#popup-lightbox .user-login-form #user-login-form .glyphicon-log-in {
  display: none;
}
#popup-lightbox .user-login-form .form-actions {
  margin-bottom: 0;
  width: 40%;
  float: left;
  clear: both;
}
@media (max-width: 991px) {
  #popup-lightbox .user-login-form .form-actions {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form .form-actions {
    width: 100%;
  }
}
#popup-lightbox .user-login-form .form-actions .btn {
  margin: 0;
}
#popup-lightbox .user-login-form .field--name-body {
  margin-top: -200px;
  padding: 10px 0 20px 40px;
  width: 55%;
  border-left: 1px solid #ddd;
  float: right;
}
@media (max-width: 991px) {
  #popup-lightbox .user-login-form .field--name-body {
    padding-left: 30px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form .field--name-body {
    margin-top: 0;
    padding: 0;
    width: 100%;
    border-left: 0;
    float: left;
  }
}
#popup-lightbox .user-login-form .field--name-body h2 {
  font-size: 28px;
}
#popup-lightbox .user-login-form .field--name-body h3 {
  font-size: 24px;
}
#popup-lightbox .user-login-form .field--name-body hr {
  display: none;
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form .field--name-body hr {
    display: block;
  }
}
#popup-lightbox .user-login-form .field--name-body .btn {
  margin-right: 5px;
}
@media (max-width: 767px) {
  #popup-lightbox .user-login-form .field--name-body .btn {
    margin-bottom: 10px;
  }
}

.ui-dialog.ui-widget-content {
  top: 20px !important;
  padding: 30px;
  max-width: 900px;
  width: 100% !important;
  background: #fff;
  border: 10px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .ui-dialog.ui-widget-content {
    top: 0 !important;
    padding: 30px 20px;
  }
}
.ui-dialog.ui-widget-content a {
  color: #47549d;
  text-decoration: none;
}
.ui-dialog.ui-widget-content a:focus, .ui-dialog.ui-widget-content a:hover {
  color: #718fc6;
  text-decoration: underline;
}
.ui-dialog .ui-dialog-titlebar {
  position: initial;
  margin-bottom: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
  width: 100%;
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1b315a;
  text-align: left;
  overflow: initial;
  white-space: normal;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  background: #fff;
  border: 0;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.ui-dialog .ui-dialog-content {
  font-family: "proxima-nova-condensed", sans-serif;
  color: #333;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
  font-size: 18px;
}
.ui-dialog .field--name-field-badge-def-image img {
  margin: 0 auto 20px;
  width: 125px;
}
.ui-dialog .field--name-field-badge-def-description p:last-child {
  margin-bottom: 0;
}

.ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
}

.fa.modal-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  width: 72px;
  height: 72px;
  color: #1b315a;
  text-shadow: 0 1px 5px #fff;
  background-color: transparent;
  display: block;
  z-index: 10000;
}

.homepage-slider {
  height: 700px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .homepage-slider {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .homepage-slider {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .homepage-slider {
    height: 350px;
  }
}
.homepage-slider .block-content {
  position: relative;
  width: 100%;
  padding: 0;
}
.homepage-slider .block-content .form-group {
  margin-bottom: 0;
}
.homepage-slider .slider-slide {
  position: relative;
}
@media (max-width: 1680px) {
  .homepage-slider .slider-slide {
    height: 550px !important;
  }
}
@media (max-width: 991px) {
  .homepage-slider .slider-slide {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .homepage-slider .slider-slide {
    height: 350px !important;
  }
}
.homepage-slider .slider-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1680px) {
  .homepage-slider .slider-background {
    height: 550px !important;
  }
}
@media (max-width: 991px) {
  .homepage-slider .slider-background {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .homepage-slider .slider-background {
    height: 350px !important;
  }
}
.homepage-slider .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .homepage-slider .slide-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .homepage-slider .slide-content {
    padding: 0 15px;
  }
}
.homepage-slider .slide-content .slide-content-inner {
  margin-bottom: 40px;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1680px) {
  .homepage-slider .slide-content .slide-content-inner {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .homepage-slider .slide-content .slide-content-inner {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .homepage-slider .slide-content .slide-content-inner {
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
  }
}
.homepage-slider .slide-content .slide-content-inner h1 {
  margin: 0 0 15px;
  max-width: 900px;
  line-height: 1;
  font-size: 70px;
  font-weight: 400;
  color: #1b315a;
}
@media (max-width: 1680px) {
  .homepage-slider .slide-content .slide-content-inner h1 {
    max-width: 100%;
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .homepage-slider .slide-content .slide-content-inner h1 {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .homepage-slider .slide-content .slide-content-inner h1 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .homepage-slider .slide-content .slide-content-inner h1 {
    font-size: 26px;
  }
}
.homepage-slider .slide-content .slide-content-inner p {
  margin-bottom: 30px;
  max-width: 900px;
  line-height: 1.2;
  font-size: 28px;
  color: #1b315a;
}
@media (max-width: 1680px) {
  .homepage-slider .slide-content .slide-content-inner p {
    max-width: 100%;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .homepage-slider .slide-content .slide-content-inner p {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .homepage-slider .slide-content .slide-content-inner p {
    line-height: 1.1;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .homepage-slider .slide-content .slide-content-inner p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .homepage-slider .slide-content .slide-content-inner p {
    font-size: 18px;
  }
}
.homepage-slider .slide-content .slide-content-inner p:last-child {
  margin-bottom: 0;
}
.homepage-slider .slide-content .slide-content-inner a {
  position: relative;
  line-height: normal;
  font-family: "proxima-nova-condensed", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  display: inline-block;
  white-space: normal;
}
.homepage-slider .slide-content .slide-content-inner a:active, .homepage-slider .slide-content .slide-content-inner a:focus, .homepage-slider .slide-content .slide-content-inner a:hover, .homepage-slider .slide-content .slide-content-inner a.active:focus, .homepage-slider .slide-content .slide-content-inner a:active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.homepage-slider .slide-content .slide-content-inner a {
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #1b315a;
  min-width: 135px;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.homepage-slider .slide-content .slide-content-inner a:active, .homepage-slider .slide-content .slide-content-inner a:focus, .homepage-slider .slide-content .slide-content-inner a:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}
.homepage-slider .slide-content .slide-content-inner a {
  margin: 0 10px 0 0;
  padding: 17px 25px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  background-color: #718fc6;
}
@media (max-width: 1680px) {
  .homepage-slider .slide-content .slide-content-inner a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .homepage-slider .slide-content .slide-content-inner a {
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  .homepage-slider .slide-content .slide-content-inner a {
    margin: 0 3px;
    padding: 10px 15px;
  }
}
@media (max-width: 500px) {
  .homepage-slider .slide-content .slide-content-inner a {
    font-size: 14px;
  }
}
.homepage-slider .slide-content .slide-content-inner a:active, .homepage-slider .slide-content .slide-content-inner a:focus, .homepage-slider .slide-content .slide-content-inner a:hover {
  color: #fff !important;
  background-color: #718fc6;
}
.homepage-slider .tns-nav {
  position: relative;
  bottom: 130px;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1680px) {
  .homepage-slider .tns-nav {
    bottom: 120px;
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .homepage-slider .tns-nav {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .homepage-slider .tns-nav {
    bottom: 45px;
    max-width: 100%;
    text-align: center;
  }
}
.homepage-slider .tns-nav button {
  position: relative;
  margin: 0 17px 0 0;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #1b315a;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  float: left;
}
@media (max-width: 991px) {
  .homepage-slider .tns-nav button {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    float: none;
  }
}
@media (max-width: 767px) {
  .homepage-slider .tns-nav button {
    width: 10px;
    height: 10px;
  }
}
.homepage-slider .tns-nav button.tns-nav-active {
  background: #718fc6;
}
.homepage-slider .tns-nav button[data-nav="0"]:before, .homepage-slider .tns-nav button[data-nav="1"]:before, .homepage-slider .tns-nav button[data-nav="2"]:before, .homepage-slider .tns-nav button[data-nav="3"]:before, .homepage-slider .tns-nav button[data-nav="4"]:before {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-family: "abril-display", serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .homepage-slider .tns-nav button[data-nav="0"]:before, .homepage-slider .tns-nav button[data-nav="1"]:before, .homepage-slider .tns-nav button[data-nav="2"]:before, .homepage-slider .tns-nav button[data-nav="3"]:before, .homepage-slider .tns-nav button[data-nav="4"]:before {
    display: none;
  }
}
.homepage-slider .tns-nav button[data-nav="0"]:before {
  content: "1";
}
.homepage-slider .tns-nav button[data-nav="1"]:before {
  content: "2";
}
.homepage-slider .tns-nav button[data-nav="2"]:before {
  content: "3";
}
.homepage-slider .tns-nav button[data-nav="3"]:before {
  content: "4";
}
.homepage-slider .tns-nav button[data-nav="4"]:before {
  content: "5";
}
@media (max-width: 991px) {
  .homepage-slider .tns-controls {
    display: none;
  }
}
.homepage-slider .tns-controls button {
  position: absolute;
  top: 50%;
  margin: -37px 0 0;
  padding: 0;
  width: 80px;
  height: 50px;
  line-height: 50px;
  color: #1b315a;
  text-align: center;
  text-indent: -9999px;
  background: transparent;
  border: 0;
}
.homepage-slider .tns-controls [data-controls=prev]:before,
.homepage-slider .tns-controls [data-controls=next]:before {
  content: "";
  width: 80px;
  height: 50px;
  font-size: 48px;
  text-indent: 0;
  float: left;
}
.homepage-slider .tns-controls [data-controls=prev] {
  left: 0;
}
.homepage-slider .tns-controls [data-controls=prev]:before {
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.homepage-slider .tns-controls [data-controls=next] {
  right: 0;
}
.homepage-slider .tns-controls [data-controls=next]:before {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
  #block-useraccountmenu {
    display: none;
  }
}
#block-useraccountmenu ul.nav {
  margin: 0 10px 10px 0;
}
#block-useraccountmenu ul.nav li {
  margin-left: 5px;
}
#block-useraccountmenu ul.nav li a,
#block-useraccountmenu ul.nav li span {
  margin: 0;
  padding: 3px 7px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  float: none;
}
#block-useraccountmenu ul.nav li a:focus, #block-useraccountmenu ul.nav li a:hover,
#block-useraccountmenu ul.nav li span:focus,
#block-useraccountmenu ul.nav li span:hover {
  color: #d0d8e4;
  background-color: transparent;
}
#block-useraccountmenu ul.nav li a.login:focus, #block-useraccountmenu ul.nav li a.login:hover, #block-useraccountmenu ul.nav li a.logout:focus, #block-useraccountmenu ul.nav li a.logout:hover,
#block-useraccountmenu ul.nav li span.login:focus,
#block-useraccountmenu ul.nav li span.login:hover,
#block-useraccountmenu ul.nav li span.logout:focus,
#block-useraccountmenu ul.nav li span.logout:hover {
  color: #fff;
  background-color: #718fc6;
}
#block-useraccountmenu ul.nav li a.donate:focus, #block-useraccountmenu ul.nav li a.donate:hover,
#block-useraccountmenu ul.nav li span.donate:focus,
#block-useraccountmenu ul.nav li span.donate:hover {
  color: #1b315a;
  background-color: #dad723;
}

.page-node-type-blog .comments {
  margin-bottom: 40px;
}
.page-node-type-blog .comments h2 {
  margin-top: 40px;
  display: inline-block;
}
.page-node-type-blog .comments .js-comment:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-color: #eaeff7 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 50px 0 0;
}
.page-node-type-blog .comments .indented {
  margin-left: 40px;
}
.page-node-type-blog .comments .indented .js-comment:before {
  top: -20px;
  right: 30px;
  left: inherit;
  border-color: transparent transparent #eaeff7 transparent;
  border-width: 0 0 20px 50px;
}
.page-node-type-blog ul.links {
  margin-top: 20px;
}
.page-node-type-blog ul.links li.comment-add {
  display: none;
}
.page-node-type-blog ul.links li.comment-forbidden:after {
  content: ".";
}

.path-comment .js-comment,
.page-node-type-blog .js-comment {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #eaeff7;
}
.path-comment .js-comment mark,
.page-node-type-blog .js-comment mark {
  display: none;
}
.path-comment .js-comment .field--name-user-picture,
.page-node-type-blog .js-comment .field--name-user-picture {
  display: none;
}
.path-comment .js-comment .submitted,
.page-node-type-blog .js-comment .submitted {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
}
.path-comment .js-comment .submitted a,
.page-node-type-blog .js-comment .submitted a {
  color: #333;
  text-decoration: none;
  cursor: text;
}
.path-comment .js-comment .links,
.page-node-type-blog .js-comment .links {
  margin: 0;
}
.path-comment .js-comment li[class*=comment-],
.page-node-type-blog .js-comment li[class*=comment-] {
  margin-top: 20px;
  padding-left: 0;
}
.path-comment .js-comment li.comment-forbidden,
.page-node-type-blog .js-comment li.comment-forbidden {
  display: none;
}
.path-comment .js-comment li a,
.page-node-type-blog .js-comment li a {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.path-comment .js-comment li a:active, .path-comment .js-comment li a:focus, .path-comment .js-comment li a:hover,
.page-node-type-blog .js-comment li a:active,
.page-node-type-blog .js-comment li a:focus,
.page-node-type-blog .js-comment li a:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}
.path-comment .comment-form .form-item-homepage,
.path-comment .comment-form .js-filter-wrapper,
.page-node-type-blog .comment-form .form-item-homepage,
.page-node-type-blog .comment-form .js-filter-wrapper {
  display: none;
}
.path-comment .comment-form #edit-preview,
.page-node-type-blog .comment-form #edit-preview {
  display: none;
}

.view-committees.view .views-row {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.view-committees.view .views-row:last-of-type {
  padding-bottom: 0;
}
.view-committees.view .views-field-view-node {
  margin-top: 20px;
}

.page-node-type-committee .view-committee-members {
  margin-top: 40px;
  text-align: center;
}
.page-node-type-committee .view-committee-members h3 {
  margin-top: 40px;
  font-size: 32px;
}
.page-node-type-committee .view-committee-members .views-row {
  margin-bottom: 50px;
  width: 32.5%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-node-type-committee .view-committee-members .views-row {
    width: 100%;
  }
}
.page-node-type-committee .view-committee-members .views-row:last-of-type {
  margin-bottom: 0;
}
.page-node-type-committee .view-committee-members .views-row .views-field {
  margin: 0 auto;
  width: 75%;
}
.page-node-type-committee .view-committee-members .views-field-field-committee-position h5 {
  margin: 10px 0;
  font-weight: 700;
}
.page-node-type-committee .view-committee-members .views-field-field-committee-member-image img,
.page-node-type-committee .view-committee-members .views-field-field-committee-member-image .no-photo {
  margin-bottom: 10px;
  padding: 8px;
  width: 164px;
  height: 164px;
  border: 1px solid rgb(208.25, 208.25, 208.25);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.page-node-type-committee .view-committee-members .views-field-field-committee-member-image .no-photo {
  position: relative;
  width: 162px;
  height: 162px;
  background-image: url("/sites/oarsi/themes/oarsi/img/no_photo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 8px solid #fff;
  -moz-box-shadow: 0 0 0 1px rgb(208.25, 208.25, 208.25);
  -webkit-box-shadow: 0 0 0 1px rgb(208.25, 208.25, 208.25);
  box-shadow: 0 0 0 1px rgb(208.25, 208.25, 208.25);
}
.page-node-type-committee .view-committee-members .views-field-field-committee-member-image .no-photo:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 164px;
  height: 164px;
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}

body.view-directory .main-content {
  margin-left: 0;
  width: 100%;
}
body.view-directory .main-content .views-element-container {
  margin-bottom: 0;
}

.view-directory.view .view-filters {
  margin-bottom: 40px;
  padding: 20px;
  background: #eaeff7;
  border: 1px solid #ccc;
}
.view-directory.view .view-filters > form {
  margin-bottom: 0;
}
.view-directory.view .view-filters .form--inline > .form-item {
  margin-bottom: 15px;
}
.view-directory.view .view-filters .form--inline > .form-item.form-autocomplete {
  width: 33%;
}
@media (max-width: 1199px) {
  .view-directory.view .view-filters .form--inline > .form-item.form-autocomplete {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .view-directory.view .view-filters .form--inline > .form-item.form-autocomplete {
    width: 100%;
  }
}
.view-directory.view .view-filters .form--inline > .form-item.form-item-field-profile-work-state-value {
  margin-right: 0;
}
.view-directory.view .view-filters .form--inline > .form-item label {
  margin-bottom: 0;
  display: block;
}
.view-directory.view .view-filters .select-wrapper {
  width: 100%;
}
.view-directory.view .view-filters .form-control {
  width: 100%;
}
.view-directory.view .view-filters .form-item-combine,
.view-directory.view .view-filters .form-item-field-profile-areas-of-expertise-value,
.view-directory.view .view-filters .form-item-field-profile-country-value,
.view-directory.view .view-filters .form-item-field-profile-work-state-value {
  width: 49.5%;
  float: left;
}
@media (max-width: 767px) {
  .view-directory.view .view-filters .form-item-combine,
  .view-directory.view .view-filters .form-item-field-profile-areas-of-expertise-value,
  .view-directory.view .view-filters .form-item-field-profile-country-value,
  .view-directory.view .view-filters .form-item-field-profile-work-state-value {
    width: 100%;
    float: none;
  }
}
.view-directory.view .view-filters .form-item-field-profile-areas-of-expertise-value,
.view-directory.view .view-filters .form-item-field-profile-work-state-value {
  float: right;
}
@media (max-width: 767px) {
  .view-directory.view .view-filters .form-item-field-profile-areas-of-expertise-value,
  .view-directory.view .view-filters .form-item-field-profile-work-state-value {
    float: none;
  }
}
.view-directory.view .view-filters .form-autocomplete .input-group-addon {
  display: none;
}
.view-directory.view .view-filters .form-item-field-profile-mentor-value {
  width: 100%;
}
.view-directory.view .view-filters .form-actions {
  margin: 5px 0 0;
  display: inline-block;
}
.view-directory.view .view-filters .form-actions #edit-submit-directory {
  margin-right: 5px;
}
.view-directory.view .views-row {
  position: relative;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  overflow: auto;
}
@media (max-width: 767px) {
  .view-directory.view .views-row {
    padding: 20px 15px;
  }
}
.view-directory.view .views-row:first-of-type {
  border-top: 1px solid #ddd;
}
.view-directory.view .views-row:last-of-type {
  margin-bottom: 30px;
}
.view-directory.view .views-row:nth-child(even) {
  background-color: #f5f5f5;
}
.view-directory.view .profile-left {
  padding-right: 40px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .view-directory.view .profile-left {
    padding-right: 0;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .view-directory.view .profile-left {
    width: 100%;
    float: none;
  }
}
.view-directory.view .profile-left .display-name a {
  line-height: 1;
  font-family: "abril-display", serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.view-directory.view .profile-center {
  padding-right: 40px;
  width: 35%;
  float: left;
}
@media (max-width: 991px) {
  .view-directory.view .profile-center {
    padding-right: 0px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .view-directory.view .profile-center {
    width: 100%;
    float: none;
  }
}
.view-directory.view .profile-right {
  width: 100px;
  float: right;
}
@media (max-width: 991px) {
  .view-directory.view .profile-right {
    position: absolute;
    right: 10px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .view-directory.view .profile-right {
    position: relative;
    float: none;
    left: -15px;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.view-directory.view .profile-right a.email, .view-directory.view .profile-right a.phone {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: initial;
  text-indent: -9999px;
  display: inline-block;
}
@media (max-width: 767px) {
  .view-directory.view .profile-right a.email, .view-directory.view .profile-right a.phone {
    height: auto;
  }
}
.view-directory.view .profile-right a.email:before, .view-directory.view .profile-right a.phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
}
.view-directory.view .profile-right a.email:before {
  content: "\f0e0";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.view-directory.view .profile-right a.phone:before {
  content: "\f095";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}

.view-events.view .view-filters {
  margin-bottom: 40px;
  padding: 20px;
  background: #eaeff7;
  border: 1px solid #ccc;
}
.view-events.view .view-filters form {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .view-events.view .view-filters form {
    margin-bottom: 0;
  }
}
.view-events.view .view-filters .form-inline {
  display: flex;
}
.view-events.view .view-filters .form-type-select {
  width: 100%;
}
.view-events.view .view-filters .form-type-select label {
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
}
.view-events.view .view-filters .form-type-select .select-wrapper {
  width: 100%;
}
.view-events.view .view-filters .form-type-select .form-select {
  width: 100%;
}
.view-events.view .view-filters .form-actions {
  margin-bottom: 0;
}
.view-events.view .view-filters .form-actions .form-submit {
  margin: 30px 0 0 10px;
  padding: 0 20px;
  height: 41px;
}
.view-events.view .view-content {
  background-color: #1b315a;
  border-top: 1px solid #ddd;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.view-events.view .view-content h3 {
  margin-bottom: 0;
  padding: 10px 20px 5px;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.view-events.view .views-row {
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .view-events.view .views-row {
    padding: 20px 15px;
  }
}
.view-events.view .views-row .views-field-title.views-field .field-content {
  margin: 0 0 5px;
  line-height: 1.2;
  font-family: "abril-display", serif;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
}
.view-events.view .views-row .views-field {
  position: relative;
}
.view-events.view .views-row .views-field .views-label {
  position: absolute;
}
@media (max-width: 767px) {
  .view-events.view .views-row .views-field .views-label {
    position: relative;
  }
}
.view-events.view .views-row .views-field .field-content {
  margin-left: 170px;
}
@media (max-width: 767px) {
  .view-events.view .views-row .views-field .field-content {
    margin-left: 0;
  }
}
.view-events.view .views-row .event-dates {
  position: relative;
}
.view-events.view .views-row .event-dates strong {
  position: absolute;
}
@media (max-width: 767px) {
  .view-events.view .views-row .event-dates strong {
    position: relative;
    display: block;
  }
}
.view-events.view .views-row .event-dates .start {
  margin-left: 170px;
}
@media (max-width: 767px) {
  .view-events.view .views-row .event-dates .start {
    margin-left: 0;
  }
}
.view-events.view .views-row .calendar-links {
  margin: 0;
  padding-left: 170px;
}
@media (max-width: 767px) {
  .view-events.view .views-row .calendar-links {
    padding-left: 0;
  }
}
.view-events.view .views-row .calendar-links:before {
  position: absolute;
  content: "Add to Calendar:";
  left: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .view-events.view .views-row .calendar-links:before {
    position: relative;
    display: block;
  }
}
.view-events.view .views-row .calendar-links li {
  padding: 0;
  display: inline-table;
}
.view-events.view .views-row .calendar-links li:after {
  content: ",";
}
.view-events.view .views-row .calendar-links li:last-of-type:after {
  display: none;
}

.page-node-type-event .main-content article .event-dates {
  position: relative;
  padding-left: 170px;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .event-dates {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.page-node-type-event .main-content article .event-dates strong {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .event-dates strong {
    position: relative;
    display: block;
  }
}
.page-node-type-event .main-content article .calendar-links {
  margin: 0;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .calendar-links {
    margin-top: 20px;
  }
}
.page-node-type-event .main-content article .calendar-links:before {
  position: absolute;
  content: "Add to Calendar:";
  left: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .calendar-links:before {
    position: relative;
    display: block;
  }
}
.page-node-type-event .main-content article .calendar-links li {
  padding: 0;
  display: inline-table;
}
.page-node-type-event .main-content article .calendar-links li:after {
  content: ",";
}
.page-node-type-event .main-content article .calendar-links li:last-of-type:after {
  display: none;
}
.page-node-type-event .main-content article .field--name-field-address {
  position: relative;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .field--name-field-address {
    margin: -20px 0 20px;
  }
}
.page-node-type-event .main-content article .field--name-field-address .address {
  margin-left: 170px;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .field--name-field-address .address {
    margin-left: 0;
  }
}
.page-node-type-event .main-content article .field--name-field-event-is-virtual {
  position: relative;
  padding-left: 170px;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .field--name-field-event-is-virtual {
    margin-bottom: 20px;
    padding: 24px 0 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-node-type-event .main-content article .field--name-field-event-is-virtual {
    width: 100%;
  }
}
.page-node-type-event .main-content article .field--name-field-event-is-virtual .field--label {
  padding-right: 0;
  width: 0;
  text-indent: -9999px;
  float: left;
}
.page-node-type-event .main-content article .field--name-field-event-is-virtual .field--label:before {
  content: "Location:";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  text-indent: 0;
}
.page-node-type-event .main-content article .field--name-field-event-category {
  position: relative;
}
.page-node-type-event .main-content article .field--name-field-event-category .field--label {
  position: absolute;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .field--name-field-event-category .field--label {
    position: relative;
  }
}
.page-node-type-event .main-content article .field--name-field-event-category .field--label:after {
  content: ":";
}
.page-node-type-event .main-content article .field--name-field-event-category .field--item {
  margin-left: 170px;
}
@media (max-width: 767px) {
  .page-node-type-event .main-content article .field--name-field-event-category .field--item {
    margin-left: 0;
  }
}
.page-node-type-event .main-content article .field--name-body {
  margin: 20px 0 0;
}
.page-node-type-event .main-content article .field--name-field-registration-button {
  margin-top: 20px;
}
.page-node-type-event .main-content article .field--name-field-registration-button a {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-node-type-event .main-content article .field--name-field-registration-button a:active, .page-node-type-event .main-content article .field--name-field-registration-button a:focus, .page-node-type-event .main-content article .field--name-field-registration-button a:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}

.path-node-808 .view-events-discussion-groups-block .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.path-node-808 .view-events-discussion-groups-block .views-row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.path-node-808 .view-events-discussion-groups-block .views-field-title a {
  font-family: "abril-display", serif;
  font-size: 22px;
  font-weight: 400;
}
.path-node-808 .view-events-discussion-groups-block .views-field-body {
  display: none;
}
.path-node-808 .view-events-discussion-groups-block .views-field-view-node {
  display: none;
}

body.view-faqs .main-content .views-element-container {
  margin-bottom: 0;
}

.view-faqs.view .ui-accordion-header {
  padding: 0 60px 0 0;
  min-height: 68px;
  line-height: 1;
}
@media (max-width: 767px) {
  .view-faqs.view .ui-accordion-header {
    min-height: 60px;
  }
}
.view-faqs.view .ui-accordion-header:before {
  content: "";
  width: 80px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}
@media (max-width: 991px) {
  .view-faqs.view .ui-accordion-header:before {
    width: 60px;
    background-size: 40px;
  }
}
@media (max-width: 767px) {
  .view-faqs.view .ui-accordion-header:before {
    min-width: 55px;
    width: 55px;
    height: 60px;
    background-size: 35px;
  }
}
.view-faqs.view .ui-accordion-header.awards:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_awards_blue.svg");
}
.view-faqs.view .ui-accordion-header.awards.ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_awards_white.svg");
}
.view-faqs.view .ui-accordion-header.congress:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_congress_blue.svg");
}
.view-faqs.view .ui-accordion-header.congress.ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_congress_white.svg");
}
.view-faqs.view .ui-accordion-header.journal:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_journal_blue.svg");
}
.view-faqs.view .ui-accordion-header.journal.ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_journal_white.svg");
}
.view-faqs.view .ui-accordion-header.membership:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_membership_blue.svg");
  background-size: 45px;
}
@media (max-width: 991px) {
  .view-faqs.view .ui-accordion-header.membership:before {
    background-size: 35px;
  }
}
@media (max-width: 767px) {
  .view-faqs.view .ui-accordion-header.membership:before {
    background-size: 30px;
  }
}
.view-faqs.view .ui-accordion-header.membership.ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_membership_white.svg");
}
.view-faqs.view .ui-accordion-header.patients:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_patients_blue.svg");
}
.view-faqs.view .ui-accordion-header.patients.ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_patients_white.svg");
}
.view-faqs.view .ui-accordion-header.volunteer:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_volunteer_blue.svg");
}
.view-faqs.view .ui-accordion-header.volunteer.ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_volunteer_white.svg");
}
.view-faqs.view .ui-accordion-header[class*=-investigators]:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_young_invest_blue.svg");
  background-size: 40px;
}
@media (max-width: 991px) {
  .view-faqs.view .ui-accordion-header[class*=-investigators]:before {
    background-size: 30px;
  }
}
.view-faqs.view .ui-accordion-header[class*=-investigators].ui-state-active:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_faqs_young_invest_white.svg");
}
.view-faqs.view .ui-widget-content .views-row {
  margin-left: 30px;
  list-style: disc;
  display: list-item;
}
@media (max-width: 991px) {
  .view-faqs.view .ui-widget-content .views-row {
    margin-left: 15px;
  }
}

.region-front-messages .block-content {
  padding: 0;
  width: 100%;
}
.region-front-messages .alert {
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.trio-blocks-wrapper {
  margin-top: -31px;
  padding: 0 0 70px;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper {
    margin-top: 0;
    padding: 30px 0;
  }
}
.trio-blocks-wrapper .row {
  margin: 0;
}
.trio-blocks-wrapper .region-trio-blocks {
  display: flex;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper .region-trio-blocks {
    display: block;
  }
}
.trio-blocks-wrapper .block-education-front,
.trio-blocks-wrapper .block-events-front,
.trio-blocks-wrapper .block-research-front {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper .block-education-front,
  .trio-blocks-wrapper .block-events-front,
  .trio-blocks-wrapper .block-research-front {
    width: 100%;
  }
}
.trio-blocks-wrapper .block-education-front:before,
.trio-blocks-wrapper .block-events-front:before,
.trio-blocks-wrapper .block-research-front:before {
  content: "";
  position: absolute;
  top: 77px;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper .block-education-front:before,
  .trio-blocks-wrapper .block-events-front:before,
  .trio-blocks-wrapper .block-research-front:before {
    display: none;
  }
}
.trio-blocks-wrapper .block-education-front .block-content,
.trio-blocks-wrapper .block-events-front .block-content,
.trio-blocks-wrapper .block-research-front .block-content {
  padding: 0;
  width: 100%;
}
.trio-blocks-wrapper .block-education-front .block-content h2,
.trio-blocks-wrapper .block-events-front .block-content h2,
.trio-blocks-wrapper .block-research-front .block-content h2 {
  margin-bottom: 0;
  padding: 0 20px 0 70px;
  min-height: 62px;
  line-height: 1;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .trio-blocks-wrapper .block-education-front .block-content h2,
  .trio-blocks-wrapper .block-events-front .block-content h2,
  .trio-blocks-wrapper .block-research-front .block-content h2 {
    padding-left: 60px;
    font-size: 30px;
  }
}
.trio-blocks-wrapper .block-education-front .block-content h2:before,
.trio-blocks-wrapper .block-events-front .block-content h2:before,
.trio-blocks-wrapper .block-research-front .block-content h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
}
@media (max-width: 1199px) {
  .trio-blocks-wrapper .block-education-front .block-content h2:before,
  .trio-blocks-wrapper .block-events-front .block-content h2:before,
  .trio-blocks-wrapper .block-research-front .block-content h2:before {
    width: 65px;
    background-size: 40px;
  }
}
.trio-blocks-wrapper .block-education-front .block-content .form-group,
.trio-blocks-wrapper .block-events-front .block-content .form-group,
.trio-blocks-wrapper .block-research-front .block-content .form-group {
  margin-top: 15px;
  padding: 10px 25px 25px;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper .block-education-front .block-content .form-group,
  .trio-blocks-wrapper .block-events-front .block-content .form-group,
  .trio-blocks-wrapper .block-research-front .block-content .form-group {
    padding: 10px 15px 0;
  }
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .views-row,
.trio-blocks-wrapper .block-events-front .block-content .form-group .views-row,
.trio-blocks-wrapper .block-research-front .block-content .form-group .views-row {
  margin-bottom: 20px;
  line-height: 1.3;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .view-footer a.btn,
.trio-blocks-wrapper .block-events-front .block-content .form-group .view-footer a.btn,
.trio-blocks-wrapper .block-research-front .block-content .form-group .view-footer a.btn {
  padding: 7px 20px;
  font-size: 14px;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .learn-more,
.trio-blocks-wrapper .block-events-front .block-content .form-group .learn-more,
.trio-blocks-wrapper .block-research-front .block-content .form-group .learn-more {
  padding-left: 35px;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .learn-more a,
.trio-blocks-wrapper .block-events-front .block-content .form-group .learn-more a,
.trio-blocks-wrapper .block-research-front .block-content .form-group .learn-more a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .learn-more a:before,
.trio-blocks-wrapper .block-events-front .block-content .form-group .learn-more a:before,
.trio-blocks-wrapper .block-research-front .block-content .form-group .learn-more a:before {
  content: "";
  position: relative;
  top: 2px;
  width: 17px;
  height: 15px;
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_right_blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px;
  float: left;
}
.trio-blocks-wrapper .block-education-front:before {
  background-color: #718fc6;
}
.trio-blocks-wrapper .block-education-front .block-content h2 {
  color: #fff;
  background-color: #718fc6;
}
.trio-blocks-wrapper .block-education-front .block-content h2:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_education.svg");
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .view-header {
  line-height: 1.3;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .view-header .group-title {
  margin-bottom: 10px;
  padding-bottom: 3px;
  width: 100%;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  color: #1b315a;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #1b315a;
  cursor: text;
  display: inline-block;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .view-header .short-desc {
  line-height: 1.3;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .view-header .learn-more {
  margin-bottom: 20px;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .views-row {
  margin-left: 20px;
  padding-left: 5px;
  display: list-item;
  list-style: decimal;
}
.trio-blocks-wrapper .block-education-front .block-content .form-group .learn-more {
  padding-left: 0;
}
.trio-blocks-wrapper .block-events-front {
  padding-left: 0;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper .block-events-front {
    margin: 30px 0;
  }
}
.trio-blocks-wrapper .block-events-front:before {
  background-color: #47549d;
}
.trio-blocks-wrapper .block-events-front .block-content h2 {
  color: #fff;
  background-color: #47549d;
}
.trio-blocks-wrapper .block-events-front .block-content h2:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_social_media.png");
  background-size: 37px;
}
.trio-blocks-wrapper .block-events-front .block-content .field--name-body {
  position: relative;
  margin-top: 15px;
  max-height: 450px;
  overflow-y: scroll;
}
.trio-blocks-wrapper .block-events-front .block-content .field--name-body::-webkit-scrollbar {
  width: 8px;
}
.trio-blocks-wrapper .block-events-front .block-content .field--name-body::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.trio-blocks-wrapper .block-events-front .block-content .field--name-body::-webkit-scrollbar-thumb {
  background: #47549d;
}
.trio-blocks-wrapper .block-events-front .block-content .field--name-body::-webkit-scrollbar-thumb:hover {
  background: #47549d;
}
.trio-blocks-wrapper .block-research-front:before {
  background-color: #dad723;
}
.trio-blocks-wrapper .block-research-front .block-content h2 {
  color: #1b315a;
  background-color: #dad723;
}
.trio-blocks-wrapper .block-research-front .block-content h2:before {
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_research.svg");
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) {
  margin: 15px 0 0 25px;
  padding: 10px 25px 25px 0;
  list-style: decimal;
}
@media (max-width: 991px) {
  .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) {
    margin-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]):before {
  content: "Journal";
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 3px;
  width: 100%;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  color: #1b315a;
  text-transform: uppercase;
  border-bottom: 2px solid #1b315a;
  display: inline-block;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li {
  margin: 0 0 20px 20px;
  padding-left: 5px;
  line-height: 1.3;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li > a {
  font-style: italic;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li:last-child {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li:last-child [class*=field--name-field-research-link] {
  margin-bottom: 10px;
  font-weight: 700;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li:last-child [class*=field--name-field-research-link]:last-of-type {
  margin-bottom: 0;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li:last-child [class*=field--name-field-research-link]:before {
  content: "";
  position: relative;
  top: 4px;
  left: -1px;
  width: 20px;
  height: 15px;
  background-image: url("/sites/oarsi/themes/oarsi/img/arrow_right_blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  float: left;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 {
  margin-bottom: 25px !important;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1:before {
  display: none;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a {
  position: relative;
  line-height: normal;
  font-family: "proxima-nova-condensed", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  display: inline-block;
  white-space: normal;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:active, .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:focus, .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:hover, .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a.active:focus, .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1b315a;
  background: #dad723;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:active, .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:focus, .trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a:hover {
  color: #1b315a;
  background: rgb(224.3853754941, 221.7612648221, 64.3146245059);
  border-color: transparent;
  transform: scale(1.05);
}
.trio-blocks-wrapper .block-research-front .block-content ul:not([class]) li .field--name-field-research-link-1 a {
  padding: 7px 20px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.trio-blocks-wrapper .block-research-front .block-content .more-link {
  display: none;
}

#block-younginvestigatorscommittee {
  padding: 80px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1349px) {
  #block-younginvestigatorscommittee {
    background-attachment: initial;
    background-position: 0;
  }
}
.webp #block-younginvestigatorscommittee {
  background-image: url("/sites/oarsi/themes/oarsi/img/bg_young_invest.webp");
}
.no-webp #block-younginvestigatorscommittee {
  background-image: url("/sites/oarsi/themes/oarsi/img/bg_young_invest.jpg");
}
#block-younginvestigatorscommittee .block-content {
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  #block-younginvestigatorscommittee .block-content {
    text-align: center;
  }
}
#block-younginvestigatorscommittee .block-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 150px;
  height: 150px;
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_young_invest.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  #block-younginvestigatorscommittee .block-content:before {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 991px) {
  #block-younginvestigatorscommittee .block-content:before {
    position: relative;
    left: 0;
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
  }
}
#block-younginvestigatorscommittee .block-content h2 {
  margin: 0 0 0 215px;
  font-size: 52px;
  color: #fff;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  #block-younginvestigatorscommittee .block-content h2 {
    margin-left: 185px;
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  #block-younginvestigatorscommittee .block-content h2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #block-younginvestigatorscommittee .block-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  #block-younginvestigatorscommittee .block-content h2 {
    font-size: 26px;
  }
}
#block-younginvestigatorscommittee .block-content .field--name-body {
  margin: 0 20px 0 215px;
}
@media (max-width: 1199px) {
  #block-younginvestigatorscommittee .block-content .field--name-body {
    margin-left: 185px;
  }
}
@media (max-width: 991px) {
  #block-younginvestigatorscommittee .block-content .field--name-body {
    margin: 0;
  }
}
#block-younginvestigatorscommittee .block-content p {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #block-younginvestigatorscommittee .block-content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #block-younginvestigatorscommittee .block-content p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #block-younginvestigatorscommittee .block-content p {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
  }
}

#block-membership {
  padding: 80px 0;
  background-color: #e0f4f5;
  background-position: -150px -150px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1680px) {
  #block-membership {
    background-position: -150px -100px;
  }
}
@media (max-width: 1349px) {
  #block-membership {
    background-position: -175px 0;
  }
}
@media (max-width: 1199px) {
  #block-membership {
    background-position: -75px center;
    background-size: contain;
  }
}
.webp #block-membership {
  background-image: url("/sites/oarsi/themes/oarsi/img/bg_membership.webp");
}
@media (max-width: 991px) {
  .webp #block-membership {
    background-image: none;
  }
}
.no-webp #block-membership {
  background-image: url("/sites/oarsi/themes/oarsi/img/bg_membership.jpg");
}
@media (max-width: 991px) {
  .no-webp #block-membership {
    background-image: none;
  }
}
@media (max-width: 991px) {
  #block-membership .block-content {
    text-align: center;
  }
}
#block-membership .block-content > h2 {
  position: relative;
  margin-left: 250px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #718fc6;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #block-membership .block-content > h2 {
    margin-left: 275px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #block-membership .block-content > h2 {
    margin-left: 0;
    display: block;
  }
}
#block-membership .block-content > h2:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  width: 65px;
  height: 50px;
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_membership.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
@media (max-width: 1199px) {
  #block-membership .block-content > h2:before {
    width: 55px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  #block-membership .block-content > h2:before {
    position: relative;
    margin: 0 auto 5px;
    text-align: center;
    display: block;
    float: none;
  }
}
#block-membership .block-content .field--name-body {
  margin: 0 20px 0 250px;
}
@media (max-width: 1199px) {
  #block-membership .block-content .field--name-body {
    margin-left: 275px;
  }
}
@media (max-width: 991px) {
  #block-membership .block-content .field--name-body {
    margin: 0;
  }
}
#block-membership .block-content .field--name-body h2 {
  margin-bottom: 0;
  font-size: 52px;
  font-style: italic;
  color: #47549d;
}
@media (max-width: 1199px) {
  #block-membership .block-content .field--name-body h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #block-membership .block-content .field--name-body h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  #block-membership .block-content .field--name-body h2 {
    font-size: 26px;
  }
}
#block-membership .block-content .field--name-body h2 span {
  color: #1b315a;
}
#block-membership .block-content p {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #block-membership .block-content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #block-membership .block-content p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #block-membership .block-content p {
    margin-bottom: 10;
    line-height: 1.4;
    font-size: 18px;
  }
}

#block-industrysupporters {
  padding: 80px 0 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1e7f3+0,ffffff+50 */
  background: linear-gradient(to bottom, #e1e7f3 0%, #ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#block-industrysupporters .block-content {
  text-align: center;
}
#block-industrysupporters .block-content > h2 {
  position: relative;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #47549d;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #block-industrysupporters .block-content > h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #block-industrysupporters .block-content > h2 {
    display: block;
  }
}
#block-industrysupporters .block-content > h2:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  width: 75px;
  height: 50px;
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_supporters.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 1199px) {
  #block-industrysupporters .block-content > h2:before {
    width: 65px;
  }
}
@media (max-width: 991px) {
  #block-industrysupporters .block-content > h2:before {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
  }
}
#block-industrysupporters .block-content p {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #block-industrysupporters .block-content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #block-industrysupporters .block-content p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #block-industrysupporters .block-content p {
    margin-bottom: 10;
    line-height: 1.4;
    font-size: 18px;
  }
}

.block-sponsor-logos {
  margin-bottom: 80px;
}
.block-sponsor-logos .view-sponsors .view-content {
  margin-bottom: 40px;
}
.block-sponsor-logos .view-sponsors .views-row {
  width: 180px;
  height: 80px;
}
.block-sponsor-logos .view-sponsors .views-row .field-content {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-sponsor-logos .view-sponsors .views-row a {
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
}
.block-sponsor-logos .view-sponsors .views-row a:focus img, .block-sponsor-logos .view-sponsors .views-row a:hover img {
  transform: scale(1.1);
}
.block-sponsor-logos .view-sponsors .views-row img {
  margin: 0 auto;
  max-width: 170px;
  width: auto;
  max-height: 60px;
  height: auto;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block-sponsor-logos .view-footer {
  text-align: center;
}

.twitter-wrapper {
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1e7f3+0,ffffff+50 */
  background: linear-gradient(to bottom, #e1e7f3 0%, #ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.twitter-wrapper h2.title {
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .twitter-wrapper h2.title {
    font-size: 30px;
  }
}
.twitter-wrapper h2.title:before {
  content: "";
  position: relative;
  width: 50px;
  height: 45px;
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_twitter_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
@media (max-width: 1199px) {
  .twitter-wrapper h2.title:before {
    width: 45px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .twitter-wrapper .col-sm-4 {
    width: 100%;
  }
}
.twitter-wrapper .col-sm-4:last-of-type .block-content ul {
  margin-bottom: 0;
}
.twitter-wrapper .block-content {
  color: #fff;
}
.twitter-wrapper .block-content.container {
  padding: 0;
  width: 100%;
}
.twitter-wrapper .block-content h2 {
  padding: 5px 10px;
  line-height: 1;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1b315a;
  background-color: #71cbce;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.twitter-wrapper .block-content ul {
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 1.1;
  list-style: none;
}
@media (max-width: 991px) {
  .twitter-wrapper .block-content ul {
    margin-bottom: 40px;
  }
}
.twitter-wrapper .block-content ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  min-height: 30px;
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_twitter_green.svg");
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.twitter-wrapper .block-content ul li:last-child {
  margin-bottom: 0;
}
.twitter-wrapper .block-content ul a {
  color: #71cbce;
  word-break: break-all;
}
.twitter-wrapper .block-content .more-link {
  display: none;
}

body.view-blog .main-content .views-element-container, body.view-oarsi-news .main-content .views-element-container, body.view-presidents-letter .main-content .views-element-container {
  margin-bottom: 0;
}

.view-blog.view .views-row,
.view-oarsi-news.view .views-row,
.view-presidents-letter.view .views-row {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.view-blog.view .views-row:last-of-type,
.view-oarsi-news.view .views-row:last-of-type,
.view-presidents-letter.view .views-row:last-of-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.view-blog.view .view-header {
  margin-bottom: 10px;
  text-align: right;
}
.view-blog.view .view-header .btn {
  padding: 8px 12px 8px 15px;
}
.view-blog.view .view-header .btn .fa {
  margin-left: 7px;
  font-size: 14px;
}
.view-blog.view .views-field-created {
  display: inline-block;
}
.view-blog.view .views-field-created p {
  margin-bottom: 5px;
  font-size: 16px;
  font-style: italic;
  opacity: 0.9;
}
.view-blog.view .views-field-field-blog-news-image {
  margin: 0 0 20px 20px;
  float: right;
}
@media (max-width: 600px) {
  .view-blog.view .views-field-field-blog-news-image {
    display: none;
  }
}
.view-blog.view .views-field-field-blog-news-image img {
  width: 150px;
  border: 1px solid #ddd;
}

.view-oarsi-news.view .views-field-field-news-image {
  margin: 0 0 20px 20px;
  float: right;
}
@media (max-width: 600px) {
  .view-oarsi-news.view .views-field-field-news-image {
    display: none;
  }
}
.view-oarsi-news.view .views-field-field-news-image img {
  width: 150px;
  border: 1px solid #ddd;
}

.view-presidents-letter.view .views-field-field-presidents-reference {
  margin: 0 0 20px 20px;
  float: right;
}
.view-presidents-letter.view .views-field-field-presidents-reference img {
  padding: 8px;
  width: 150px;
  border: 1px solid rgb(208.25, 208.25, 208.25);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.page-node-type-presidents-letter .field--name-field-presidents-reference {
  margin: 0 0 30px 30px;
  float: right;
}
.page-node-type-presidents-letter .field--name-field-presidents-reference img {
  padding: 8px;
  width: 150px;
  border: 1px solid rgb(208.25, 208.25, 208.25);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.page-node-type-presidents-letter .field--name-field-presidents-date {
  font-weight: bold;
  float: left;
}
.page-node-type-presidents-letter .field--name-field-presidents-date:after {
  content: "– ";
  font-weight: normal;
}

.block-presidents-letter-intro {
  margin-bottom: 30px;
  overflow: auto;
}

.path-comment .field--name-field-blog-news-author,
.page-node-type-blog .field--name-field-blog-news-author {
  font-size: 16px;
  font-style: italic;
}
.path-comment .field--name-field-blog-news-tags,
.page-node-type-blog .field--name-field-blog-news-tags {
  width: 100%;
  font-size: 16px;
  font-style: italic;
  float: left;
}
.path-comment .field--name-field-blog-news-tags .field--label,
.page-node-type-blog .field--name-field-blog-news-tags .field--label {
  font-weight: normal;
  float: left;
}
.path-comment .field--name-field-blog-news-tags .field--label:after,
.page-node-type-blog .field--name-field-blog-news-tags .field--label:after {
  content: ": ";
}
.path-comment .field--name-field-blog-news-tags .field--items .field--item,
.page-node-type-blog .field--name-field-blog-news-tags .field--items .field--item {
  float: left;
}
.path-comment .field--name-field-blog-news-tags .field--items .field--item:after,
.page-node-type-blog .field--name-field-blog-news-tags .field--items .field--item:after {
  content: ", ";
}
.path-comment .field--name-field-blog-news-tags .field--items .field--item:last-child:after,
.page-node-type-blog .field--name-field-blog-news-tags .field--items .field--item:last-child:after {
  display: none;
}
.path-comment .field--name-body,
.page-node-type-blog .field--name-body {
  margin-top: 20px;
  display: inline-block;
}

.page-node-type-oarsi-podcast article.oarsi-podcast .field {
  margin-bottom: 20px;
}
.page-node-type-oarsi-podcast .field--name-field-oarsi-podcast-video-player iframe {
  width: 100%;
  height: 90px;
  border: 1px solid #333 !important;
}

.path-profile .main-content h1.page-header {
  display: none;
}
.path-profile .main-content .field--name-field-profile-name {
  margin-bottom: 20px;
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 46px;
  font-weight: 400;
  color: #1b315a;
}
.path-profile .main-content .field--name-field-profile-job {
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1b315a;
}
.path-profile .main-content .field--name-field-profile-org {
  margin-top: 5px;
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: #1b315a;
}

.view-directory .ui-dialog .ui-dialog-title {
  display: none;
}
.view-directory .ui-dialog .field--name-field-profile-name {
  margin-bottom: 5px;
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1b315a;
}
.view-directory .ui-dialog .field--name-field-profile-job {
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 28px;
  font-weight: 400;
  color: #1b315a;
}
.view-directory .ui-dialog .field--name-field-profile-org {
  margin-top: 5px;
  line-height: 1.2em;
  font-family: "abril-display", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #1b315a;
}

.path-profile .main-content .field--name-field-profile-work-street,
.path-profile .main-content .field--name-field-profile-work-city,
.path-profile .main-content .field--name-field-profile-work-state,
.path-profile .main-content .field--name-field-profile-postal-code,
.path-profile .main-content .field--name-field-profile-country,
.view-directory .ui-dialog .field--name-field-profile-work-street,
.view-directory .ui-dialog .field--name-field-profile-work-city,
.view-directory .ui-dialog .field--name-field-profile-work-state,
.view-directory .ui-dialog .field--name-field-profile-postal-code,
.view-directory .ui-dialog .field--name-field-profile-country {
  display: inline-block;
}
.path-profile .main-content .field--name-field-profile-work-street:before,
.view-directory .ui-dialog .field--name-field-profile-work-street:before {
  content: "\f041";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-profile .main-content .field--name-field-profile-phone:before,
.view-directory .ui-dialog .field--name-field-profile-phone:before {
  content: "\f095";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-profile .main-content .field--name-field-profile-email:before,
.view-directory .ui-dialog .field--name-field-profile-email:before {
  content: "\f0e0";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-size: 18px !important;
}
.path-profile .main-content .field--name-field-profile-work-website:before,
.view-directory .ui-dialog .field--name-field-profile-work-website:before {
  content: "";
  background-image: url("/sites/oarsi/themes/oarsi/img/icon_globe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.path-profile .main-content .field--name-field-profile-fb-url:before,
.view-directory .ui-dialog .field--name-field-profile-fb-url:before {
  content: "\f09a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-profile .main-content .field--name-field-profile-linkedin-url:before,
.view-directory .ui-dialog .field--name-field-profile-linkedin-url:before {
  content: "\f0e1";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-profile .main-content .field--name-field-profile-twitter-url:before,
.view-directory .ui-dialog .field--name-field-profile-twitter-url:before {
  content: "\f099";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.path-profile .main-content .field--name-field-profile-about-me,
.view-directory .ui-dialog .field--name-field-profile-about-me {
  margin-top: 30px;
}
.path-profile .main-content .field--name-field-profile-about-me br,
.view-directory .ui-dialog .field--name-field-profile-about-me br {
  display: none;
}
.path-profile .main-content .field--name-field-profile-work-street,
.path-profile .main-content .field--name-field-profile-phone,
.path-profile .main-content .field--name-field-profile-email,
.path-profile .main-content .field--name-field-profile-fb-url,
.path-profile .main-content .field--name-field-profile-linkedin-url,
.path-profile .main-content .field--name-field-profile-twitter-url,
.path-profile .main-content .field--name-field-profile-work-website,
.view-directory .ui-dialog .field--name-field-profile-work-street,
.view-directory .ui-dialog .field--name-field-profile-phone,
.view-directory .ui-dialog .field--name-field-profile-email,
.view-directory .ui-dialog .field--name-field-profile-fb-url,
.view-directory .ui-dialog .field--name-field-profile-linkedin-url,
.view-directory .ui-dialog .field--name-field-profile-twitter-url,
.view-directory .ui-dialog .field--name-field-profile-work-website {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
}
.path-profile .main-content .field--name-field-profile-work-street:before,
.path-profile .main-content .field--name-field-profile-phone:before,
.path-profile .main-content .field--name-field-profile-email:before,
.path-profile .main-content .field--name-field-profile-fb-url:before,
.path-profile .main-content .field--name-field-profile-linkedin-url:before,
.path-profile .main-content .field--name-field-profile-twitter-url:before,
.path-profile .main-content .field--name-field-profile-work-website:before,
.view-directory .ui-dialog .field--name-field-profile-work-street:before,
.view-directory .ui-dialog .field--name-field-profile-phone:before,
.view-directory .ui-dialog .field--name-field-profile-email:before,
.view-directory .ui-dialog .field--name-field-profile-fb-url:before,
.view-directory .ui-dialog .field--name-field-profile-linkedin-url:before,
.view-directory .ui-dialog .field--name-field-profile-twitter-url:before,
.view-directory .ui-dialog .field--name-field-profile-work-website:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  text-align: center;
}
.path-profile .main-content .field--name-field-profile-work-street,
.view-directory .ui-dialog .field--name-field-profile-work-street {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .path-profile .main-content .field--name-field-profile-work-street,
  .view-directory .ui-dialog .field--name-field-profile-work-street {
    margin-bottom: 0;
    display: block;
  }
  .path-profile .main-content .field--name-field-profile-work-street:after,
  .view-directory .ui-dialog .field--name-field-profile-work-street:after {
    display: none;
  }
}
.path-profile .main-content .field--name-field-profile-work-street br,
.view-directory .ui-dialog .field--name-field-profile-work-street br {
  display: none;
}
.path-profile .main-content .field--name-field-profile-work-street:after,
.path-profile .main-content .field--name-field-profile-work-city:after,
.view-directory .ui-dialog .field--name-field-profile-work-street:after,
.view-directory .ui-dialog .field--name-field-profile-work-city:after {
  content: ",";
}
@media (max-width: 767px) {
  .path-profile .main-content .field--name-field-profile-work-city,
  .view-directory .ui-dialog .field--name-field-profile-work-city {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .path-profile .main-content .field--name-field-profile-email,
  .path-profile .main-content .field--name-field-profile-fb-url,
  .path-profile .main-content .field--name-field-profile-linkedin-url,
  .path-profile .main-content .field--name-field-profile-twitter-url,
  .path-profile .main-content .field--name-field-profile-work-website,
  .view-directory .ui-dialog .field--name-field-profile-email,
  .view-directory .ui-dialog .field--name-field-profile-fb-url,
  .view-directory .ui-dialog .field--name-field-profile-linkedin-url,
  .view-directory .ui-dialog .field--name-field-profile-twitter-url,
  .view-directory .ui-dialog .field--name-field-profile-work-website {
    word-break: break-all;
  }
}
.path-profile .main-content .field .field--item,
.path-profile .main-content .field .field--items,
.view-directory .ui-dialog .field .field--item,
.view-directory .ui-dialog .field .field--items {
  margin-left: 40%;
}
@media (max-width: 767px) {
  .path-profile .main-content .field .field--item,
  .path-profile .main-content .field .field--items,
  .view-directory .ui-dialog .field .field--item,
  .view-directory .ui-dialog .field .field--items {
    margin-left: 0;
  }
}
.path-profile .main-content .field .field--items > .field--item,
.view-directory .ui-dialog .field .field--items > .field--item {
  margin-left: 0;
}
.path-profile .main-content .field--name-field-profile-areas-of-expertise,
.path-profile .main-content .field--name-field-profile-mentor,
.view-directory .ui-dialog .field--name-field-profile-areas-of-expertise,
.view-directory .ui-dialog .field--name-field-profile-mentor {
  margin-top: 30px;
  width: 100%;
  float: left;
}
.path-profile .main-content .field--name-field-profile-areas-of-expertise .field--label,
.path-profile .main-content .field--name-field-profile-mentor .field--label,
.view-directory .ui-dialog .field--name-field-profile-areas-of-expertise .field--label,
.view-directory .ui-dialog .field--name-field-profile-mentor .field--label {
  position: absolute;
  font-weight: bold;
}
@media (max-width: 767px) {
  .path-profile .main-content .field--name-field-profile-areas-of-expertise .field--label,
  .path-profile .main-content .field--name-field-profile-mentor .field--label,
  .view-directory .ui-dialog .field--name-field-profile-areas-of-expertise .field--label,
  .view-directory .ui-dialog .field--name-field-profile-mentor .field--label {
    position: relative;
    width: 100%;
  }
}

body.view-resource-library .main-content {
  margin-left: 0;
  width: 100%;
}
body.view-resource-library .main-content .views-element-container {
  margin-bottom: 0;
}
body.view-resource-library article.library-entry .field--name-body, body.page-node-type-library-entry article.library-entry .field--name-body {
  margin-top: 20px;
}
body.view-resource-library article.library-entry .field--name-field-embed-code .field--item, body.page-node-type-library-entry article.library-entry .field--name-field-embed-code .field--item {
  margin: 30px 0;
}
body.view-resource-library article.library-entry .field--name-field-embed-code .field--item:last-of-type, body.page-node-type-library-entry article.library-entry .field--name-field-embed-code .field--item:last-of-type {
  margin-bottom: 0;
}
body.view-resource-library article.library-entry .field--name-field-embed-code .field--item div:not([class]), body.page-node-type-library-entry article.library-entry .field--name-field-embed-code .field--item div:not([class]) {
  display: none;
}

.view-resource-library.view .view-filters {
  margin-bottom: 40px;
  padding: 20px;
  background: #eaeff7;
  border: 1px solid #ccc;
}
.view-resource-library.view .view-filters > form {
  margin-bottom: 0;
}
.view-resource-library.view .view-filters .form--inline > .form-item {
  margin-bottom: 15px;
  width: 33%;
}
@media (max-width: 991px) {
  .view-resource-library.view .view-filters .form--inline > .form-item {
    width: 32.5%;
  }
}
@media (max-width: 767px) {
  .view-resource-library.view .view-filters .form--inline > .form-item {
    width: 100%;
  }
}
.view-resource-library.view .view-filters .form--inline > .form-item label {
  margin-bottom: 0;
  display: block;
}
.view-resource-library.view .view-filters .select-wrapper {
  width: 100%;
}
.view-resource-library.view .view-filters .form-control {
  width: 100%;
}
.view-resource-library.view .view-filters .form-actions {
  margin: 5px 0 0;
  display: inline-block;
}
.view-resource-library.view .view-filters .form-actions #edit-submit-directory {
  margin-right: 5px;
}
.view-resource-library.view .views-row {
  position: relative;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
@media (max-width: 767px) {
  .view-resource-library.view .views-row {
    padding: 20px 15px;
  }
}
.view-resource-library.view .views-row:first-of-type {
  border-top: 1px solid #ddd;
}
.view-resource-library.view .views-row:last-of-type {
  margin-bottom: 30px;
}
.view-resource-library.view .views-row:nth-child(even) {
  background-color: #f5f5f5;
}
.view-resource-library.view .views-row.member-only {
  padding-right: 150px;
}
@media (max-width: 767px) {
  .view-resource-library.view .views-row.member-only {
    padding-right: 125px;
  }
}
.view-resource-library.view .views-row.member-only:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 125px;
  background-image: url("/sites/oarsi/themes/oarsi/img/members_only.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .view-resource-library.view .views-row.member-only:before {
    width: 100px;
    height: 100px;
  }
}
.view-resource-library.view .views-field .views-label:after {
  content: " ";
}
.view-resource-library.view .views-field-title h3 {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 24px;
}
.view-resource-library.view .views-field-title h3 .no-access {
  cursor: not-allowed;
}
.view-resource-library.view .views-field-title h3 .no-access:after {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  font-size: 21px;
  line-height: 0;
}

.path-not-front .main-content #search-form {
  display: none;
}

.path-search .main-content .page-header {
  text-indent: -9999px;
}
.path-search .main-content .page-header:before {
  content: "Search";
  text-indent: 0;
  float: left;
}
.path-search .main-content #search-form {
  display: none;
}
.path-search .main-content h2 {
  display: none;
}
.path-search .main-content h3 {
  margin-bottom: 5px;
  font-size: 24px;
  text-transform: none;
}
.path-search .main-content ol li {
  margin-bottom: 20px;
}
.path-search .main-content .pagination li {
  text-transform: capitalize;
}
.path-search .main-content .pagination li.pager__item--first a:before, .path-search .main-content .pagination li.pager__item--previous a:before, .path-search .main-content .pagination li.pager__item--next a:before, .path-search .main-content .pagination li.pager__item--last a:before {
  float: left;
}
.path-search .main-content .pagination li.pager__item--first a span, .path-search .main-content .pagination li.pager__item--previous a span, .path-search .main-content .pagination li.pager__item--next a span, .path-search .main-content .pagination li.pager__item--last a span {
  display: inline-block;
}
.path-search .main-content .pagination li.pager__item--first a:after {
  content: "«";
}
.path-search .main-content .pagination li.pager__item--previous a:after {
  content: "‹";
}
.path-search .main-content .pagination li.pager__item--next a:after {
  content: "›";
}
.path-search .main-content .pagination li.pager__item--last a:after {
  content: "»";
}

.sitemap .sitemap-item {
  margin-bottom: 20px;
}
.sitemap .sitemap-item.sitemap-item--menu-account .my-account {
  color: #47549d;
}
.sitemap .sitemap-item.sitemap-item--menu-account .my-account:focus, .sitemap .sitemap-item.sitemap-item--menu-account .my-account:hover {
  color: #718fc6;
  text-decoration: underline;
  cursor: pointer;
}
.sitemap .sitemap-item:last-of-type {
  margin-bottom: 0;
}
.sitemap .nav {
  padding-left: 25px;
  list-style: revert;
}
.sitemap .nav > li {
  display: list-item;
}
.sitemap .nav > li > a {
  padding: 0;
  display: inline-block;
}
.sitemap .nav > li > a:focus, .sitemap .nav > li > a:hover {
  text-decoration: underline;
  background: transparent;
}
.sitemap .nav .dropdown-menu {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  width: 100%;
  font-size: 18px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: revert;
  display: block;
  float: none;
  z-index: 0;
}
.sitemap .nav .dropdown-menu > li > a {
  padding: 0;
  line-height: 1.4;
  color: #47549d;
  display: initial;
  white-space: normal;
}
.sitemap .nav .dropdown-menu > li > a:focus, .sitemap .nav .dropdown-menu > li > a:hover {
  color: #718fc6;
  text-decoration: underline;
  background: transparent;
}
@media (max-width: 767px) {
  .sitemap .nav li {
    margin: 10px 0;
  }
}
.sitemap .nav .caret {
  display: none;
}

.path-login .main-content .user-login-form,
.path-login .main-content #block-loginhelp {
  float: left;
}
.path-login .main-content .user-login-form {
  width: 40%;
}
@media (max-width: 1199px) {
  .path-login .main-content .user-login-form {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .path-login .main-content .user-login-form {
    width: 100%;
    float: none;
  }
}
.path-login .main-content .user-login-form .description {
  display: none;
}
.path-login .main-content .user-login-form .login-form-links {
  padding-left: 0;
  list-style: none;
}
.path-login .main-content #block-loginhelp {
  margin: -60px 0 0 40px;
  padding: 10px 0 20px 40px;
  width: 55%;
  border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
  .path-login .main-content #block-loginhelp {
    margin-left: 30px;
    margin-bottom: 50px;
    padding-left: 30px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .path-login .main-content #block-loginhelp {
    margin: 0;
    padding: 0;
    width: 100%;
    border-left: 0;
    float: none;
  }
}
.path-login .main-content #block-loginhelp hr {
  display: none;
}
@media (max-width: 767px) {
  .path-login .main-content #block-loginhelp hr {
    display: block;
  }
}
.path-login .main-content #block-loginhelp .btn {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .path-login .main-content #block-loginhelp .btn {
    margin-bottom: 10px;
  }
}

.role-administrator .main-menu-wrapper,
.role-publisher .main-menu-wrapper {
  position: relative !important;
}
.role-administrator .main-menu-wrapper.fixed,
.role-publisher .main-menu-wrapper.fixed {
  position: relative !important;
}
.role-administrator .main-menu-wrapper .container,
.role-publisher .main-menu-wrapper .container {
  width: 100%;
}
.role-administrator .homepage-slider .slide-content,
.role-publisher .homepage-slider .slide-content {
  padding-top: 0;
}
.role-administrator .main-content .region-content article a[name],
.role-publisher .main-content .region-content article a[name] {
  margin-top: -55px;
  height: 55px;
}

/*# sourceMappingURL=style.css.map */
