/* SRA CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --button_primary: #0B4A83;
  --button_secondary: #b69924;
  --link_primary: #0B4A83;
  --link_secondary: #b69924;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  background-color: #fff;
  color: #333;
  padding: 0;
  margin: 0;
}

a, a:visited, a:link, a:active {
  color: var(--link_primary);
  text-decoration: none;
  transition: color .2s linear;
}

a.btn.btn-success {
  color: #fff;
}

ul.menu--main > li > a {
  font-weight: bold;
}

ul.menu--main > li.active {
  background-color: #eaeaea;
}

ul.menu--main > li.active > a {
  color: #000;  
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

p {
  line-height: 140%;
  margin-top: 1em;
  margin-bottom: 1em;
}

img {
  max-width: 100%;
}

body:not(.page-user) #header div.container {
  height: 80px;
  position: relative;
  background-color: #fff;
  /*
  z-index: 9999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1019607843);
  */
}

body.page-home #highlight, body.not-front #highlight {
  /*margin-top: -80px;*/
  z-index: -1;
  position: relative;
  overflow: hidden;
}

#header div.region-header {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}

#header div.region-header a.logo img {
  height:  60px;
  width: auto;
}

#header #block-mainnavigation {
  width: calc(100% - 550px);
} 

#block-loginout {
  border: 1px solid var(--link_primary);
  border-radius: 20px;
}

#block-loginout:hover {
  background-color: var(--link_primary) !important;
  color: #fff !important;
}

#block-loginout:hover .nav li > a, #block-loginout:hover .nav li > a:link, #block-loginout:hover .nav li > a:visited, #block-loginout:hover .nav li > a:active {
  color: #fff;
}

#block-loginout .nav li.open ul.dropdown-menu li > a {
  color: #333;
  background-color: transparent !important;  
}

#block-loginout .nav li.open ul.dropdown-menu li:hover > a {
  font-weight: bold;
}

#block-loginout a:hover {
  background-color: transparent;
}

#block-loginout .nav li.open > a {
  background-color: transparent !important;  
}

ul.menu--main.navbar-nav > li {
  font-size: 1.6rem;
}

#block-sociallinks div.field--name-body a.link {
  font-size: 1.6rem;
  margin-left: 20px;
}

#slideshow-swiper video, #slideshow-swiper div.swiper-slide  {
  width: 100%;
  height: 680px;
  object-fit: cover;
  /*aspect-ratio: 1903 / 700;*/
}

#slideshow-swiper div.swiper-slide {
  /*position: relative;*/
  /*display: flex;*/
}

#slideshow-swiper video {
  /*position: absolute;*/
}

#slideshow-swiper div.slide-content-wrapper {
  padding: 80px 40px 0;
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1520px;
  z-index: 1;
  top: calc(50% - 50px);
  padding-top: 0;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

#slideshow-swiper div.slide-content-wrapper div.slide-content {
  display: block;
  max-width: 50%;
}

#slideshow-swiper div.slide-content-wrapper div.slide-content h2 {
  font-size: 6.0rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  line-height: 100%;
}

#slideshow-swiper div.slide-content-wrapper div.slide-content p {
  font-size: 1.8rem;
  max-width: 600px;
  font-weight: 400;
  margin: 0;
}

#slideshow-swiper div.slide-content-wrapper .btn {
  margin-top: 30px;
}

a.btn, button.btn {
  padding: 15px 30px;
  display: inline-block;
  transition: all .2s linear;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

a.btn.btn-primary, button.btn.btn-primary {
  background-color: var(--button_primary);
  border-color: var(--button_primary);
  color: #fff;
}

a.btn.btn-default, button.btn.btn-default {
  background-color: transparent;
  border-color: #fff;
  color: #fff;  
}

.btn-arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-left: 10px;
}

.btn-inline {
  display: inline-block;
  max-width: 200px;
}

#block-sociallinks {
  padding-right: 20px;
}

h2.block-title, h1.page-header {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
}

h2.block-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 20px;
  background-color: var(--link_primary);
  content: "";
}

#block-views-block-node-functions-block-home-events h2.block-title:before, #block-views-block-node-functions-block-news-slides h2.block-title:before {
  position: relative;
  top: -7px;
  left: 0;
  width: 115px;
  height: 20px;
  background-color: var(--link_primary);
  content: "";
  display: block;
}

