/* === Renew BPS Banner === */
    .BPSRenewBanner                         {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; min-height:300px; margin-bottom:15px; background:transparent url(../images/Renew_bg_banner.jpg) no-repeat right center; background-size:cover; padding:15px;}
    .BPSRenewBanner > div                   {display: flex; flex-direction: column; justify-content: center;}
    .BPSRenewBanner .btn                    {text-transform: uppercase !important; font-weight:700 !important; font-size:22px !important;}
    .BPSRenewBanner .btn:disabled           {background-color:#999 !important; border:solid 1px #777 !important;}

/* === Join BPS Banner === */
    .BPSJoinBanner                          {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; min-height:300px; margin-bottom:15px; background:transparent url(../images/Join_bg_banner.jpg) no-repeat right center; background-size:cover; padding:15px;}
    .BPSJoinBanner > div                    {display: flex; flex-direction: column; justify-content: center;}
    .BPSJoinBanner .btn                     {text-transform: uppercase !important; font-weight:700 !important; font-size:22px !important;}
    .BPSJoinBanner .btn:disabled            {background-color:#999 !important; border:solid 1px #777 !important;}

/* === 3 Year Membership === */
    .ThreeYearBanner                          {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; min-height:250px; margin-bottom:15px; background:transparent url(../images/Join_bg_banner_3year.jpg) no-repeat right center; background-size:cover; padding:15px;}
    .ThreeYearBanner > div                    {display: flex; flex-direction: column; justify-content: center;}
    .ThreeYearBanner .btn                     {text-transform: uppercase !important; font-weight:700 !important; font-size:22px !important;}
    .ThreeYearBanner .btn:disabled            {background-color:#999 !important; border:solid 1px #777 !important;}

/* === Gift Membership BPS Banner === */
    .BPSGiftBanner                          {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; min-height:300px; margin-bottom:15px; background:transparent url(../images/Gift_bg_banner.jpg) no-repeat right center; background-size:cover; padding:15px;}
    .BPSGiftBanner > div                    {display: flex; flex-direction: column; justify-content: center;}
    .BPSGiftBanner .btn                     {text-transform: uppercase !important; font-weight:700 !important; font-size:22px !important;}
    .BPSGiftBanner .btn:disabled            {background-color:#999 !important; border:solid 1px #777 !important;}

/* === Quote with Button === */
    .QuoteButton blockquote                 {border-left:solid 5px #0088cc;}
    .QuoteButton blockquote *               {font-style:normal;}
    .QuoteButton blockquote h3              {margin:0; font-weight:600; color:#000;}
    .QuoteButton blockquote p               {margin:0; color:#000; font-weight:400;}
    .QuoteButton blockquote .btn            {margin-top:25px; padding:8px 20px !important; text-transform: uppercase !important}

/* === Large Quotes === */
    .BPSQuoteLarge                          {margin:30px 0;}
    .BPSQuoteLarge blockquote               {border-left:solid 5px #0088cc;}
    .BPSQuoteLarge h1                       {font-size:36px; color:#000; font-style: normal; margin:0px;}
    .BPSQuoteLarge h2                       {color:#000; font-style: normal; margin:0;}
    .BPSQuoteLarge h3                       {font-weight:700; font-size:20px;}

/* === Live Knowledge Base Overwrites === */
    .lkdefault .userinfo                    {display:none;}
    .lkdefault .userinfo img                {display: none;}
    .lkdefault .userinfo img + p            {display: none;}
    .lkdefault .userinfo h3                 {margin-top: 0 !important; font-weight:400 !important;}
    .LiveKnowledgebase *                    { font-family: "Titillium Web",sans-serif !important;}
    .LiveKnowledgebase h3                   {font-size:24px !important; font-weight:600 !important; text-transform: inherit !important;}
    .LiveKnowledgebase .lkContent .category_name  {font-size:22px !important; font-weight:600 !important; text-transform: inherit !important;}
    .LiveKnowledgebase .fold_articles .folderhead > a {text-transform: capitalize !important;}

/* === Tabs === */
    .nav-tabs > li > a                      {border: none !important; font-size: 22px; color: #000;}
    .nav-tabs > li > a:hover                {background: transparent !important;}
    .nav-tabs li a:before                   {display: none; content: '';}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover         {background-color: none !important; font-weight: 700; color: #000;}
    .tab-content                            {margin: 30px 0;}
    @media only screen and (max-width:768px) {
        .nav-tabs > li                      {display: table-cell !important;}
    }

/* === News Highlights === */
    .NewsHighlightsArticle                  {padding-top: 20px;}
    .NewsHighlightsArticleImage             {width: 100%; height: 250px; overflow: hidden; position: relative;}
    .NewsHighlightsArticleImage img         {position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 100%;}
    .NewsHighlightsArticle span             {padding-top: 20px; font-weight: 700; display: inline-block; font-size: 14px;}
    .NewsHighlightsArticle h3               {margin-top: 5px; margin-bottom:0;}
    .NewsHighlightsArticle h3 a             {display: block; min-height: 60px;}
    @media only screen and (max-width:1180px) {
        .NewsHighlightsArticle              {padding-top: 0; padding-bottom: 10px;}
        .NewsHighlightsArticleImage         {height:180px;}
        .NewsHighlightsArticle a            {min-height: 0;}
    }
    @media only screen and (max-width:990px) {
        .NewsHighlightsArticleImage         {height:125px;}
    }
    @media only screen and (max-width:768px) {
        .NewsHighlightsArticleImage         {height:250px;}
    }
    @media only screen and (max-width:520px) {
        .NewsHighlightsArticleImage         {height:150px;}
    }
    
/* === News Highlights Minimum White Space === */
    .NewsHighlightsArticle2                 {padding: 0;}
    .NewsHighlightsArticleImage2            {width: 98%; height: 250px; overflow: hidden; position: relative;}
    .NewsHighlightsArticleImage2 img        {position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 100%;}
    .NewsHighlightsArticle2 span            {padding-top: 20px; font-weight: 700; display: inline-block; font-size: 14px;}
    .NewsHighlightsArticle2 h3              {margin-top: 5px;}
    .NewsHighlightsArticle2 a               {display: block; }
    @media only screen and (max-width:980px){
        .NewsHighlightsArticle2             {padding-top: 0; padding-bottom: 10px; overflow:hidden; margin-left:-15px; margin-right:-15px;}
        .NewsHighlightsArticle2 a           {min-height: 0;}
        .NewsHighlightsArticleImage2        {height: 175px;}
    }
    .NewsHighlightsArticleTitle             {min-height: 53px;}
    
    /* Home Page White Space Removal */
    .col-md-8 .col-sm-6 .eds_news_Biophysics    {margin-bottom: 0 !important; position: relative;}
    .col-md-8 .col-sm-6 .BPSH2TitleLineAbove    {margin: 50px 0 0 0 !important;}

/* === UpComingSmall === */
    .UpcomingSmallCalendarContainer > .row                              {margin: 10px 0; padding-top: 10px; padding-bottom: 10px;}
    .UpcomingSmallCalendarContainer > .row:nth-child(odd)               {background-color: #f1f1f1;}
    .UpcomingSmallCalendar                                              {background-image: url(../images/CalendarIcon.png); background-position: bottom; width: 55px; height: 57px; overflow: hidden; position: relative; }
    .UpcomingSmallCalendarContainer > .row:hover .UpcomingSmallCalendar {background-position: top;}
    .BPSEventListWidget:hover .UpcomingSmallCalendar                    {background-position: top;}
    .UpcomingSmallCalendarMonth                                         {position: relative; top: 4px; text-align: center; color: #fff; font-size: 90%;}
    .UpcomingSmallCalendarDate                                          {position: absolute; top: 28px; left: 9px; font-size: 200%; font-weight: 700; text-align: center; line-height: 18px;}
    .event .row:hover .UpcomingSmallCalendar                            {background-position: top;}

/* === List with Icons and Link === */
    .IconListLinks ul                                                   {margin: 0;}
    .IconListLinks ul li                                                {padding: 10px 18px 4px 18px; background-color: #f4f4f4; border-bottom: solid 1px #e7e7e7;}
    .IconListLinks ul li h4                                             {display: inline-block; position: relative; margin: 10px; top: -8px; transition: 0.2s;}
    .IconListLinks ul li a .fa                                          {transition: 0.2s;}
    .IconListLinks ul li a > .fa                                        {font-size: 250%; min-width: 55px; text-align: center;}
    .IconListLinks ul li a:before                                       {visibility: hidden; display: none;}
    .IconListLinks ul li .pull-right                                    {position: relative; top: 10px; font-size: 20px; right: 5px; transition: 0.2s;}
    /* Animation */
        .IconListLinks ul li:hover                                      {color: #fff;}
        .IconListLinks ul li:hover h4 a                                 {color: #fff;}
        .IconListLinks ul li:hover .pull-right                          {right: 0;}
        .IconListLinks ul li:hover a .fa                                {color: #fff;}

/* === Tabs Pro Fixes === */
    .tp-bs-tabs .tab-content                                            {margin: 0 !important;}