html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #333333;
    /*font-family: "effra", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 991px) {
    body.mobileMenuOpen {
        overflow: hidden;
    }
}

.LayoutDefault {
    position: relative;
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webit-box-sizing: border-box;
}

#chart * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webit-box-sizing: content-box;
}

p {
    margin: 15px 0;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 90%;
}

sup,
sub {
    font-size: 70%;
}

nav {
    display: block;
}


/* TEXT STYLES */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
    line-height: 1.1;
    color: #351f65;
    margin: 30px 0;
    font-weight: 300;
}

h2 {
    font-size: 24px;
    margin: 20px 0;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.3;
}

h5,
h6,
h4 {
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.5;
}

a {
    color: #04bce7;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #0092b4;
}

.addRightArrows:after {
    content: " \BB";
}

img {
    border: 0 none;
    max-width: 100%;
}

.noStyleList,
.noStyleList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*custom checkboxes*/

.icheckbox_flat-grey {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: none;
    border: 2px solid #6d6e71;
    border-radius: 2px;
}

.icheckbox_flat-grey.checked {
    background: #351f65 url("../design/chk.png") center center no-repeat;
    border: 2px solid transparent;
}

.icheckbox_flat-grey + label {
    margin-left: 10px;
}

.icheckbox_flat-grey,
.icheckbox_flat-grey + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


/***Start select**/

.sbHolder {
    border: 1px solid #c8c8c8;
    height: 40px;
    position: relative;
    width: 200px;
    font-size: 16px;
}

.sbHolder a {
    color: #989898;
}

.sbSelector {
    display: block;
    height: 40px;
    left: 0;
    line-height: 38px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}

.sbToggle {
    display: block;
    height: 40px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 10px;
}

