.sticky-container {
    z-index: 100;
}
a:hover {
    color: var(--theme-color);
    border-bottom: 1px solid transparent;
    text-decoration: underline;
    transition: border-bottom-color 1s;
}

ul.contextual-links li a {
    color : black !important;
}

/*** PAGERS STYLINGS ***/
.redborder {
   border : 1px solid red;
}

nav[role="navigation"][aria-labelledby*="pagination-heading"] {
    display :flex;
    justify-content: center;
    width:100%;
    margin-top : 2rem;
}
ul.js-pager__items {
  list-style-type:none;
  display :flex;
  justify-content: center;
}
ul.js-pager__items li {
    font-size: 1.5rem;
}
a[rel="next"] span,
a[rel="prev"] span
{
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bolder;
}
.page-title {
    margin: 1rem 0px 3rem 0px;
}
/** All custom style definitions go here **/
.margin_center {
    margin : 0 auto;
}

.font_bold {
    font-weight: bold;
}

/*custom UL elements*/
.ul_amyloidosis_theme 
{
    list-style-type: none;
    margin:20px 0px 20px 0px;
}
.ul_amyloidosis_theme a {
    color : var(--theme-color);
}
.ul_amyloidosis_theme a:hover {
    color : var(--theme-color);
    text-decoration: underline;
    border-bottom-color: transparent !important;
    transition: border-bottom-color 0s !important;
}

/*** CUSTOM FLEX ***/
.flex-custom-space-between-center-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex-custom-column-center-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*** FOUNDATION ACCORDION COMPONENT STYLING ***/
.accordion-item { border: 0px;
    display: flow-root;
}
.accordion-item.is-active {
    /*
    display: grid;*/
    display: flow-root;
}
.accordion-content {
    border : 0px;
}
a.accordion-title {
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    border-left: 0px;
    border-right: 0px;
    display: block;
    cursor: pointer;
    /*font-size: .777778rem;*/
    font-size: 1rem;
    line-height: 1.27777;
    padding-top: .4222rem;
    padding-bottom: .4222rem;
    text-align: center;
    -webkit-transition: border .2s .1s ease;
    transition: border .2s .1s ease;
    color: #2a2a2a;
}
.accordion-title::before {
    content: "";
}
.is-active>.accordion-title::before {
    content: "";
}
.accordion-content h2 {
    padding: 0 0 1.8454rem 0;
    margin-bottom: 2.5rem;
    position: relative;
    cursor: pointer;
    font-family: "CenturyGothic-Regular";
    font-weight: normal;
    color: var(--header-links-fontcolor2);
    /*font-size: 1rem;*/
    font-size: 1.2rem;
    text-align: center;
}
.accordion-content h2::after{
    content: '';
    width: 3rem;
    height: 2px;
    background-color: #d8d8d8;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.5rem;
}
.accordion-content p, .accordion-content ul  {
    margin-top: 0;
    /*font-size: .7778rem;*/
    font-size: 1rem;
    line-height: 1.31;
}
.accordion-content a {
   color : var(--header-links-fontcolor2);
}



.link_hover_no_transition {
    border-bottom-color: transparent !important;
    transition: border-bottom-color 0s !important;
}
/*** CUSTOM BUTTONS ***/
.custom-button {
    border: 2px solid red;
    color : red;
    border-radius: 26px;
    background-color: transparent;
    width: fit-content;
    font-family: "CenturyGothic-Bold";
    cursor: pointer;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.red-button {
    border: 2px solid white !important;
    background-color: var(--theme-color) !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    height: 45px !important;
}
.red-button a {
    color : var(--header-links-fontcolor) !important;
}
.red-button a:hover {
    color : white !important;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.5s;
}
.grey-button {
    border: 2px solid white;
    background-color: #494949;
    color : var(--header-links-fontcolor) !important;
}
.grey-button a {
    color : var(--header-links-fontcolor);
}
.grey-button a:hover {
    color : white;
}
.pink-button {
    border: 3px solid white !important;
    background-color: #fbcbd1 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    height: 45px !important;
}
.pink-button a {
    color : var(--header-links-fontcolor) !important;
}
.pink-button a:hover {
    color : white !important;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.5s;
}
.sign_up_button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding : 19px 75px 19px 75px !important;
    height: 45px;
}
.sign_up_button:hover{
    background-color: #494949 !important;
    color: white !important;
    transition: all 0.5s !important;
}
.buy_now_button,
.view_all_products_button {
    padding : 10px 10px;
    margin-top: auto;
    text-align: center;
}
.donate_button {
    /*padding : 6px 40px 10px 40px !important;*/
    height: 45px;
    padding: 6px 40px 6px 40px !important;
    margin-right: 10%;
}
.donate_button a {
    font-family: "CenturyGothic-Bold";
}
.su-button a{
	margin:0 auto;
}