div.region.region-content section {
  margin-top: 50px;
  margin-bottom: 50px;
}

body.front div.region.region-content section {
  margin-top: 20px;
  margin-bottom: 20px;  
}

div.custom-caurousel-slides div.view-content {
  display: block;
  position: relative;
  background-color: #eaeaea;
  padding: 40px 20px;
}

div.custom-caurousel-slides div.view-content div.owl-item {
  padding: 0 20px;
  position: relative;
  display: block;
  width: 365px;
  height: 354px;
}

div.custom-caurousel-slides div.view-content div.owl-item > div {
  width: 100%;
  height: 354px;
  background-color: #fff;  
}

div.custom-caurousel-slides div.view-content div.owl-item div.views-field-title {
  padding: 30px;
  padding-bottom: 20px;
  color: #000;
  background-color: #fff;
  font-size: 2.4rem;
  line-height: 130%;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  display: inline-block;
  font-weight: 700;
  color: #000;
  font-size: 2.4rem;
}

.owl-carousel .owl-nav button.owl-next::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  font-weight: 700;
  color: #000;
  font-size: 2.4rem;
}

.owl-theme .owl-nav {
  position: absolute;
  width: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
}

#block-views-block-node-functions-block-home-news-list, #block-views-block-node-functions-block-ordinary-members-list {
  margin-top: 50px;
}

#block-views-block-node-functions-block-associate-members-list {
  margin-bottom: 100px;
}

#block-views-block-node-functions-block-home-news-list div.view-display-id-block_home_news_list.block-group {
  display: flex;
}

#block-views-block-node-functions-block-home-news-list div.custom-info-wrapper {
  position: relative;
  width: 627px;
  height: 524px;
  margin-top: -524px;
}

#block-views-block-node-functions-block-home-news-list div.custom-info-overlay {
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#block-views-block-node-functions-block-home-news-list div.custom-info {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#block-views-block-node-functions-block-home-news-list div.custom-info h2 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}

#block-views-block-node-functions-block-home-news-list div.custom-info a.btn {
  margin-top: 20px;
}

div.news-list {
  padding-left: 80px;
  position: relative;
}

div.view-display-id-block_home_news_list div.news-list h2.block-title:before {
  left: 80px;
}

div.view-display-id-block_home_news_list div.news-list div.views-row {
  display: block;
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
}

div.view-display-id-block_home_news_list div.news-list div.views-row div.views-field-created, div.view-display-id-block_home_news_list div.news-list div.views-row div.views-field-field-date {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}

div.view-display-id-block_home_news_list div.news-list div.views-row div.views-field-title {
  margin-top: 10px;
  color: var(--link_primary);
  font-size: 2.2rem;  
}

div.view-display-id-block_home_news_list div.news-list div.views-row div.views-field-title a, div.view-display-id-block_home_news_list div.news-list div.views-row div.views-field-title a:visited {
  color: var(--link_primary);
  transition: all .2s linear;
}

div.membership-listing div.view-content {
  display: block;
  position: relative;
}

div.membership-listing .owl-carousel .owl-item img {
  width: auto;
}

div.membership-listing .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#block-views-block-node-functions-block-ordinary-members-list h2.block-title, #block-views-block-node-functions-block-associate-members-list h2.block-title {
  text-align: center;
  color: #333;
  font-size: 2.4rem;
}

#block-views-block-node-functions-block-ordinary-members-list h2.block-title:before, #block-views-block-node-functions-block-associate-members-list h2.block-title:before {
  position: inherit;
}

a.header-link {
  float: right;
  margin-top: -45px;
  font-size: 1.6rem;
  margin-right: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

a.link-secondary {
  color: var(--link_secondary);
}

#block-homeeventembedvideo div.field--name-body {
  grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 80px;
  position: relative;
  width: 100%;
  max-width: 1440px;
  background-color: #eaeaea;
  height: 470px;
  align-items: center;
}

#block-homeeventembedvideo video {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

div.contact-us h2 {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 20px;
}

div.contact-us p {
  margin-top: 0;
  margin-bottom: 5px;
}

div.contact-info {
  display: flex;
  margin-bottom: 30px;
}

div.contact-info div.address {
  margin-right: 100px;
}

#footer {
  margin-top: 100px;
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
}

