/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  OTN
Author URI:  https://otn.ca
Template: Divi
Version:  1.0.0
*/

 
/* =Theme customizations
------------------------------------------------------- */

/* 
 * Author: Brandon Ferguson
 * Pages: Thought Leadership Experience (Blog) landing page, article pages, and about page
 * Added: March 8th 2018
 */

body>div>:not(#top-header):not(#main-header) a:not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article),
a.otn-solution-tile>* {
  transition: all 0.2s;
}

body>div>:not(#top-header):not(#main-header) a:not(.otn-solution-tile):not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article):active,
body>div>:not(#top-header):not(#main-header) a:not(.otn-solution-tile):not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article):focus,
body>div>:not(#top-header):not(#main-header) a:not(.otn-solution-tile):not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article):hover,
a.otn-solution-tile:active>*,
a.otn-solution-tile:focus>*,
a.otn-solution-tile:hover>* {
  opacity: 0.7;
}


/* TLX Landing Page */

.otn-tl-masthead,
.otn-tl-about-masthead,
.otn-tl-single-masthead {
  border-top: 0px solid #ffffff; /* The width of this border is set by JavaScript on page scroll */
  z-index: 1;
}
body div.et_pb_section.otn-tl-masthead,
body div.et_pb_section.otn-tl-about-masthead,
body div.et_pb_section.otn-tl-single-masthead {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30px) !important;
}

.otn-tl-masthead h1,
.otn-tl-masthead h2,
.otn-tl-masthead a,
.otn-tl-about-masthead h1,
.otn-tl-about-masthead h2,
.otn-tl-about-masthead a,
.otn-tl-single-masthead h1,
.otn-tl-single-masthead h2,
.otn-tl-single-masthead a {
  color: #0078c9 !important;
}
body .otn-tl-masthead h1,
body .otn-tl-about-masthead h1,
body .otn-tl-single-masthead h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 50px;
  -ms-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
body .otn-tl-masthead h1::after,
body .otn-tl-about-masthead h1::after,
body .otn-tl-single-masthead h1::after {
  content: ' ';
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.3em;
  top: 0.53em;
  right: -0.285em;
  border-radius: 50%;
  background-color: #74b843;
  border: 0.05em solid #ffffff;
  -ms-transform: scale(1, 0.8333333333333333);
  transform: scale(1, 0.8333333333333333);
}
body .otn-tl-masthead h2,
body .otn-tl-about-masthead h2,
body .otn-tl-single-masthead h2 {
  text-align: left;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px !important;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .otn-tl-masthead .otn-tl-masthead-left,
  .otn-tl-single-masthead .otn-tl-masthead-left {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 30px;
  }
  body .otn-tl-masthead h1,
  body .otn-tl-masthead h2,
  body .otn-tl-about-masthead h1,
  body .otn-tl-about-masthead h2,
  body .otn-tl-single-masthead h1,
  body .otn-tl-single-masthead h2 {
    text-align: center;
  }
  .otn-tl-masthead .otn-tl-masthead-left::after,
  .otn-tl-single-masthead .otn-tl-masthead-left::after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 0px;
    left: calc(50% - 30px);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0078c9;
  }
}
@media only screen and (min-width: 768px) {
  .otn-tl-masthead .et_pb_text_inner,
  .otn-tl-about-masthead .et_pb_text_inner,
  .otn-tl-single-masthead .et_pb_text_inner {
    display: flex;
    align-items: center;
  }
  .otn-tl-masthead .et_pb_text_inner .otn-tl-masthead-left,
  .otn-tl-masthead .et_pb_text_inner .otn-tl-masthead-right,
  .otn-tl-single-masthead .et_pb_text_inner .otn-tl-masthead-left,
  .otn-tl-single-masthead .et_pb_text_inner .otn-tl-masthead-right {
    width: 50%;
  }
  .otn-tl-masthead .et_pb_text_inner .otn-tl-masthead-left,
  .otn-tl-about-masthead .et_pb_text_inner .otn-tl-masthead-left,
  .otn-tl-single-masthead .et_pb_text_inner .otn-tl-masthead-left {
    text-align: left;
  }
  .otn-tl-masthead .et_pb_text_inner .otn-tl-masthead-right,
  .otn-tl-about-masthead .et_pb_text_inner .otn-tl-masthead-right,
  .otn-tl-single-masthead .et_pb_text_inner .otn-tl-masthead-right {
    text-align: right;
  }
}
.otn-tl-masthead .et_pb_text_inner .otn-tl-masthead-right,
.otn-tl-about-masthead .et_pb_text_inner .otn-tl-masthead-right,
.otn-tl-single-masthead .et_pb_text_inner .otn-tl-masthead-right {
  text-transform: uppercase;
}
.otn-tl-masthead p:last-of-type,
.otn-tl-about-masthead p:last-of-type,
.otn-tl-single-masthead p:last-of-type {
  margin-bottom: 0px;
}

.otn-tl-featured-article-list h2 {
  display: none;
}
.otn-tl-article .date {
  opacity: 0.8;
}

.otn-tl-category-label {
  display: inline-block;
  padding: 4px 8px;
  text-transform: uppercase;
  border-radius: 3px;
  max-width: calc(100% - 40px);
  color: #ffffff;
  margin-right: 2px;
  margin-bottom: 2px;
}
.otn-tl-category-label:empty {
  display: none;
}
.otn-tl-category-label:last-of-type {
  margin-right: 0px;
  margin-bottom: 0px;
}
.otn-tl-article h3 {
  word-break: break-word;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup {
  background-color: #3378c9;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form {
  margin-left: 0px;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div.otn-tl-newsletter-signup-form-fields {
  display: flex;
  flex-wrap: wrap;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>input:not(:last-of-type) {
  width: calc(50% - 5px);
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>input {
  display: block;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border: 0px;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>input:not(:first-of-type):not(:last-of-type) {
  margin-left: 10px;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>input:last-of-type {
  width: 100%;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div.otn-tl-newsletter-signup-form-submit {
  display: flex;
  justify-content: flex-end;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>button {
  display: block;
  margin-left: 0px;
  margin-top: 10px;
  background-color: transparent;
  border-width: 2px !important;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 8px;
  color: #ffffff;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>button:active,
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>button:focus,
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>button:hover {
  background-color: transparent !important;
}
.otn-tl-newsletter-signup div.otn-tl-newsletter-signup-form-disclaimer {
  font-size: 0.75em;
  line-height: 1.275em;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div.otn-tl-newsletter-signup-form-error,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form>div.otn-tl-newsletter-signup-form-error {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.275em;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup div.otn-tl-newsletter-signup-form-disclaimer {
  margin-top: 10px;
}
.otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup div.otn-tl-newsletter-signup-form-disclaimer a {
  color: #91C4FF;
}
@media (max-width: 499px) {
  .otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>input {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 768px) {
  .otn-tl-articles .otn-tl-article.otn-tl-newsletter-signup form>div>button {
    width: 100%;
  }
}

.otn-tl-articles .otn-tl-article {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  background-size: cover;
  background-position: center;
  transition: all 0.2s;
}
.otn-tl-articles .otn-tl-article.otn-tl-featured-article {
  width: 100%;
}
.otn-tl-articles .otn-tl-article.otn-tl-has-image {
  min-height: 450px;
}
.otn-tl-articles .otn-tl-article .otn-tl-article-inner {
  width: 100%;
}
.otn-tl-articles .otn-tl-article .otn-tl-article-inner>div:not(.otn-tl-article-padding) {
  padding-left: 20px;
  padding-right: 20px;
}
.otn-tl-articles .otn-tl-article .otn-tl-article-inner>div:first-of-type:not(.otn-tl-article-padding) {
  padding-top: 20px;
}
.otn-tl-articles .otn-tl-article .otn-tl-article-inner>div:first-of-type:not(.otn-tl-article-padding),
.otn-tl-articles .otn-tl-article .otn-tl-article-inner>div:last-of-type:not(.otn-tl-article-padding) {
  padding-bottom: 20px;
}
.otn-tl-articles .otn-tl-article.otn-tl-has-image:not(.otn-tile-text-at-top-yes) {
  position: relative;
}
/* IE 10 & 11 Flexbox bug workaround */
.otn-tl-articles .otn-tl-article.otn-tl-has-image::after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
/* End of IE 10 & 11 Flexbox bug workaround */
.otn-tl-articles .otn-tl-article.otn-tl-has-image:not(.otn-tile-text-at-top-yes) .otn-tl-article-inner {
  align-self: flex-end;
}
.otn-tl-articles .otn-tl-article.otn-tl-has-image.otn-tile-text-at-top-yes .otn-tl-article-inner {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.otn-tl-articles .otn-tl-article.otn-tl-has-image.otn-tile-text-at-top-yes .otn-tl-article-inner>div.otn-tl-article-padding {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.otn-tl-articles .otn-tl-article.otn-tl-has-image.otn-tile-text-at-top-yes .otn-tl-article-inner .otn-tl-category-labels {
  align-self: flex-end;
  width: 100%;
}
.otn-tl-articles .otn-tl-article .otn-tl-article-inner>div:first-of-type {
  padding-bottom: 10px;
}
.otn-tl-articles .otn-tl-article:active,
.otn-tl-articles .otn-tl-article:focus,
.otn-tl-articles .otn-tl-article:hover {
  transform: scale(1.05);
}
.otn-tl-articles .otn-tl-load-more {
  text-align: center;
  text-transform: uppercase;
  padding: 24px;
  color: #333333;
  background-color: #e1e1e1;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
}

body .otn-solution-tile-container a.otn-tl-load-more {
  display: none;
  margin-bottom: 20px;
}

.otn-tl-js {
  display: none;
}

/* Default colours & gradients, replaced by JavaScript if custom colours set */
.otn-tl-article .otn-tl-article-inner h3,
.otn-tl-article .otn-tl-article-inner span.date,
.otn-tl-article .otn-tl-article-inner>p {
  text-shadow: 0px 0px 20px rgba(0,0,0,1);
}
.otn-tl-article,
.otn-tl-article h3 {
  color: #ffffff;
}
.otn-tl-featured-article,
.otn-tl-articles .otn-tl-article {
  background-color: #aaaaaa;
}
.otn-tl-articles .otn-tl-article:not(.otn-tile-text-at-top-yes) .otn-tl-article-inner {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.otn-tl-articles .otn-tl-article.otn-tile-text-at-top-yes .otn-tl-article-inner>div:first-of-type {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.otn-tl-category-label {
  background-color: #333333;
}
/* End of default colours & gradients */

@media only screen and (max-width: 767px) {
  .otn-tl-articles .otn-tl-article {
    width: 100%;
  }
  .otn-tl-articles .otn-tl-article.otn-tl-has-image {
    min-height: 300px;
  }
}
@media only screen and (min-width: 981px) {
  .otn-tl-masthead>.et_pb_row,
  .otn-tl-about-masthead>.et_pb_row {
    padding-top: 27px;
  }
}

/* About page */
.otn-tl-about-masthead .et_pb_text_inner .otn-tl-masthead-left {
  width: 100%;
}
body .otn-tl-about-masthead{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.otn-tl-about-masthead>div.et_pb_row {
  padding-bottom: 40px;
  border-bottom: 3px solid #4d6488;
}
.otn-tl-about-header {
  color: #0078c9 !important;
}
.otn-tl-about-header,
.otn-tl-about-header>div,
.otn-tl-about-header>div h3 {
  padding-bottom: 0px;
}
.otn-tl-about-header p.meta-top {
  margin-bottom: 40px;
}
.otn-tl-about-content h3 {
  color: #4d4e53;
}

@media only screen and (min-width: 1350px) {
  body .otn-tl-about-header {
    padding-bottom: 0px;
  }
}

/* Article pages */

body.single-blog .otn-tl-single-masthead {
  padding-top: 47px !important;
  padding-bottom: 0px;
  background-color: #ffffff;
  background-image: linear-gradient(180deg,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 30px);
  border-top: 0px solid #ffffff;
}
body.single-blog .otn-tl-single-masthead h1,
.otn-tl-about-masthead h1 {
  color: #0078cf !important;
}
body.single-blog .otn-tl-single-masthead .et_pb_row {
  padding: 0px !important;
  padding-bottom: 40px !important;
}
body.single-blog .otn-tl-single-masthead>div.et_pb_row {
  border-bottom: 3px solid #4d6488;
}

body.single-blog .otn-tl-single-header {
  background-color: #ffffff;
}
body.single-blog .otn-tl-single-header h3 {
  color: #0078cf !important;
}
.otn-tl-about-header .et-icon,
body.single-blog .otn-tl-single-header .et-icon {
  font-size: 20px;
  font-family: ETmodules;
}
body.single-blog .et-icon {
  font-family: ETmodules;
}
body.single-blog .otn-tl-single-header,
body.single-blog .otn-tl-single-featured-image,
body.single-blog .otn-tl-single-featured-video,
body.single-blog .otn-tl-newsletter-signup,
body.single-blog .otn-tl-bottom-nav {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.single-blog .otn-tl-single-header .et_pb_row,
body.single-blog .otn-tl-single-featured-image .et_pb_row,
body.single-blog .otn-tl-single-featured-video .et_pb_row,
body.single-blog .otn-tl-newsletter-signup .et_pb_row,
body.single-blog .otn-tl-bottom-nav .et_pb_row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.otn-tl-about-header .meta-top span:first-of-type>a,
body.single-blog .otn-tl-single-header .meta-top span:first-of-type>a,
body.single-blog .otn-tl-single-header p {
  color: #0078cf;
}
body.single-blog .otn-tl-single-header .meta-top span:last-of-type {
  float: right;
}
body.single-blog .otn-tl-single-featured-image .et_pb_column {
  height: 460px;
  background-size: cover;
  background-position: center;
}
body.single-blog .otn-tl-single-entry-content,
body.single-blog .otn-tl-single-entry-content .et_pb_row {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.single-blog .otn-tl-single-entry-content {
  padding-top: 20px;
}
body.single-blog .otn-tl-single-entry-content .et_pb_column:first-child {
  width: calc(100% - 250px);
  margin-right: 20px;
}
body.single-blog .otn-tl-single-entry-content .et_pb_column:last-child {
  width: 210px;
  margin-left: 20px;
}
body.single-blog .otn-tl-single-entry-content .et_pb_column:last-child .et_pb_text_inner {
  padding-top: 16px;
}
body.single-blog .otn-tl-single-entry-content .et_pb_column:last-child .et-icon {
  font-size: 50px;
  color: #404147;
  vertical-align: text-top;
}
body.single-blog .otn-tl-single-entry-content .et_pb_text_inner {
  color: #000000 !important;
}
body.single-blog .otn-tl-single-entry-content .et_pb_text_inner .otn-tl-blog-post-callout {
  margin-bottom: 20px;
}
body.single-blog .otn-tl-single-entry-content .et_pb_text_inner .otn-tl-blog-post-callout:not(.otn-tl-blog-post-callout-error) {
  background-color: #4d6488;
  font-size: 26px;
  width: 80%;
  margin-left: auto;
  padding: 30px 50px;
  color: #ffffff;
  margin-bottom: 20px;
}
body.single-blog .otn-tl-single-entry-content .et_pb_text_inner .otn-tl-blog-post-callout.otn-tl-blog-post-callout-error {
  font-weight: 700;
  color: #ff0000;
}

body.single-blog .otn-tl-single-entry-content .about-the-author {
  padding-top: 60px;
  font-style: italic;
}
body.single-blog .otn-tl-single-entry-content .about-the-author span {
  font-style: normal;
  font-weight: 700;
}
body.single-blog .otn-tl-single-entry-content .about-the-author::before {
  content: ' ';
  display: block;
  position: absolute;
  margin-top: -20px;
  width: 200px;
  border-top: 1px solid #707070;
}

body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:not(.a2a_dd) {
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:active~a:not(.a2a_dd),
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:focus~a:not(.a2a_dd),
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:hover~a:not(.a2a_dd) {
  opacity: 1;
  z-index: 1;
}
body.single-blog>div>:not(#top-header):not(#main-header) div.a2a_kit>a:not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article):active,
body.single-blog>div>:not(#top-header):not(#main-header) div.a2a_kit>a:not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article):focus,
body.single-blog>div>:not(#top-header):not(#main-header) div.a2a_kit>a:not(.otn-anchor-no-indicator):not(.et_pb_button):not(.sf-landing-card):not(.otn-tl-article):not(.otn-tl-featured-article):hover,
body.single-blog .addtoany_list a:hover span {
  opacity: 1;
}
body.single-blog .addtoany_list a:hover span>svg {
  opacity: 0.7;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit a.addtoany_share img {
  width: 50px;
  height: 50px;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd),
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd),
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd) {
  opacity: 1;
  z-index: 1;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd) {
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 981px) {
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a>span,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a>span,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a>span {
    border-left: 1px solid #404147;
    border-right: 1px solid #404147;
    border-radius: 0px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a>span {
    border-left: 1px solid #404147;
    border-right: 1px solid #404147;
    border-radius: 0px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:last-of-type>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:last-of-type>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:last-of-type>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:last-of-type>span,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:last-of-type>span,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:last-of-type>span {
    border-top: 1px solid #404147;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:last-of-type>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:last-of-type>span {
    border-top: 1px solid #404147;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:nth-last-of-type(2)>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:nth-last-of-type(2)>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:nth-last-of-type(2)>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:nth-last-of-type(2)>span,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:nth-last-of-type(2)>span,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:nth-last-of-type(2)>span {
    border-bottom: 1px solid #404147;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:nth-last-of-type(2)>img,
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:nth-last-of-type(2)>span {
    border-bottom: 1px solid #404147;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(1),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(1),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(1) {
    margin-top: 50px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(1) {
    margin-top: 50px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(2),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(2),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(2) {
    margin-top: 100px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(2) {
    margin-top: 100px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(3),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(3),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(3) {
    margin-top: 150px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(3) {
    margin-top: 150px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(4),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(4),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(4) {
    margin-top: 200px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(4) {
    margin-top: 200px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(5),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(5),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(5) {
    margin-top: 250px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(5) {
    margin-top: 250px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(6),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(6),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(6) {
    margin-top: 300px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(6) {
    margin-top: 300px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(7),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(7),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(7) {
    margin-top: 350px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(7) {
    margin-top: 350px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(8),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(8),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(8) {
    margin-top: 400px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(8) {
    margin-top: 400px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(9),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(9),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(9) {
    margin-top: 450px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(9) {
    margin-top: 450px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd):nth-of-type(10),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd):nth-of-type(10),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd):nth-of-type(10) {
    margin-top: 500px;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus-within>a:not(.a2a_dd):nth-of-type(10) {
    margin-top: 500px;
  }
}
body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:not(.a2a_dd):nth-of-type(n+11),
body.single-blog .a2a_menu.a2a_full .a2a_full_footer>a {
  display: none;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-sidebar-callout {
  background-color: #5fbc00;
  color: #ffffff;
  padding: 20px;
}

body.single-blog .otn-tl-single-entry-content .otn-tl-sidebar-callout p {
  padding-bottom: 0px;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-sidebar-callout p:last-of-type {
  margin-bottom: 0px;
}
body.single-blog .otn-tl-single-entry-content .otn-tl-sidebar-callout .et_pb_button {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  border-radius: 8px;
  text-transform: uppercase;
}

body.single-blog .otn-tl-bottom-nav .et_pb_text_inner {
  color: #000000 !important;
}
body.single-blog .otn-tl-bottom-nav .et_pb_text_inner a {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 8px;
  background-color: #e1e1e1 !important;
}
body.single-blog .otn-tl-bottom-nav .et_pb_text_inner div {
  max-width: calc(50% - 10px);
}
body.single-blog .otn-tl-bottom-nav .et_pb_text_inner div:first-child {
  text-align: left;
  float: left;
}
body.single-blog .otn-tl-bottom-nav .et_pb_text_inner div:last-child {
  text-align: right;
  float: right;
}

body.single-blog .otn-tl-newsletter-signup {
  background-color: #ebebeb;
}
body.single-blog .otn-tl-newsletter-signup h3,
body.single-blog .otn-tl-newsletter-signup h4 {
  text-shadow: none;
  color: #333333 !important;
  text-transform: uppercase;
  font-size: 16px !important;
}
body.single-blog .otn-tl-newsletter-signup div {
  color: #333333;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form>div.otn-tl-newsletter-signup-form-fields {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form>div.otn-tl-newsletter-signup-form-submit {
  width: 20%;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form>div.otn-tl-newsletter-signup-form-error {
  margin-top: 7px;
  color: #cc0000;
}
body.single-blog .otn-tl-newsletter-signup div.otn-tl-newsletter-signup-form-disclaimer {
  margin-top: 7px;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input {
  display: block;
  padding: 7px;
  border: 1px solid #636363;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input:not([type="email"]) {
  width: calc(25% - 7px);
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input[type="email"] {
  width: 50%;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input:not(:first-of-type) {
  margin-left: 7px;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button {
  display: block;
  font-size: 13.3333px;
  line-height: normal !important;
  margin-left: 7px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  border-width: 1px !important;
  border-style: solid;
  border-color: #333333;
  border-radius: 8px;
  color: #333333;
  font-weight: 500;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button::after {
  line-height: normal !important;
}
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button:active,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button:focus,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button:hover {
  background-color: transparent !important;
}
body.single-blog .single .et_pb_post {
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  body.single-blog .otn-tl-single-masthead {
    padding-top: 50px !important;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:not(.a2a_dd) {
    position: relative;
    opacity: 1;
  }
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:active>a:not(.a2a_dd),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:focus>a:not(.a2a_dd),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit:hover>a:not(.a2a_dd),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:active~a:not(.a2a_dd),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:focus~a:not(.a2a_dd),
  body.single-blog .otn-tl-single-entry-content .otn-tl-social .a2a_kit>a:hover~a:not(.a2a_dd) {
    margin-top: 0px;
  }
  body.single-blog .otn-tl-single-entry-content .et_pb_column:first-child,
  body.single-blog .otn-tl-single-entry-content .et_pb_column:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  body.single-blog .otn-tl-single-entry-content .et_pb_text_inner .otn-tl-blog-post-callout:not(.otn-tl-blog-post-callout-error) {
    width: 100%;
    padding: 20px;
  }
  body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form>div {
    width: 100% !important;
  }
  body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input,
  body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button {
    width: 100% !important;
    margin-left: 0px !important;
  }
  body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 499px) {
  body.single-blog .otn-tl-single-header .meta-top>span:last-of-type,
  body.single-blog .otn-tl-single-header .otn-tl-category-label {
    font-size: 75%;
  }
  body.single-blog .otn-tl-bottom-nav .et_pb_text_inner div a {
    font-size: 12px;
    padding: 10px;
  }
}
@media only screen and (max-width: 399px) {
  body.single-blog .otn-tl-bottom-nav .et_pb_text_inner div a {
    font-size: 10px;
    padding: 6px;
  }
}

/* End of Thought Leadership Experience (Blog) styling */
/*Hiding the Google Recapcha*/
.grecaptcha-badge {
  visibility: collapse !important;
}

/*Privacy Page styling
Adding fix for service box 3 items
*/
.privacy-page-section {
  padding: 0px !important;
}
.privacy-page-section .services-box-3 img {
  max-height: 70px;
}
.privacy-page-section .services-box-3 h4 {
  left: 0px;
  margin: 0 auto;
  width: 100%;
  font-size: 26px !important;
}
.privacy-page-section .services-box-3 h4 a:focus {
  display: block;
}
/*Privacy Page styling ends here*/
/*Generic sections*/
.privacy-page-section h2, 
.learning-page-section h2 {
  color: #0078C9 !important;    
  font-weight: 300;
  font-size: 28px;
  line-height: 26px;
}
.privacy-page-section h2 {
  text-align: left !important;
  font-size: 22px;
}
.btn.btn-green.divi-btn {
  border-radius: 7px;
  border: 0px solid #0B5351;   
}
.btn.btn-green.divi-btn:hover {
  border: 2px solid;
}
.btn.btn-green.divi-btn:after {
  content: none;
}
a.btn.btn-small {
  border-radius: 3px;
  background-color: #0B5351;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 1% 3%;
}
.wide-940 {
  max-width: 940px !important;
}
/*Ends here*/
/*Learning Page Styling*/
.learning-page-section .et_pb_column_1_4 {
  text-align: center;
  margin-right: 0px;
  top: 40px;    
}
.learning-page-section p {
  color: #484848;
}
@media only screen and (max-width: 981px) {
  .learning-page-section .et_pb_column_1_4 {
    top: 0px;
  }
}

/*Contact Us Page stying
Author: John Arthur
*/
h2.h2-heading {
  color: #0078C9;
  font-weight: 300;
  font-size: 22px;
}
.contact-us-section {
  padding: 0px !important;
}
#contact_us_form .et_pb_contact_field_0 {
  padding-left: 0px !important;
}
#contact_us_form .et_pb_contact_field label {
  font-size: 22px;
}
.et_pb_contact p input::placeholder, 
.et_pb_contact p textarea::placeholder, 
.et_pb_subscribe .et_pb_contact_field input::placeholder, 
.et_pb_subscribe .et_pb_contact_field textarea::placeholder {
  font-style: italic;
  font-size: 16px;
  color: #6A6A6A;
}
.et_pb_contact p input,
.et_pb_contact p select {
  height:40px;
}
.et_pb_contact p select {
  padding: 0 20px 0 20px;
}

#contact_us_form .wpcf7-select, #contact_us_form .wpcf7-text,#contact_us_form .wpcf7-textarea {
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.35), 0 0 0 0 rgba(0,0,0,0.35)
}
.showcontactform .wpcf7-select:focus, 
.showcontactform .wpcf7-text:focus,
.showcontactform .wpcf7-textarea:focus,
.showcontactform .wpcf7-select:focus {
  outline: #0af solid 2px;
}
#contact_us_form .wpcf7-select {
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px; 
}
#contact_us_form .custom_select:after {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}
::-webkit-input-placeholder  { 
  font-family: "Proxima Nova";
}
:-ms-input-placeholder {
  font-family: "Proxima Nova";
  font-size: 16px;
}
.wpcf7-validation-errors {
  border: none !important;
  color: red;
  text-align: center;
  margin: 0 !important;
}
.warning-message, 
.wpcf7-validation-errors {
  text-align: center;
  color: #df0000;
}
#contact_us_form .wpcf7-textarea {
  height:160px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-green {  
  font-size: 18px;
  font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-green:hover,
input.wpcf7-form-control.wpcf7-submit.btn.btn-green:focus {  
  background-color: #035E9C;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-green:focus {  
  outline: #0af solid 2px;
}
input[placeholder] { text-overflow: ellipsis; font-size: 16px !important }
::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */
input:-moz-placeholder { text-overflow: ellipsis; }
/*Contact Us Page stying ends Here*/
/*Contact CTA*/
.showcontactform .close-header {
  float: right;
  margin: 10px;
  padding-bottom: 0px;
}
.showcontactform .close-header:hover {
  cursor: pointer;
}
.showcontactform .close-header:focus {
  outline: #0af solid 2px;
}
.showcontactform #contactclose {
  background: #FFF;
  border: 0;
  color: #6A6A6A;
  font-size: 18px;
  line-height: 18px;
}
.showcontactform .contactform-cta {
  max-width: 960px !important;
}  
.showcontactform {
  padding-top: 0 !important;
}
.showcontactform .et_pb_contact {
  margin: 0 auto 0 auto;
  max-width: 760px;
  top:35px;
}
.showcontactform .contactform-cta h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
/*Provider Landing Page */
.servicebox-full-width-section {
  display: flex;
  flex-direction: column;
}
.servicebox-full-width-box {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  padding: 0px;
  border-radius: 6px;
  padding:0px !important;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  background: #FFFFFF;    
}
.servicebox-full-width-box,
.professional-development-row
{
  max-width: 940px !important;
}
.servicebox-full-width-box.odd .et_pb_column_2_3,
.servicebox-full-width-box.even .et_pb_column_2_3
{
  margin-left: 20px;
}
.servicebox-full-width-box.odd .et_pb_column_1_3 {
  margin-right: 0px;
}
/*.servicebox-full-width-box .content-column {
  margin-bottom: 20px !important;
}*/
.servicebox-full-width-box h2 {
  height: 30px;
    width: 580px;
    color: #0078C9;
    font-family: "Proxima Nova";
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
}
.servicebox-full-width-box p {
  font-size: 16px;
  padding: 10px 0;
}
.servicebox-full-width-box a {
  height: 36px;
  width: 182px;
  border-radius: 3px;
  background-color: #0B5351;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 6px 0px;
}
.hm-heading-28 {
    top: -12px;
    position: relative;
    z-index: 10;
    background: #fff;
    color: #0078C9;
    font-size: 28px !important;
    font-weight: 300;
    padding: 0 15px;
    display: inline-block;
}
.learning-container {
  display:flex;
  margin-top: 25px;
}
.learning-content-left-column { 
  min-width: 160px;
  padding: 0 44px;
}
.learning-container a {
  font-size: 18px;
  font-weight: 600;
  height: 36px !important;
  padding: 4px 30px !important;
}
.rectangular-boxes-container {
  max-width: 820px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.rectangular-boxes-container .rect-btn {
  height: 72px;
  border-radius: 6px;
  width: 400px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  font-size: 28px;
  text-align: center;
  color: #0078C9;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  padding: 24px;
}
.hmpage_banner-full-width h1 {
  color: #0078C9 !important;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}  
/*Provider Landing Page Ends here */
/*Healthcare Solutions Provider page*/
.interest-calls-container {
  display: flex;
  justify-content: space-around;
  max-width: 960px;
  margin: auto;
}
.interest-calls-box {
  max-width: 460px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  border-radius: 6px;
}
.interest-calls-header {
  font-size: 28px;
  color: #0078C9;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}
p.interest-calls-content {
  max-width: 400px;
  margin: auto 30px;
  padding-top: 15px;
}
/*Telestroke page*/
.map-container {
  display: flex;
  max-width: 1200px;
}
.map-description {
  background-color: #31566F;
  height: 260px;
  min-width: 480px;
  margin: auto 0;
  z-index: 1;
}
iframe#google-map {
  min-width: 750px;
  left: -30px;
  position: relative;
}
.map-description p{
  width: 400px;
  height: 260px;
  padding: 30px;
  vertical-align: middle;
  float: right;
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.otn-accordion .et_pb_accordion_item {
  background-color: #FFF;
  border: none;
  padding: 0px;
  margin-bottom: 0px !important;;
}
.otn-accordion .et_pb_accordion_item h5 {
  font-size: 18px;
  line-height: 30px;  
  border-bottom: 1px solid #9B9B9B;
  color: #6A6A6A;
  padding: 10px 0;
  padding-right: 20px;
}
otn-accordion .et_pb_accordion_item p {
  font-size: 18px;
}
.et_pb_toggle_close h5.et_pb_toggle_title:before {
  content: "\33";
  font-size: 2em;
  color: #6A6A6A;
}
.et_pb_toggle_open h5.et_pb_toggle_title:before {
  content: "\32" !important;
  font-size: 2em !important;
  color: #6A6A6A !important;
}
/*indeginous page*/
iframe#google-map-indigenous,
iframe#google-map-fls {
  width: 100%;
}
blockquote p {
  padding-left: 0;
  border-left: none;
  color: #0078C9;
  font-family: "Proxima Nova";
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
blockquote {
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
.blockquote-row {
  max-width: 960px !important;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 30px;
}
/*Contact form CTA two Rows*/
body > div#page-container > * > * .force-show {
  display: block;
  height: 0px;
  padding: 0px;
}
.contactform-box.two-rows {
  margin-bottom: 5px;
  border-radius: 6px;
}
.contactform-box.two-rows .two-rows-container {
  display: flex;
  flex-direction: column;
}
.contactform-box.two-rows .et_pb_text_inner {
  display: flex;
  align-items: center;
}
.sign-up-boxes {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
}
.sign-up-box {
  max-width: 460px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  border-radius: 6px;
}
.sign-up-box h3.box-title {
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  max-width: 375px;
  margin: auto;
  margin-top: 25px;
}
.sign-up-box .box-content {
  margin: auto 30px;
  min-height: 165px;
}
.sign-up-box .box-CTA.btn.btn-green {
  margin: 25px auto;
  display: table;
  font-size: 22px;
  border-radius: 6px;
  font-weight: 600;
}
.vendor-3up {
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35) !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 110px;
}
.vendor-3up.active,
.vendor-3up:hover,
.vendor-3up:focus {
  box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.5), 0 0 6px 0 rgba(0,0,0,0.35) !important;
  background: #F0F0F0 !important;
}
.vendor-3up .et_pb_text_inner { 
  width: 100%;
}
.vendor-3up img {
  max-height: 110px;
  vertical-align: middle;
}
.vendor-3up button{ 
  background: none;
  border: 0;
  width: 100%;
  cursor: pointer;
}
#publication-repository-box .et_pb_code_inner {
  display: flex;
  max-width: 960px;
  margin: auto;
  align-items: center;
  padding:20px 0px;
}
#publication-repository-box .right-col .title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}
#publication-repository-box .et_pb_code_inner .right-col {
  margin-left: 40px;
}
#publication-repository-box .et_pb_code_inner ul {
  list-style: none;
  color: #FFF;
  padding-bottom: 0px;
  padding-left: 0px;
}
#publication-repository-box .et_pb_code_inner ul li:before {
  content: '✓';
  padding-right: 10px;
}
/*About us page style override*/
.col-md-4.team_designation_img img
{
  max-height: initial;
}
.hr-line {
  display: inline-block !important;
  width: calc(100% - 68%);
  border-top: 1px solid #9b9b9b;
  position: relative;
  vertical-align: super;
}
.hm-heading-tr>div {
  display: flex;align-items: center;justify-content: center;
}
.hm-heading-tr>div::before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  height: 1px;
}
.hm-heading-tr h3 {
  position: relative;
  max-width: calc(100% - 20px);
  padding: 0px 20px;
  margin: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .leader-team .team_designation-inner h3 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .governance-leadership-page-title {    
    margin: 0 !important;
  }
  .senior-leadeship-row-heading-1 {
    padding-bottom: 0px;
  }
  #contact_us_form .custom_select:after {
    top: 145px;
  }
  #contact_us_form .et_pb_contact_field_last {
    padding-left: 0px !important;
  }
}
@media (max-width: 980px)
{
  #publication-repository-box .et_pb_code_inner {
      flex-direction: column-reverse;
  }
  #publication-repository-box .btn.btn-white {
    margin-top: 25px;
  }
  #publication-repository-box .et_pb_code_inner .right-col {
    margin: 0 40px;
  }
}


/*Knowledge Center*/
.research-tiles {
  display: flex;
}

.research-tile {
  border: 1px solid black;
  margin: 10px;
  padding: 10px;
  border-radius: 1em;
}

#main-content .container.research:before {
  content: none;
}

/*VCIA Release*/
.category-container {
  max-width: 960px;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.research-category > span {
  text-transform: uppercase;
}

a.category-item {
  min-width: 75px;
  padding: 0 20px;
  border-radius: 4.22px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  height: 44px;
  margin: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  align-self: flex-start;
}

.profile-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 320px;
  border: 1px solid #0078C9;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  float: right;
}

.chart-text {
  width: 120px;
  margin-left: 20px;
}

.profile-chart.full-width {
  width: 100%;
  padding: 20px;
}

.profile-chart.full-width .chart-text {
  width: 75%;
}

.profile-chart.full-width .chart-text strong.color1 {
  color: #0078c9;
}

.profile-chart.full-width .chart-text strong.color2 {
  color: #7dcbff;
}

.profile-details p {
  padding-bottom: 10px;
}

.flex-counter {
  display: flex;
}

.flex-counter .et_pb_column_1_3 {
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flex-counter .et_pb_module.et_pb_number_counter {
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
}

.vcia-container {
  background-image: url(/wp-content/uploads/2019/04/provider-bg.jpg)!important;
  background-size: cover;
  background-repeat: no-repeat;
}

.vcia-container .otn-featured-tile-container {
  margin-bottom: 40px;
}

.vcia-container .otn-featured-tile-container .otn-featured-tile {
  display: inherit;
}

.vcia-container .otn-featured-tile-container .otn-featured-tile.close {
  /*display: inherit;*/
  display: none;
}

.vcia-container .otn-featured-tile-container .otn-featured-tile.open {
  display: inherit;
}

.vcia-header h1 {
  color: #0078C9 !important;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.vcia-header h3 {
  color: #0078C9;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}

.vcia-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vcia-header .h1-section,
.vcia-header .h3-section {
  margin: 25px 0;
  width: 80%;
  text-align: center;
  max-width: 900px;
}

.vcia-header .fas.fa-arrow-up {
  font-size: 30px;
  color: #77B800;
  position: relative;
  top: -3px;
}

.vcia-header span.cta-text {
  text-align: center;
  font-size: 22px;
  color: #0078C9;
  font-weight: 300;
  line-height: 26px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.vcia-category-header {
  color: #6A6A6A;
  font-family: "Proxima Nova";
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.cta-text {
  font-size: 26px;
}

.hmpage-counter h2 {
  padding-bottom: 0px;
}

.all .category-item:nth-child(1),
.patient-stories .category-item:nth-child(2),
.patient-stories-fr .category-item:nth-child(2),
.providers-partners .category-item:nth-child(3),
.providers-partners-fr .category-item:nth-child(3),
.evidence-virtual-care .category-item:nth-child(4),
.evidence-virtual-care-fr .category-item:nth-child(4),
.connected-blog .category-item:nth-child(5),
.connected-blog-fr .category-item:nth-child(5)
 {
  background-color: #0078C9;
  box-shadow: inset 0 1px 6px 0 rgba(0,0,0,0.5), 0 0 6px 0 rgba(0,0,0,0.35);
  color: white;
}

p.vcia-disclaimer {
  max-width: 960px;
  margin: 20px auto;
}

@media (max-width: 980px){
  .vcia-container .vcia-header .et_pb_column {
      margin-bottom: 30px !important;
  }
  .vcia-header .action-counter {
    padding: 0;
  }  
  .vcia-header .h1-section,
  .vcia-header .h3-section {
    margin: 25px 0;
  }
  .flex-counter {
    flex-direction: column;
    width: 300px;
  }
}

@media (max-width: 575px){
  .chart-container.columns-3 {
    flex-wrap: wrap;
  }
  .profile-chart.full-width {
    flex-direction: column;
    height: auto;
}
}

.chart-container .chart-row {
  display: flex;
  margin: 20px auto;
  align-items: center;
}

.chart-container.columns-3 .chart-row {
  width: 260px;
  flex-direction: column;
  padding: 0 15px;
}
.chart-container.columns-3 {
  display: flex;
}
.chart-description {
  margin-left: 10px;
}
.columns-3 .chart-description {
  text-align: center;
  width: 100%; 
}

.LHIN-containers {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;    
  margin-bottom: 10px;
}

.LHIN-containers > div {
  box-sizing: border-box;
  height: 72px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-right: 10px;
  text-align: center;
  padding: 25px;
  line-height: 20px;    
  margin-bottom: 10px;
}

.LHIN-containers > div.LHIN-CE {
  border: 1px solid #683A75;
  color: #683A75;
}
.LHIN-containers > div.LHIN-CW {
  border: 1px solid #D04930;
  color: #D04930;
}
.LHIN-containers > div.LHIN-MH {
  border: 1px solid #7D9AA9;
  color: #7D9AA9;
}
.LHIN-containers > div.LHIN-TC {
  border: 1px solid #487E7E;
  color: #487E7E;
}
.LHIN-containers > div.LHIN-WW {
  border: 1px solid #5F356B;
  color: #5F356B;
}

.btn-load-more {
  padding: 0 20px;
  border-radius: 4.22px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  height: 44px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  width: 300px;
  margin: 10px auto;
}

.btn-load-more:hover,
.btn-load-more:focus {
  background-color: #0078C9;
  box-shadow: inset 0 1px 6px 0 rgba(0,0,0,0.5), 0 0 6px 0 rgba(0,0,0,0.35);
  color: white;
  cursor: pointer;
}

a.blue-link {
  color: #0078C9;
}

a.blue-link:hover {
  text-decoration : underline
}