/*** PPRIMARY MENU REGION AND BLOCKS ***/
#primary_menu_container{
    display: flex;
    background-color: var(--theme-color);
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
/*** primary menu container ***/
#primary_menu {
    padding: 0px;
}
/*** UL primary menu ***/
ul.menu.main {
    padding : 0px;
    height: 50px;
    /*height:4.5rem;*/
}
ul.menu.main li {
    height: 100%;
    /* flex-grow: 1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: 1px solid red;*/
    width: 10.5%;
}
ul.menu.main a {
    color : var(--header-links-fontcolor);
    font-weight: bold;
    font-size: 0.875rem;
    text-decoration: none;
    border-bottom: none;
    transition: none;
    padding : 0px 0.3rem 0px 0.3rem;
    /*padding: 0.5rem;*/
}
ul.menu.main a:hover {
    color : white;
}
ul.menu.main li:hover {
    background-color: var(--links-hover-background-color);
    color : white;
}
/*** PRIMARY MENU ADDITIONAL CONTENT ***/
#primary_menu_additional_content{
    /*padding: 15px 0px 0px 0px;*/
    height: 50px;
}
#primary_menu_additional_content div {
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    flex-wrap: wrap;*/
}
#block-block-search-website-field {
    margin-right: 20px;
}
.search_header div{
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    padding: 0px;
}
.search_header input {
    margin:0px;
}
.search_header input {
    height: 30px;
    width: 150px;
}
.search_header p {
    color: var(--header-links-fontcolor);
    font-weight: bold;
    font-size: 0.8rem;
    /* padding: 14px 10px 10px 0px; */
    text-decoration: none;
    border-bottom: none;
    transition: none;
    padding-top: 15px;
    margin-right: 10px;
}
.search_header .fa-solid {
    background: white;
    padding: 7px;
    color: var(--theme-color);
    border: 0px solid transparent;
    border-radius: 9px;
    margin-left: -8px;
    cursor: pointer;
}
/*** SECONDARY MENU REGION AND BLOCKS ***/
/*center logo*/
/* social media icons on top*/
#block-socialmediaiconstop {
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-socialmediaiconstop ul {
    list-style-type: none;
}
#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 9px;
    z-index:1;
    /*
    width: fit-content;*/
    width: 15vw;
    padding: 5px;
    position: absolute;
    left: 2%;
    top: 10px;
}
#logo a:hover {
    text-decoration: none;
    border-bottom: 0px solid transparent;
    transition: none;
}
#logo2 {
    padding:0px;
}

#secondary_menu_container {
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    background-color: white;
}
#secondary_menu {
    padding:0px;
}
/*give height to menu*/
#secondary_menu > div,
#block-secondary-navigation-menu,
div.secondary-menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
ul.secondary-menu {
    padding:0px;
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
    justify-content: flex-end;
    align-items: center;
}
ul.secondary-menu li {
    height: 100%;
    /* flex-grow: 1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: 1px solid red;*/
    width: 13.5%;
}
ul.secondary-menu a {
    color : var(--header-links-fontcolor2);
    font-weight: bold;
    font-size: 0.875rem;
    text-decoration: none;
    border-bottom: none;
    transition: none;
    padding: 0.5rem;
}
ul.secondary-menu a:hover {
    color : white;
}
ul.secondary-menu li:hover {
    background-color: var(--links-hover-background-color);
    color : white;
}
/*secondary menu additional content*/
#secondary_menu_additional_content{
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
#secondary_menu_additional_content p{ 
    color : var(--header-links-fontcolor2);
    font-weight: bold;
    font-size: 0.9rem;
    margin : 0px;
    padding:0px;
}
/*** FLEXSLIDER ***/
#homepage_banner_flexslider {
    z-index: 1;
}
a.flex-prev,
a.flex-next {
    overflow: visible;
    z-index: 100;
}
a.flex-prev:hover,
a.flex-next:hover {
    border-bottom-color: transparent;
    transition: none;
}
/*inactive slide*/
.flex-control-paging li a {
    background: #cacbcb;
}
/*inactive slide*/
.flex-control-paging li a.flex-active {
    background: var(--theme-color);
}
/*vertically aligned*/
#homepage_banner_flexslider .homepage-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
#homepage_banner_flexslider a:hover {
    color : black;
}