#block-footermenus {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px;
  position: relative;
  width: 100%;
  max-width: 1240px;
  font-size: 1.4rem;
  justify-items: center;
  justify-content: center;
}

#block-footermenus.clearfix:before {
  display: none;
}

#block-footermenus h2 {
  font-size: 1.8rem;
}

#block-footermenus .nav > li > a {
  padding: 5px 0;
}

#block-copyrightfrontend {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
  font-size: 1.4rem;
}

#copyright {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

#copyright div.copyright {
  display: inline-block;
  padding-top: 5px;
  font-size: 1.3rem;
}

#copyright div.socials {
  float: right;
  margin-top: -15px;
  display: inline-flex;
  align-items: center;
}

#copyright div.socials a.link i {
  font-size: 1.6rem;
  margin-left: 20px;
}

#copyright div.socials div.link-group {
  padding-top: 5px;
}

#block-views-block-node-functions-block-home-news-list div.views-element-container.form-group {
  width: 627px;
  height: 524px;
}

#block-views-block-node-functions-block-home-news-list div.views-element-container.form-group img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

div.news-list div.view-content {
  margin-bottom: 20px;
}

div.view-display-id-block_home_news_list div.news-list div.views-row:last-child {
  border-bottom: 1px solid #eaeaea;
}

a.link {
  color: var(--link_primary);
  font-weight: 700;
}

a.link-arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-left: 10px;
  font-weight: 700;
  color: var(--link_primary);
}

body.node-about-us div.field--name-field-html {
  display: flex;
  flex-direction: column;
}

/*
body.node-about-us div.field--item div.item-content-wrapper, #block-views-block-node-functions-block-governance {
  margin: auto;
  color: #000;
  padding: 40px;
  padding-bottom: 70px;
}
*/

#block-views-block-node-functions-block-governance caption {
  color: var(--link_primary);
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

body.node-about-us div.field--item:nth-child(2), body.node-about-us div.field--item:nth-child(4) {
  background-color: #eaeaea;
}

body.node-about-us div.field--item h2, #block-views-block-node-functions-block-governance h2.block-title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  font-size: 3.6rem;
}

body.node-about-us div.field--item div.item-content {
  display: flex;
  align-items: flex-start;
}

body.node-about-us div.field--item div.item-content div.info p:first-child {
  margin-top: 0;
}

div.about-content-wrapper {
  display: flex;
  align-items: flex-start;
}

div.about-content.in-left {
  padding-right: 40px;
}

div.about-content.in-right {
  padding-left: 40px;
}

div.about-content ul {
  padding-left: 10px;
  list-style-type: none;
}

div.about-content.about-sra ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
  color: var(--link_primary);  
}

div.about-content-wrapper img {
  width: 612px;
  height: auto;
}

body.page-node-1615 div.about-content-wrapper img {
  width: 512px;
}

div.about-content-wrapper h3, section#block-views-block-node-functions-block-history-timeline h3.timeline, h3.our-history, h3.our-logo {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  color: var(--link_primary);
  font-size: 3.0rem;
}

h3.our-history {
  text-align: center;
}

div.about-content ul li {
  margin-bottom: 5px;
}

/*
div.about-content.priorities ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05b";
  display: inline-block;
  padding-right: 10px;
  margin-top: 2px;
  font-weight: 700;
  color: var(--link_primary);  
}
*/

div.about-content.priorities ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

div.about-content.priorities ul li img {
  width: 64px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

div.about-content-wrapper.our-logo div.about-content.in-left {
  width: 612px;
}

div.about-content-wrapper.our-logo img {
  width: 400px;
  height: auto;
}

div.about-content-wrapper.our-logo div.text-align-center {
  width: 50%;
}

body.page-node-1615 div.field--item:nth-child(4) {
  margin-top: 50px;
}

div.about-content-history-wrapper table {
  width: 100%;
}

div.about-content-history-wrapper table td, div.about-content-history-wrapper table th {
  padding: 5px;
}

div.region.region-content section#block-views-block-node-functions-block-history-timeline {
  margin-top: 0;
  background-color: #eaeaea;
  padding: 40px;
  border-top: 1px solid #ddd;
}

section#block-views-block-node-functions-block-history-timeline div.view-header h3.timeline, #block-views-block-node-functions-block-governance h2.block-title {
  text-align: center;
  margin-bottom: 40px;
}


