/*
Clinical Suplies styles file
Use this file to add style to Clinical Suplies site only
*/

/*
Styles from the Divi Options Custom CSS Pane
*/

/* All Typography Hind */
body {
    font-family: "Hind", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* Vertical Align Side by Side Modules */
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* Widget Links */
.et_pb_bg_layout_light .et_pb_widget li a {
    color: #261C02;
}

/* Search Results Sidebar Button */
.search_button  {
    color: #ffffff!important;
    border-radius: 0px;
    background-color: #0069aa!important;
    width: 100%;
    transition: all 300ms ease 0ms;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7em!important;
}
.search_button:hover {
    color: #ffffff!important;
    background-color: #0069aa!important;
}
.search_button:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: attr(data-icon);
    color: #ffffff;
    left: auto;
}
.search_button_wrapper .search_button, .search_button_wrapper .search_button:hover {
    padding-top: 15px!important;
    padding-right: 20px!important;
    padding-bottom: 15px!important;
    padding-left: 20px!important;
    display: inline-block;
    text-align: center;
}

/* HomeSlider height adjustment */
@media only screen and ( min-width:981px ) {  
  
.homeSlider.et_pb_slider, .homeSlider.et_pb_slider .et_pb_container {
height: 500px !important; 
width: 100% !important; 
}
.homeSlider.et_pb_slider, .homeSlider.et_pb_slider .et_pb_slide {
max-height: 500px; 
}
.homeSlider.et_pb_slider .et_pb_slide_description {
position: relative;
top: 8px; /*---Text distance from top sometimes better to use percent.---*/
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}
}

.et_pb_slider .et_pb_slide>.et_pb_container {
    width: 80%;
    max-width: 1080px;
}

/* h4 Style */
h4 {
font-size: 21px!important;
font-weight: normal;
color: #016ba9 !important;
}

/* Underline Links */
.et_pb_text_inner a {
    text-decoration: underline!important;
    font-weight: 500;
}
 p a {
    text-decoration: underline!important;
    font-weight: 500;
}

li a {
    text-decoration: underline!important;
    font-weight: 500;
}

.fullwidth-menu a {
    text-decoration: none!important;
}

/* Location Sidebar Styling */

.et_pb_sidebar_0.et_pb_widget_area h4.widgettitle a {
    color: #016ba9!important;
    text-decoration: none!important;
  text-transform: uppercase;
  font-size: 21px;
}
.et_pb_widget.widget_nav_menu ul.menu li.current_page_item a {
color: #016ba9!important;
font-weight: bold;
text-transform: uppercase;
}

/* Bullet List Styling */
ul>li ul {
    margin-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

/* Equal Blog Grid */
@media only screen and (min-width: 768px) {
.custom_blog .et_pb_post {
min-height: 400px;
max-height: 400px;
}
}

@media only screen and (min-width: 768px) {
.custom_events .et_pb_post {
min-height: 175px;
max-height: 175px;
}
}

/* Footer Borders */
#main-footer {
    border-top: 1px solid #b8b8b8;
}
#et-footer-nav {
    border-top: 1px solid #b8b8b8;
}

/* Adding Divi Form Styles to Gravity on All Sites */
body .gform_wrapper h3.gform_title {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 16px
}

body .gform_wrapper {
    max-width: 100%;
    margin: 0;
    padding-bottom: 30px
}

body .gform_wrapper ul.gform_fields {
    margin: 0!important;
    padding: 0!important
}

body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_page_footer {
    overflow: hidden
}

body .gform_wrapper .gfield_required {
    color: inherit
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea.textarea {
    background-color: #eee;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .gform_wrapper select {
    font-family: inherit;
    letter-spacing: normal;
    display: inline-block;
    height: 51px;
    font-size: 14px;
    color: #999;
    background: #eee;
    border: none
}

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 1px
}

body .gform_wrapper .top_label input.medium {
    padding-right: 16px
}