/*** HOMEPAGE BANNER SLIDES ***/
#header_banner {
    margin : 20px 0px 20px 0px;
}
#homepage_banner_flexslider {
    margin : 0px;
    border : 0px;
}
.homepage-slide div  {
    text-align: center;
    padding : 0px;
}
.homepage-slide h1  
{
    font-family: "CenturyGothic-Regular";
    text-transform: capitalize !important;
}
.banner_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#homepage_banner_flexslider ul.slides {
    display: flex;
    justify-content: center;
    align-items: center;
}
#homepage_banner_flexslider ul.slides li.flex-active-slide {
    margin : 0% !important;
    /*margin: 0% !important;*/
    /*margin: 0px !important;*/
    /*margin: 0px auto !important;*/
}
#homepage_banner_flexslider a {
    border-bottom: none;
    transition: none;
}


/*** CONTENT TOP AREA ***/
#content_top {
    padding : 0px;
    /*
    margin-top : 130px;*/
}
/*** Featured patient story block view***/
#block-custom-homepage-patient-story-view-block {
    clear :both;
    margin-bottom:100px;
    display: inline-block;
    margin-top: 130px;
}
.featured_patient_story h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
}
.featured_patient_story {
    text-align: justify;
}
.featured_patient_story .story-read-more {
    float: right;
}
.featured_patient_story .story-read-more a {
    text-decoration: underline;
}
#button_explore_patient_stories {
    clear: both;
    margin: 0 auto;
    margin-top: 45px;
}
/*** Latest news block view homepage ***/
#block-custom-homepage-latest-news-block {
    clear: both;
    margin-bottom:100px;
    display: inline-block;
    width: 100%;
}
#block-custom-homepage-latest-news-block h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
    text-align: center;
}
.latest-news {
    margin-bottom: 1.5rem;
}
.latest-news-container {
    display: flex;
    flex-direction: column;
    height: 420px;
}
.latest-news-title {
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color :var(--theme-text-color);
    flex : 1;
}
.latest-news-summary {
    margin-bottom: 1rem;
    text-align: justify;
    flex : 1;
}
.latest-news-summary p {
    text-align: justify;
    color: var(--theme-text-color);
    font-size: 0.9rem;
}
.latest-news-container .story-read-more {
    flex : 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.latest-news-container .story-read-more a {
    text-decoration: underline;
    width: fit-content;
}
#button_explore_news_archive {
    clear: both;
    margin: 0 auto;
    margin-top: 45px;
}
/*** Calendar & Upcoming Events ***/
#block-custom-homepage-upcoming-events-view-block {
    clear:both;
    display: inline-block;
    margin-bottom: 100px;
    width: 100%;
}
#block-custom-homepage-upcoming-events-view-block h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
    text-align: center;
}

/*** UPCOMING EVENTS ***/
.upcoming-events {
    margin-bottom: 1.5rem;
}
.upcoming-events-container {
    height: 300px;
    display : flex;
    flex-direction: column;
}
.upcoming-event-title,
.upcoming-event-summary,
.story-read-more {
    flex : 1;
}
.story-read-more {
    display: flex;
    flex-direction: column;
    justify-content:end;
}
.upcoming-event-title h3 {
    font-family: "CenturyGothic-Regular";
    display: block;
    min-height: 25px;
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color :var(--theme-text-color);
}
.upcoming-event-summary p {
    text-align: justify;
    color: var(--theme-text-color);
    font-size: 0.9rem;
}
.upcoming-event-datetime {
    color : black;
    font-weight: bold;
    margin: 0px;
    font-size: 0.9rem;
}
.upcoming-events .story-read-more a {
    text-decoration: underline;
    width: fit-content;
}
#button_view_calendar {
    clear: both;
    margin: 0 auto;
    margin-top: 45px;
}

