body {
    overflow-x: hidden;
}

.greyBottomBG {
    height: 30px;
    width: 100%;
    background-color: #353d48;
    position: absolute;
    bottom: 0px;
    margin-bottom: -30px;
}

.viralShareBlock, .socialShareBlock {
    text-align: center;
}

.viralShareBlock img {
    max-width: 100%;
}

.viralShareInfo {
    font-size: 12px;
}

.socialShareButtonsBlock {
    margin-bottom: 5px;
}

.shareButton {
    font-size: 15px;
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 5px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.facebookShareButton {
    background-color: #3b5998;
}

.twitterShareButton {
    background-color: #55acee;
}

.linkedInShareButton {
    background-color: #0077B5;
}

.pinterestShareButton {
    background-color: #bd081c;
}

.emailShareButton {
    background-color: #aaaaaa;
}

.shareLinkInput {
    font-size: 18px;
    line-height: 1.1;
    padding: 3px;
    width: 450px;
    max-width: 100%;
}

/*-----calendar styles ------*/
.calendarBlock {
    text-align: center;
}

.calendarButton {
    display: inline-block;
    margin: 0px 10px 5px;
}

.calendarButton a,
#content .calendarButton a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;
    display: block;
}

.pbBlockInner {
    border-radius: inherit;
}

.downloadItemTemplate, .listItemTemplate {
    display: none;
}

.downloadsBlock {
    background-color: #f6f6f6;
    margin: 20px 0px 0px;
    padding: 20px;
}

.socialShareLink {
    display: none;
}

/*----rows sections columns styles ---*/
.pbEditableSection {
    position: relative;
}

.pbRowContent {
    position: relative;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    border-collapse: separate; 
    width: 100%;
}

.contentBlockElement {
    position: relative;
}

.pbSectionTemplate {
    display: none;
}

.pbSectionTemplate, .pbRow1ColTemplate, .pbRow2ColTemplate, .pbRow3ColTemplate, .pbRow4ColTemplate {
    display: none;
}

.pbEditableSection .pbSectionContent, .pbEditableSection .pbEditableRow {
    margin: 0px auto;
}

.pbEditableSection, .pbEditableRow, .pbEditableColumn, .pbSectionInner {
    background-position: center center;
}

.pbSectionContent {
    width: 100%;
    box-sizing: border-box;
}

.pbSectionInner {
    position: relative;
}

.pbSectionBG {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    border-radius: inherit;
    border: inherit;
    background-position: center center;
}

.pbSectionBGOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    z-index: 4;
    border-radius: inherit;
    border: inherit;
}

.pbSectionContent {
    position: relative;
    z-index: 5;
}

.pbEditableRow {
    width: 100%;
}

.stickNonePBSection {
    position: relative;
    top: auto;
    bottom: auto;
}

.fullWidthCustomPBSection .pbSectionContent {
    max-width: 100%;
}

.fullWidthLargePBSection .pbSectionContent {
    width: 1120px;
    max-width: 100%;
}

.fullWidthMediumPBSection .pbSectionContent {
    width: 960px;
    max-width: 100%;
}

.fullWidthSmallPBSection .pbSectionContent {
    width: 720px;
    max-width: 100%;
}

.largePBSection .pbSectionInner {
    box-sizing: border-box;
    width: 1120px;
    margin: 0px auto;
}

.mediumPBSection .pbSectionInner {
    box-sizing: border-box;
    width: 960px;
    margin: 0px auto;
}

.smallPBSection .pbSectionInner {
    box-sizing: border-box;
    width: 720px;
    margin: 0px auto;
}

.customPBSection .pbSectionInner {
    box-sizing: border-box;
    margin: 0px auto;
}

.courseLessonSection {
    width: 100%;
}
    
.notHighlightedSection .pbEditableRow {
    width: 100%;
}

.pbBlocksColumns {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pbEditableBlockColumn {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.toggleImage img {
    max-width: 100%;
    max-height: 50px;
    display: block;
}

.imageContentBlock img {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}

#contentBlock {
    display: none;
}

.pbblock-toggle .toggleBlockVideo {
    margin-bottom: 20px;
}

.fullWidthVideoCode, .pbBlocksParent .video-js, .youtubeVideo {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 0px !important;
    height: 0 !important;
    overflow: hidden !important;
    width: 100%;
}

.fullWidthVideoCode iframe, .pbBlocksParent .video-js video, .youtubeVideo iframe {
    position: absolute !important;
    top:0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.vjs-fullscreen video {
    max-height: 100% !important;
    max-width: 100% !important;
}

.imageContentBlock, .buttonContentBlock {
    text-align: center;
}

.buttonContentBlock .btn {
    font-weight: inherit;
}

.imageContentBlock {
    overflow: hidden;
}

.youtubeVideoCover {
    width: 100%;
    min-height: 300px;
    background-color: #000000;
}

.audioInfo {
    display: none;
}

.pbTitleBlock ul, .pbTextBlock ul,
.pbTitleBlock ol, .pbTextBlock ol {
    padding-left: 15px;
}

.pbTitleBlock li, .pbTextBlock li {
    list-style: inside;
    margin-bottom: 7px;
}

.pbTextBlock .pbBlockInner p {
    margin: 0px 0px 1.5em;
}

.pbTitleBlock h1,
.pbTitleBlock h2,
.pbTitleBlock h3,
.pbTitleBlock h4,
.pbTitleBlock h5 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    padding: inherit;
    margin: inherit;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
    text-decoration: none;
  }

  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    background-image: none;
  }

.listItemTemplate {
    display: none !important;
}

.listContentBlock li {
    /*margin-bottom: 14px;*/
    background-position: left center;
    background-repeat: no-repeat;
    list-style: outside none none;
    padding-left: 1.5em;
    position: relative;
}
/*
.listContentBlock li:last-of-type {
    margin-bottom: 0px;
}
*/
.imageListContentBlock ul {
    width: 100%;
}

.imageListContentBlock ul.blockLeftAligment {
    float: left;
}

.imageListContentBlock ul.blockCenterAligment {
    float: none;
}

.imageListContentBlock ul.blockRightAligment {
    float: right;
}

.imageListContentBlock li {
    margin-bottom: 5px;
    list-style: outside none none;
    
    position: relative;
}

.imageListContentBlock li:last-of-type {
    margin-bottom: 0px;
}


.imageListContentBlock .bulletItemText {
    padding-left: 40px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    min-height: 25px;
    display: inline-block;
}
    
.listContentBlock li:last-of-type {
    margin-bottom: 0px;
}