#block-views-block-node-functions-block-history-timeline div.owl-item > div {
  padding: 0 60px 40px 40px;
  position: relative;
}

#block-views-block-node-functions-block-history-timeline div.owl-item > div:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 2px solid rgba(83, 86, 90, .3);
  position: absolute;
  left: 0;
  top: 0;
}

#block-views-block-node-functions-block-history-timeline div.views-field-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #53565a;
  margin-bottom: 10px;
}

#block-views-block-node-functions-block-history-timeline div.views-field-field-remark {
  color: #000;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.8rem;
}

#block-views-block-node-functions-block-history-timeline .owl-carousel .owl-item img {
  width: auto;
  margin-bottom: 10px;
}

#block-views-block-node-functions-block-history-timeline .owl-theme .owl-nav {
  width: calc(100% + 50px);
  margin-left: -30px;
  top: calc(50% - 44px);
}

#block-views-block-node-functions-block-governance .views-field-field-role, #block-views-block-node-functions-block-governance .views-field-title {
  width: 40%;
}

#block-views-block-node-functions-block-governance .views-field-field-company {
  width: 20%;
}

#block-views-block-node-functions-block-governance table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#page-wrapper.main-has-left #main-wrapper {
  display: flex;
}

#left, #page-wrapper.main-has-left #main {
  padding: 40px;
}

#left {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); 
  border-right: 1px solid #ddd;
}

#left {
  padding-left: 200px;
  padding-top: 60px;
}

#page-wrapper.main-has-left #main {
  padding-left: 80px;
  padding-bottom: 100px;
}

#page-wrapper.main-has-left #footer {
  margin-top: 0;
}

#left ul.menu > li.active {
  font-weight: bold;
}

ul.member-tabs {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

ul.member-tabs li {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

ul.member-tabs li:last-child {
  margin-right: 0;
}

ul.member-tabs li a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

ul.member-tabs li.active, ul.member-tabs li:hover {
  background-color: var(--link_secondary);
  border-radius: 10px;
  color: #fff;
}

ul.member-tabs li.active a, ul.member-tabs li:hover a {
  color: #fff;
}

div.view-display-id-attachment_honorary_members, div.view-display-id-attachment_associate_members, div.view-display-id-attachment_affiliate_members {
  display: none;
}

#views-member-companies div.table-responsive td {
  padding: 10px;
  vertical-align: middle;
  height: 90px;
}

#views-member-companies div.view-display-id-attachment_honorary_members div.table-responsive td.views-field-field-logo {
  width: 100px;
  text-align: center;
}

#views-member-companies div.view-display-id-attachment_honorary_members div.table-responsive td.views-field-field-logo a {
  display: inline-block;
}

div.membership-privileges-wrapper table td, div.membership-privileges-wrapper table th {
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.membership-privileges-wrapper table thead tr {
  background-color: var(--button_primary);
  color: #fff;
}

div.membership-privileges-wrapper table thead th {
  border: 1px solid var(--button_primary);
  font-size: 1.4rem;
}

div.membership-privileges-wrapper table tr {
  /*border-bottom: 1px solid #333;*/
}

div.membership-privileges-wrapper table p {
  margin: 0;
}

div.membership-privileges-wrapper table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  border: 1px solid #333;
}

div.membership-privileges-wrapper table td i.fa-check {
  color: green;
}

div.node-faq-teaser div.question {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #eaeaea;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

div.node-faq-teaser div.question:hover {
  color: var(--link_primary);
}

div.node-faq-teaser div.question i.fa {
  margin-right: 5px;
} 

div.anwser {
  padding: 20px;
  padding-top: 0;
  margin-bottom: 10px;
}

div.view-display-id-page_membership_testimonial div.views-row {
  clear: both;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 90%;
}

body.page-node-1639 div.item-content-wrapper div.testi-item {
  clear: both;
  width: 650px;
  max-width: 100%;
  padding-left: 150px;
  padding-right: 150px;
}

body.page-node-1639 div.item-content-wrapper div.testi-item p:first-child {
  font-style: italic;
  margin-top: 0;
  /*border: 1px solid #ccc;*/
  margin-bottom: 20px;
  padding: 20px;
  background-color: peachpuff;
  border-radius: 20px;
  box-shadow: 1px 2px 3px #ddd;
  text-align: center;
  font-size: 2.0rem;
}

body.page-node-1639 div.item-content-wrapper div.testi-item p:first-child:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
  -ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
  transform: translateX(-50%) scaleX(.75) rotate(45deg);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: peachpuff;
  position: absolute;
  border-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  bottom: 83px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

body.page-node-1639 div.item-content-wrapper div.testi-item p:last-child {
  text-align: center;
  margin-bottom: 50px;
}

body.page-node-1639 div.item-content-wrapper #testi-swiper .swiper-button-next:after, body.page-node-1639 div.item-content-wrapper #testi-swiper .swiper-button-prev:after {
  font-size: 3rem;
}