.sbToggle:after {
    content: "\e64a";
    font-family: "Q4-Default-Icons";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sbToggleOpen:after {
    content: "\e650";
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    border: 1px solid #c8c8c8;
    background: #fff;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 7px;
}

.sbOptions a:hover {
    color: #fff;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions li:hover {
    background: #999;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}


/***Stop select**/

textarea {
    padding: 15px;
    /*font-family: "effra", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

input[type="text"],
textarea {
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #989898;
    font-size: 16px;
    outline: none;
}

input[type="text"] {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
}

input[type="text"]:placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: #c8c8c8;
    line-height: 40px;
    height: 40px;
}

.customButton,
input[type='submit'],
button {
    display: inline-block;
    /*font-family: 'effra', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 18px;
    background: #00b5e2;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.customButton:hover {
    color: #fff;
}

.buttonBlue {
    background: #00b5e2;
}

.buttonGreen {
    background: #65bd60;
}

.buttonPurple {
    background: #351f65;
}

.buttonWhite {
    background: #fff;
    color: #351f65;
}

.buttonAddChevronRight:after {
    content: "\e64f";
    font-family: "Q4-Default-Icons";
    margin-left: 15px;
    font-size: 10px;
}


/*.genericTopBorder{
  border-top:2px solid #dcddde;
}
.genericBottomBorder{
  border-bottom:2px solid #dcddde;
}*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.space40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.topSpace40 {
    padding-top: 40px;
}

.bottomSpace40 {
    padding-bottom: 40px;
}

.hidden {
    display: none;
}

.centerText {
    text-align: center;
}

h1.bigTitle,
.bigTitle h1 {
    font-size: 44px;
    margin: 50px 0;
}

h1.noMarginTopTitle,
.noMarginTopTitle h1 {
    margin-top: 0;
}


/*.highlightedTitle {
    font-weight: 700;
    color: #351f65;
}*/

.ModuleTitle {
    font-weight: 700;
    color: #5949a7;
}


/*grid*/

.row {
    margin-left: -50px;
    margin-right: -50px;
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

.col1of2 {
    width: 50%;
}

.col1of3 {
    width: 33.33%;
}

.col2of3 {
    width: 66.66%;
}


/*end grid*/

.container {
    width: 100%;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.HeaderContainer {
    font-weight: 400;
}

.PaneContentInner {
    font-size: 18px;
}

.LayoutTwoColumn .PaneLeft {
    float: left;
    width: 21%;
    margin-left: 4%;
    line-height: 1.2;
    color: #414042;
    font-size: 16px;
    font-weight: 400;
}

.LayoutTwoColumn .PaneLeft a {
    color: #414042;
}

.LayoutTwoColumn .PaneLeft .stockButtonLike a.StockPrice {
    color: #fff;
}

.LayoutTwoColumn .PaneLeft h1 {
    font-size: 18px;
    color: #5949a7;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.LayoutTwoColumn .PaneContent {
    float: right;
    width: 58.33%;
    margin-right: 8.3%;
    margin-left: 8.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.LayoutHomePage .PaneLeft,
.LayoutHomePage .PaneRight {
    display: inline-block;
    vertical-align: bottom;
}

.LayoutHomePage .PaneLeft {
    width: 60%;
    margin-right: 5%;
}

/*.LayoutHomePage .PaneRight {
    width: 34%
}*/

.LayoutHomePage .HeaderContainer {
    //background: url(../design/slider/header-banner-1.jpg) center center no-repeat;
    background: url(../images/App-Images-Video.png) center center no-repeat;
    background-size: contain;
    position: relative;
   background-position: 914px 60px; 

}

.HeaderContainer > * {
    position: relative;
}

.PaneContentInner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.LayoutHomePage .PaneContentInner{
    padding-top: 0;
}

.PaneNavigation {
    background: #351f65;
    position: relative;
}

.FooterContainer,
.FooterContainer a,
.FooterContainer h1 {
    color: #fff;
}

.FooterContainer h1 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px;
}

div.headerLinks1 {
    float: right;
    padding-top: 4px;
}

div.headerLinks1 li {
    float: left;
}

div.headerLinks1 a span {
    color: #351f65;
    position: relative;
    padding: 8px 10px 4px;
    display: inline-block;
    margin-right: 2px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    border: 1px solid transparent;
}

div.headerLinks1 a span.selected {
    background: #351f65;
    color: #fff;
    padding: 8px 17px 4px;
}


/*homepage header sticky*/


/*.LayoutHomePage .staySticky{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
}
.LayoutHomePage .staySticky.not-sticky{
  position: static;
}*/

.LayoutHomePage .PaneHeader2 {
    padding-top: 172px;
    padding-bottom: 75px;
}

.LayoutHomePage .PaneHeader2,
.LayoutHomePage .PaneHeader2 a
/*.LayoutHomePage .PaneHeader2 h1 */{
    color: #ffffff;
    font-weight: bold;
}


/*.LayoutHomePage .PaneHeader,
.LayoutHomePage .PaneNavigation{
  background: transparent;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}*/

.LayoutHomePage .PaneHeader .headerLinks1 a span {
    color: #fff;
}

.LayoutHomePage div.headerLinks1 {
    padding-top: 0;
    padding-bottom: 4px;
}

.LayoutHomePage div.headerLinks1 a span {
    border-radius: 0 0 4px 4px;
}


/*.LayoutHomePage .staySticky.scrolled .PaneHeader{
  background: #fff;
}
.LayoutHomePage .staySticky.scrolled .PaneHeader .headerLinks1 a span{
  color: #351f65;
}
.LayoutHomePage .staySticky .PaneHeader  div.headerLinks1 a span.selected{
  background: #fff;
  color:#351f65;
}
.LayoutHomePage .staySticky.scrolled .PaneHeader  div.headerLinks1 a span.selected{
  background: #351f65;
  color:#fff;
}
.LayoutHomePage .staySticky.scrolled div.headerLinks1 {
    padding-top: 4px;
    padding-bottom:0;
}
.LayoutHomePage .staySticky.scrolled div.headerLinks1 a span {
    border-radius:4px 4px 0 0;
}
.LayoutHomePage .staySticky.scrolled .PaneNavigation{
  background:#351f65;
}
*/


/*end sticky*/

.LayoutHomePage .HeaderContainer:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    //background:url(../design/slider/header-banner-mask.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.bannerStockQuote span,
.bannerStockQuote div.pricediv,
.bannerStockQuote div.volumediv {
    display: none !important;
}

.irTitle h1 {
    color: #351f65;
}

.headerLinks2 a {
    color: #fff;
    display: inline-block;
}

.headerLinks2 a {
    padding: 16px 18px;
    font-size: 18px;
}

.leftContactIR {
    border-top: 1px solid #d6d6d6;
}

.secNav {
    margin-top: 30px;
    padding-bottom: 30px;
}

.secNav li {
    display: none;
}

.secNav a {
    display: inline-block;
    line-height: 1.2;
    margin: 5px 0;
}

.secNav li.selected,
.secNav li.expanded,
.secNav li.selected > ul > li,
.secNav li.expanded > ul > li {
    display: block;
}

.secNav .level1 > li.selected > a,
.secNav .level1 > li.expanded > a {
    text-transform: uppercase;
    padding-right: 20px;
    /*border-right:2px solid #64BD5F;*/
}

.secNav li.selected > a,
.secNav li.expanded > a {
    color: #5949a7;
    font-weight: 700;
}

div.headerLinks2,
.PaneNavigation .wrapStockQuoteHeaderContainer {
    float: right;
}

.mainNavMobile .wrapStockQuoteHeaderContainer {
    width: auto;
}

.mainNavMobile .stockButtonLike .StockPrice {
    padding: 0;
}


/*.LayoutHomePage .stockButtonLike{
  background: transparent;
  border:2px solid #fff;
  border:2px solid rgba(255,255,255,0.8);
  line-height: 22px;
}*/

.PaneNavigation .wrapStockQuoteHeaderContainer {
    margin: 7px 15px 7px 0;
    width: auto;
}

.PaneLeft .wrapStockQuoteHeaderContainer {
    margin: 40px 0 0;
    width: auto;
}

.stockButtonLike .irTitle {
    display: none;
}

.stockButtonLike,
.stockButtonLike a {
    color: #fff;
    background-color: #351f65;
}

.stockButtonLike > span,
.stockButtonLike div.volumediv,
.stockButtonLike .StockDate {
    display: none;
}

.stockButtonLike div.pricediv {
    display: inline;
}

.stockButtonLike .StockPrice,
.stockButtonLike .StockDescription1 {
    display: inline-block;
    font-size: 16px;
}

.stockButtonLike .StockPrice:before,
.bannerStockQuote .StockPrice:before {
    content: '$';
}

.stockButtonLike .StockPrice {
    font-weight: 700;
    margin-bottom: 0;
}

.bannerStockQuote {
    font-size: 36px;
}

.wrapStockQuoteHeaderContainer {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    padding-bottom: 70px;
}

.bannerStockQuote .StockDescription1 {
    display: block;
}

.bannerStockQuote .StockDate {
    display: none;
}

.bannerStockQuote .StockPrice {
    font-weight: 700;
    font-size: 60px;
    display: inline-block;
    margin-bottom: 40px;
}

.bannerStockQuote .StockPriceUp {
    color: #65bd60;
}

.bannerStockQuote .StockPriceDown {
    color: #d55a5a;
}

.bannerStockQuote .StockPChange:before {
    content: '(';
}

.bannerStockQuote .StockPChange:after {
    content: ')';
}

.bannerStockQuote .StockDescription3 {
    /*.bannerStockQuote .StockDate{*/
    font-size: 18px;
    border-top: 2px solid #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
}

.bannerStockQuote {
    display: inline-block;
   /* text-align: center; */
}

.irTitle h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
}

.feedCarousel {
    //display: inline-block;
    //vertical-align: bottom;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
    left: -50px;
}

.feedCarousel .borders {
    border-top: 1px solid #351f65;
    border-left: 1px solid #351f65;
    border-right: 1px solid #351f65;
    border-bottom: 1px solid #351f65;
    position: relative;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.feedCarousel .discontinuedBorderLeft {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 170px;
}

.feedCarousel .discontinuedBorderRight {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.feedCarousel .ModuleItemRow {
    padding: 35px 50px 55px;
}

.feedCarousel .pager {
    position: absolute;
    left: 0;
    right: 0;
}

.feedCarousel .slick-dots {
    bottom: -15px;
    right: 48px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*width:16%;*/
    position: absolute;
}

.feedCarousel .slick-dots:after {
    content: "";
    display: table;
    clear: both;
}

.feedCarousel .slick-dots li {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top\9;
    width: 20px;
    height: 20px;
    border: 1px solid #351f65;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin: 0 8px;
}

.feedCarousel .slick-dots li.slick-active:before {
    content: '';
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background: #04bce7;
    position: absolute;
    border-radius: 50%;
    display: block;
}

.feedCarousel .readmorebutton {
    position: absolute;
    bottom: -20px;
    left: 10%;
    z-index: 1;
}

.feedCarousel .date {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.feedCarousel .headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.feedCarousel .shortbody {
    font-size: 24px;
    display: block;
}

.homepageContactIr {
    background: #04bce7;
    padding: 90px 0;
}

.homepageContactIr,
.homepageContactIr a,
.homepageContactIr h1 {
    color: #fff;
}

.homepageContactIr .centerTable {
    display: table;
    margin: 0 auto;
}

.homepageContactIr .right {
    border-left: 1px solid #fff;
    text-align: left;
    padding-left: 25px;
}

.homepageContactIr .left {
    text-align: right;
    padding-right: 25px;
}

.homepageContactIr p {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    /*font-style: italic;*/
}

.homepageContactIr .left,
.homepageContactIr .right {
    display: table-cell;
    vertical-align: bottom;
}

.homepageContactIr .name {
    font-size: 36px;
    line-height: .8;
    font-weight: 700;
    font-style: normal;
}

.homepageContactIr .contact-row {
    display: table;
    width: 100%;
    max-width: 675px;
    margin: 0 auto;
    text-align: center;
}

.homepageContactIr .contact-row > div {
    display: table-cell;
    width: 50%;
    padding: 10px 20px;
    vertical-align: top;
}

.homepageContactIr .contact-row > div:first-child {
    border-right: 1px solid white;
}

.homepageContactIr .name-cell {
    text-align: right;
}

.homepageContactIr .info-cell {
    text-align: left;
}

@media screen and (max-width: 640px) {
    .homepageContactIr .contact-row,
    .homepageContactIr .contact-row > div {
        display: inline-block;
        width: 90%;
    }
    .homepageContactIr .contact-row > div:first-child {
        border-right: none;
        border-bottom: 1px solid white;
    }
    .homepageContactIr .name-cell,
    .homepageContactIr .info-cell {
        text-align: left;
    }
}

.Breadcrumb .BreadcrumbSeparator,
.Breadcrumb a {
    display: none;
}

.Breadcrumb {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 50px;
}

.PagePageNotFound .highlightedTitle {
    display: none;
}

.ModulePressReleaseDetails .ModuleBody a {
    word-break: break-word;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseDetails .ModuleDate {
    color: #351f65;
    font-size: 18px;
    /*margin-bottom:10px;*/
    display: inline-block;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    color: #351f65;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
}

.ModulePressRelease.featuredNews .ModulePDFDownload {
    display: none;
}

.ModulePressRelease.featuredNews .ModuleBody {
    max-height: 80px;
    display: inline;
}

.ModulePressRelease .ModuleMoreLink {
    font-weight: 700;
}

.ModulePressRelease .ModuleMore {
    display: inline-block;
    margin-right: 5px;
}

.ModulePressRelease .ModuleItemRow {
    padding: 45px 0;
    border-bottom: 1px solid #e9eaeb;
}

.ModulePressRelease .ModuleItemRow:first-child {
    padding-top: 0;
}

.ModulePressRelease.featuredNews .ModuleItemRow {
    border-bottom: none;
    border-top: 3px solid #e9eaeb;
}

.ModulePressRelease.featuredNews .ModuleItemRow:first-child {
    border-top: none;
}

.ModulePressRelease .YearsContainer {
    border-bottom: 1px solid #e9eaeb;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.ModulePressRelease .pager,
.PastEvents .pager {
    position: relative;
}

.ModulePressRelease .pagerInner,
.PastEvents .pagerInner {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    text-align: center;
    width: 100%;
}

.ModulePressRelease .pager-next,
.PastEvents .pager-next {
    cursor: pointer;
    display: inline-block;
    color: #351f65;
    font-size: 14px;
    font-weight: 400;
}

.ModulePressRelease .pager-disabled,
.PastEvents .pager-disabled {
    color: #EFEAF4;
    display: none;
}

.ModulePressRelease .pager-disabled:before,
.PastEvents .pager-disabled:before {
    opacity: 0.1;
}

.ModulePressRelease .pager-next:before,
.PastEvents .pager-next:before {
    content: '\e64a';
    font-family: "Q4-Default-Icons";
    display: block;
    color: #fff;
    background: #351f65;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.ModulePressRelease .pager-next:after,
.PastEvents .pager-next:after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -14px;
    z-index: 0;
}

.featuredEvent .ModuleYearNavContainer {
    display: none;
}

.featuredEvent {
    text-align: center;
display: block;
    clear: both;
    width: 100%;
    margin-top: 24%;
}

.featuredEvent .ModuleItemRow {
    border-radius: 50%;
    /* border: 3px solid #e9eaeb; */
    padding: 30px;
    margin-bottom: 75px;
    /*height: 386px;
    width: 386px;*/
    font-size: 0;
}

.featuredEvent .ModuleItemRow .wrap {
    display: block;
    vertical-align: middle;
    font-size: 18px;
}

/*.featuredEvent .ModuleItemRow:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}*/

.featuredEvent .atc-button {
    background: transparent;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;
    text-transform: inherit;
}

.featuredEvent .atc-button:after {
    content: " »";
}


/*File Icons*/

.ModuleDownloadLink:before {
    font-family: "Q4-Default-Icons";
    display: inline-block;
    margin-right: 5px;
}

.ModuleDownloadLink:before {
    content: '\f1c1';
    color: #ed1c24;
}


/*end file icons*/

.featuredEvent .ModuleHeadlineLink {
    color: #351f65;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.featuredEvent .ModuleDateContainer {
    color: #04bce7;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: inline-block;
}

.featuredEvent .ModuleDate {
    display: block;
}

.featuredEvent .WebcastLink a {
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
    color: #414042;
}

.featuredEvent .AddToCalendar {
    margin-right: 0;
}

.footerLinks .customRow {
    margin-left: -30px;
    margin-right: -30px;
}

.footerLinks .linksColumn {
    float: left;
    width: 33.33%;
    padding-left: 30px;
    padding-right: 30px;
}

.footerLinks p {
    margin: 6px 0;
}

.footerLinks i {
    display: inline-block;
    font-size: 14px;
    width: 25px;
}

.footerSearch .SearchButton {
    display: none;
}

.footerSearch .SearchInput {
    width: 100%;
    color: #333;
    max-width: 260px;
    font-size: 14px;
}

.FooterContactUs p {
    line-height: 1.2;
}

.OnPageSectionTitle {
    margin-bottom: 50px;
}

.OnPageSectionTitle li {
    display: none;
}

.OnPageSectionTitle .level1 > li.selected,
.OnPageSectionTitle .level1 > li.expanded {
    display: block;
}

.OnPageSectionTitle .level1 > li.selected > a,
.OnPageSectionTitle .level1 > li.expanded > a {
    color: #333;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    cursor: text;
    display: block;
}

.OnPageSectionTitle .level1 > li.selected > a:before,
.OnPageSectionTitle .level1 > li.expanded > a:before {
    color: #351f65;
    font-weight: 700;
    content: "Teladoc Health's";
    display: block;
}

.RegulatoryFilingContainer,
.ModuleSECFilingDetails {
    line-height: 1.2;
}

.ModuleSECFilingDetails .ModuleContainerInner > * {
    display: block;
    margin: 5px 0;
}

.ModuleSECFilingDetails .ModuleLinks {
    padding: 5px 0;
}

.RegulatoryFilingContainer .ModuleNotFound {
    padding: 10px 0;
}

.RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
    margin-bottom: 15px;
    width: 210px;
}

.RegulatoryFilingContainer .FormGroupsContainer >* {
    float: left;
}

.RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
    margin-left: -1px;
}

.RegulatoryFilingContainer .YearNavContainer {
    display: none;
}

.RegulatoryFilingContainer .ItemDate,
.RegulatoryFilingContainer .ModuleHeader .Date,
.RegulatoryFilingContainer .ItemHref,
.RegulatoryFilingContainer .ModuleHeader .Filing,
.RegulatoryFilingContainer .ItemDescription,
.RegulatoryFilingContainer .ModuleHeader .Description,
.RegulatoryFilingContainer .Icons,
.RegulatoryFilingContainer .ModuleHeader .Download {
    display: inline-block;
    vertical-align: middle;
}

.RegulatoryFilingContainer .ItemDate,
.RegulatoryFilingContainer .ModuleHeader .Date {
    width: 20%;
}

.RegulatoryFilingContainer .ItemHref,
.RegulatoryFilingContainer .ModuleHeader .Filing {
    width: 18%;
}

.RegulatoryFilingContainer .ItemDescription,
.RegulatoryFilingContainer .ModuleHeader .Description {
    width: 40%;
}

.RegulatoryFilingContainer .Icons,
.RegulatoryFilingContainer .ModuleHeader .Download {
    width: 20%;
}

.RegulatoryFilingContainer .Icons,
.ModuleSECFilingDetails .Icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
}

.RegulatoryFilingContainer .ModuleItemRow,
.RegulatoryFilingContainer .ModuleHeader {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}

.RegulatoryFilingContainer .ModuleHeader {
    color: #351f65;
    font-weight: 700;
    letter-spacing: -1em;
}

.RegulatoryFilingContainer .ModuleHeader > * {
    letter-spacing: 0;
}

.RegulatoryFilingContainer .ModuleItemRow > * + *,
.RegulatoryFilingContainer .ModuleHeader > * + * {
    padding-left: 10px;
}

.RegulatoryFilingContainer .Icons a,
.ModuleSECFilingDetails .Icons li a {
    display: inline-block;
    margin-right: 2px;
}

.RegulatoryFilingContainer .Icons a img,
.ModuleSECFilingDetails .Icons li img {
    display: none;
}

.RegulatoryFilingContainer .Icons a:after,
.ModuleSECFilingDetails .Icons a:after,
.hasGenericFileIcon a:after {
    content: '';
    font-family: "Q4-Default-Icons";
}

.RegulatoryFilingContainer .Icons .XBRLHTMLIcon a:after,
.ModuleSECFilingDetails .Icons .XBRL_HTMLIcon a:after,
.hasGenericFileIcon a:after {
    content: '\f1c9';
    color: #707070;
}

.RegulatoryFilingContainer .Icons .PdfIcon a:after,
.ModuleSECFilingDetails .Icons .PdfIcon a:after,
.hasGenericFileIcon a[href*=".pdf"]:after {
    content: '\f1c1';
    color: #ed1c24;
}

.RegulatoryFilingContainer .Icons .WordIcon a:after,
.ModuleSECFilingDetails .Icons .WordIcon a:after,
.hasGenericFileIcon a[href*=".doc"]:after,
.hasGenericFileIcon a[href*=".rtf"]:after,
.hasGenericFileIcon a[href*=".txt"]:after {
    content: '\f1c2';
    color: #399cd7;
}

.RegulatoryFilingContainer .Icons .ExcelIcon a:after,
.ModuleSECFilingDetails .Icons .ExcelIcon a:after,
.hasGenericFileIcon a[href*=".xls"]:after {
    content: '\f1c3';
    color: #7bbb42;
}

.RegulatoryFilingContainer .Icons .XBRLIcon a:after,
.ModuleSECFilingDetails .Icons .XBRLIcon a:after,
.hasGenericFileIcon a[href*=".zip"]:after {
    content: '\f1c6';
    color: #dba814;
}

.RegulatoryFilingContainer .ItemHref {
    color: #333;
}

.RegulatoryFilingContainer .ItemHref:hover {
    text-decoration: underline;
}

.RegulatoryFilingContainer .FormGroupsContainer > select:first-child + .sbHolder .sbOptions {
    z-index: 2;
}

.quarterlyReports h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #c8c8c8;
    padding: 15px;
    line-height: 1.2;
}

.quarterlyReports h2 {
    color: #351f65;
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
}

.quarterlyReports .quarter-docs .doc {
    display: block;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 25px 15px 0;
    line-height: 1.2;
}

.quarterlyReports .quarter-docs a {
    color: #333;
}

.quarterlyReports .quarter-docs .icon {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
}

.FinancialReportContainer .AnnualQuarterlyReportText {
    display: none;
}

.AnnualReports .item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.AnnualReports h2 {
    background: #65bd60;
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    padding: 15px;
}

.AnnualReports h3,
.AnnualReports .IconImage {
    display: none;
}

.AnnualReports .CoverImage[style*="inline"] {
    display: block !important;
    ;
    /*width:100%;*/
}

.AnnualReportPanel {
    line-height: 1.1;
    padding: 10px 15px;
}

.AnnualReports .FileType {
    display: none;
}

.AnnualReports .CoverImagePane {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.StockQuoteContainer .StockTableFeed a {
    cursor: text;
}

.StockQuoteContainer .StockQuoteLookup,
.StockQuoteContainer .StockTableItem.firstItem,
.StockQuoteContainer .StockTableText {
    display: none;
}

.StockQuoteContainer .stockLeftColumn,
.StockQuoteContainer .stockRightColumn,
.historical-data .historicalLeftColumn,
.historical-data .historicalRightColumn {
    width: 43%;
    float: left;
}

.StockQuoteContainer .stockRightColumn,
.historical-data .historicalRightColumn {
    float: right;
}

.StockQuoteContainer .stockLeftColumn,
.StockQuoteContainer .stockRightColumn,
.historical-data .historicalLeftColumn,
.historical-data .historicalRightColumn {
    border-bottom: 1px solid #cfcfcf;
    padding: 8px 0;
    margin: 0;
}

.StockQuoteContainer .stock-link {
    float: right;
    color: #333333;
}

.StockQuoteContainer .changeContainer > span,
.historical-data .historicalData {
    float: right;
}

.StockQuoteContainer .changeContainer > span:first-child {
    float: left;
}

.StockQuoteContainer .StockPriceUp {
    color: #65bd60;
}

.StockQuoteContainer .StockPriceDown {
    color: #E32636;
}

.stock-historical .datepk {
    text-align: center;
    margin-bottom: 25px;
}

.stock-historical .datepk-label {
    margin-right: 15px;
}

.FaqContainer .ModuleTitle {
    color: #351f65;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .BackToTopFaq {
    display: none;
}

.FaqContainer .itemContainer,
.mobileCommittee .item-group {
    border-bottom: 2px solid #dcddde;
    padding: 20px 0 20px 15px;
}

.FaqContainer .questionItem,
.mobileCommittee .trigger {
    position: relative;
    margin: 0;
    padding: 5px 65px 5px 0;
    font-size: 24px;
    color: #351f65;
    cursor: pointer;
    line-height: 1.1;
}

.FaqContainer .FaqAnswer {
    display: none;
    width: 100%;
    padding: 15px 0 5px 0;
}

.FaqContainer .FaqAnswer p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    padding: 5px 0;
}

.FaqContainer .expand,
.mobileCommittee .dropdown-icon {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 36px;
    width: 60px;
    text-align: center;
}

.FaqContainer .expand:after {
    font-family: 'Q4-Default-Icons';
    content: "\e605";
}

.FaqContainer .active .expand:after {
    content: "\e604";
}

.FaqContainer .FaqDetailList > .itemContainer:first-child,
.mobileCommittee .ContentContainer > .item-group:first-child {
    border-top: 2px solid #dcddde;
}

.rssContainer .rssIcons {
    padding-bottom: 20px;
}

.rssContainer .iconItem {
    margin-top: 7px;
    margin-bottom: 0;
}

.rssContainer .rssIcons > p:first-child {
    margin-top: 0;
}

.rssContainer .rssIcons a {
    font-size: 18px;
}

.rssContainer .rssFaq {
    padding-bottom: 7px;
}

.rssContainer .rssQuestion {
    font-size: 24px;
    font-weight: 700;
}

.rssContainer .rssAnswer {
    font-size: 18px;
}

.table-responsive {
    overflow-x: auto;
}

.CustomTable {
    min-width: 600px;
    border-collapse: collapse;
    line-height: 1.2;
}

.CustomTable th,
.CustomTable thead td {
    background: #351f65;
    color: #fff;
    vertical-align: bottom;
    font-weight: 400;
}

.CustomTable tbody td {
    border-bottom: 1px solid #d9d9d9;
}

.CustomTable th,
.CustomTable thead td,
.CustomTable tbody td {
    padding: 10px;
}

.q4-circle-chair.primColor {
    color: #351f65;
}

.q4-circle-chair.secColor {
    color: #00b5e1;
}

.mobileCommittee .trigger.active .q4-block-plus {
    display: none;
}

.mobileCommittee .trigger.active .q4-block-minus {
    display: inline-block;
}

.mobileCommittee .trigger .q4-block-plus {
    display: inline-block;
}

.mobileCommittee .trigger .q4-block-minus {
    display: none;
}

.mobileCommittee .contents {
    display: none;
    padding: 15px 20px 5px 0;
}

.mobileCommittee .item-person {
    position: relative;
    padding: 10px 40px 7px 0;
    line-height: 1.1;
}

.mobileCommittee .contents > .item-person:first-child {
    padding-top: 0;
}

.mobileCommittee .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.mobileCommittee .legend {
    margin-top: 20px;
}

.mobileCommittee .legend > div {
    padding-top: 5px;
}

.mobileCommittee .expand:after {
    font-family: 'Q4-Default-Icons';
    content: "\e605";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    font-size: 12px;
    width: 60px;
    text-align: center;
}

.mobileCommittee .active .expand:after {
    content: "\e604";
}


/* Email Alerts */

.MailingListSignupContainer {
    margin-bottom: 30px;
}

.MailingListSignupContainer,
.MailingListSignupContainer .MailingListTable,
.MailingListUnsubscribeContainer .MailingListUnsubscribeTable {
    width: 100%;
}

.MailingListSignupContainer table {
    border-spacing: 0px !important;
}

.MailingListSignupContainer .MailingListListTable > tbody > tr {
    padding: 10px 0;
    /*display: inline-block;*/
}

.ErrorContainer,
.MailingListUnsubscribeMessage {
    color: red;
    font-weight: bold;
}

.RequiredField {
    color: red;
}

.NoBr {
    display: none;
}

.MailingListTable .MailingListCol1,
.MailingListTable .MailingListCol2,
.MailingListUnsubscribeTable .MailingListCol1,
.MailingListUnsubscribeTable .MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}

.MailingListTable .MailingListCol1,
.MailingListUnsubscribeTable .MailingListCol1 {
    font-weight: 400;
}

.MailingListTable .MailingListCol1:after,
.MailingListUnsubscribeTable .MailingListCol1:after {
    content: "*";
    color: red;
    font-weight: 300;
}

.RedStar {
    color: red;
}

.MailingListSignupContainer .wrapper {
    max-width: 100%;
}

.MailingListSignupContainer .MailingListCol2,
.MailingListSignupContainer .MailingListListTable,
.MailingListSignupContainer .MailingListListTable > tbody > tr,
.MailingListSignupContainer .GridActions,
.MailingListUnsubscribeContainer .MailingListCol1 {
    margin: 0;
}

.mailing-list-unsubscribe-link {
    display: none;
}

.MailingListSignupContainer .MailingListListTable {
    padding: 20px 0;
    font-weight: 400;
}

.MailingListUnsubscribeContainer .ButtonCell {
    padding: 20px 0;
}

.MailingListUnsubscribeContainer input[type="submit"],
.MailingListSignupContainer input[type="submit"] {
    margin-top: 5px;
    max-width: 290px;
    width: 100%;
}

.MailingListUnsubscribeContainer input[type="text"],
.MailingListSignupContainer input[type="text"] {
    height: 45px;
    line-height: 45px;
    max-width: 480px;
    width: 100%;
}

.MailingListSignupContainer .MailingListListTable > tbody tbody tr {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 40px;
    min-width: 143px;
}

.EditSubscriberConfirmation,
.MailingListActivationMessage,
.MailingListUnsubscribeAction {
    font-weight: 800;
    color: green;
}

.signupIntro,
.unsubscribeIntro {
    /*padding-top:30px;*/
    border-top: 2px solid #dcddde;
}

.MailingListSignupContainer .RequiredField {
    font-weight: 300;
}

.MailingListUnsubscribeTable .RequiredField {
    display: none;
}

.ModuleDownloadListWithTags .ModuleHeader {
    background: #351f65;
    color: #fff;
    font-weight: 400;
    padding: 10px;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    line-height: 1.2;
}

.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}

.ModuleDownloadListWithTags .hasGenericFileIcon a {
    display: inline-block;
    padding-right: 40px;
}

.ModuleDownloadListWithTags .hasGenericFileIcon a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.ModuleDownloadListWithTags .ModuleHeaderText3 {
    float: right;
}

.ModuleEvent .ModuleDateContainer {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.ModuleEvent .eventBody {
    display: inline-block;
    width: 79%;
    padding-left: 25px;
    border-left: 4px solid #351f65;
    vertical-align: middle;
}

.ModuleEvent .ModuleYearNavContainer {
    display: none;
}

.ModuleEvent .ModuleItemRow {
    padding: 25px 0;
    border-bottom: 1px solid #cbcbcb;
}

.PastEvents .pager {
    margin-top: -1px;
}

.ModuleEvent .group1 {
    margin-bottom: 15px;
    color: #351f65;
}

.ModuleEvent .ModuleHeadlineLink {
    font-size: 18px;
    color: #351f65;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}

.ModuleEvent .atc-button {
    font-size: 14px;
    line-height: 14px;
}

.q4-atc-inner [class^="q4-"],
.q4-atc-inner [class*=" q4-"] {
    /*font-family: "effra", sans-serif !important;*/
    font-family: 'Montserrat', sans-serif !important;
}

.ModuleEvent .ModuleDate {
    color: #351f65;
    font-size: 24px;
    line-height: 1;
    display: block;
    font-weight: 400;
    text-align: right;
    padding-right: 25px;
    text-transform: uppercase;
    line-height: 1;
}

.ModuleEvent .ModuleDate p {
    margin: 0;
}

.ModuleEvent a.WebcastLink {
    display: inline-block;
}

.ModuleEvent .RelatedDocuments a,
.ModuleEvent .WebcastLink a {
    font-size: 14px;
display:block;
}

.ModuleEvent div.WebcastLink,
.AddToCalendar {
    display: inline-block;
    /*margin: 15px 0;*/
}

.ModuleEvent .ModuleTime {
    display: block;
    line-height: 1.2;
}

.ModuleEventDetails .ModuleDetailHeadline {
    color: #351f65;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
}

.ModuleEventDetails .ModuleDate,
.ModuleEventDetails .ModuleTime {
    color: #351f65;
    display: block;
    line-height: 1.2;
}

.ModuleEventDetails h3 {
    display: none;
}

.ModuleEventDetails .ModuleDateContainer {
    margin-bottom: 25px;
}

.ModulePresentation .ModuleYearNavContainer {
    text-transform: uppercase;
    display: none;
    /*-------Ticket - 105908--------*/
}

.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .ModuleYearNavContainer {
    color: #333;
    font-size: 14px;
}

.ModulePresentation .ModuleYearNavContainer a.selected {
    font-weight: 700;
}

.ModulePresentation .YearSeparator {
    display: inline-block;
    margin: 0 8px;
}

.ModulePresentation .YearSeparator:before {
    content: "|";
}

.ModulePresentation .ModuleThumbnailLink,
.ModulePresentation .ModuleThumbnailLink img {
    display: block;
}

.ModulePresentation .ModuleThumbnailLink img {
    margin: 0 auto;
}

.ModulePresentation .ModuleThumbnailLink {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    text-align: middle;
    cursor: inherit;
}

.ModulePresentation .presentationBody {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.ModulePresentation .DocumentFileLink[style*="block"] {
    display: inline-block !important;
    border: 1px solid #351f65;
    color: #351f65;
    background: transparent;
}

.ModulePresentation .ModuleHeadline {
    color: #351f65;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.ModulePresentation .ModuleDate {
    display: block;
    line-height: 1;
}

.ModulePresentation .PresentationLinks {
    margin-top: 25px;
}

.ModulePresentation .ModuleItemRow {
    border-bottom: 1px solid #cbcbcb;
    padding: 30px 0;
}

.SearchResultsContainer br,
.SearchResultsContainer .SearchResultsUrl {
    display: none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.SearchResultsContainer .TabTableItem:first-child {
    border-top: 1px solid #ccc;
}

.SearchResultsContainer .TabTableItem a,
.SearchResultsContainer .TabTableItemAlt a {
    display: block;
}

.SearchResultsContainer .SearchResultsPaging {
    padding-top: 15px;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a[href] {
    font-weight: normal;
}

.navbar-toggle {
    margin-top: 6px;
    position: relative;
    float: right;
    cursor: pointer;
    display: none;
}


/*.navbar-toggle:before {
    background: #43236a;
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
.navbar-toggle:after {
    background: #733bb8;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}*/

.navbar-toggle .icon-bar {
    background-color: #00b5e2;
    display: block;
    height: 5px;
    width: 35px;
    margin: 6px 0;
}


/*.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}*/


/*.mobileMenuOpen .navbar-toggle .icon-bar:first-child,
.mobileMenuOpen .navbar-toggle .icon-bar:last-child {
    visibility: hidden;
}*/

.LayoutHomePage .navbar-toggle:after,
.LayoutHomePage .navbar-toggle:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}


/*.LayoutHomePage .scrolled .navbar-toggle:after,
.LayoutHomePage .scrolled .navbar-toggle:before{
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=0);
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  transition: 1.5s all;
}*/

.AddInMobileNav {
    display: none;
}

.mainNavMobile {
    /*position: absolute;*/
    position: fixed;
    top: 68px;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    padding: 0 35px 25px 35px;
    font-weight: 400;
}

.mainNavMobile .menuLogo {
    margin: 45px 0;
    padding: 12px;
    display: block;
    padding: 8px 35px 6px;
}

.mainNavMobile p {
    margin: 0 0 30px 0;
    text-align: center;
}

.mobile-corp-info .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 13px 50px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    margin: 0 10px 20px 0;
}

.mobile-corp-info .btn-block {
    display: block;
    width: 100%;
}

.mobile-corp-info .btn-secondary {
    color: #FFF;
    background-color: #00BCE7;
    border-color: #00BCE7;
}

.mobile-corp-info .btn-secondary-inverse {
    color: #00BCE7;
    background-color: #FFF;
    border-color: #00BCE7;
}

.mobile-corp-info .btn-block + .btn-block {
    margin-top: 5px;
}

.mainNavMobile .level1 {
    margin-top: 40px;
}

.mainNavMobile .level1 a {
    color: #000;
    border-bottom: #e8e8e8 solid thin;
    display: block;
    padding-bottom: 10px;
    padding: 10px 20px 10px 8px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.mainNavMobile .level1 a:hover {
    color: #5B2F91;
    background: #eee;
}

.mainNavMobile .level2 {
    display: none;
    background-color: #f5f5f5;
}

.mainNavMobile .level2 li a {
    text-transform: none;
    padding: 3px 20px;
}

.mainNavMobile .level1 li.selected > a {
    color: #FFF;
    background-color: #5B2F91;
}

.mainNavMobile .level1 a {
    position: relative;
}

.mainNavMobile .level1 .has-children > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../design/nav-arrow.png") no-repeat center center transparent;
    width: 10px;
    height: 14px;
}

ul.mobileMenuQL {
    margin-top: 40px;
    border-top: 1px solid #733BB8;
    position: relative;
}

ul.mobileMenuQL:before {
    content: "";
    position: absolute;
    top: -2px;
    width: 100%;
    height: 1px;
    background: #43236a;
}

@media screen and (max-width: 1170px) {
    .LayoutHomePage .PaneLeft {
        margin-right: 0;
        width: 100%;
    }
    .LayoutHomePage .PaneRight {
        width: 100%;
    }
    .PaneHeader2 .wrapStockQuoteHeaderContainer,
    .bannerStockQuote {
        display: block;
        width: 100%;
    }
    .PaneHeader2 {
        text-align: center;
    }
    .feedCarousel {
        display: inline-block;
        margin-bottom: 20px;
        max-width: 600px;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin-top: 40px;
        left: 0;
    }
    .newsAndEventsTitle.centerText {
        text-align: left;
    }
    .featuredEvent {
        text-align: left;
        margin-top: 45px;
    }
    .featuredEvent .ModuleItemRow:first-child {
        border-top: none;
    }
    .featuredEvent .ModuleItemRow {
        border: none;
        border-radius: 0;
        font-size: 0;
        height: auto;
        margin-bottom: 0;
        padding: 45px 0;
        width: auto;
        border-top: 1px solid #e9eaeb;
    }
    .featuredEvent .ModuleDateContainer {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .featuredEvent .WebcastLink a,
    .featuredEvent .AddToCalendar {
        margin-top: 15px;
    }
    .bannerStockQuote {
        font-size: 26px;
    }
    .irTitle h1 {
        font-size: 44px;
    }
    .bannerStockQuote .StockPrice {
        margin-bottom: 20px;
        font-size: 44px;
    }
    .bannerStockQuote .StockDescription3 {
        /*.bannerStockQuote .StockDate {*/
        margin-top: 26px;
    }
    .feedCarousel .date {
        font-size: 20px;
    }
    .feedCarousel .headline {
        font-size: 24px;
    }
    .feedCarousel .shortbody {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 970px;
    }
    .LayoutTwoColumn .PaneContent {
        padding-left: 0;
        padding-right: 0;
    }
    .LayoutTwoColumn .PaneLeft {
        text-align: left;
    }
    .LayoutTwoColumn .PaneLeft,
    .LayoutTwoColumn .PaneContent,
    .LayoutTwoColumn .PaneRight {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .headerLinks1,
    .headerLinks2,
    .secNav {
        display: none;
    }
    .mainNavMobile .headerLinks1,
    .mainNavMobile .headerLinks2 {
        display: block;
    }
    .leftContactIR {
        border-top: none;
    }
    .PageResourcesIRContact .leftContactIR {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 750px;
    }
    .feedCarousel .ModuleItemRow {
        padding: 20px 20px 100px;
    }
    .feedCarousel .readmorebutton {
        bottom: 35px;
        left: 50%;
        margin-left: -65px;
    }
    .StockQuoteContainer .stockLeftColumn,
    .StockQuoteContainer .stockRightColumn,
    .historical-data .historicalLeftColumn,
    .historical-data .historicalRightColumn {
        width: 100%;
        float: none;
    }
    .stock-historical .datepk-label {
        display: block;
    }
    .stock-historical .datepk {
        text-align: left;
    }
    h1.noMarginTopTitle.bigTitle,
    .bigTitle.noMarginTopTitle h1 {
        margin-top: 0;
    }
    h1.bigTitle,
    .bigTitle h1 {
        font-size: 36px;
        margin: 28px 0;
    }
    .homepageContactIr {
        padding: 45px 0;
    }
    .homepageContactIr .name {
        font-size: 28px;
    }
    .homepageContactIr p {
        font-size: 20px;
    }
    .homepageContactIr p a {
        font-size: 16px;
    }
    .footerLinks .linksColumn {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footerLinks .customRow {
        margin-left: 0;
        margin-right: 0;
    }
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
    .RegulatoryFilingContainer .ItemDate,
    .RegulatoryFilingContainer .ItemHref,
    .RegulatoryFilingContainer .ItemDescription,
    .RegulatoryFilingContainer .Icons {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .RegulatoryFilingContainer .Icons {
        padding: 5px 0;
    }
    .RegulatoryFilingContainer .ModuleItemRow > * + * {
        padding-left: 0;
    }
    .ModuleEvent .ModuleDateContainer {
        display: block;
        width: 100%;
    }
    .ModuleEvent .ModuleDate {
        text-align: left;
    }
    .ModuleEvent .eventBody {
        border-left: medium;
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .ModuleEvent div.WebcastLink,
    .ModuleEvent .RelatedDocuments > a,
    .AddToCalendar {
        display: block;
        margin-top: 10px;
    }
    .ModuleEvent .group1 {
        margin-bottom: 0;
    }
    .ModuleEvent .ModuleDate p {
        display: inline;
        margin: 0 4px 0 0;
    }
    .ModulePresentation .presentationBody {
        display: block;
        width: 100%;
    }
    .ModulePresentation .ModuleThumbnailLink {
        border: 1px solid #eee;
        margin-bottom: 15px;
        width: auto;
    }
    .FaqContainer .questionItem,
    .mobileCommittee .trigger {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 480px) {
    .homepageContactIr .left,
    .homepageContactIr .right,
    .homepageContactIr .centerTable {
        display: block;
        text-align: center;
        padding: 0;
        border: none;
    }
    .OnPageSectionTitle .level1 > li.selected > a,
    .OnPageSectionTitle .level1 > li.expanded > a {
        font-size: 42px;
    }
    /*.feedCarousel .slick-dots li{
    width:15px;
    height:15px;
    margin:0 3px;
  }
  .feedCarousel .slick-dots {
    bottom: -13px;
  }*/
}


/* new header */

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

.text-right {
    text-align: right;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

svg:not(:root) {
    overflow: hidden;
}


/*.staySticky {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 7000;
    left: 0;
}

.LayoutOneColumn .staySticky,
.LayoutTwoColumn .staySticky {
    border-bottom: #ddd solid thin;
}*/

.mobileMenuOpen .staySticky {
    /*position: relative;*/
    border-color: transparent;
}

.navbar-nav {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #00BCE7;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #FFF;
    border: 1px solid none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #5B2F91;
}

.navbar-nav > li > a:hover {
    color: #5B2F91;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 2;
    color: #00BCE7;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #5B2F91;
    background-color: #f5f5f5;
}

@media (min-width: 992px) {
    .nav > li > a {
        padding: 18px;
    }
}

@media (min-width: 992px) {
    .mainNavMobile {
        display: none !important;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    /*.LayoutOneColumn .PaneContentInner,
    .LayoutTwoColumn .PaneContentInner {
        padding-top: 210px;
    }*/
}

@media screen and (max-width: 991px) {
    #menu-main,
    .info-wrapper {
        display: none;
    }
    .PaneNavigation {
        display: none;
    }
    .header {
        float: left;
    }
    .navbar-toggle {
        display: block;
    }
    /*.mobileMenuOpen .PaneContentInner {
        padding-top: 31px;
    }*/
}


/* new footer */

.PaneQ4Footer {
    font-size: 0.8em;
    font-weight: 400;
    color: #FFF;
}

.PaneQ4Footer a {
    color: #fff ;
}

.footer {
    padding-top: 45px;
    padding-bottom: 20px;
}

.footer p {
    margin: 0 0 30px 0;
}

.footer ul {
    margin: 0 0 45px 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.833333;
}

.footer li {
    padding: 4px 0;
}

.footer a {
    text-decoration: underline;
}

.footer img {
    vertical-align: middle;
}

.Copyright p {
    margin: 0;
}

.Q4FooterContainer {
    padding: 0 !important;
    font-size: inherit !important;
    margin-top: 15px !important;
}

.Q4FooterContainer a {
    font-size: inherit !important;
}

@media (min-width: 768px) {
    .Copyright {
        text-align: right;
    }
}


/* new search */

.PaneNavigation > .container {
    position: relative;
}

.headerSearch {
    display: none;
    position: absolute;
    top: 100%;
    right: 30px;
    z-index: 1000;
    width: 100%;
    max-width: 475px;
    padding: 10px 25px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #FFF;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.headerSearch .SearchInput {
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
}

.headerSearch .SearchInput:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.headerSearch .SearchButton[type='submit'] {
    color: #FFF;
    background-color: #00BCE7;
    border-color: #00BCE7;
    padding: 6px 10px;
    margin-left: -3px;
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}


/*=======================CR 68474=====================*/

.q4-preview-open {
    top: auto !important;
    bottom: 60px !important;
}

.PaneHeader {
    padding: 5px 0;
}

.PaneHeader .container {
  /*  padding: 0 50px; */
    max-width: 1170px;
    height: 60px;
}

.ClientLogo {
    float: left;
}

.ClientLogo a {
    background-image: url('../design/teladochealth_logo_plum_aqua_rgb.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-decoration: none;
    margin-right: auto;
    width: 150px;
    height: 60px;
    font-size: 0;
    line-height: 0;
}

.mainNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mainNav .level1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mainNav .level1 > li > a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-decoration: none;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: .8em;
    font-weight: 600;
    color: #00b5e2;
}

.mainNav .level1 > li > a:hover {
    color: #5949a7;
}

.mainNav .level2 {
    display: none;
}

.FooterContainer {
    overflow-x: hidden;
}

.module-contact {
    font-family: 'Montserrat', sans-serif;
    background-color: #00b5e2;
    padding: 50px 35px;
    text-align: center;
    position: relative;
}

.module-contact:before {
    content: "";
    background-color: #00b5e2;
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
}

.module-contact:after {
    content: "";
    background-color: #00b5e2;
    position: absolute;
    top: 0;
    right: -1000%;
    width: 1000%;
    height: 100%;
}

.module-contact h2 {
    color: #fff;
    font-size: 2.25em;
    line-height: 1.5;
    margin: 0 0 20px;
    font-weight: 700;
    text-align: center;
}

.module-contact .ModuleTitle {
    color: #fff;
}

.button,
a.button {
    background-color: #fff;
    color: #351f65;
    padding: 10px 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.PaneQ4Footer {
    font-family: 'Montserrat', sans-serif;
    background: #331f65;
    font-size: .8em;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.PaneQ4Footer .container {
    padding: 0 50px;
    max-width: 1170px;
}

.module-corp-footer_items-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module-corp-footer_item--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.module-corp-footer_item--left ul {
    display: flex;
}
.module-corp-footer_item--left a:hover{
    color: #00b5e2;
}

.module-corp-footer_list > li + li {
    margin-left: 80px;
}

.module-corp-footer_list-item > a,
.module-corp-footer_list-item > span {
    font-weight: 700;
}

.module-social-links span {
    font-size: 2em;
}

.module-corp-footer_list-item--connect span {
    display: block;
    margin-bottom: 10px;
}

.module-social-links li + li {
    margin-left: 10px;
}

.module-corp-footer_item--right {
    font-size: 14px;
}

.module-corp-footer_item--right ul {
    line-height: 24px;
}

.module-corp-footer_item--right li {
    margin-bottom: 15px;
}
.module-corp-footer_item--right .module-social-links li {
    display: inline-block;
}
.module-corp-footer_item--right .module-social-links img {
    width: 35px;
    height: 35px;
}
.module-corp-footer_item--right a {
    text-decoration: underline;
}
.module-corp-footer_item--right a:hover {
    color: #00b5e2!important;
}
@media only screen and (max-width: 1024px) {
    .PaneHeader .container,
    .PaneQ4Footer .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .mainNav .level1 > li > a {
        padding: 0 7px;
        font-size: .7em;
    }
}

@media only screen and (max-width: 991px) {
    .PaneHeader .container {
        height: auto;
    }
    .ClientLogo a {
        width: 100px;
        height: 50px;
    }
    .mainNav {
        display: none;
    }
    .module-corp-footer_items-container,
    .module-corp-footer_item--left,
    .module-corp-footer_item--left ul {
        display: block;
        text-align: center;
    }
    .module-corp-footer_list > li {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .module-corp-footer_list > li + li {
        margin-left: 0;
    }
    .module-social-links li {
        display: inline-block;
        vertical-align: top;
    }
}


/*=====================END CR 68474===================*/

.upcomingEvent a.ModuleLink {
    color: white;
    font-weight: bold;
}

.module-virtual-care{
/* direction: rtl; */
}
.module-virtual-care .grid_col{
    direction: ltr;
}
.module-virtual-care .grid_col:last-child{
    padding-top: 30px;
}
.module-virtual-care h2{
    font-size: 4.8rem;
    font-size: 48px;
    text-align: left;
    margin-top: 0;
    color: #00b5e2;
    padding-bottom: 20px;
    font-weight: 400;
}
.module-virtual-care p{
    text-align: left;
    font-weight: 400;
    font-size: 2rem;
    font-size: 20px;
    color: #000;
    margin: 20px 0;
}
.module-virtual-care img{
    display: inline-block;
}
.module-virtual-care a{
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.LayoutHomePage .PaneHeader2 .module-virtual-care .customButton{
    padding-bottom: 8px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 400;
}
.module-virtual-care_button{
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .module-virtual-care .grid_col:last-child{
        padding-top: 70px;
    }
    .module-virtual-care h2{
        font-size: 6vw;
    }
}
.LayoutHomePage .wrapStockQuoteHeaderContainer {
    padding-bottom: 20px;
}
.bannerStockQuote .irTitle img{
    display: none;
}
.irTitle{
    text-align: left;
}
.irTitle h1{
    color: #333;
}
.irTitle h1:before{
    color: #351f65; 
    font-weight: 700;
    content: "Teladoc Health's";
    display: block;
}
/*--------- Event Module ---------*/
.module-event-latest{
    padding-bottom: 90px;
}
.module-event-latest h2{
    text-align: center;
}
.module-event-latest h2 .ModuleTitle{
    font-size: 44px;
    margin: 50px 0;
    line-height: 1.1;
    color: #351f65;
    font-weight: 300;
    text-align: center;
}
.module-event-latest .ModuleEvent .ModuleDateContainer{
    display: block;
    width: 100%;
    text-align: center;
}
.module-event-latest .ModuleEvent .ModuleDate{
    text-align: left;
    color: #351f65;
    font-size: 18px;
    text-transform: none;
    line-height: 1.5;
}
.module-event-latest .ModuleEvent .eventBody {
    display: block;
    width: 100%;
    padding-left: 0px;
    border-left: none;
}
.module-event-latest .ModuleEvent .ModuleHeadlineLink{
    color: #351f65;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
}
.module-event-latest .ModuleEvent .ModuleItemRow{
    border-bottom: 3px solid #e9eaeb
}
.module-event-latest .ModuleEvent .ModuleItemRow:last-child{
    border-bottom: none;
}
.module-event-latest .RelatedDocuments > a {
    display: none;
}