.bulletIcon {
    margin-left: -1.5em;
	
	width: 1.5em;
	display: inline-block;
    /*margin-right: 0.5em;*/
    /*position: absolute;
    left: 0px;
    width: 30px;
    text-align: center;*/
}

.buttonContentBlock a {
    box-sizing: border-box;
    line-height: inherit;
    font-size: inherit;
}

.orderSubmitBlock button {
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    
.boxTitle {
    margin-bottom: 10px;
} 

.toggle-trigger table {
    width: 100%;
}

.clear {
    clear: both;
}

.pbblock-toggle .toggleImage {
    padding: 0 20px 0 0;
    width: 100px;
    box-sizing: border-box;
}

.assessmentBlock .toggleBlockTitle,
#toggleBlock .toggleBlockTitle {
    padding-right: 20px;
    font-weight: bold;
}

.lessonImage {
    width: 100%;
    margin-bottom: 20px;
}

.lessonImage img {
    width: 100%;
}

.nextPreviouseBlock {
    display: inline-block;
}

.nextPreviouseBlock a {
    padding: 18px;
    display: inline-block;
}

#content .nextPreviouseBlock a,
#content .nextPreviouseBlock a:hover,
#content .nextPreviouseBlock a:focus {
    text-decoration: none;
    outline: none;
}

