.cms-page-view div.widget.block.block-static-block {
	display: contents !important;
}
.cms-loren-fogleman-room,
.cms-loren-fogelman-webinar,
.cms-hot-topic-webinar-series-2,
.cms-ultra-unlimited-3 {
	overflow-x: hidden;
}
.cms-loren-fogleman-room #maincontent,
.cms-loren-fogelman-webinar #maincontent,
.cms-hot-topic-webinar-series-2 #maincontent,
.cms-ultra-unlimited-3 #maincontent {
	margin-top: 0;
}
.cms-loren-fogleman-room .hamburger,
.cms-loren-fogelman-webinar .hamburger,
.cms-hot-topic-webinar-series-2 .hamburger,
.cms-ultra-unlimited-3 .hamburger {
	margin-top: 0;
}
.cms-loren-fogleman-room .custom-title-div,
.cms-loren-fogelman-webinar .custom-title-div,
.cms-hot-topic-webinar-series-2 .custom-title-div,
.cms-ultra-unlimited-3 .custom-title-div {
	display: none;
}
.loren-webinar-row {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: 520px;
	left: 49%;
	background-size: cover;
	background-repeat: no-repeat;
}
 .loren-webinar-col {
     padding-top: 20px;
}
 .loren-webinar-row .loren-webinar-col .webinar-content .title {
     color: rgb(255, 255, 255);
     font-size: 19px;
     line-height: 1.215em;
     letter-spacing: 0.5px;
     font-weight: 600;
     text-transform: none;
     text-align: center;
     font-family: Montserrat, sans-serif;
}
 .loren-webinar-row .loren-webinar-col .webinar-content hr {
     width: 400px;
     margin: auto;
     height: 3px;
     background: rgb(32, 104, 255);
     color: rgb(32, 104, 255);
     margin-top: -10px;
     margin-bottom: 20px;
     border-top: 0px;
}
 .loren-webinar-row .loren-webinar-col .webinar-content .subtitle {
     font-family: Montserrat, sans-serif;
     font-weight: 700;
     color: rgb(255, 255, 255);
     font-size: 31px;
     text-align: center;
     line-height: 44px;
     margin-bottom: 5px;
}
 .loren-webinar-row .loren-webinar-col .webinar-content .author {
     font-family: Montserrat, sans-serif;
     font-weight: 700;
     color: rgb(255, 255, 255);
     font-size: 20px;
     text-align: center;
     margin-top: 0px;
     margin-bottom: 30px;
}
 .loren-webinar-row .loren-webinar-col .webinar-content p {
     font-family: Montserrat, sans-serif;
     color: rgb(255, 255, 255);
     font-size: 19px;
     line-height: 1.091em;
     letter-spacing: -1px;
     font-weight: 700;
     text-align: center;
}
 .loren-video-row .loren-video-col {
     max-width: 900px;
     margin: auto;
}
.loren-video-row {
    margin-top: -120px;
    position: relative;
}
 .video-title-row {
     background-image: linear-gradient(90deg, rgb(19, 105, 152) 0%, rgb(11, 111, 165) 100%);
     box-sizing: border-box;
     border-radius: 0px;
}
 .loren-video-row .loren-video-col .video-title {
     height: 50px;
     font-size: 15px;
     font-family: Montserrat, sans-serif;
     color: rgb(255, 255, 255);
     max-width: 900px;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: 700;
     background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 20px, transparent 20px, transparent 40px);
     -webkit-animation: progress-bar-animate 1s linear infinite;
     animation: progress-bar-animate 1s linear infinite;
}
 @-webkit-keyframes progress-bar-animate {
     from {
         background-position: 0 0;
    }
     to {
         background-position: 50px 0;
    }
}
 .loren-video-row .video-wrapper {
     position: relative;
     width: 100%;
     overflow: hidden;
}
.loren-video-row #icons-play {
	width: 125px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
 .loren-video-row .video-overlay {
     position: absolute;
     top: 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     width: 100%;
     height: 100%;
}
 .loren-video-row .video-iframe {
     position: relative;
     width: 100%;
     overflow: hidden;
     padding-top: 56.25%;
}
 .loren-video-row iframe.fitvidsignore {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: none;
     transform: translateZ(0);
     -webkit-transform: translateZ(0);
}
 .loren-ondemand-row {
     margin-top: 100px !important;
     max-width: 900px;
     margin: auto;
}
 .loren-ondemand-col {
     border-right-style: dashed;
     border-right-width: 3px;
     border-right-color: rgb(204, 204, 204);
     border-bottom-style: dashed;
     border-bottom-width: 3px;
     border-bottom-color: rgb(204, 204, 204);
     border-left-style: dashed;
     border-left-width: 3px;
     border-left-color: rgb(204, 204, 204);
     border-top-style: dashed;
     border-top-width: 3px;
     border-top-color: rgb(204, 204, 204);
     text-align: center;
     padding-top: 20px;
     padding-bottom: 35px;
     padding-left: 60px;
     padding-right: 60px;
}
 .loren-ondemand-row .loren-ondemand-col .title {
     margin-top: 0px;
     font-family: Montserrat, sans-serif;
     font-weight: 700;
     font-size: 31px;
     color: #212529;
}
 .loren-ondemand-row .loren-ondemand-col p {
     color: rgb(14, 14, 14);
     font-size: 24px;
     text-align: center;
     font-family: Montserrat, sans-serif;
     margin-bottom: 40px;
}
 .loren-ondemand-row .loren-ondemand-col .btn-here {
     color: rgb(255, 255, 255);
     height: 73px;
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;
     border-bottom-left-radius: 8px;
     padding-bottom: 0px;
     max-width: 374px;
     margin-left: auto;
     margin-top: 0px;
     text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
     margin-right: auto;
     margin-bottom: 15px;
     background-color: rgb(255, 149, 10);
     padding-left: 80px;
     padding-right: 80px;
     padding-top: 13px;
     padding-bottom: 14px;
     font-size: 32px;
     font-family: Montserrat, sans-serif;
     box-shadow: inset 0px -9px 0px -5px rgba(0,0,0,0.10);
}
 .loren-ondemand-row .loren-ondemand-col .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.04);
}
 @media only screen and (max-width:767px) {
     .video-title-row {
         display: none;
    }
     .webinar-content {
         padding-left: 20px;
         padding-right: 20px;
    }
     .loren-ondemand-col {
         border: 0px;
         padding-left: 0px;
         padding-right: 0px;
    }
     .loren-ondemand-row {
         padding-left: 5px;
         padding-left: 5px;
    }
     .loren-video-row {
         margin-top: 50px;
    }
}
 @media only screen and (max-width:540px) {
     .loren-webinar-row .loren-webinar-col .webinar-content hr {
         width: 100%;
    }
     .loren-video-row {
         margin-top: 0px;
    }
     .loren-video-row #icons-play {
         width: 50px;
    }
     .loren-ondemand-row .loren-ondemand-col .btn-here {
         font-size: 20px;
         padding-left: 20px;
         padding-right: 20px;
    }
     .loren-webinar-row .loren-webinar-col .webinar-content .subtitle {
         line-height: 32px;
    }
}
 .mtco-presents-row {
     background-image: linear-gradient(90deg, rgba(0, 60, 130, 0.4) 0%, rgb(0, 60, 130) 65%);
     background-color: rgba(0, 0, 0, 0);
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 49%;
     text-align: center;
}
 .mtco-presents-row .mtco-content {
     padding-top: 40px;
     position: relative;
     overflow: hidden;
     z-index: 99;
     padding-left: 20px;
     padding-right: 20px;
}
 .mtco-presents-row .mtco-content .title {
     font-family: Montserrat, sans-serif;
     font-weight: bold;
     color: #fff;
     font-size: 24px;
}
 .mtco-presents-row .mtco-content .subtitle strong {
     color: rgb(255, 142, 10);
     font-size: 42px;
     line-height: 1.38em;
     text-align: center;
     display: block;
     font-family: Montserrat, sans-serif;
     font-weight: bold;
}
 .mtco-presents-row .mtco-content .subtitle {
     color: rgb(255, 142, 10);
     font-size: 42px;
     line-height: 1.38em;
     text-align: center;
     display: block;
     font-family: Montserrat, sans-serif;
     font-weight: 400;
     margin-bottom: 0px !important;
}
 .mtco-presents-row .mtco-content p {
     font-family: Montserrat, sans-serif;
     color: rgba(255, 255, 255, 0.87);
     font-size: 22px;
     font-weight: 300;
     text-align: center;
     margin-top: 15px !important;
     margin-bottom: 40px !important;
     max-width: 820px;
     margin: auto;
}
 .mtco-content {
     position: relative;
}
 .mtco-presents-col .mtco-content .btn-here {
     font-family: Montserrat, sans-serif;
     font-weight: 700;
     overflow: hidden;
     z-index: 999;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 25px;
     color: #fff;
     font-weight: 700;
     color: rgb(255, 255, 255);
     height: 82px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 17px 44px -2px;
     width: 593px;
     margin: auto;
     background-color: rgb(255, 142, 10);
     align-items: center;
     padding-bottom: -32px;
}
 .mtco-presents-col .mtco-content .btn-here i.icon.icon-small-right {
     font-size: 40px;
     color: #fff;
}
 .mtco-presents-col .mtco-content .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .mtco-bg {
     width: 100vw;
     position: relative;
     margin-left: -49vw;
     left: 49%;
     height: 180px;
     margin-top: -80px;
     background-size: cover !important;
}
 .discover-wrapper .title {
     text-align: center;
     margin-top: 0px;
     font-size: 29px;
     line-height: 1.487em;
     font-weight: 400;
}
 .discover-wrapper .discover-content-row {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-top: 40px;
     padding-bottom: 40px;
     grid-column-gap: 50px;
     grid-row-gap: 50px;
}
 .discover-wrapper .discover-content-row .discover-content-col.left-col {
     width: 31.5436%;
}
 .discover-content-row .discover-content-col img {
     border-top-right-radius: 20px;
     border-bottom-right-radius: 20px;
     border-bottom-left-radius: 20px;
     border-top-left-radius: 20px;
     width: 100%;
     min-height: 200px;
}
 .discover-content-row .discover-content-col.right-col h2 {
     color: rgb(33, 37, 41);
     font-family: Montserrat, sans-serif;
     font-weight: 400;
     font-size: 24px;
     margin-bottom: 30px;
     margin-top: 0px;
}
 .discover-list {
     padding: 0px;
     margin: 0px;
}
 .discover-list li {
     list-style-type: none;
}
 .list-row {
     display: flex;
     align-items: center;
     grid-column-gap: 10px;
     margin-bottom: 24px;
}
 .list-row i.icon.icon-check-circle {
     color: rgb(31, 171, 236);
     font-size: 18px;
}
 .list-row .list-col.right-col {
     font-size: 18px;
     color: rgb(33, 37, 41);
     font-family: Montserrat, sans-serif;
}
 .discover-wrapper {
     padding-bottom: 60px;
}
 .meet-main-section {
     background-color: rgb(251, 251, 251);
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 49%;
}
 .icon-row .icon-col {
     display: flex;
     justify-content: center;
}
 .icon-row .icon-col .icon {
     padding: 15px;
     color: rgb(255, 255, 255);
     padding-bottom: 11px;
     background-color: rgb(255, 127, 67);
     border-radius: 100%;
     margin-top: -35px;
}
 .meet-wrapper {
     padding-top: 50px;
     padding-bottom: 50px;
}
 .meet-row {
     border-top-right-radius: 20px;
     border-bottom-right-radius: 20px;
     border-bottom-left-radius: 20px;
     border-top-left-radius: 20px;
     box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 8px -1px;
     background: #fff;
     max-width: 1000px;
     margin: auto;
     display: flex;
     align-items: center;
     grid-column-gap: 30px;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-left: 100px;
     padding-right: 100px;
}
 .meet-col.left-col img {
     border-radius: 100%;
}
 .meet-col.right-col .meet-content h2 {
     color: rgb(33, 37, 41);
     font-family: Montserrat, sans-serif;
     font-weight: 400;
     font-size: 28px;
}
 .meet-col.right-col .meet-content p {
     font-size: 17px;
     line-height: 1.604em;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
}
 .meet-col.right-col .meet-content p strong {
     font-size: 13pt;
     font-family: Arial;
     color: rgb(67, 67, 67);
     background-color: transparent;
     font-weight: 700;
     font-style: normal;
     text-decoration-line: none;
}
 .meet-btn .btn-here {
     font-family: Montserrat, sans-serif;
     font-weight: 700;
     margin-top: 30px;
     overflow: hidden;
     z-index: 999;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 25px;
     color: #fff;
     font-weight: 700;
     color: rgb(255, 255, 255);
     height: 82px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 17px 44px -2px;
     width: 593px;
     margin: auto;
     background-color: rgb(255, 127, 67);
     align-items: center;
}
 .meet-btn .btn-here i.icon.icon-small-right {
     font-size: 40px;
     color: #fff;
}
 .meet-btn .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .meet-btn {
     margin-top: 30px 
}
 @media only screen and (max-width:1150px){
     .mtco-bg {
         height: 121px;
    }
}
 @media only screen and (max-width:991px){
     .meet-btn .btn-here {
         width: 100%;
         font-size: 20px;
         margin: auto;
         height: 68px;
    }
     .meet-btn {
         display: block;
         text-align: center;
         padding-left: 20px;
         padding-right: 20px;
    }
     .mtco-presents-col .mtco-content .btn-here {
         width: 100%;
         font-size: 20px;
         height: 68px;
    }
     .discover-wrapper .title {
         margin-top: 30px;
    }
     .discover-wrapper .discover-content-row .discover-content-col.left-col {
         width: 100%;
    }
     .discover-content-row {
         display: block;
    }
     .mtco-bg {
         display: none;
    }
     .discover-content-row .discover-content-col img {
         height: 200px;
         object-fit: cover;
    }
     .meet-main-section {
         left: 50%;
    }
     .mtco-presents-row {
         left: 50%;
    }
     .mtco-bg {
         left: 50%;
    }
     .meet-row {
         margin-left: 20px;
         margin-right: 20px;
    }
}
 @media only screen and (max-width:767px){
     .meet-row {
         display: block;
         text-align: center;
         padding-left: 25px;
         padding-right: 25px;
         padding-top: 25px;
         padding-bottom: 25px;
    }
}
 .tax-critical-wrapper {
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 49%;
     text-align: center;
     background-size: cover !important;
}
 .tax-critical-wrapper .tax-critical-row {
     background-color: rgba(0, 36, 88, 0.9);
     padding-left: 20px;
     padding-right: 20px;
}
 .tax-critical-col {
     max-width: 941px;
     margin: auto;
     text-align: center;
     padding-top: 50px;
     padding-bottom: 80px;
}
 .tax-critical-content .title {
     font-family: "Open Sans", sans-serif;
     color: rgb(255, 255, 255);
     font-size: 45px;
     line-height: 1.208em;
     letter-spacing: -0.5px;
     font-weight: 700;
     text-transform: none;
     text-align: center;
     text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 0px;
}
 .tax-critical-content .subtitle {
     font-family: "Open Sans", sans-serif;
     color: rgb(255, 255, 255);
     font-size: 22px !important;
     line-height: 1.472em;
     letter-spacing: 0.5px;
     font-weight: 400 !important;
     text-transform: none;
     text-align: center;
     text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 0px;
     margin-bottom: 40px;
}
 .tax-critical-content .btn-here {
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 25px;
     font-weight: 700;
     width: 490px;
     margin: auto;
     background-color: rgb(255, 142, 10);
     align-items: center;
     color: rgb(255, 255, 255);
     height: 80px;
     font-family: "Open Sans", sans-serif;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
 .tax-critical-content .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .training-wrapper .btn-here {
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 25px;
     font-weight: 700;
     width: 490px;
     margin: auto;
     background-color: rgb(255, 142, 10);
     align-items: center;
     color: rgb(255, 255, 255);
     height: 80px;
     font-family: "Open Sans", sans-serif;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
 .training-wrapper .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .training-wrapper {
     padding-top: 60px;
     padding-bottom: 80px;
}
 .training-row .training-col {
     text-align: center;
     max-width: 870px;
     margin: auto;
}
 .training-row .training-col .title {
     color: rgb(0, 0, 0);
     font-size: 40px;
     letter-spacing: -0.5px;
     font-weight: 700;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     margin-bottom: 50px;
}
 .training-col p {
     color: rgba(25, 25, 25, 0.91);
     font-size: 20px;
     text-align: left;
     font-family: "Open Sans", sans-serif;
     margin-bottom: 25px;
}
 .training-list {
     padding: 0px;
     margin: 0px;
}
 .training-list li {
     list-style-type: none;
     padding: 0px;
     margin: 0px;
}
 .training-list li .list-row {
     align-items: flex-start;
}
 .training-list .list-col.right-col {
     color: rgba(25, 25, 25, 0.91);
     font-size: 19px;
     text-align: left;
     font-family: "Open Sans", sans-serif;
}
 .training-list .list-col.left-col i.icon.icon-check {
     font-size: 22px;
}
 .training-list {
     margin-bottom: 50px !important;
     margin: auto;
     max-width: 700px;
}
 .industry-experts-wrapper {
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 49%;
     text-align: center;
     background-size: cover !important;
}
 .industry-experts-container {
     background-color: rgba(58, 73, 95, 0.9);
     padding-bottom: 80px;
}
 .industry-experts-content {
     padding-top: 50px;
     max-width: 850px;
     margin: auto;
}
 .industry-experts-content .title {
     color: rgb(255, 255, 255);
     font-size: 42px;
     line-height: 1.2em;
     letter-spacing: -0.5px;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
}
 .industry-experts-content p {
     color: rgba(255, 255, 255, 0.8);
     font-size: 18px;
     text-align: center;
     line-height: 1.7em;
     font-family: "Open Sans", sans-serif;
     margin-bottom: 50px;
}
 .industry-experts-content .subtitle {
     color: rgb(255, 255, 255);
     font-size: 33px !important;
     line-height: 1.2em;
     letter-spacing: -0.5px;
     text-align: center;
     font-family: "Open Sans", sans-serif;
}
 .industry-experts-row {
     display: flex;
     max-width: 1000px;
     margin: auto;
     grid-column-gap: 60px;
     flex-wrap: wrap;
     margin-top: 50px;
     grid-row-gap: 45px;
}
 .industry-experts-row .industry-experts-col {
     width: 47%;
}
 .expert-content {
     padding-top: 40px;
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 20px;
     min-height: 250px;
}
 .industry-experts-row .industry-experts-col .expert-content img {
     width: 100px;
     height: 100px;
     border-radius: 100%;
}
 .industry-experts-row .industry-experts-col .expert-content h2 {
     color: rgb(255, 255, 255);
     font-size: 23px;
     line-height: 1.2em;
     letter-spacing: -0.5px;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
}
 .industry-experts-row .industry-experts-col .expert-content p {
     color: rgba(255, 255, 255, 0.8);
     font-size: 16px;
     font-style: italic;
     text-align: center;
     font-family: "Open Sans", sans-serif;
}
 .industry-experts-row .industry-experts-col .expert-content.ellipse img {
     height: auto;
}
 .industry-experts-row .industry-experts-col .expert-content h2 {
     margin-bottom: 10px;
}
 .webinar-events-wrapper {
     padding-top: 60px;
}
 .webinar-events-content {
     text-align: center;
     max-width: 810px;
     margin: auto;
}
 .webinar-events-content h2 {
     font-size: 43px;
     line-height: 1.2em;
     letter-spacing: 0px;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
}
 .webinar-events-content p {
     color: rgba(33, 37, 41, 0.8);
     font-size: 19px;
     text-align: center;
     font-family: "Open Sans", sans-serif;
}
 .webinar-events-row {
     display: flex;
     grid-column-gap: 20px;
     align-items: flex-start;
     margin-top: 80px;
}
 .webinar-events-col.left-col {
     width: 90%;
}
 .events-content-row {
     display: flex;
     flex-wrap: wrap;
     grid-column-gap: 29px;
     grid-row-gap: 50px;
}
 .webinar-events-row .events-content-col {
     width: 47%;
}
 .webinar-events-col.right-col img {
     border-radius: 10px;
}
 .events-content-col .events-content h3 {
     color: rgba(29, 40, 60, 0.84);
     font-size: 20px !important;
     line-height: 1.4em;
     font-weight: 600 !important;
     text-align: left;
     font-family: "Open Sans", sans-serif;
}
 .events-content-col .events-content p b {
     color: rgba(33, 37, 41, 0.8);
     font-size: 16px;
     line-height: 1.7em;
     font-family: "Open Sans", sans-serif;
     text-align: left;
}
 .events-content-col .events-content p {
     color: rgba(33, 37, 41, 0.8);
     font-size: 16px;
     line-height: 1.7em;
     font-weight: 400;
     text-align: left;
}
 .customers-say-wrapper {
     padding-top: 60px;
     padding-bottom: 50px;
}
 .customers-say-container .title{
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-size: 32px;
     font-weight: 700;
     color: #212529;
}
 .customers-say-container {
     width: 70%;
     margin: auto;
}
 .customers-say-row {
     display: flex;
     flex-wrap: wrap;
     grid-column-gap: 29px;
     margin-top:40px;
}
 .customers-say-col {
     width: 48%;
}
 .customers-content img {
     width: 114px;
     height: 38px;
}
 .customers-content p {
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
     color: #212529;
     font-weight: 400;
}
 .customers-content .customer {
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
     color: #212529;
     font-weight: 700;
}
 .guarantee-wrapper {
     padding-top: 60px;
     padding-bottom: 50px;
}
 .guarantee-container {
     max-width: 810px;
     margin: auto;
}
 .guarantee-container .guarantee-content .title {
     color: rgb(0, 0, 0);
     font-size: 40px;
     letter-spacing: -0.5px;
     font-weight: 700;
     text-align: center;
     font-family: "Open Sans", sans-serif;
}
 .guarantee-container .guarantee-content p {
     color: rgba(27, 36, 46, 0.69);
     text-align: center;
     line-height: 1.625em;
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
}
 .why-us-wrapper {
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 49%;
     text-align: center;
     background-size: cover !important;
     background-color: rgba(29, 40, 61, 0.05);
     padding-top: 100px;
     padding-bottom: 100px;
}
 .why-us-col.left-image-col {
     width: 800px;
     margin: auto;
     position: relative;
}
 .why-us-col.left-image-col img {
     box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 20px -4px;
     border-radius: 20px;
     height: 700px;
     object-fit: cover;
}
 .why-us-col.right-content-col {
     width: 390px;
     background-color: #fff;
     position: absolute;
     right: -80px;
     bottom: 100px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 20px -4px;
     padding-left: 40px;
     padding-right: 0px;
     padding-bottom: 30px;
     text-align: left;
}
 .why-us-content .title {
     font-size: 35px;
     line-height: 1.2em;
     font-weight: 700;
     text-align: left;
     margin-bottom: 0px;
}
 .why-us-content .subtitle {
     color: rgb(251, 131, 27);
     font-size: 16px !important;
     line-height: 1.25em;
     font-weight: 600 !important;
     text-align: left;
     margin-top: 5px;
}
 .why-us-content p {
     line-height: 1.6em;
     font-weight: 400;
     text-align: left;
     width: 340px;
     color: rgb(33, 37, 41);
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
}
 .subscription-wrapper {
     padding-top: 50px;
     padding-bottom: 50px;
}
 .subscription-row {
     max-width: 534px;
     margin: auto;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
     border-bottom-left-radius: 6px;
     border-bottom-right-radius: 6px;
     box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 20px -4px;
     background-color: #fff;
}
 .subscription-content .title {
     font-family: "Open Sans", sans-serif;
     color: rgb(0, 0, 0);
     font-size: 40px;
     letter-spacing: -0.5px;
     font-weight: 700;
     text-align: center;
}
 .subscription-content {
     padding-top: 15px;
}
 .subscription-content p {
     font-family: "Open Sans", sans-serif;
     color: rgba(27, 36, 46, 0.69);
     text-align: center;
     line-height: 1.625em;
     font-size: 19px;
}
 .subscription-content .price-check {
     color: rgb(234, 0, 0);
     font-size: 30px;
     line-height: 1.218em;
     text-decoration: line-through;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     margin-top: 20px;
}
 .subscription-content .only {
     font-family: "Open Sans", sans-serif;
     font-size: 72px !important;
     line-height: 1.218em;
     text-align: center;
     font-weight: 700 !important;
}
 .subscription-content .per {
     font-size: 40px;
     line-height: 1.218em;
     text-align: center;
     margin-top: 0px;
     font-family: "Open Sans", sans-serif;
}
 .subscription-list {
     padding: 0px;
     margin: 0px;
     max-width: 370px;
     margin: auto;
     padding-bottom: 40px;
}
 .subscription-list li {
     list-style-type: none;
     margin: 0px;
}
 .subscription-list .list-row {
     align-items: flex-start;
     margin-bottom: 0px;
}
 .subscription-list .list-row i.icon.icon-check {
     color: rgb(0, 124, 255);
}
 .subscription-list .list-row .list-col.right-col {
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
}
 .subscription-content .btn-here {
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 25px;
     font-weight: 700;
     width: 400px;
     margin: auto;
     background-color: rgb(255, 142, 10);
     align-items: center;
     color: rgb(255, 255, 255);
     height: 85px;
     font-family: "Open Sans", sans-serif;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px -10px;
}
 .subscription-content .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
     color: #fff;
}
 .payment {
     display: flex;
     justify-content: center;
     margin: auto;
     padding-top: 20px;
     width: 150px;
     padding-bottom: 35px;
}
 @media only screen and (max-width:1100px) {
     .customers-say-row {
         justify-content: center;
    }
     .customers-say-container {
         width: 90%;
    }
}
 @media only screen and (max-width:1080px) {
     .webinar-events-row {
         display: block;
    }
     .webinar-events-col.left-col {
         width: 100%;
    }
}
 @media only screen and (max-width:991px) {
     .tax-critical-col {
         padding-left: 20px;
         padding-right: 20px;
    }
     .tax-critical-content .btn-here {
         width: 100%;
    }
     .training-wrapper .btn-here {
         width: 100%;
    }
     .industry-experts-row {
         justify-content: center;
    }
     .tax-critical-wrapper {
         left: 50%;
         overflow: hidden;
    }
     .industry-experts-wrapper {
         left: 50%;
         overflow: hidden;
    }
     .why-us-wrapper {
         left: 50%;
         overflow: hidden;
    }
     .industry-experts-content {
         padding-left: 20px;
         padding-right: 20px;
    }
     .events-content-row {
         justify-content: center;
    }
     .why-us-col.left-image-col img{
         display: none;
    }
     .why-us-col.left-image-col {
         width: 100%;
         max-width: 100%;
         display: flex;
    }
     .why-us-col.right-content-col {
         position: relative;
         margin-left: 0px;
         margin-right: 0px;
         right: 0px;
         bottom: 0px;
         width: 100%;
         padding: 15px;
    }
     .why-us-content p {
         width: 100%;
    }
     .why-us-row {
         padding-left: 15px;
         padding-right: 15px;
         position: relative;
         display: flex;
    }
}
 @media only screen and (max-width:767px){
     .subscription-row {
         width: 100%;
         max-width: 100%;
    }
     .subscription-content .btn-here {
         width: 100%;
         max-width: 70%;
         font-size: 18px;
         justify-content: center;
         text-align: center;
    }
     .subscription-list {
         padding-left: 10px;
         padding-right: 10px;
    }
     .customers-say-col {
         width: 100%;
    }
     .webinar-events-row .events-content-col {
         width: 100%;
    }
     .industry-experts-row .industry-experts-col {
         width: 100%;
    }
}
 .modal-popup.reserve-popup .modal-inner-wrap {
     width: 50% !important;
     background-color: rgb(249, 249, 249) !important;
}
 .reserve-popup.modal-slide .action-close {
     position: absolute;
     top: -15px;
     right: -15px;
     background: #000;
     border-radius: 50%;
     padding: 0px;
     border: solid 2px #fff;
}
 .free-consultation-bg h2 {
     color: rgb(33, 37, 41);
     font-family: Montserrat, sans-serif;
     font-weight: 400;
     font-size: 35px;
     text-align: center;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .free-consultation-bg p {
     font-family: Montserrat, sans-serif;
     font-size: 17px;
     font-weight: 300;
     text-align: center;
     color: rgb(33, 37, 41);
}
 .free-contact.contact-from input {
     border: 1px solid #e8e8e8;
     background-color: rgb(255, 255, 255);
     height: 64px;
     padding-left: 24px;
}
 .free-consultation {
     padding-left: 50px;
     padding-right: 40px;
}
 .free-contact.contact-from .control {
     margin-bottom: 15px;
     position: relative;
}
 .free-contact-col.free-contact-submit button.action.submit.primary {
     display: block;
     width: 100% !important;
     background-color: rgb(255, 163, 56) !important;
     height: 68px;
     padding: 0.6em 1em;
     border-radius: 3px;
     font-size: 25px !important;
     line-height: 1.5em;
     font-weight: 700 !important;
     color: #fff !important;
     margin-bottom: 20px;
}
 .free-contact.contact-from .control .icon {
     position: absolute;
     right: 25px;
     top: 25px;
     color: #aab3bc;
}
 .form-bottom p {
     color: rgba(33, 37, 41, 0.64);
     font-size: 13px;
     text-align: center;
}
 .form-bottom p a {
     color: #007bff;
}
 .reserve-popup.modal-slide .action-close {
     color: #fff !important;
}
 .reserve-popup.modal-slide .action-close:hover {
     color: #fff !important;
}
 .reserve-popup.modal-slide .action-close::before{
     color: #fff !important;
}
 .reserve-popup.modal-slide .action-close::before:hover {
     color: #fff !important;
}
 @media only screen and (max-width:991px) {
     .modal-popup.reserve-popup .modal-inner-wrap {
         width: 90% !important;
         background-color: rgb(249, 249, 249) !important;
    }
     .reserve-popup.modal-slide .action-close {
         right: 0px;
         top: 0px;
    }
}
 @media only screen and (max-width:540px) {
     .free-consultation {
         padding-left: 0px;
         padding-right: 0px;
    }
     .free-contact-col.free-contact-submit button.action.submit.primary {
         font-size: 18px !important;
    }
     .free-contact.contact-from .control .icon {
         position: absolute;
         right: 7px;
    }
}
 .professional-row {
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 48%;
     display: flex;
     grid-column-gap: 60px;
     border: solid 1px;
     grid-row-gap: 20px;
     align-items: center;
}
 .professional-col.left-image-col {
     width: 55%;
     display: flex;
}
 .professional-col.right-content-col {
     width: 45%;
}
 .professional-col.left-image-col img {
     height: 100%;
     width: 100%;
	 object-fit: cover;
}
 .professional-col.right-content-col .professional-content .title {
     font-size: 50px;
     line-height: 1.15em;
     text-align: left;
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
}
 .professional-col.right-content-col .professional-content p {
     font-family: "Open Sans", sans-serif;
     color: #000;
     font-size: 27px;
     line-height: 1.472em;
     letter-spacing: 0.5px;
     font-weight: 400;
     text-transform: none;
     text-align: left;
     text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
 .professional-row .btn-here {
     font-family: "Open Sans", sans-serif;
     text-shadow: rgba(0, 0, 0, 0.12) 0px 2px 0px;
     font-size: 23px;
     line-height: 1.234em;
     font-weight: 700;
     text-transform: uppercase;
     max-width: 75%;
     display: flex;
     align-items: center;
     background-color: rgb(245, 130, 7);
     text-align: center;
     color: #fff;
     height: 86px;
     border-radius: 8px;
     margin-top: 40px;
     justify-content: center;
}
 .professional-row .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .everything-wrapper {
     padding-top: 60px;
     padding-bottom: 50px;
     max-width: 810px;
     margin: auto;
}
 .everything-container .top-content .title {
     color: rgb(0, 0, 0);
     font-size: 40px;
     letter-spacing: -0.5px;
     font-weight: 700;
     text-align: center;
     font-family: "Open Sans", sans-serif;
}
 .everything-container .top-content p {
     font-family: "Open Sans", sans-serif;
     color: rgb(25, 25, 25);
     font-size: 22px;
     line-height: 1.472em;
     letter-spacing: 0.5px;
     font-weight: 400;
     text-transform: none;
     text-align: center;
     text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
 .everything-content .everything-row {
     display: flex;
     align-items: flex-start;
     grid-column-gap: 25px;
     grid-row-gap: 20px;
     border-bottom: solid 1px rgb(235, 235, 235);
     padding-bottom: 50px;
     padding-top: 50px;
}
 .everything-content .everything-row .everything-col.image .icon {
     color: rgba(0, 105, 255, 0.48);
}
 .everything-col.content .heading {
     margin-top: 0px;
     margin-top: 0px;
     font-size: 32px;
     text-align: left;
     font-weight: 700;
     font-family: "Open Sans", sans-serif;
}
 .everything-col.content hr {
     background-color: rgb(0, 105, 255);
     border-top: 0px;
     height: 4px;
     width: 350px;
     margin-left: 0px;
}
 .everything-col.content p {
     color: rgba(25, 25, 25, 0.68);
     font-weight: 400;
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
}
 .top-industry-wrapper {
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 49%;
     background-color: rgb(249, 249, 249);
     padding-top: 50px;
     padding-bottom: 50px;
}
 .top-industry-content {
     max-width: 960px;
     margin: auto;
}
 .top-industry-container .top-industry-content .title {
     color: rgb(0, 0, 0);
     font-size: 40px;
     letter-spacing: -0.5px;
     font-weight: 700;
     text-align: center;
     font-family: "Open Sans", sans-serif;
     margin-bottom: 50px;
}
 .top-industry-container .top-industry-content p b {
     color: rgba(25, 25, 25, 0.91);
     font-size: 20px;
     text-align: left;
     font-family: "Open Sans", sans-serif;
}
 .top-industry-container .top-industry-content p {
     color: rgba(25, 25, 25, 0.91);
     font-size: 20px;
     text-align: left;
     font-family: "Open Sans", sans-serif;
}
 .top-industry-content .btn-here {
     font-family: "Open Sans", sans-serif;
     text-shadow: rgba(0, 0, 0, 0.12) 0px 2px 0px;
     font-size: 23px;
     line-height: 1.234em;
     font-weight: 700;
     text-transform: uppercase;
     max-width: 45%;
     display: flex;
     align-items: center;
     background-color: rgb(245, 130, 7);
     text-align: center;
     color: #fff;
     height: 86px;
     border-radius: 8px;
     margin-top: 40px !important;
     justify-content: center;
     margin: auto;
}
 .top-industry-content .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .package-wrapper {
     padding-top: 50px;
     padding-bottom:50px ;
}
 .package-container {
     background-color: rgba(29, 40, 61, 0.05);
     border-radius: 20px;
     padding-top: 40px;
}
 .package-container .package-content .title {
     font-family: "Open Sans", sans-serif;
     font-size: 43px;
     line-height: 1.211em;
     text-align: center;
     font-weight: 700;
}
 .package-container .package-content p {
     font-family: "Open Sans", sans-serif;
     font-size: 19px;
     line-height: 1.6em;
     text-align: center;
}
 .package-content-list {
     padding-top: 50px;
}
 .package-list {
     padding: 0px;
     margin: 0px;
     display: flex;
     padding-left: 30px;
     padding-right: 30px;
     justify-content: space-between;
}
 .package-list li {
     padding: 0px;
     margin: 0px;
     list-style-type: none;
     width: 48%;
}
 .package-list li .list-row {
     align-self: flex-start;
}
 .package-list li .list-row .icon {
     color: rgb(255, 255, 255);
     background-color: rgb(27, 104, 251);
     padding: 8px;
     border-color: rgb(255, 255, 255);
     border-radius: 100%;
     font-size: 15px;
     padding-bottom: 5px;
}
 .package-list li .list-row .list-col.right-col {
     line-height: 1.4em;
     font-weight: 400;
     text-align: left;
     font-size: 16px;
     font-family: "Open Sans", sans-serif;
     color: #212529;
}
 .guarantee-container .btn-here {
     font-family: "Open Sans", sans-serif;
     text-shadow: rgba(0, 0, 0, 0.12) 0px 2px 0px;
     font-size: 23px;
     line-height: 1.234em;
     font-weight: 700;
     text-transform: uppercase;
     max-width: 45%;
     display: flex;
     align-items: center;
     background-color: rgb(245, 130, 7);
     text-align: center;
     color: #fff;
     height: 86px;
     border-radius: 8px;
     margin-top: 40px !important;
     justify-content: center;
     margin: auto;
}
 .guarantee-container .btn-here:hover {
     text-decoration: none;
     filter: brightness(1.05);
}
 .subscription-list .list-row .list-col.left-col {
     padding-top: 5px;
}
 @media only screen and (max-width:1350px){
     .professional-col.left-image-col {
         width: 50%;
    }
     .professional-col.right-content-col {
         width: 50%;
         padding-bottom: 50px;
         padding-right: 25px;
    }
     .professional-row .btn-here {
         max-width: 73%;
    }
     .professional-row {
         align-items: normal;
    }
}
 @media only screen and (max-width:1020px){
     .professional-col.left-image-col img {
         height: 100%;
         width: 100%;
         object-fit: cover;
    }
     .professional-col.left-image-col {
         width: 30%;
    }
     .professional-col.right-content-col{
         width: 70%;
    }
}
 @media only screen and (max-width:991px){
     .everything-wrapper {
         max-width: 100%;
         width: 100%;
    }
     .top-industry-content {
         max-width: 100%;
         width: 100%;
         padding-left: 15px;
         padding-right: 15px;
    }
     .customers-say-container {
         width: 100%;
    }
     .why-us-col.right-content-col {
         max-width: 100%;
         width: 100%;
    }
     .top-industry-container {
         display: flex;
    }
     .top-industry-wrapper {
         left: 50%;
         overflow: hidden;
    }
     .everything-col.content .heading {
         font-size: 22px !important;
    }
}
 @media only screen and (max-width:767px){
     .professional-col.left-image-col img {
         height: 100%;
         width: 100%;
         object-fit: cover;
    }
     .professional-col.left-image-col {
         width: 100%;
    }
     .professional-col.right-content-col{
         width: 100%;
    }
     .professional-content {
         text-align: center;
         padding-left: 15px;
         padding-right: 15px;
    }
     .professional-col.right-content-col .professional-content .title {
         text-align: center;
    }
     .professional-col.right-content-col .professional-content p {
         text-align: center;
    }
     .professional-row .btn-here {
         max-width: 85%;
         justify-content: center;
         align-items: center;
         text-align: center;
         margin: auto;
    }
     .professional-row {
         display: grid;
         overflow: hidden;
    }
     .everything-content .everything-row {
         display: block;
    }
     .everything-col.image {
         text-align: center;
         margin-bottom: 10px;
    }
     .industry-experts-row .industry-experts-col {
         width: 100%;
         margin-left: 20px;
         margin-right: 20px;
    }
     .package-list {
         display: block;
    }
     .package-list li {
         width: 100%;
    }
     .package-container {
         padding-bottom: 40px;
    }
     .everything-col.content hr {
         width: 100%;
    }
     .top-industry-content .btn-here {
         max-width: 80%;
    }
     .guarantee-container .btn-here {
         max-width: 80%;
    }
}
 @media only screen and (max-width:991px) {
     .everything-col.content .heading {
         font-size: 22px;
    }
     .subscription-content .only {
         font-size: 32px;
    }
     .industry-experts-row .industry-experts-col .expert-content h2 {
         font-size: 20px;
    }
     .professional-row .btn-here {
         font-size: 18px;
    }
     .loren-webinar-row .loren-webinar-col .webinar-content .title {
         font-size: 18px;
    }
     .loren-ondemand-row .loren-ondemand-col .title {
         font-size: 28px;
    }
     .loren-ondemand-row .loren-ondemand-col p {
         font-size: 18px;
    }
     .professional-col.right-content-col .professional-content .title {
         font-size: 32px;
    }
     .professional-col.right-content-col .professional-content p {
         font-size: 16px;
    }
     .everything-container .top-content .title {
         font-size: 32px;
    }
     .everything-container .top-content p {
         font-size: 16px;
    }
     .everything-col.content p {
         font-size: 16px;
    }
     .top-industry-container .top-industry-content .title {
         font-size: 32px;
    }
     .top-industry-container .top-industry-content p b {
         font-size: 16px;
    }
     .top-industry-container .top-industry-content p {
         font-size: 16px;
    }
     .top-industry-content .btn-here {
         font-size: 18px;
    }
     .package-container .package-content .title {
         font-size: 32px;
    }
     .package-container .package-content p {
         font-size: 16px;
    }
     .industry-experts-content .title {
         font-size: 32px;
    }
     .industry-experts-content p {
         font-size: 16px;
    }
     .industry-experts-content .subtitle {
         font-size: 29px !important;
    }
     .industry-experts-row .industry-experts-col .expert-content p {
         font-size: 16px;
    }
     .customers-say-container .title {
         font-size: 28px;
    }
     .customers-content p {
         font-size: 16px;
    }
     .customers-content .customer {
         font-size: 16px;
    }
     .guarantee-container .guarantee-content .title {
         font-size: 32px;
    }
     .guarantee-container .guarantee-content p {
         font-size: 16px;
    }
     .guarantee-container .btn-here {
         font-size: 18px;
    }
     .why-us-content .title {
         font-size: 32px;
    }
     .why-us-content p {
         font-size: 16px;
    }
     .subscription-content .title {
         font-size: 32px;
    }
     .subscription-content p {
         font-size: 16px;
    }
     .subscription-content .price-check {
         font-size: 16px;
    }
     .subscription-list .list-row .list-col.right-col {
         font-size: 16px;
    }
     .mtco-presents-row .mtco-content .title {
         font-size: 20px;
    }
     .mtco-presents-row .mtco-content .subtitle strong {
         font-size: 32px 
    }
     .mtco-presents-row .mtco-content p {
         font-size: 16px;
    }
     .discover-wrapper .title {
         font-size: 20px;
    }
     .discover-content-row .discover-content-col.right-col h2 {
         font-size: 20px;
    }
     .list-row .list-col.right-col {
         font-size: 16px;
    }
     .meet-col.right-col .meet-content h2 {
         font-size: 24px;
    }
     .tax-critical-content .title {
         font-size: 35px;
    }
     .tax-critical-content .btn-here {
         font-size: 18px;
    }
     .training-row .training-col .title {
         font-size: 32px;
    }
     .training-col p {
         font-size: 16px;
    }
     .training-wrapper .btn-here {
         font-size: 18px;
    }
     .webinar-events-content h2 {
         font-size: 32px;
    }
     .subscription-content .only {
         font-size: 32px !important;
    }
     .subscription-content .per {
         font-size: 32px;
    }
}
 