/*** PATIENT STORIES ***/
.patient-stories-container {
    padding:0px;
    display: flex;
    flex-wrap: wrap;
}
.patient-story-container {
    padding:0px;
}
.patient-story-teaser {
    margin : 1rem 0px 1rem 0px;
    padding:0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.patient-story-teaser span {
    margin:0px;
    padding : 10px;
    text-align: center;
    font-weight: bold;
    color : var(--theme-color);
}
.patient-story-teaser img {
    border-radius: 100px;
	max-width:198px;
}
.patient-story-teaser a {
    text-decoration: underline;
    font-style: italic;
}

/*** PRODUCTS - WEBSHOP PAGE ***/
.products-container {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.products-container header {
    margin-bottom: 2rem;
}
.products-container header hr {
    margin:5px 0px 5px 0px;
}
.product-container {
    padding:0px;
}
.product-teaser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.product-teaser img {
    max-height: 400px !important;
}
.product-title {
    margin:1rem 0px 0px 0px;
    text-align: center;
}
.product-title a {
    text-align: center;
    font-family:Georgia;
    color: #2a2a2a;
    font-weight: bold;
    text-align: center;
}
.product-price {
    margin:0px;
}
/*flexslider_promoted_products*/

/*** SECONDARY CONTENT AREA ***/
#secondary_content {
    padding : 0px;
    clear:both;
}
/*** promoted videos homepage ***/
.flexslider.optionset-promoted-video-homepage {
    background-color: #cd999d;
    border:0px;
    text-align: center;
}
#block-custom-homepage-promoted-videos-view-flexslider-block,
#block-custom-homepage-promoted-videos-block {
    clear:both;
    background-color: #cd999d;
    margin: 0px;
    padding-bottom: 30px;
}
#block-custom-homepage-promoted-videos-view-flexslider-block h2,
#block-custom-homepage-promoted-videos-block header h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
    text-align: center;
    padding: 1.5rem;
}
.promoted-videos ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.promoted-video {
    display: flex;
    justify-content: center;
    background-color: #cd999d; 
    /*width: 430px;*/
    margin : 1rem 20px 1rem 0px;
}

#block-custom-homepage-promoted-videos-view-flexslider-block video,
#block-custom-homepage-promoted-videos-block video {
    border : 3px solid white;
    width: 430px;
}
#btn_next_videos,
#btn_previous_videos {
    cursor: pointer;
    padding:0px;
    margin:0px;
    text-align: center;
}

/** hide prev/next promoted video navigation **/
#block-custom-homepage-promoted-videos-view-flexslider-block nav,
#block-custom-homepage-promoted-videos-block nav {
    display: none;
}



/*** TERTIARY CONTENT AREA ***/
#tertiary_content {
    clear:both;
    padding:3rem;
}
/*** promoted products ***/
/************************/
.promoted-product h2 {
    font-family: "CenturyGothic-Regular";
    color: var(--homepage-heading);
    font-size: 36px;
    margin-bottom: 2rem;
}
.promoted-product-left,
.promoted-product-right {
    /*border : 1px solid red;*/
    height: 420px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.promoted-product-left,
.promoted-product-left2,
.promoted-product-right2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*
.promoted-product-image {
}*/
.promoted-product-title {
    font-size: 1.2rem;
}
.promoted-product-right h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
}
.promoted-product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.promoted-product-buttons .buy_now_button {
    margin-right: 30px;
}

/*** webinar block area ***/
#block-block-our-latest-webinar h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
    margin-left: 1rem;
    margin-bottom: 2rem;
}
#webinar_poster_container_left,
#webinar_poster_container_right {
    padding:0px;
    margin:0px;
}
#webinar_poster_container_left,
#webinar_poster_container_right
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#webinar1_left,
#webinar2_right
{
    width: 100%;
    height:270px;
    opacity: 0.5;
}
#webinar_poster_container_left .play_button {
    position: absolute;
}
#webinar_button {
    position: absolute;
}