.optinFormBlock input[type="text"], 
.optinFormBlock input[type=""], 
.optinFormBlock input[type="email"] {
    color: #666666;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popupSection .optinFormBlock input[type="text"], 
.popupSection .optinFormBlock input[type=""], 
.popupSection .optinFormBlock input[type="email"] {
    margin-bottom: 10px;
}

.optinFormBlock button, 
.pbBlocksParent .buttonContentBlock a.btn,
.orderSubmitBlock button {
    
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF;
    font-size: inherit;
    white-space: normal;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #2d91fb;
}

.twoStepsOrderHeader {
    display: table;
    width: 100%;
}    

.secondOrderStep {
    padding-top: 10px;
}
    
.firstOrderStepTitle {
    padding: 20px 15px;
    width: 50%;
    box-sizing: border-box;
    border-top: 2px solid #DDDDDD;
    display: table-cell;
    background-color: #F4F4F4;
    position: relative;
}

.secondOrderStepTitle {
    padding: 20px 15px;
    width: 50%;
    box-sizing: border-box;
    border-top: 2px solid #DDDDDD;
    display: table-cell;
    background-color: #F4F4F4;
    position: relative;
}

.selectedOrderStep {
    border-color: #2d91fb;
    background-color: transparent;
}

.orderStepNumber {
    position: absolute;
    top: 20px;
    left: 10px;
    font-weight: bold;
    font-size: 22px;
}

.orderStepTitles {
    margin-left: 20px;
}

.firstOrderStepTitleLabel,
.secondOrderStepTitleLabel{
    margin-bottom: 5px;
}

.secondStepOrderSummary {
    margin-bottom: 10px;
}

.twoStepsOrder .twoStepsOrderButton {
    white-space: normal;
}

.goToSecondOrderStepButton {
    box-sizing: border-box;
}

.pbBlocksParent .buttonContentBlock a:active,
.pbBlocksParent .buttonContentBlock a:hover {
    text-decoration: none;
}

.buttonIcon i {
    margin-right: 5px;
}

.buttonRightIcon i {
    margin-left: 5px;
}
/*.optinFormBlock button {
    display: block;
    margin: 5px auto;
}*/

.optinFormBlock button.fullWidthPBButton {
    width: 100%;
}

.optinFormBlock button.definedPBButton {
    width: auto;
}
   
.pbBlocksParent .buttonContentBlock a {
    display: inline-block;
    margin: 0px auto;
    white-space: normal;
}

.fullWidthPBButton {
    width: 100%;
}
 
.ninethyWidthPBButton {
    width: 90%;
}

.eightyWidthPBButton {
    width: 80%;
}

.seventyWidthPBButton {
    width: 70%;
}

.fiftyWidthPBButton {
    width: 50%;
}

.thirtyFiveWidthPBButton {
    width: 35%;
}

.definedPBButton {
    width: auto;
}

.oneHundredWidth {
    width: 100% !important;
    box-sizing: border-box;
}

.ninethyWidth {
    width: 90% !important;
    margin: 0px auto;
    box-sizing: border-box;
}

.eightyWidth {
    width: 80% !important;
    margin: 0px auto;
    box-sizing: border-box;
}

.seventyWidth {
    width: 70% !important;
    margin: 0px auto;
    box-sizing: border-box;
}

.sixtyWidth {
    width: 60% !important;
    margin: 0px auto;
    box-sizing: border-box;
}

.fiftyWidth {
    width: 50% !important;
    margin: 0px auto;
    box-sizing: border-box;
}

.pbEditableRow.oneHundredWidth {
    width: auto !important;
    max-width: 100%;
}

.pbEditableRow.ninethyWidth {
    width: auto !important;
    max-width: 90%;
}

.pbEditableRow.eightyWidth {
    width: auto !important;
    max-width: 80%;
}

.pbEditableRow.seventyWidth {
    width: auto !important;
    max-width: 70%;
}

.pbEditableRow.sixtyWidth {
    width: auto !important;
    max-width: 60%;
}

.pbEditableRow.fiftyWidth {
    width: auto !important;
    max-width: 50%;
}

.countdowninner {
    height: 60px;
    display: inline-block;
}

.countdowninner .flip-clock-wrapper {
    margin: 0px;
}

/*.hasCountdown {
    font-family: Helvetica;
    min-width: 250px; 
    width:250px;
    font-size:15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height:51px;
    padding-top:5px;
    position: absolute;
    right:0px;
    top:-10px;
    color: #fff;
}*/

.disclaimerBlock, .copyrightBlock {
    font-size: 11px;
    line-height: 1.1em;
    color: #999999;
}

.menuBlock {
    font-size: 11px;
    text-align: center;
    color: inherit;
}

.menuBlock li {
    display: inline;
    list-style: none;
    margin-right: 20px;
}

.menuBlock li:last-of-type {
    margin-right: 0px;
}

.menuBlock a {
    color: inherit;
}

.menuBlock .menuBlockSubmenu {
    display: none;

}
                
.menuBlock li {
    position: relative;
}

.menuBlock li:hover .menuBlockSubmenu {
    display: block; 
}

.menuBlock .menuBlockSubmenu li {
    float: none; 
    display: block; 
    text-align: left; 
    padding: 5px;
    margin: 0px !important;
}

.menuBlock .menuBlockSubmenu {
    position: absolute; 
    left: 0px; 
    z-index: 2; 
    min-width: 200px; 
}

.hamburgerMobileExpand {
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    padding: 8px 8px 0px 6px;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.highlighter.pbSectionHighlighter { box-sizing: border-box; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border: 3px solid #2b87da;} 
.highlighter.pbRowHighlighter { box-sizing: border-box; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border: 3px solid #29c4a9;} 
.highlighter.pbColumnHighlighter {border: 0px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;} 
.highlighter.pbBlockHighlighter {box-sizing: border-box; border: 3px solid #4c5866; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;} 
.pbSectionHighlighter .highlighter-inner, .pbRowHighlighter .highlighter-inner, .pbColumnHighlighter .highlighter-inner, .pbBlockHighlighter .highlighter-inner {box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border: none;} 
.pbSectionHighlighter, .pbRowHighlighter, .pbColumnHighlighter, .pbBlockHighlighter, .addPBElementButton {text-align:center; vertican-align:middle;} 
.pbSectionHighlighter i, .pbRowHighlighter i, .pbColumnHighlighter i, .pbBlockHighlighter i, .addPBElementButton i { display: block; margin-top:8px;}

.ui-state-highlight {
    margin-bottom: 20px;
    background-color: #f1c40f !important;
    border: 0px !important;
}

.noBordersPBElement {
    border: none !important;
}

.allBordersPBElement {}

.topBorderPBElement {
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

.leftBorderPBElement {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

.leftRightBordersPBElement {
    border-top: none !important;
    border-bottom: none !important;
}

.bottomBorderPBElement {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.rightBorderPBElement {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

.topBottomBordersPBElement {
    border-left: none !important;
    border-right: none !important;
}

.leftTopRightBordersPBElement {
    border-bottom: none !important;
}

.topRightBottomBordersPBElement {
    border-left: none !important;
}

.rightBottomLeftBordersPBElement {
    border-top: none !important;
}

.bottomLeftTopBordersPBElement {
    border-right: none !important;
}
       
.facebookCommentsPlaceholder {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #EDEFF4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D8DFEA;
    color: #254575;
}

.blockLeftAligment {
    float: left;
}

.blockCenterAligment {
    margin: 0px auto;
}

.blockRightAligment {
    float: right;
}
       
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
}

.timezoneLabel {
    font-size: 11px;
}   

.webinarDateBlock {
    font-size: 25px;
}

.dateTimezonePickerSelect, .multiWebinarSelect {
    padding: 10px 25px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://txfiles.s3.amazonaws.com/defaultimages/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: right 0.5em top 50%;
    background-size: 0.5em;
    border: 3px solid #ccc;
    font-size: 18px !important;
}

.multiWebinarSelect {
    width: 100%;
}

.jsHtmlCodePlaceholder,
.videoCodePlaceholder {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #EDEFF4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D8DFEA;
    color: #254575;
}

.videoCodePlaceholder {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    width: 100%;
}

.jsHtmlCode {
    display: none;
}

.linksBlock {
    position: relative;
}

.linksBlock .mobileMenuHeader,
.menuBlock .mobileMenuHeader {
    display: none;
}

.linkItemTemplate {
    display: none !important;
}

.mobileMenuIcon {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    float: left;
    cursor: pointer;
    margin-top: 0px;
    margin-right: 0px;
}

.mobileHamburgerIcon {
    background-color: #f6f6f6;
    color: #667;
    padding: 12px;
}

.linksBlock ul.mobile_nav_displayed {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    position: absolute;
    min-width: 200px;
    z-index: 1000;
    max-width: 500px;
    left: 0px;
}

.linksBlock ul.mobile_nav_displayed li {
    font-weight: 700;
    font-size:15px;
}

.linksBlock ul.mobile_nav_displayed li a {
    color: #667;
    text-decoration: none;
    padding:10px 15px;
    display: block;
}

.linksBlock ul.mobile_nav_displayed li a:hover {
    background-color: #2d91fb;
    color: #fff;
}

.linksBlock ul {
    list-style: none;
}

.linksBlock ul li {
    display: inline;
    margin: 0px 10px;
}

.linksBlock ul li a {
    color: inherit;
    text-decoration: none;
}

.menuBlock ul li a {
    text-decoration: none;
}

.toggleBlockText ul,
.toggleBlockText ol {
    margin-left: 20px;
}

.pbblock-toggle { margin: 0 0 1.2em;}
.pbblock-toggle {
    border-radius: 0px;
    margin: 0 0 15px;
    padding: 0;
}

.pbblock-toggle div.toggle-trigger { cursor: pointer; padding: 3px 0 3px 10px; background: url(https://txfiles.s3.amazonaws.com/defaultimages/closeoption.png) no-repeat 99% center;text-decoration: none; padding: 10px; border-top-right-radius: inherit; border-top-left-radius: inherit;}
.pbblock-toggle div.toggle-trigger table { color: inherit; line-height: inherit; font-size: inherit;}
.pbblock-toggle.closed div.toggle-trigger { background-image: url('https://txfiles.s3.amazonaws.com/defaultimages/openoption.png'); border-bottom-right-radius: inherit; border-bottom-left-radius: inherit;}
.pbblock-toggle .toggle-content { padding: 10px 10px;}
.pbblock-toggle.closed .toggle-content { display: none; }
.pbblock-toggle.border { border: 1px solid #DDDDDD;}
.pbblock-toggle.white .toggle-content { background-color: #FFFFFF; border-bottom-right-radius: inherit; border-bottom-left-radius: inherit;}

.assessmentBlock.white div.toggle-trigger { font-weight: bold; }

.courseLessonBlock .toggle-trigger,
.assessmentBlock .toggle-trigger {
    position: relative;
    background-image: none !important;
}

.pbblock-toggle .closedToggleIcon,
.pbblock-toggle .openedToggleIcon {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    line-height: 1;
}

.pbblock-toggle.opened .closedToggleIcon {
    display: none;
}

.pbblock-toggle.closed .openedToggleIcon {
    display: none;
}

.courseLessonBlock .toggle-content {
    padding: 0px !important;
}

.courseLessonBlock .toggle-content .lessonToggleContent {
    padding: 10px;
}

.pbBlocksContainer .flip-clock-wrapper ul {
    background-color: transparent;
}

.smallSizeTimer .countdowninner {
    height: 47px;
}

.smallSizeTimer .flip-clock-wrapper ul {
    width: 19px;
    height: 30px;
    line-height: 30px;
}

.smallSizeTimer .flip-clock-wrapper ul li a div div.inn{
    font-size: 18px;
    text-shadow: none;
}

.smallSizeTimer .flip-clock-wrapper ul li {
    line-height: 30px;
}

.smallSizeTimer .flip-clock-divider .flip-clock-label {
    top: 34px;
    font-size: 10px;
    right: -52px;
}

.smallSizeTimer .flip-clock-dot.top  {
    top: 10px
}

.smallSizeTimer .flip-clock-dot.bottom  {
    bottom: 15px;
}

.mediumSizeTimer .countdowninner {
    height: 60px;
}

.mediumSizeTimer .flip-clock-wrapper ul {
    width: 25px;
    height: 40px;
    line-height: 40px;
    
}

.mediumSizeTimer .flip-clock-wrapper ul li a div div.inn{
    font-size: 24px;
    text-shadow: none;
}

.mediumSizeTimer .flip-clock-wrapper ul li {
    line-height: 40px;
}

.mediumSizeTimer .flip-clock-divider .flip-clock-label {
    top: 44px;
    font-size: 11px;
    right: -59px;
}

.mediumSizeTimer .flip-clock-dot.top  {
    top: 30px
}

.mediumSizeTimer .flip-clock-dot.bottom  {
    bottom: 20px;
}

.largeSizeTimer .countdowninner {
    height: 82px;
}

.largeSizeTimer .flip-clock-wrapper ul {
    width: 52px;
    height: 60px;
    line-height: 60px;
}

.largeSizeTimer .flip-clock-wrapper ul li a div div.inn{
    font-size: 50px;
    text-shadow: none;
}

.largeSizeTimer .flip-clock-wrapper ul li {
    line-height: 60px;
}

.largeSizeTimer .flip-clock-divider .flip-clock-label {
    top: 64px;
    font-size: 15px;
    right: -86px;
}

.largeSizeTimer .flip-clock-dot.top  {
    top: 40px
}

.largeSizeTimer .flip-clock-dot.bottom  {
    bottom: 20px;
}

.lessonContentWillBeAvailable {
    color: #3498db;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
}

.userLessonStatus {
    text-align: right;
    background-color: #fafafa;
    padding: 10px;
}

.notFinishedPreviouseLessonBlock {
    padding: 10px;
}

.courseLessonBlock .markLessonComplete {
    border: 2px solid #23b05c;
    font-weight: bold;
    color: #23b05c;
    background-color: #fafafa;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}

.courseLessonBlock .completedLesson {
    border: 2px solid #23b05c;
    font-weight: bold;
    color: #ffffff;
    background-color: #23b05c;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
}

.notCompletedLessonMark {
    border-left: 4px solid #dddddd;
    
}

.completedLessonMark {
    border-left: 4px solid #23b05c;
}

.completeButtonBlock a,
.completeButtonBlock a:hover ,
.completeButtonBlock a:visited,
.completeButtonBlock a:active {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}

.invisibleElemens, .linksBlock ul li.invisibleElemens {
    display: none;
}

.customBulletIcon {
    display: none;
}

.dwnldtitle {
    font-size: 22px;
    font-weight:700;
    margin-bottom: 15px !important;
    color: #666677;
}

.dwnldlink {
    margin-bottom: 10px !important;
}

#content .dwnldlink a, .dwnldlink a {
    color: #667;
    text-decoration: none;
    font-size:16px;
    display:block;
}

#content .dwnldlink a:hover {
    color: #2d91fb;
}

.dwnldlink a:hover {
    color: #2d91fb;
}

#content .dwnldlink .fa-link {
    font-weight:700;
    padding-right: 10px;
    color: #2d91fb;
}

.pricingTableBlock {
    text-align: center;
    overflow: hidden;
}

.pricingTableHead {
    padding: 20px 10px;
    background-color: #F5F5F5;
}

.pricingTableBody {
    background-color: #ffffff;
}

.pricingTableLine {
    padding: 10px;
    border-bottom: 1px solid #F5F5F5;
}

.pricingTableLine:last-child {
    border-bottom: 0px !important;
}

.pricingTableLineTemplate {
    display: none;
}

.paymentSystems {
    margin-bottom: 20px;
}

.twoStepsOrder input[type=text] ,
.billingBlock input[type=text] ,
.paymentBlock .paymentCardInfo input {
    width: 100%;
    padding: 7px;
    font-size: 13px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.twoStepsOrder .form-row,
.billingBlock .form-row,
.paymentBlock .form-row {
    margin: 15px 0px;
}

.twoStepsOrder .form-row.countryField,
.billingBlock .form-row.countryField {
    margin-top: 0px;
}

.twoStepsOrder .form-row:after,
.billingBlock .form-row:after,
.paymentBlock .form-row:after {
    clear: both;
}
  
.twoStepsOrder .form-row .formLabel,
.billingBlock .form-row .formLabel,
.paymentBlock .form-row .formLabel {
    width: 20%;
    float: left;
    padding-right: 5%;
}

.twoStepsOrder .form-row .formInput,
.billingBlock .form-row .formInput,
.paymentBlock .form-row .formInput {
    width: 100%;
}

.customerFirstNameContainer {
    width: 49%;
    float: left;
}

.customerLastNameContainer {
    width: 49%;
    float: right;
}

.twoStepsOrder .customerAddressContainer,
.billingBlock .customerAddressContainer,
.twoStepsOrder .customerStateContainer,
.billingBlock .customerStateContainer {
    width: 59%;
    float: left;
    margin-top: 0px;
}

.twoStepsOrder .customerCityContainer,
.billingBlock .customerCityContainer,
.twoStepsOrder .customerZipContainer,
.billingBlock .customerZipContainer {
    width: 39%;
    float: right;
    margin-top: 0px;
}

.twoStepsOrder #customerAddress2,
.billingBlock #customerAddress2 {
    margin-top: 15px;
}

.twoStepsOrder #customerCountry,
.twoStepsOrder #billingCustomerCountry,
.billingBlock #customerCountry,
.billingBlock #billingCustomerCountry {
    width: 100%;
    border: 2px solid #ccc;
}

.twoStepsOrder #customerCountry,
.twoStepsOrder #billingCustomerCountry {
    padding-left: 4px;
}

.twoStepsOrder .form-row .formInput select,
.billingBlock .form-row .formInput select,
.paymentBlock .form-row .formInput select {
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 13px;
}

.twoStepsOrder #cardsImageBlock,
.paymentBlock #cardsImageBlock {
    font-size: 30px;
    line-height: 0px;
    color: #777;
    text-align: center;
}

.twoStepsOrder #paymentCardExpMonth,
.twoStepsOrder #paymentCardExpYear
.paymentBlock #paymentCardExpMonth,
.paymentBlock #paymentCardExpYear {
    border: 2px solid #ccc;
    margin-bottom: 5px;
    padding-right: 15px;
    width: 100%;
}

#paymentCardCVC,
#paymentCardExpMonth,
#paymentCardExpYear {
    float: left;
    margin: 0px;
    width: 30% !important;
}

#paymentCardExpMonth {
    margin-left: 9%;
}

#paymentCardExpYear {
    margin-left: 1%;
}

.payment-errors, .contacts-errors, .billing-errors, 
.terms-errors, #promoCodeErrorMessage {
    color: red;
    display: block;
    font-size: 14px;
}
          
.firstOrderStep #firstStepProcessLoad,
.secondOrderStep #processLoad {
    text-align: center;
}

.firstOrderStep #firstStepProcessLoad  {
    margin: 20px auto 0px;
}