body .gform_wrapper .gform_footer {
    width: 97.5%
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper input[type=button] {
    background: 0 0;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    font-family: inherit;
    color: inherit;
    margin: 8px 0 0;
    padding: 6px 20px;
    border: 2px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

body .gform_wrapper input[type=button] {
    float: left
}

body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer .button.gform_next_button,
body .gform_wrapper .gform_page_footer input[type=submit].button.gform_button {
    float: right
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper input[type=button]:hover {
    cursor: pointer
}

body .gform_wrapper .gform_fileupload_multifile input[type=button] {
    display: inline;
    float: none;
    font-size: 14px;
    margin-left: 5px;
    padding: 0 10px
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 0!important;
    padding-left: 0!important
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0!important;
    padding: 0!important;
    border: none
}

body .gform_wrapper .top_label .gfield_error {
    width: inherit
}

body .gform_wrapper .gfield_error .gfield_label {
    color: inherit
}

body .gform_wrapper .validation_message,
body .gform_wrapper div.validation_error {
    color: red
}

body .gform_wrapper li.gfield_error input[type=email],
body .gform_wrapper li.gfield_error input[type=number],
body .gform_wrapper li.gfield_error input[type=password],
body .gform_wrapper li.gfield_error input[type=tel],
body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error input[type=url],
body .gform_wrapper li.gfield_error textarea {
    border-color: red
}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 32%
}

body .gform_wrapper .gf_progressbar_wrapper,
body .gform_wrapper .gform_page_footer,
body .gform_wrapper .gsection {
    width: 97.5%
}

body .gform_wrapper .gf_progressbar {
    width: 100%;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .gform_wrapper .gf_progressbar,
body .gform_wrapper .gf_progressbar_percentage {
    background-size: contain;
    height: 40px
}

body .gform_wrapper .gf_progressbar_percentage {
    font-family: inherit
}

body .gform_wrapper .gf_progressbar_percentage span {
    margin-top: 10px
}

body .gform_wrapper .datepicker {
    width: 8em!important
}

body .gform_wrapper .gfield_date_day,
body .gform_wrapper .gfield_date_month,
body .gform_wrapper .gfield_date_year,
body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute {
    width: 5.6em
}

body .gform_wrapper .gfield_time_hour i {
    width: 24%
}

body .gform_wrapper .gfield_date_year {
    width: 5.5em!important
}

body .gform_wrapper .gfield_date_day,
body .gform_wrapper .gfield_date_month,
body .gform_wrapper .gfield_date_year {
    width: 4.5em
}

@media (max-width:767px) {
    body .gform_wrapper .gf_progressbar,
    body .gform_wrapper .gf_progressbar_wrapper,
    body .gform_wrapper .gform_fields li.gfield,
    body .gform_wrapper .gform_footer,
    body .gform_wrapper .gform_page_footer,
    body .gform_wrapper .ginput_complex .ginput_full input[type=email],
    body .gform_wrapper .ginput_complex .ginput_full input[type=number],
    body .gform_wrapper .ginput_complex .ginput_full input[type=password],
    body .gform_wrapper .ginput_complex .ginput_full input[type=tel],
    body .gform_wrapper .ginput_complex .ginput_full input[type=text],
    body .gform_wrapper .ginput_complex .ginput_full input[type=url],
    body .gform_wrapper .ginput_complex .ginput_left,
    body .gform_wrapper .ginput_complex .ginput_right,
    body .gform_wrapper .ginput_complex .ginput_right select,
    body .gform_wrapper .ginput_complex select,
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
    body .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
    body .gform_wrapper input,
    body .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    body .gform_wrapper li.gf_list_inline ul.gfield_radio li,
    body .gform_wrapper li.gfield ul li,
    body .gform_wrapper select,
    body .gform_wrapper textarea,
    body div.gform_wrapper.gf_browser_chrome select {
        width: 100%!important
    }
    body .gform_wrapper .gform_fields li.gfield.gf_middle_third,
    body .gform_wrapper .gform_fields li.gfield.gf_right_third,
    body .gform_wrapper .ginput_complex .ginput_right {
        margin-left: 0!important
    }
    body .gform_wrapper .gform_page_footer .button.gform_button,
    body .gform_wrapper .gform_page_footer .button.gform_next_button,
    body .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin: 0 0 .5em
    }
}

/* Gravity Form Field Fix */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 15px;
    color: #333;
    font-family: "Hind", Helvetica, Arial, sans-serif !important;
    border-radius: 5px;
    height: 51px;
    letter-spacing: normal;
    padding: 2px 0 2px 8px;
    line-height: 26px;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button {
    background-color: #016ba9!important;
    color: #ffffff;
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 3px;
    font-family: "Hind", Helvetica, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
}

.gform_wrapper select {
    color: #333!important;
}

/* Gravity Form Message Text Field Height Fix */
.contactmessage textarea.large {
    height: 160px;
    width: 100%;
}

/* Superscrip Fix */
sup {
    font-size: 0.6em; vertical-align: super; 
    bottom: 0;
}

/* Subscript Fix */
    sub {
    font-size: 0.6em; 
    vertical-align: sub; bottom: 0;
  top: 0;
}

/* Blub Icons Align Right */
.et_pb_blurb_position_left .et_pb_main_blurb_image {
    float:right;
}


/* Footer Widget Title Alignment */
.footer-widget h4 {
    text-align: center;
}

/* Arrow Icon for Bullet Link List */
.slideTt {
    text-decoration: underline;
    cursor: pointer;
    padding-right: 15px;
    background: url(/wp-content/uploads/2018/01/black-arrow-left.png) right center no-repeat;
}

/* Back to Top Link Styling */
.back-to-top {
    float: right;
    padding-left: 10px;
    color: #0069aa;
    text-decoration: none;
    background: url(/wp-content/uploads/2018/01/back-to-top.png) left center no-repeat;
}

/*  Filter Posts  */
#filterposts .tag-article {
  background-color: #ffffff;
}
#filterposts .tag-article h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;

}
#filterposts .tag-article .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-article .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-article:before {
  content: "ARTICLE";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-brochure {
  background-color: #ffffff;
}
#filterposts .tag-brochure h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;

}
#filterposts .tag-brochure .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-brochure .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-brochure:before {
  content: "BROCHURE";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-case-study {
  background-color: #ffffff;
}
#filterposts .tag-case-study h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-case-study .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-case-study .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-case-study:before {
  content: "CASE STUDY";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-ebook {
  background-color: #ffffff;
}
#filterposts .tag-ebook h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-ebook .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-ebook .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-ebook:before {
  content: "EBOOK";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-executive-summary {
  background-color: #ffffff;
}
#filterposts .tag-executive-summary h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-executive-summary .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-executive-summary .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-executive-summary:before {
  content: "EXECUTIVE SUMMARY";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-infographic {
  background-color: #ffffff;
}
#filterposts .tag-infographic h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-infographic .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-infographic .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-infographic:before {
  content: "INFOGRAPHIC";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-offering-fact-sheet {
  background-color: #ffffff;
}
#filterposts .tag-offering-fact-sheet h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-offering-fact-sheet .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-offering-fact-sheet .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-offering-fact-sheet:before {
  content: "OFFERING FACT SHEET";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-poster {
  background-color: #ffffff;
}
#filterposts .tag-poster h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-poster .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-poster .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-poster:before {
  content: "POSTER";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-presentation {
  background-color: #ffffff;
}
#filterposts .tag-presentation h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-presentation .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-presentation .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-presentation:before {
  content: "PRESENTATION";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-reports {
  background-color: #ffffff;
}
#filterposts .tag-reports h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-reports .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-reports .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-reports:before {
  content: "REPORTS";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-webinars {
  background-color: #ffffff;
}
#filterposts .tag-webinars h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-webinars .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-webinars .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-webinars:before {
  content: "WEBINARS";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-white-papers {
  background-color: #ffffff;
}
#filterposts .tag-white-papers h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-white-papers .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-white-papers .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-white-papers:before {
  content: "WHITE PAPERS";
  background: #ffffff;
  color: #0069aa;
}