/*** QUARTENERY CONTENT AREA ***/
#quaternary_content {
    padding:0px;
    clear:both;
}
#quaternary_content{
	background-color: #a9a9a9;
}
/*** homepage signup webform ***/
#block-block-signup-webform {
    background-color: #a9a9a9;
    padding-bottom: 50px;
}
#block-block-signup-webform h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
    text-align: center;
    padding-top: 1.5rem;
}
#block-block-signup-webform h3 {
    font-family: "CenturyGothic-Bold";
    color : #303030;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin : 0.5rem 0px 2rem 0px;
}
#block-block-signup-webform p {
    text-align: center;
    width: 50%;
    margin: 0px auto;
    font-size: 0.8rem;
    color : #303030;
    font-weight: bold;
}
#block-signupblock{
    background-color: #a9a9a9;
    /*padding-bottom: 50px;*/
}
#block-signupblock h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
    font-size: 36px;
    text-align: center;
    padding-top: 1.5rem;
}
#block-signupblock h3 {
    font-family: "CenturyGothic-Bold";
    color : #303030;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin : 0.5rem 0px 2rem 0px;
}
#block-signupblock p {
    text-align: center;
    width: 50%;
    margin: 0px auto;
    font-size: 0.8rem;
    color : #303030;
    font-weight: bold;
}
#block-signupbottomblock {
    background-color: #a9a9a9;
    padding-bottom: 50px;
}
#block-signupbottomblock p {
    text-align: center;
    width: 50%;
    margin: 0px auto;
    font-size: 0.8rem;
    color : #303030;
    font-weight: bold;
}
/*** signup webform styling ***/
/*#webform-submission-signup-webform-block-content-7-add-form*/
.webform-submission-signup-webform-add-form {
    width: 50%;
    margin: 0 auto;
}
/*#webform-submission-signup-webform-block-content-7-add-form input::placeholder*/
.webform-submission-signup-webform-add-form input::placeholder{
    color : #303030;
    font-family: "CenturyGothic-Bold";
    font-weight: bold;
}

/*#webform-submission-signup-webform-block-content-7-add-form input*/
.webform-submission-signup-webform-add-form input
{
    color : #303030;
    font-family: "CenturyGothic-Bold";
    font-weight: bold;
    height:50px;
}
.webform-submission-signup-webform-add-form input[type="checkbox"] {
    color : #303030;
    font-family: "CenturyGothic-Bold";
    font-weight: bold;
    height:1rem;
}


/*#webform-submission-signup-webform-block-content-7-add-form* .js-form-item-email*/
.webform-submission-signup-webform-add-form .js-form-item-email {
    margin: 0px auto;
}

/*** FOOTER AREA ***/
#footer_container {
    background-color: #262626;
}

#footer_credits_center {
    padding:0px;
    margin : 2rem 0 1rem 0
}

#footer_credits_left,
#footer_credits_right {
    display: flex;
    justify-content: center;
    margin : 2rem 0 1rem 0
}
#footer_credits_right img { 
    width: 120px;
}

#igd,
#copyright,
#footer_credits_center_left,
#footer_credits_center_right {
   padding:0px;
   color : white;
   font-size: 0.6rem; 
}
#igd p,
#copyright p,
#footer_credits_center p,
#footer_credits_center_left p,
#footer_credits_center_right p {
   color : white;
   font-size: 0.6rem;
}

#igd a,
#copyright a,
#footer_credits_center_left a,
#footer_credits_center_right a {
   color : white;
   font-size: 0.6rem;
}
#footer_credits_center_left ul,
#footer_credits_center_right ul {
   list-style-type: none;
   padding:0px;
   margin:0px;
}