#promoCode {
    max-width: 100%;
}

#promoCode, #tryPromoCode {
    box-sizing: border-box;
    padding: 6px 12px;
    line-height: inherit;
}

#tryPromoCode {
    background-color: #2d91fb;
}

#promoCode {
    margin-right: 10px;
}

.acceptTermsBlock, .mustAcceptTermsBeforeSubmit {
    position: relative;
}

.acceptTermsBlock .acceptedTermsCheckbox,
.mustAcceptTermsBeforeSubmit .acceptedTermsCheckbox {
    position: absolute;
}

.acceptTermsBlock .acceptTermsLabel,
.mustAcceptTermsBeforeSubmit .acceptTermsLabel {
    display: block;
    margin-left: 25px;
}

.acceptedTermsContainer,
.step1AcceptedTermsContainer {
    margin-bottom: 10px;
}

.acceptedTermsCheckbox input[type=checkbox],
.step1AcceptedTermsCheckbox input[type=checkbox],
.step1_acceptedTermsCheckbox input[type=checkbox] {
    visibility: hidden;
}

.acceptedTermsCheckbox,
.step1AcceptedTermsCheckbox,
.step1_acceptedTermsCheckbox {
    position: relative;
    margin-right: 5px;
}

.acceptedTermsCheckbox label,
.step1AcceptedTermsCheckbox label,
.step1_acceptedTermsCheckbox label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border:2px solid #cccccc;
}