body.page-node-1639 div.item-content-wrapper #testi-swiper .swiper-button-next, body.page-node-1639 div.item-content-wrapper #testi-swiper .swiper-button-prev {
  top: 25%;
}

/*
body.page-node-1639 div.item-content-wrapper div.testi-item:nth-child(odd) {  
}
body.page-node-1639 div.item-content-wrapper div.testi-item:nth-child(even) {
  float: right;
  text-align: right;
}
*/

div.view-display-id-page_membership_testimonial div.views-row div.views-field-field-logo img {
  border-radius: 50%;
}

div.view-display-id-page_membership_testimonial div.views-row p, body.page-node-1639 div.item-content-wrapper div.testi-item > div p {
  margin-top: 0;
  margin-bottom: 5px;
}

div.view-display-id-page_membership_testimonial div.views-row p, body.page-node-1639 div.item-content-wrapper div.testi-item > div p:last-child {
  font-style: italic;
}

/* Event node page */
body.node-type-event div.field--label-above div.field--label {
  margin-top: 10px;
  margin-bottom: 10px;
}

body.node-type-event div.field--name-field-image div.field--items {
  padding: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 20px;
  width: 100%;
  align-items: center;
} 

body.node-type-event div.field--name-field-image div.field--items div.field--item {
  margin-left: 10px;
}

body.node-type-event div.field--item p {
  margin-top: 0;
  margin-bottom: 10px;
}

#right {
  margin-top: 20px;
}

body.node-type-event h2.block-title:before {
  left: 15px;
}

div.view-display-id-block_other_events div.views-row {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  height: 110px;
}

div.view-display-id-block_other_events div.views-row div.views-field-field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

div.view-display-id-block_other_events div.views-row div.views-field-nothing {
  font-size: 1.4rem;
}

div.view-display-id-block_other_events div.views-row div.views-field-nothing time {
  font-size: 1.2rem;
}

div.view-display-id-block_other_events div.views-row div.views-field-nothing p {
  margin-top: 0;
  margin-bottom: 5px;
}

div.committee-content-wrapper {
  display: flex;
  padding: 40px;
  align-items: flex-start;
}

div.committee-content-wrapper img {
  width: 400px;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}

div.committee-content-wrapper h3 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  color: var(--link_primary);
  font-size: 3.0rem;  
}

div.committee-content-wrapper div.committee-content.in-left {
  padding-right: 40px;
}

div.committee-content-wrapper div.committee-content.in-right {
  padding-left: 40px;
}

div.view-display-id-page_upcoming_events div.view-content, div.view-display-id-page_event_categories div.view-content, div.activities-upcoming-events div.view-content {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 20px;
}

div.view-display-id-page_upcoming_events div.views-field-title, div.view-display-id-page_event_categories div.views-field-name, div.activities-upcoming-events div.views-field-title {
  font-size: 2.2rem;
  font-family: 'Roboto';
  font-weight: bold;
  margin-top: 10px;
  line-height: 120%;
}

body.not-front h2.block-title:before {
  position: inherit;
}

div.view-display-id-page_event_categories div.views-field-description__value {
  font-size: 1.4rem;
}

body.node-type-event #highlight {
  min-height: 200px;
  background-color: #eaeaea;
}

div.tab-content-wrapper div.tab-content {
  display: none;
}

div.tab-content-wrapper div.tab-content.active {
  display: flex;
  align-items: flex-start;
}

div.custom-tabs-wrapper ul.custom-tabs {
  padding-left: 0;
  margin-bottom: 40px;
}