#filterposts .tag-video {
  background-color: #ffffff;
}
#filterposts .tag-video h2.entry-title {
  color: #261C02;
  line-height: 1.4em!important;
}
#filterposts .tag-video .post-content p {
  color: #261C02 !important;
}
#filterposts .tag-video .post-content a {
  color: #ffffff !important;
  background: rgba(0, 105, 170, 0.9);
}
#filterposts .tag-video:before {
  content: "VIDEO";
  background: #ffffff;
  color: #0069aa;
}


#filterposts {
  position: relative;
}

#filterposts .et_pb_post:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0;
  padding: 7px 21px;
  font-size: 13px;
  font-weight: 600;
}

#filterposts .et_pb_post:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}
#filter-buttons button.mixitup-control-active{
  background: #0069aa;
}
#filterposts .et_pb_post {
  border: 1px solid #eee;
    border-radius: 4px;
    padding: 45px 20px 20px;
    margin: 2%;
    float: left;
    width: 96%;
    height: 195px;
    position: relative;
    overflow: hidden;
}
#filterposts .et_pb_post .post-content a {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px 0;
  top: 0;
  text-transform: uppercase;
  font-family: "Hind", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  opacity: 0;
  transition: all .2s;
}
#filterposts .et_pb_post:hover .post-content a {
  opacity: 1;
}

#filter-buttons {
  display: block;
  text-align: left;
  width: 96%;
  background: #f6f8f9;
  font-family: "Hind", Helvetica, Arial, sans-serif !important;
  border-radius: 0;
  margin: 0 2%;
}
#filter-buttons button {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin: 5px 0px;
  font-size: 16px;
  background: #c2c2c2;
  font-weight: 500;
  color: #ffffff;
  font-family: "Hind", Helvetica, Arial, sans-serif !important;
  transition: all .2s;
  text-align: left;
}
#filter-buttons button:hover {
  border-bottom: none;
}
#filter-buttons .filter-btn.active {
  background: #0069aa !important;
}