/*** FOOTER MENU 1***/
#footer_menu1 {
    padding:0px;
    margin: 1rem 0px 1rem 0px;
}
div.menu.footer {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
ul.menu.footer {
    padding:0px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}
ul.menu.footer li {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

ul.menu.footer a {
    color : white;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "CenturyGothic-Bold";
    text-decoration: none;
    border-bottom: none;
    transition: none;
    text-align: center;
}
ul.menu.footer a:hover {
    color : var(--theme-color);
}
ul.menu.footer a.is-active {
    color : var(--theme-color);
}


/*** FOOTER MENU 2***/
#footer_menu2 {
    /*padding:18px 0px 0px 0px;*/
    margin-top: 1rem;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer_menu2 > div {
    flex-grow: 1;
}

#footer_menu2 h3 {
    font-size : 13px;
    color : var(--theme-color);
    margin : 0px;
    font-family: "CenturyGothic-Bold";
}
#footer_menu2 ul {
    margin:0px;
    padding:0px;
    list-style-type: none;
    font-size: 13px;
    color : white;
}
#footer_menu2 ul li a {
    margin:0px;
    padding:0px;
    list-style-type: none;
    font-size: 13px;
    color : white;
    line-height: 17.03px;
    text-decoration: none;
    border-bottom: none;
    transition: none;
}
#footer_menu2 div.columns {
    margin-top: 2rem;
}

#footer_menu2 ul li a:hover {
    text-decoration: underline;
    color : var(--theme-color);
}
.footer-menu2-links {
    display: flex;
    flex-wrap: wrap;
}


/*** FOOTER CREDITS CENTER AREA ***/
#footer_credits_center {
    text-align: center;
}

/*** SOCIAL ICONS ***/
#ul-social-icons,#ul-social-icons-share {
    display: flex;
    justify-content: center;
    margin-top: 1rem !important;
    list-style-type: none;
}
#ul-social-icons li i, #ul-social-icons-share li i {
    font-size: 2rem;
    color : var(--theme-color);
    margin-right: 0.35rem;
}

/*** IGD AN COPYRIGHT ***/
#igd,
#copyright {
    text-align: center;
    padding : 0.5rem 0px 0.5rem 0px
}
#igd p,
#copyright p {
    text-align: center;
}
/**************************/
/*   CALENDAR EVENTS      */
/**************************/
/** main container - set in footer region of page view **/
#events-calendar {
    margin-bottom: 60px;
}
#contact_us_events_button {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
/** make sure that all odd rows have transparent color - overwriting earlier setting **/
#events-calendar tr:nth-child(odd) {
    background-color: transparent;
}
/*** main page title ***/
.main-content.events_calendar .page-title {
    margin: 60px 0px 60px 0px;
    font-size: 60px;
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
}
/*** full calendars toolbar with options - make it hidden ***/
.fc-toolbar.fc-header-toolbar {
    margin:0px !important;
    display: none;
}

/** overwriting some default settings from full calendar **/
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: transparent;
}
.fc-unthemed th {
    border-color: transparent;
}

/** day number rows in monthly grid 
    give background color to be visible for border radius for each day in week
**/
.fc-head tr {
    background-color: #494949 !important;
}
/** outer container of monthly grid
    make sure its fully visible across all view ports
**/
.fc-scroller.fc-day-grid-container {
    border : 2px solid #494949;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: visible !important;
    height: fit-content !important;
    width: fit-content !important;
}

/** give border of inner container for grid month view to cover small white line/space on bottom **/
.fc-day-grid {
    border-bottom: 1px solid #494949;
}
/** make sure table elment of section showing weekdays has no border **/
.fc-row.fc-widget-header table {
    margin : 0px;
}
/** gives padding to row displaying weekdays for monthly grid view **/
td.fc-head-container.fc-widget-header {
    border:1px solid #494949;
    padding : 0px 5px 0px 5px;
}
/** actual row showing weekdays for monthly grid view**/
td.fc-head-container.fc-widget-header .fc-row {
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom:10px;
    background-color: #a2a2a2;
    margin : 5px 0px 5px 0px;
}
/** styling of th level of row showing weekdays in monthly grid view**/
td.fc-head-container.fc-widget-header .fc-row th {
    background-color: #a2a2a2;
}
/*apply css settings to inner table holding content*/
.fc-content-skeleton thead,
.fc-content-skeleton tbody {
    background-color: transparent;
}
.fc-content-skeleton thead {
    border-bottom: 0px;
}
.fc-content-skeleton tbody {
    border-top:0px;
}
/** no opacity on days of previous and next month **/
.fc-day-top.fc-other-month {
    opacity: 1;
}
/*previous & next month days (cells)*/
td.fc-other-month.fc-past,
td.fc-other-month.fc-future
{
    background-color: #a2a2a2 !important;
}
/*current month days (cells)*/
td.fc-past:not(.fc-other-month),
td.fc-future:not(.fc-other-month),
td.fc-today:not(.fc-other-month)
{
    background-color: #e8e8e8 !important;
}