div.custom-tabs-wrapper ul.custom-tabs li {
  cursor: pointer;
  padding: 20px;
  background-color: #eaeaea;
  display: inline-block;
}

div.custom-tabs-wrapper ul.custom-tabs li.active {
  background-color: var(--link_secondary);
  font-weight: bold;
  color: #fff;
}

div.tab-content-wrapper div.tab-content img {
  width: 50%;
  margin-right: 20px;
}

div.tab-content-wrapper div.tab-content h3 {
  margin-top: 0;
}

div.membership-privileges-wrapper {
  margin-top: 60px;
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
}

div.membership-privileges-wrapper h3 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

table#membership-privileges {
  width: 100%;
}

div.view-display-id-page_activities_blog div.view-content, div.view-display-id-page_event_archives div.view-content, div.view-display-id-page_article_report_library div.view-content, div.view-display-id-page_upcoming_events div.view-display-id-attachment_current_events > div.view-content, div.view-display-id-block_past_events > div.view-content, div.view-display-id-block_past_current_events div.view-content, div.activities-list > div.view-content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 20px;
}

div.view-display-id-page_activities_blog div.views-field-field-date, div.view-display-id-page_event_archives div.views-field-field-date, div.view-display-id-page_article_report_library div.views-field-field-date, div.view-display-id-attachment_current_events div.views-field-field-date, div.view-display-id-block_past_events div.views-field-field-date, div.view-display-id-block_past_current_events div.views-field-field-date, div.activities-list div.views-field-field-date, div.activities-list div.views-field-created {
  color: #999;
  padding: 10px;
}

div.view-display-id-page_activities_blog div.views-field-title, div.view-display-id-page_event_archives div.views-field-title, div.view-display-id-page_article_report_library div.views-field-title, div.view-display-id-attachment_current_events div.views-field-title, div.view-display-id-block_past_events div.views-field-title, div.view-display-id-block_past_current_events div.views-field-title, div.activities-list div.views-field-title {
  padding: 10px;
  padding-top: 0;
}

div.view-display-id-page_upcoming_events div.view-display-id-attachment_current_events div.views-field-title {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4;
}

div.content-wrapper table {
  width: 100%;
}

div.content-wrapper table td, div.content-wrapper table th, div.view-display-id-page_press_releases table td, div.view-display-id-page_press_releases table th {
  padding: 10px;
}

div.content-wrapper table tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}

div.content-wrapper table tr td:nth-of-type(1) {
  width: 25% !important;
  font-weight: bold;
}

div.view-display-id-page_glossary_reinsurance_terms .view-header ul, #block-views-block-node-functions-block-glossary-of-reinsurance-terms .view-header ul {
  padding-left: 0;
  margin-bottom: 40px;
}

div.view-display-id-page_glossary_reinsurance_terms .view-header li, #block-views-block-node-functions-block-glossary-of-reinsurance-terms .view-header li {
  list-style: none;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border-left: 1px solid #333;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
}

div.view-display-id-page_careers div.views-row, div.view-display-id-page_career_internship div.views-row {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

div.view-display-id-page_careers div.views-row:last-child, div.view-display-id-page_career_internship div.views-row:last-child {
  border-bottom: none;
}

div.view-display-id-page_careers div.views-row div.views-field-title, div.view-display-id-page_career_internship div.views-row div.views-field-title {
  font-weight: bold;
  margin-bottom: 5px;
}

div.view-display-id-page_careers div.views-row div.views-field-created, div.view-display-id-page_careers div.views-row div.views-field-field-company, div.view-display-id-page_career_internship div.views-row div.views-field-created, div.view-display-id-page_career_internship div.views-row div.views-field-field-company {
  font-size: 1.4rem;
}

div.view-display-id-page_careers div.views-row div.views-field-field-company div.field-content, div.view-display-id-page_career_internship div.views-row div.views-field-field-company div.field-content {
  display: inline-block;
}

div.view-display-id-page_careers div.views-row div.views-field-nothing, div.view-display-id-page_career_internship div.views-row div.views-field-nothing {
  position: absolute;
  right: 0;
  bottom: 20px;
}

div.view-display-id-page_careers div.views-row div.views-field-nothing a.btn-sm, div.view-display-id-page_career_internship div.views-row div.views-field-nothing a.btn-sm {
  padding: 10px 15px;
  font-size: 1.4rem;
}

div.node-careers div.content-wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

div.form-item .form-control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #dadbdd;
  border-radius: 7px;
  color: #606266;
  /*font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;*/
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 11px 15px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 1.4rem;
}