@media screen and (max-width: 980px) {
  #filterposts .et_pb_post {
    width: 100%;
    height: auto;
    float: none;
  }
  #filterposts .et_pb_post h2.entry-title {
    font-size: 19px !important;
  }
  #filterposts .et_pb_post .post-content a {
    position: relative;
    width: auto;
    background: transparent;
    opacity: 1;
    padding: 0;
    display: inline-block;
    font-size: 14px;
  }

  #filterposts .et_pb_post:after {
    display: none;
  }
}

/* Leadership Page Layout Styles */ 
  
  .team-profile {
      position: relative;
      top: 0;
      -webkit-transition: top 1s;
      transition: top 1s;
      transition-delay: 0s;
      transition-duration: .10s;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.25,.1,.25,1);
      padding-bottom: 18px;
      padding: 10px;
  }


  .team-profile:hover {
      top: -5px;
      box-shadow: 0 9px 30px rgba(33, 37, 47, 0.07);
  }

  .team-profile .et_pb_team_member_image {
      border-radius: 100%!important;
      overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid #f3f3f3;
  }

  .team-profile .et_pb_team_member_description {
      display: block;
      width: 100%!important;
    text-align: center;
      padding-bottom: 15px;
  }

  .team-profile .et_pb_member_position {
      padding-bottom: 17px;
      color: #aaa;
      text-align: center;
  }

  .team-profile p {
      text-align: center;
  }
  

  .team-profile .et_pb_member_social_links {
      text-align: center;
      border-top: 1px solid #ececec;
      padding-top: 12px;
  }

  .email-person:before {
      font-family: 'ETmodules';
      content: "e076";
      margin-right: 5px;
  } 
  
  .team-bio img {
      border-radius: 100%!important;
      overflow: hidden;
      border: 3px solid #f3f3f3;
  }
  
@media only screen and (max-width: 980px) {

  .et_pb_column .et_pb_team_member_image {
      float: none!important;
      text-align: center!important;
      margin: 0 auto!important;
    max-width: 300px!important;
    margin-bottom: 32px!important;
  }

  .team-page:hover {
      top: 0px;
      box-shadow: 0 9px 30px rgba(33, 37, 47, 0);
  }
}
  
/* Team "See Bio Button" Styles */ 

  .meet-person-button {
    margin-top:15px;
    margin-bottom:15px;
      padding: 10px 20px;
    background-color: #016ba9;
    color: white!important;
    text-decoration: none!important;
  } 

  .meet-person-button:hover {
    background-color: #ffffff;
    color: #016ba9!important;
    border: 1px solid #016ba9;
    text-decoration: none!important;
  }

/* Home Page Widget Title Links */
.et_pb_sidebar_0.et_pb_widget_area h4.widgettitle a {
  font-size:19px!important;
}
.et_pb_sidebar_1.et_pb_widget_area h4.widgettitle a {
  font-size:19px!important;
}
.et_pb_sidebar_2.et_pb_widget_area h4.widgettitle a {
  font-size:19px!important;
}
/* Other Pagination Links */
.pagination .alignleft a {
  color: rgba(255,255,255,0);
  position: relative;
}
.pagination .alignleft a:after {
  content: "« More Results";
  position: absolute;
  text-align: left;
  width: 200px;
  left: 0;
  color: #016ba9;
}
.pagination .alignright a {
  color: rgba(255,255,255,0);
  position: relative;
}
.pagination .alignright a:after {
  content: "Previous Results »";
  position: absolute;
  text-align: right;
  width: 200px;
  right: 0;
  color: #016ba9;
}

/* News Section Pagination Links */
.news-links .pagination .alignleft a {
  color: rgba(255,255,255,0);
  position: relative;
}
.news-links .pagination .alignleft a:after {
  content: "« Older News Articles";
  position: absolute;
  text-align: left;
  width: 200px;
  left: 0;
  color: #016ba9;
}
.news-links .pagination .alignright a {
  color: rgba(255,255,255,0);
  position: relative;
}
.news-links .pagination .alignright a:after {
  content: "Newer News Articles »";
  position: absolute;
  text-align: right;
  width: 200px;
  right: 0;
  color: #016ba9;
}

/* Events Section Pagination Links */
.events-links .pagination .alignleft a {
  color: rgba(255,255,255,0);
  position: relative;
}
.events-links .pagination .alignleft a:after {
  content: "« More Events";
  position: absolute;
  text-align: left;
  width: 200px;
  left: 0;
  color: #016ba9;
}
.events-links .pagination .alignright a {
  color: rgba(255,255,255,0);
  position: relative;
}
.events-links .pagination .alignright a:after {
  content: "Previous Events »";
  position: absolute;
  text-align: right;
  width: 200px;
  right: 0;
  color: #016ba9;
}