/*** formats date/day cell ***/
a.fc-day-number {
    float:left !important;
    font-size: 0.8rem;
    font-family: "CenturyGothic-Bold";
    color : #303030;
    margin-top: 2px;
    margin-left: 2px;
}
/*give background on week level*/
.fc-row.fc-week {
    background-color: #303030;
}
/** cell holding events **/
td.fc-day {
    border-width: 0px !important;
    border-right : 1px solid #494949 !important; 
    border-left : 1px solid #494949 !important; 
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
/** top part of day cell showing day number**/
td.fc-day-top {
    border-width: 0px !important;
    border-top: 1px solid #494949 !important;
    border-left: 1px solid #494949 !important;
    border-right: 1px solid #494949 !important;
}

/** event container - main parent element - holds info of single event, resides in fc-day element**/
.fc-day-grid-event {
    border : 0px solid transparent !important;
    background-color: transparent !important;
    color :#303030 !important;
}
/** actual parent container hodling event name and time **/
.fc-day-grid-event .fc-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
    white-space: pre-wrap;
}
/** styling of time section of event **/
.fc-day-grid-event .fc-time {
    font-size: 0.8rem;
    margin-left: 10px;
    font-weight: normal !important;
}
/** styling of title of event **/
.fc-day-grid-event .fc-title {
    font-size: 1rem;
    font-weight: bold;
}

/*** CUSTOM calendar controls - view mode selection UL list ***/
.calendar_views_container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin-bottom: 45px;
}
.calendar_views_container ul li {
    margin-right: 20px;
}
.calendar_views_container ul li a {
    color : black;
}
.calendar_active_view {
    font-weight: bold;
}

/*** CUSTOM calendar control - browsing through next/current/previous month ***/
.calendar_yearmonth_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #494949;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 0px 3px 0px; 
}
/*** styling of months controls ***/
.month_previous,
.month_current,
.month_next{
    text-align: center;
    padding:25px;
    border-radius: 15px;
}
.month_previous h2,
.month_current h2,
.month_next h2{ 
    color : white;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}
.month_current {
    background-color: var(--header-links-fontcolor2);
}