.acceptedTermsCheckbox label:after,
.step1AcceptedTermsCheckbox label:after,
.step1_acceptedTermsCheckbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}

.accepteTermsTemplate,
.step1_accepteTermsTemplate {
    display: none;
}

.accepteTerms,
.step1_accepteTerms {
    margin-top: 3px;
    min-height: 19px;
}

/**
* Create the hover event of the tick
*
.acceptedTermsCheckbox label:hover::after {
       opacity: 0.5;
}*/

/**
* Create the checkbox state for the tick
*/
.acceptedTermsCheckbox input[type=checkbox]:checked + label:after,
.step1_acceptedTermsCheckbox input[type=checkbox]:checked + label:after,
.step1AcceptedTermsCheckbox input[type=checkbox]:checked + label:after {
       opacity: 1;
}

.mainAcceptTermsLabel div {
    display: inline-block;
}

.popupFormObject .mustAcceptTermsBeforeSubmit {
   text-align: left;
   margin-bottom: 10px;
}

.mustAcceptTermsBeforeSubmit {
    margin-bottom: 3px;
    min-height: 19px;
}

.optinFormBlock .mustAcceptTermsBeforeSubmit {
    margin-bottom: 20px;
}

.billingBlock label,
.paymentBlock label {
    font-weight: bold;
}

#paymentPlanOption {
    margin-bottom: 10px;
}

#orderTotal, #orderTotalWithDiscount, #discountLabel {
    float: left;
    max-width: 60%;
    font-weight: bold;
}

#orderPriceBlock, #discountPrice, #discountValue {
    float: right;
    text-align: right;
    max-width: 30%;
    font-weight: bold;
}

#orderVat {
    display: none;
}

#orderVatValue {
    float: right;
}

#discountValue, #discountLabel {
    color: #51ae7d;
}

.featureBoxBlock .pbBlockInner {
    display: table;
}

.featureBoxBlock .pbBlockInner .imageBox,
.featureBoxBlock .pbBlockInner .textBox {
    display: table-cell;
}

.imageBox, .textBox {
    box-sizing: border-box;
}
 
.imageBox img {
    width: 100%;
    display: block;
}

.leftSizeContent .imageBox img,
.rightSizeContent .imageBox img {
    width: 100%;
    display: inline-block;
}

.leftSizeContent,
.rightSizeContent {
    float: left;
    box-sizing: border-box;
}

.leftSizeContent {
    padding-right: 1%;
}

.rightSizeContent {
    padding-left: 1%;
}

.orderBumpContainer {
    padding: 10px;
    margin-bottom: 10px;
}

.orderBumpBlock .orderBumpCheckboxContainer,
.orderBumpContainer .orderBumpCheckboxContainer {
    margin-bottom: 8px;
    padding: 5px;
}

.orderBumpContainer .orderBumpLabel{
    font-weight: bold;
}

.orderBumpBlock .orderBumpHeadline {
    color: #AE3201;
    font-weight: bold;
}

.quizSignContainer {
    width: 50px;
    color: #dddddd;
}

.correctAnswer {
    background-color: #9FE9BE;
}

.incorrectAnswer {
    background-color: #F4AAA2;
}

.assessmentBlock .quizPage {
    margin-top: 10px;
}

.showQuizResults {
    margin: 10px 10px 0px 0px;
}

.toQuizStart {
    margin: 10px 0px 0px 0px;
}

.assessmentBlock .quizInfoContainer {
    background-color: #fafafa;
    padding: 10px;
    margin: 10px 0px;
}

.quizBlock .quizInfoContainer {
    margin-bottom: 10px;
}

.quizResults {
    font-weight: 700;
}

.questionTitle {
    font-weight: 700;
    margin-bottom: 10px;
}

.quizAnswerBlock input {
    margin-right: 5px;
}

.quizAnswerBlock i {
    margin-right: 10px;
}

.quizProgressBar {
    display: none;
    margin-bottom: 10px;
}

.quizProgress {
    background-color: #cccccc;
}

.passedQuiz .quizSignContainer {
    color: #23b05c;
}

#optinbox #popupImageBlock {
    display: table-cell;
}

.presentAudiences .audienceOption,
.presentAudiences  .m10pro_audienceOption {
    margin-bottom: 10px;
}

.fiftyProgress .progressBarReady {
    width: 50%;
}

.seventyFiveProgress .progressBarReady {
    width: 75%;
}

.progressBarStatus {
    text-align: right;
    width: 100%;
}