div.form-item input.form-control {
  height: 45px;
}

div.form-item select.form-control {
  height: 42px;
}

div.form-item label.control-label {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 5px;
  color: #000;
}

div.node-dropdown-wrapper div.dropdown-title {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #eaeaea;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

div.node-dropdown-wrapper div.dropdown-title:hover {
  color: var(--link_primary);
}

div.node-dropdown-wrapper div.dropdown-title i.fa {
  margin-right: 5px;
} 

div.dropdown-body {
  padding: 20px;
  padding-top: 0;
  margin-bottom: 10px;
}

div.custom-content-dropdown-list div.views-row p {
  margin: 0;
}

div.custom-content-dropdown-list div.dropdown-body {
  font-size: 1.4rem;
  margin-top: 5px;
}

div.governance-grid-listing div.view-content {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 20px;
}

div.governance-grid-listing div.view-content p {
  margin-top:  5px;
  font-size: 1.4rem;
}

div.governance-info {
  padding: 10px;
}

div.governance-grid-listing h3 {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
}

div.view-display-id-attachment_activities_blog h2.block-title, #block-views-block-node-functions-block-glossary-of-reinsurance-terms h2.block-title, div.view-display-id-attachment_media_releases h2.block-title, div.view-display-id-attachment_current_events h2.block-title, #block-views-block-node-functions-block-past-events h2.block-title, div.view-display-id-attachment_upcoming_events h2.block-title {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

p.governace-desc {
  text-align: left; 
  margin-top: -30px;
  margin-bottom: 30px;
}

p.links a {
  margin-bottom: 5px;
  padding: 15px 15px;
  margin-right: 10px;
}

p.links a:last-child {
  margin-right: 0;
}

div.node-governance-profile-full div.field--name-body {
  margin-top: 20px;
}

div.former-sra-chairmen table td, div.former-sra-chairmen table th {
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.former-sra-chairmen table tr {
  border-bottom: 1px solid #333;
}

div.former-sra-chairmen table p {
  margin: 0;
}

div.former-sra-chairmen table td {
  vertical-align: middle;
  font-size: 1.4rem;
}

div.former-sra-chairmen table td i.fa-check {
  color: green;
}

img.founding-members-image {
  width: 60%;
}

div.about-content.in-right.about-sirc {
  font-size: 2.4rem;
  padding-left: 80px;
}

body.page-node-1635 div.about-content-wrapper {
  margin-top: 40px;
}

body.page-node-1638 div.about-content-wrapper img {
  width: 700px;
}

div.image-gallery-swiper {
  width: 70%;
  margin-bottom: 40px;
}

body.node-type-member_companies div.buttons {
  display: none;
}

body.node-type-member_companies div.content-wrapper div.field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

body.node-type-member_companies div.content-wrapper div.field div.field--label {
  width: 250px;
  padding-right: 20px;
}

body.node-type-member_companies div.content-wrapper div.field div.field--item p {
  margin-top: 0;
}

body.node-type-member_companies nav.tabs, body.node-type-announcement nav.tabs {
  display: none;
}

body.page-user-login div.region.region-content {
  display: flex;
  flex-direction: column;
  padding-left: 350px;
}

#custom-verify-user-login-form, #custom-verify-user-pass-form, #custom-verify-form, #custom-verify-user-change-pass-form, body.page-user-login div.region.region-content h1 {
  width: 500px;
}

div.sra-chairmen-heading {
  font-size: 2.4rem;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  position: relative;
}

div.sra-chairmen-heading.collapsed strong:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  top: 13px;
}

div.sra-chairmen-heading.expanded strong:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  top: 13px;
}

div.item-box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 720px;
}

div.item-box-row:last-child {
  margin-bottom: 0;
}

div.item-box-row div.item-box {
  width: 350px;
  text-align: center;
  padding: 20px;
  border: 2px dotted var(--link_primary);
  border-radius: 20px;
  font-weight: bold;
}

div.available-parters {
  margin-bottom: 20px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 3.0rem;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 20px;
  width: 750px;
}

div.available-parters.collapsed strong {
  font-weight: 500;
}

div.available-parters.collapsed strong:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
}