/*** UPCOMING EVENTS block EVENTS CALENDAR page ***/
#block-block-custom-view-upcoming-events {
    margin-top: 80px;
    margin-bottom: 30px;
}
#block-block-custom-view-upcoming-events h2 {
    font-family: "CenturyGothic-Regular";
    color : var(--homepage-heading);
}
.upcoming-event {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.upcoming-event a {
    color: var(--theme-color);
    font-weight: bold;
}

/*** ABOUT US ***/
/*founders region*/
.about-us-founders img {
    width:200px;
    height: 200px;
    border-radius: 200px;
}
.about-us-founders h5 {
    font-size: 1rem;
    line-height: 1.31;
    margin-top: 10px;
    font-style: normal;
    color: var(--header-links-fontcolor2);
    font-weight: bold;
    font-family: "CenturyGothic-Bold";
}
/** board of directors member section **/
.bdm-image {
    border-radius: 50%;
}
.bdm-fullname {
    color : var(--header-links-fontcolor2);
    font-weight: bold;
    font-size: 1rem !important;
    line-height: 1.31;
    margin: 0px;
    font-family: "CenturyGothic-Bold";
}
.bdm-position {
    font-family: "Georgia";
    font-style:italic;
}


/*** GRANT AWARDEES ***/
.grant-awardee {
   margin-bottom: 1rem !important;
}
.awardee-fullname {
    color : var(--header-links-fontcolor2);
    font-weight: bold;
    font-size: 1rem !important;
    line-height: 1.31;
    margin: 0px;
    font-family: "CenturyGothic-Bold";
}
.awardee-thesis {
    font-family: "Georgia";
    font-style:italic;
}
.awardee-foundation-institution,
.awardee-research-institution {
    margin:0px
}


/*** NEWS ARTICLE PREVIEW ***/
.news-article-preview {
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 1rem !important;
}
.news-image {
    margin-bottom: 1rem !important;
    text-align: center;
}
.news-image img { 
    margin-top: 1rem;
}
.news-article-title {
    margin-bottom: 1rem;
}
.news-article-title a {
    color : var(--theme-color);
    font-family: "CenturyGothic-Bold";
    font-size: 1.2rem;
}
.news-article-content,
.news-article-content p {
    font-size: 1rem;
}
.news-content {
    margin-bottom: 1rem !important;
}
.news-article-image {
    margin: 3rem;
}
.news-article-date {
    margin:2rem 0px 2rem 0px;
}
.news-createddate {
    text-align: left !important;
}


/*** RESOURCES PAGE - styling views ***/
/** groped state/country **/
.amyloidosis-container-support-groups h3,
.amyloidosis-container-treatment-centers h3,
.amyloidosis-container-financial-assistance header h3,
.amyloidosis-container-government-agencies header h3,
.amyloidosis-container-organ-foundations-links header h3,
.amyloidosis-container-resources-caregivers header h3,
.amyloidosis-container-insurance header h3,
.amyloidosis-container-other-resources header h3,
.amyloidosis-container-caregiver-resource-binder header h3, 
.amyloidosis-container-genetic-testing-info header h3
 {
    text-transform: uppercase;
    border-bottom:1px solid #ccc;
    font-weight: bold;
    font-size:1rem;
    padding:1rem 0px 0.5rem 0px;
}
.amyloidosis-container-treatment-centers {
    margin-top: 1rem;
}

.amyloidosis-support-group,
.amyloidosis-international-support-group,
.amyloidosis-treatment-center,
.amyloidosis-clinical-trial,
.amyloidosis-video,
.amyloidosis-vietnam-veteran,
.amyloidosis-raretoolkit {
    margin-bottom: 1rem;
}
/** title  **/
.amyloidosis-support-group > a,
.amyloidosis-international-support-group > a,
.amyloidosis-treatment-center >a,
.amyloidosis-clinical-trial >a,
.amyloidosis-video >a,
.amyloidosis-vietnam-veteran >a,
.amyloidosis-raretoolkit >a {
    font-weight: bold;
    display: block;
    font-size : 1.2rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}
.amyloidosis-webinar ul,
.amyloidosis-travel ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.amyloidosis-webinar ul li a,
.amyloidosis-travel ul li a {
    font-weight: bold;
}

 /*** STYLING rules For mobile viewports: ***/
 @media only screen and (max-width:639px) {

    .latest-news-container,
    .upcoming-events-container {
        height: auto;
    }
    #homepage_banner_flexslider .homepage-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /*** center footer menu ***/
    #footer_menu2 {
        text-align: center;
    }
    /*** calendar events - adjust font sizes of calendar elements ***/
    .fc-day-header.fc-widget-header {
        font-size: 0.5rem;
    }
    a.fc-day-number { 
        font-size: 0.5rem;
    }
    .fc-day-grid-event .fc-time {
        font-size: 0.5rem;
        margin-left: 10px;
        font-weight: normal !important;
    }
    .fc-day-grid-event .fc-title {
        font-size: 0.6rem;
        font-weight: bold;
    }

    #logo {
        position: unset;
        width: 100%;
        border-radius: 0px;
        padding:0px;
    }
    #logo2 {
        display: none;
    }
}
@media only screen and (max-width:1024px) {
    #block-custom-homepage-promoted-videos-view-flexslider-block video,
    #block-custom-homepage-promoted-videos-block video {
        width: 220px;
    }    
}
/*** media query ***/
@media only screen and (max-width:1300px) {
    ul.menu.main li,
    ul.secondary-menu li {
        width: initial;
    }
    .promoted-product-left, .promoted-product-right {
        height: initial;
    }
   #block-block-our-latest-webinar h2,
   .promoted-product h2 {
        text-align: center;
   }
}