.progressBarBlock, .quizProgressBar {
        background-color: #ffffff;
        width: 100%;
        height: 24px;
        position: relative;
        -moz-box-shadow: inset 0px 2px 3px #e0e0e0;
        -webkit-box-shadow: inset 0px 2px 3px #e0e0e0;
        box-shadow: inset 0px 2px 3px #e0e0e0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.progressBarReady, .quizProgress {
    width: 50%;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    box-sizing:border-box;
    padding-right:10px;
    padding-top:2px;
}

.submenuItem {
    display: block;
    cursor: pointer; 
    padding: 3px 0 3px 10px; 
    text-decoration: none; 
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.submenuItem i {
    float: right;
    margin-top: 3px;
    color: #000000;
}

#content a.submenuItem:hover {
    text-decoration: none;
}

.positionRelative {
    position: relative;
}

.cardInfoBlockFakeCardDetails {
    background: none;
    border: 0px !important;
    position: absolute;
    right: 4px;
    text-align: right;
    top: 2px;
    width: 100px;
}

.quizAnswerBlock {
    padding: 15px;
    border: 1px solid #e2e2e2;
    margin: 20px 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

.quizAnswerBlock table {
    width: 100%;
}

.quizAnswerControl, .quizAnswerImage, .quizAnswerLabel {
    vertical-align: middle; 
}

.quizAnswerControl {
    width: 30px;
}

.quizAnswerImage {
    width: 100px;
}

.quizAnswerImage img {
    width: 100px;
    height: 70px;
}

.quizAnswerTextBlock .customAnswer {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.quizAnswerBlock .selectedAnswerControl {
    display: none;
}

.selectAnswer i.fa{
    color: #2d91fb;
}

.quizAnswerBlock.selectedAnswer .notSelectedAnswerControl {
    display: none;
}

.quizAnswerBlock.selectedAnswer .selectedAnswerControl {
    display: inline;
}

.userAnswerTextHidden {
    display: none;
}

.assessmentBlock .quizIntroText {
    padding: 10px 0px;
}

.quizBlock .quizIntroText {
    margin-bottom: 10px;
}

.quizFinishedText {
    display: none;
}

.assessmentBlock .quizFinishedText {
    padding: 10px 0px;
}

.quizBlock .quizFinishedText {
    margin-bottom: 10px;
}

.quizContactForm {
    display: none;
    width: 100%;
    margin: 0px auto;
}

.quizContactForm input[type="text"] {
    border-style: solid;
    border-width: 3px;
    border-radius: 0px;
    border-color: #cccccc;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
}

.quizContactForm button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
}

.quizContactForm .mustAcceptTermsBeforeSubmit {
    margin-bottom: 10px;
}

.pbRow2Columns .quizContactForm, .pbRow3Columns .quizContactForm, .pbRow4Columns .quizContactForm{
    width: 100%;
}

.pbBlocksContainer .library .library-item {
    padding-bottom: 0px;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.courseLessonBlock .pbAudioPlayer,
.pbToggleBlock .pbAudioPlayer {
    margin-bottom: 20px;
}

.affiliatesAvatar {
    height: 60px;
}

#reportDateSelect .btn-default {
    border-color: #ccc;
}

.blogPostTitleContainer {
    font-size: 35px;
}

.blogPostTitleContainer a {
    text-decoration: none;
    color: inherit !important;
}

.blogPostImageContainer img {
    max-width: 100%;
    margin-bottom: 10px;
}

.blogPostDateContainer {
    margin-bottom: 20px;
    color: #666666;
    font-size: 12px;
}

.linkToBlogPage {
    font-family: Open Sans;
    font-size: 18px;
}

.linkToBlogPage a {
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #2882e2;
    padding-top: 11px;
    padding-right: 26px;
    padding-bottom: 11px;
    padding-left: 26px;
    font-weight: bold;
    border: none;
}

.audioBlock .pbAudioPlayer div.audioControls div.control-container div.meta-container .audioTitle,
.audioBlock .pbAudioPlayer div.audioControls div.control-container div.meta-container .audioSubTitle {
    color: inherit !important;
}

.audioBlock .pbAudioPlayer div.audioControls div.control-container div.meta-container {
    color: inherit !important;
}

.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;
}

.categoriesListDropdown {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none;
    text-align: left;
    z-index: 2;
    width: 100%;
}

.categoriesListDropdown a {
    display: block;
    color: #333 !important;
    padding: 3px 20px;
    text-decoration: none;
}

.categoriesListDropdown a:hover {
    background-color: #f5f5f5;
}

.categoriesListDropdownButton {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.15);
    width: 100%;
}
 
.blogPostsLoading {
    text-align: center;
    margin-top: 40px;
}

.moreBlogPosts {
    cursor: pointer;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    line-height: inherit;
    background-color: #2882e2;
    border-radius: 3px;
    padding-top: 11px;
    padding-right: 26px;
    padding-bottom: 11px;
    padding-left: 26px;
    font-weight: bold;
    border: none;
}

.searchAtBlogContainer {
    position: relative;
}

.searchAtBlogContainer label {
    position: absolute;
    left: 17px;
    top: 10px;
    line-height: 1;
}

.searchAtBlogInput {
    padding: 10px 43px;
    border-radius: 4px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
}

.filterProductsInput {
    width: 100%;
}

.filterProducts .pbBlockInner {
    position: relative;
}
        
.resetProductsFilter {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #cccccc;
}

.blogPostContainer {
    box-sizing: border-box;
    overflow: hidden;
}

.oneColumnView {
    margin-left: 0px;
    margin-right: 0px;
}