div.available-parters.expanded strong:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
}

h2.past-19th-partners {
  padding-left: 50px;
  margin-top: 50px;
}

div.anwser a {
  text-decoration: underline;
}

div.sirc-delegate-fee table {
  margin-top: 20px;
}

div.sirc-delegate-fee table tr {
  border-bottom: 1px solid #fff;
}

div.sirc-delegate-fee table td {
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 33%;
  background-color: #0361ab;
  color: #fff;
}

div.sirc-delegate-fee table td:nth-child(2) {
  background-color: #c9a978;
}

div.attachment-after h2.block-title:before {
  display: none;
}

#block-aboutussubcommittee h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

#block-aboutussubcommittee h3.collapsed:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 10px;
  vertical-align: middle;
}

#block-aboutussubcommittee h3.expanded:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 10px;
  vertical-align: middle;
}

#block-aboutussubcommittee div.dropdown-body {
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-aboutussubcommittee div.dropdown-body p {
  text-align: justify;
}

div.features-of-events-desc {
  display: flex;
}

div.features-of-events-desc div.item {
  background-color: #0361ab;
  padding: 20px;
  margin-right: 20px;
  color: #fff;
  width: 300px;
  height: 260px;
}

div.features-of-events-desc div.item.item-2 {
  background-color: #c9a978;
}

div.features-of-events-desc div.item:last-child {
  margin-right: 0;
}

div.features-of-events-desc div.item p.heading {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

body.node-type-article_report_library .file {
  max-width: 600px;
}

div.view-display-id-page_reinsurance_news div.views-field-field-image, div.view-display-id-block_past_events div.views-field-field-image, div.view-display-id-block_past_current_events div.views-field-field-image, div.activities-list div.views-field-field-image {
  width: 272px;
  height: 227px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

body.node-about-us h1.page-header {
  display: none;
}

body.node-about-us div.field--item h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 3.6rem;
}

body.node-about-us.page-node-1644 div.field--item:nth-child(2) div.item-content-wrapper {
  padding-top: 0;
}

body.node-about-us.page-node-1644 div.field--item:nth-child(2) {
  background-color: #fff;
}

body.node-about-us.page-node-1644 div.field--item div.item-content-wrapper {
  padding-bottom: 10px;
}

#faq-how-much-fee td, #faq-how-much-fee th {
  padding: 10px;
}

div.contact-us p.address-label {
  margin-bottom: 20px;
}

.owl-theme .owl-nav {
  /*pointer-events: none;*/
}

.owl-theme .owl-nav {
  z-index: -1;
}

div.node--full--blog-entry div.field--name-field-image.field--items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

div.custom-caurousel-slides div.view-content div.owl-item div.views-field-field-date {
  padding-left: 30px;
}

div.field--name-field-file table thead th {
  padding-left: 0;
}

body.page-node-156 table, body.page-node-1695 table {
  margin-top: 10px;
}

body.page-node-156 table td, body.page-node-1695 table td {
  padding: 5px;
}

body.page-node-1695 h1.page-header {
  display: none;
}

/*
div.view-display-id-attachment_upcoming_events div.view-header {
  font-size: 2.4rem;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

div.view-display-id-attachment_upcoming_events div.view-header strong:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  top: 13px;
}

div.view-display-id-attachment_upcoming_events div.view-header.active strong:before {
  content: "\f068";
}

div.view-display-id-attachment_upcoming_events div.view-content {
  display: none;
}

div.view-display-id-attachment_upcoming_events div.view-content.active {
  display: grid;
}
*/

div.sirc-content-wrapper video {
  background-color: #000;
  max-width: 100%;
}

.calendar-view-pager .pager__item a, .calendar-view-pager li.pager__item > * {
  font-size: 1.2rem;
}

.calendar-view-pager li.pager__item {
  list-style-type: none;
}

.calendar-view-pager li.pager__item.pager__previous a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}

.calendar-view-pager li.pager__item.pager__next a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  font-weight: 700;
  margin-left: 10px;
}

ul.calendar-view-pager {
  margin-left: 0;
  padding-left: 0;
}

.calendar-view-table div.calendar-view-day .calendar-view-day__number {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0rem;
}

.calendar-view-table li.calendar-view-day__row {
  font-size: 1.0rem;
  font-weight: bold;
}