.oneColumnView .blogPostContainer {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.twoColumnsView {
    margin-left: -1.25%;
    margin-right: -1.25%;
}

.twoColumnsView .blogPostContainer {
    float: left;
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
}

.threeColumnsView {
    margin-left: -1.66%;
    margin-right: -1.66%;
}

.threeColumnsView .blogPostContainer {
    float: left;
    width: 30%;
    margin-left: 1.66%;
    margin-right: 1.66%;
}

.blogPostViewOneByOne .blogPostImageContainer {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}

.blogPostViewOneByOne .blogPostImageContainer.invisibleElemens,
.blogPostViewImageLeft .blogPostImageContainer.invisibleElemens,
.blogPostViewImageRight .blogPostImageContainer.invisibleElemens {
    display: none;
}

.blogPostViewOneByOne .blogPostDetails {
    display: block;
    float: none;
}

.blogPostViewImageLeft .blogPostImageContainer {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    display: table-cell;
    box-sizing: border-box;
}

.blogPostViewImageLeft .blogPostDetails {
    display: table-cell;
    float: left;
}

.blogPostViewImageRight .blogPostImageContainer {
    float: right;
    padding-left: 10px;
    padding-right: 0px;
    display: table-cell;
    box-sizing: border-box;
}

.blogPostViewImageRight .blogPostDetails {
    display: table-cell;
    float: left;
}

.blogPostImageWidth40 .blogPostImageContainer {
    width: 40%;
}

.blogPostImageWidth50 .blogPostImageContainer {
    width: 50%;
}

.blogPostImageWidth60 .blogPostImageContainer {
    width: 60%
}

.blogPostImageWidth40 .blogPostDetails {
    width: 60%;
}

.blogPostImageWidth50 .blogPostDetails {
    width: 50%;
}

.blogPostImageWidth60 .blogPostDetails {
    width: 40%
}

.blogPostViewOneByOne .blogPostImageWidth40 .blogPostImageContainer,
.blogPostViewOneByOne .blogPostImageWidth50 .blogPostImageContainer,
.blogPostViewOneByOne .blogPostImageWidth60 .blogPostImageContainer,
.blogPostViewOneByOne .blogPostImageWidth40 .blogPostDetails,
.blogPostViewOneByOne .blogPostImageWidth50 .blogPostDetails,
.blogPostViewOneByOne .blogPostImageWidth60 .blogPostDetails {
    width: 100%;
}

.imageBox img {
    width: 100%;
    display: block;
}

/*------ hidden form style ------*/
.fancybox-overlay .fancybox-opened .fancybox-skin {
    /*background-color: transparent !important;
    overflow: hidden;
    padding: 0px!important;*/
}

#popupTitle,
#audiencePopupTitle {
    margin: 0px auto 12px;
    font-size: 33px;
    color: #000;
}

#popupSubTitle,
#audiencePopupSubtitle {
    margin: 0px auto 8px;
    font-size: 17px;
}

.popupFormParagraph {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 1.1;
}

.fancyboxContent input[type="text"],
.fancyboxContent input[type=""],
.fancyboxContent input[type="email"]  {
    color: #666666;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    border: 2px solid #ccc;
    font-family: 'Open Sans', sans-serif;
}

.fancyboxContent {
    text-align: center;
    margin: 0px auto;
}

#audienceButtonSettings,
#autoresponderPopupButton,
#openFormButton {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 5px auto;
    overflow: hidden;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    line-height: 1.1em;
    width: 100%;
    cursor: pointer;
}

#audienceButtonSettings {
    width: 80%;
}

#openPBFormButton, #audiencesPBForm {
    display: none;
}

.safeoptinPopup {
    color: #787878;
    padding-top: 3px;
    padding-left: 5px;
    min-height: 20px;
    text-align: left;
    font-size: 11px;
    font-family: helvetica,arial,sans-serif;
}

#lockImage {
    background-image: url('https://txfiles.s3.amazonaws.com/defaultimages/lockend.png');
    min-height: 20px;
    min-width: 20px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#progressBlock, #audienceProgressBlock {
    background-color: #ffffff;
    margin-bottom: 20px;
    width:100%;
}

#progressBar, #audienceProgressBar {
    background-color: #ffffff;
    width: 100%;
    height: 24px;
    position: relative;
    -moz-box-shadow: inset 0px 2px 3px #e0e0e0;
    -webkit-box-shadow: inset 0px 2px 3px #e0e0e0;
    box-shadow: inset 0px 2px 3px #e0e0e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#progressBarReady, #audienceProgressBarReady {
    width: 50%;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    box-sizing:border-box;
    padding-right:10px;
    padding-top:2px;
}

.step2progress #progressBarReady {
    width: 75%;
}

#progressStatus, #audienceProgressStatus {
    text-align: right;
    width: 100%;
    font-size: 13px;
}

#progressBarTitle, #audienceProgressBarTitle {
    margin-top: 0.25em;
    font-size: 11px;
}        
/*------ end hidden form style ------*/

.fancybox-close {
    top: -4px;
    right: -4px;
}

#openPopupFormButton {
    display: none;
}

#popupImageBlock.invisibleElemens {
    display: none !important;
}

.hiddenFormContainer .multiWebinarSelect,
.hiddenFormContainer .dateTimezonePickerSelect {
    padding: 10px 25px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://txfiles.s3.amazonaws.com/defaultimages/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: right 0.5em top 50%;
    background-size: 0.5em;
    border: 2px solid #ccc;
    font-size: 15px !important;
    width: 70%
}

.twoStepsShippingAddressSameAsBilling {
    margin-bottom: 15px;
}

.library-item a.courseImage {
    display: block;
    position: relative;
}

.courseProgressBar {
    height: 5px;
    background-color: #23b05c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.userPromotionProducts {
    margin-bottom: 200px;
}

#askForPushNotifications {
    z-index:9999999999999999; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    right: 0px;
}

#askForPushNotificationsInner {
    background: #ffffff; 
    padding: 20px; 
    width: 500px; 
    max-width: 90%; 
    margin: 0px auto; 
    box-shadow: 0 0 20px 3px rgba(0,0,0,.22) !important; 
    border-bottom-left-radius: 2px; 
    border-bottom-right-radius: 2px; 
    box-sizing: border-box;
}

#askForPushNotificationsTextPlusImage {
    margin-bottom: 3.5px;
}

#askForPushNotificationsText {
    margin-bottom: 30px; 
    font-size: 15px; 
    color: #666666;
}

#askForPushNotificationsImageContainer {
    width: 80px; 
    height:80px;
    float:left;
}

#askForPushNotificationsImageContainer img {
    width: 100%;
}

#askForPushNotificationsTextContainer {
    font-size: 16px; 
    font-family: Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-weight: lighter; 
    width: calc(100% - 80px); 
    box-sizing: border-box; 
    padding-left: 20px; 
    padding-right: 3px; 
    color: #666666; float:left;
}

#askForPushNotificationsCancelButton {
    border:none; 
    background: transparent; color: #1165f1; 
    font-size: 14px; 
    line-height:21px; 
    letter-spacing: 0.7px; cursor: pointer; 
    font-weight: lighter; 
    font-family: Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif; 
    padding:10px 28px; 
    margin-right: 10px;
}

#askForPushNotificationsAgreeButton {
    background: #1165f1; 
    color: #ffffff; 
    cursor: pointer; 
    font-size: 14px; 
    font-family: Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif; 
    letter-spacing: 0.7px; 
    line-height:21px; cursor: pointer; 
    font-weight: lighter; 
    padding:10px 28px; border: none; 
    border-radius: 2px; 
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12);
}

.assessmentBlock a.btn {
    background-color: #f0f0f0;
}

.assessmentBlock a.btn.focus, 
.assessmentBlock a.btn:focus, 
.assessmentBlock a.btn:hover {
    color: #333;
    text-decoration: none !important;
}

.assessmentBlock a.disabledLink {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.contentBlockElement .flip-clock-wrapper ul {
    margin: 2px !important;
}

.contentBlockElement .flip-clock-wrapper ul li {
    padding: 0px !important;
}

.buttonSubText {
    display: block;
    font-weight: normal;
}

.progress-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    border: 2.5px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: progress-spinner .75s linear infinite;
    animation: progress-spinner .75s linear infinite;
}

@-webkit-keyframes progress-spinner {
 to {
  -webkit-transform:rotate(360deg);

 }
}

@keyframes progress-spinner{
 to {
  -webkit-transform:rotate(360deg);

 }
}

@media (max-width: 570px) {
    .featureBoxBlock .pbBlockInner {
        display: block;
    }
    
    .featureBoxBlock .pbBlockInner .imageBox,
    .featureBoxBlock .pbBlockInner .textBox {
        display: block;
    }

    .imageBox {
        width:100% !important;
        float: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 20px;
    }
    .textBox {
        width:100% !important;
        float: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .pbEditableSection .pbSectionInner {
        background-attachment: inherit !important;
    }
    
    .pbEditableRow {
        background-attachment: inherit !important;
    }
    
    .pbEditableColumn {
        background-attachment: inherit !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .pbEditableSection .pbSectionInner {
        background-attachment: inherit !important;
    }
    
    .pbEditableRow {
        background-attachment: inherit !important;
    }
    
    .pbEditableColumn {
        background-attachment: inherit !important;
    }
}

@media (max-width: 768px) {
    .pbEditableSection .pbSectionInner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pbEditableSection .pbSectionBG {
        background-attachment: inherit !important;
    }
    
    .pbEditableRow.desktopMobileView {
        display: table !important;
    }
    
    .fullWidthLargePBSection .pbEditableRow.fullWidthMobileView,
    .fullWidthMediumPBSection .pbEditableRow.fullWidthMobileView,
    .largePBSection .pbEditableRow.fullWidthMobileView,
    .mediumPBSection .pbEditableRow.fullWidthMobileView,
    .fullWidthPBSection .pbEditableRow.fullWidthMobileView {
        border-collapse: collapse !important;
        border-spacing: 0px;
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        background-attachment: inherit !important;
    }
    
    .fullWidthLargePBSection .pbEditableColumn,
    .fullWidthMediumPBSection .pbEditableColumn,
    .largePBSection .pbEditableColumn,
    .mediumPBSection .fullWidthMobileView .pbEditableColumn,
    .fullWidthPBSection .fullWidthMobileView .pbEditableColumn {
        background-attachment: inherit !important;
    }
    
    .fullWidthLargePBSection .pbEditableRow.fullWidthMobileView .pbEditableColumn:last-of-type,
    .fullWidthMediumPBSection .pbEditableRow.fullWidthMobileView .pbEditableColumn:last-of-type,
    .largePBSection .pbEditableRow.fullWidthMobileView .pbEditableColumn:last-of-type,
    .mediumPBSection .pbEditableRow.fullWidthMobileView .pbEditableColumn:last-of-type,
    .fullWidthPBSection .pbEditableRow.fullWidthMobileView .pbEditableColumn:last-of-type {
        margin-bottom: 0px;
    }
    
    .buttonContentBlock a {
        padding: 10px !important;
    }
}

@media (max-width: 600px) {
    .fancybox-skin {
        padding: 25px 15px 15px 15px !important;
    }
    
    #optinbox .popupFormContainer,
    #optinbox .popupFormContainer .popupFormContainerForm {
        display: block !important;
    }
    
    #optinbox #popupImageBlock {
        display: block;
        margin-bottom: 10px;
        width: auto !important;
    }
    
    #optinbox form {
        width: 100% !important;
    }
}

@media (max-width: 570px) {
    .firstOrderStepTitle,
    .secondOrderStepTitle {
        width: 10%;
    }

    .firstOrderStepTitle.selectedOrderStep,
    .secondOrderStepTitle.selectedOrderStep {
        width: 90%;
    }

    .orderStepTitles {
        display: none;
    }

    .selectedOrderStep .orderStepTitles {
        display: block;
    }

    .shareButton {
        width:100% !important; 
        box-sizing: border-box;
    }
    
    .socialShareButtonsBlock {
        margin-bottom:10px;
    }
    
}

@media (max-width: 768px) {
    .largeSizeTimer .flip-clock-wrapper ul {
            height: 64px;
            width: 40px;
        }

        .largeSizeTimer .flip-clock-wrapper ul li {
            line-height: 64px;
        }

        .largeSizeTimer .flip-clock-wrapper ul li a div div.inn {
            font-size: 46px;
        }

        .largeSizeTimer .flip-clock-divider .flip-clock-label {
            top: 68px;
            font-size: 11px;
            right: -74px;
        }

        .largeSizeTimer .flip-clock-dot.top {
            top: 41px;
        }
    }

    @media (max-width: 374px) {
        .largeSizeTimer .flip-clock-wrapper ul {
            height: 40px;
            width: 25px;
        }

        .largeSizeTimer .flip-clock-wrapper ul li {
            line-height: 40px;
        }

        .largeSizeTimer .flip-clock-wrapper ul li a div div.inn {
            font-size: 24px;
        }

        .largeSizeTimer .flip-clock-divider .flip-clock-label {
            top: 44px;
            font-size: 11px;
            right: -59px;
        }

        .largeSizeTimer .flip-clock-dot.top {
            top: 30px;
        }
    }

    @media (max-width: 613px) {
        .largeSizeTimer .flip-clock-wrapper ul {
            height: 40px;
            width: 25px;
        }

        .largeSizeTimer .flip-clock-wrapper ul li {
            line-height: 40px;
        }

        .largeSizeTimer .flip-clock-wrapper ul li a div div.inn {
            font-size: 24px !important;
        }

        .largeSizeTimer .flip-clock-divider .flip-clock-label {
            top: 44px;
            font-size: 11px;
            right: -59px;
        }

        .largeSizeTimer .flip-clock-dot.top {
            top: 30px;
        }
    }

#pageBody {
    position: relative;
}
.pageBodyBG {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    border-radius: inherit;
    border: inherit;
    background-position: center center;
}

.pageBodyBGOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    border-radius: inherit;
    border: inherit;
}

.pageBodyContent {
    z-index: 2;
    position: relative;
}

.convertKitBlocked {
    display: none !important;
}