/*!
 * Aces Dover Global CSS
 * Author: Wilbert Chhua & Vincent Halim
 * Description: This will contain the CSS that will be used throughout the site
 */
/*IMPORT CSS PLUGINS HERE*/

@import url("css-plugins/bootstrap-grid.css");
@import url("css-plugins/ebook.css");
@import url("css-plugins/video-watermark.css");
/*GLOBAL CSS STARTS HERE*/

.chart-html5-inset {
    transition: transform 0.3s;
}
.chart-html5-inset:hover {
    transform: scale(1.2);
}
table {
    border-collapse: collapse;
}
table.table-bordered th,
table.table-bordered td {
    border: 1px solid #dddddd;
    padding: 10px;
    text-align: left;
}
table.table-striped tr:nth-child(even) {
    background-color: #f2f2f2;
}
table.table-bordered thead th{
  border-bottom-width: 2px;
}
footnote {
    font-size: 0.8em;
    line-height: 1em;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px;
}
small.img-attribute{
  font-size: 70%;
  float: right;
}
.resource-cover {
    width: 250px;
    border: 3px solid #ddd;
    border-radius: 3px;
}
.frm_error {
    color: #800000;
    display: inline-block;
}
.img-grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.module-post .post-image img,
img-border {
    border-radius: 3px;
    padding: 1px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
.loops-wrapper.list-thumb-image .post-image {
    float: right !important;
    margin: 2.7em 0 1em 2em !important;
    max-width: 40%;
    width: 40%!important;
}
.col-full .module-post .list-thumb-image .post {
    border-top: 2px solid #ddd;
    padding-top: 30px;
}
div.wbtn a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    padding: 1em 2em !important;
    line-height: 4em;
    border: 0 !important;
}
div.wbtn a:hover {
    border: 0 !important;
}
/*admin debug*/

.wdebug {
    display: none;
}
.admin-bar .wdebug {
    display: block;
}
/*TEAM MODAL - START*/
/*MODAL*/

body.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-content .user-image {
    border-radius: 100%;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    width: 150px;
}
.modal-content .title,
.modal-content .subtitle {
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}
.modal-content .title {
    font-family: inherit;
    color: #232930 !important;
    font-size: 30px;
    margin-bottom: 20px;
}
.modal-content p {
    color: #232930 !important;
}
.modal-content .subtitle {
    font-family: inherit;
    color: #232930 !important;
    letter-spacing: 0;
    font-size: 20px;
    padding-bottom: 20px;
}
.btn-container {
    /*padding-top: 20px;*/
    
    padding-top: 12px;
    width: 190px;
    margin: 0 auto;
}
.modal-backdrop.in {
    z-index: 1040 !important;
    opacity: .5 !important;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    z-index: -1 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal-btn,
.modal-close-btn {
    cursor: pointer;
    font-family: inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #919191;
    color: #919191;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
}
.modal-btn:hover,
.modal-close-btn:hover {
    background-color: #919191;
    color: #ffffff;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 30px;
    text-align: left;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.ebook-contact-btn {
    width: 300px !important;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px auto;
}
@media (min-width: 1025px) {
    div[id^="v-modal"] .modal-centering {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }
}
/*FACT SHEETS*/
.fact-sheet img {
    width: 200px;
}
/*VIVO*/ 
@media (min-width: 1200px) {
    .fact-sheet .row>div:not(.col) {
        width: 33.33333333% !important;
    }
}
.fact-sheet h4 {
    max-width: 240px;
    color: initial !important;
}
.fact-sheet .flyer {
    padding: 20px 0;
    margin-bottom: 20px;
}
.fact-sheet .flyer:last-child {
    border: 0;
}
.fact-sheet .title {
    display: block;
    font-family: inherit;
    text-transform: none;
    font-size: 18px;
    padding-bottom: 20px;
}
/*MODAL*/
/*TEAM PAGE CSS*/

.row {
    margin: 0;
}
.team-profile {
    display: table;
    z-index: 0;
    position: relative;
    background: #343232;
    border: 1px solid #423f3f;
    border-width: 0 1px 1px 0;
    padding: 9px;
    height: 300px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.team-members {
    background-color: #343232;
}
.at-user {
    display: table-cell;
    vertical-align: middle;
}
.primary-advisers .team-profile {
    background-color: #f3f3f3;
    color: #525252;
    border: 1px solid #cecece;
    border-width: 0 1px 1px 0;
    float: left;
}
.team-page {
    background-color: #f3f3f3 !important;
}
.team-heading,
.team-member-headings {
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}
h2.team-heading {
    color: #525252;
}
h2.team-member-headings {
    background-color: #343232;
    color: #fff;
    margin-bottom: 0;
}
.primary-advisers .row {
    text-align: center;
}
.team-md-centering {
    padding: 0;
}
@media (min-width: 1272px) {
    .primary-advisers .team-profile:nth-child(1),
    .primary-advisers .team-profile:nth-child(2),
    .primary-advisers .team-profile:nth-child(3) {
        border-top: 1px solid #cecece;
    }
    .team-profile:nth-child(1),
    .team-profile:nth-child(2),
    .team-profile:nth-child(3) {
        border-top: 1px solid #423f3f;
    }
}
@media (min-width: 1025px) {
    .team-profile:hover,
    .calculator:hover {
        border: 0 !important;
        z-index: 1;
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
        -ms-transform: scale(1.05);
        /* IE 9 */
        
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
        transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
        transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
        transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    }
    .primary-advisers .team-md-centering .team-profile {
        width: 100% !important;
    }
}
@media (min-width: 1271px) {
    .primary-advisers .team-md-centering .team-profile {
        border-left: 1px solid #cecece;
    }
    .primary-advisers .team-md-centering {
        float: none;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        margin-bottom: 17px;
    }
}
@media (min-width: 1200px) and (max-width: 1271px) {
    .team-profile,
    .team-md-centering {
        width: 50% !important;
    }
}
@media (min-width: 992px) and (max-width: 1271px) {
    .primary-advisers .team-md-centering .team-profile {
        width: 100%;
    }
    .primary-advisers .team-profile:nth-child(1),
    .primary-advisers .team-profile:nth-child(2) {
        border-top: 1px solid #cecece;
    }
    .team-profile:nth-child(1),
    .team-profile:nth-child(2) {
        border-top: 1px solid #423f3f;
    }
}
@media (max-width: 991px) {
    .primary-advisers .team-md-centering,
    .primary-advisers .team-profile {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .team-profile {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}
.no-margin-auto {
    margin: 0 !important;
}
p:empty {
    padding: 0 !important;
    margin: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.team-img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.team-img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.team-name {
    text-align: center;
    font-family: inherit;
    font-size: 1.1em;
    padding-top: 15px
}
.team-title {
    font-family: inherit;
    text-align: center;
    font-size: 0.8em;
}
body {
    background: #FFF;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.team-container {
    width: 100%;
    box-sizing: border-box;
}
.contact-form-modal,
.modal-content .frm_message {
    background-color: #ebebeb !important;
}
.clickable {
    cursor: pointer !important;
}
.modal-content div[id$="-close-btn"].close {
    color: #000;
    position: absolute;
    right: 18px;
    top: 17px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.3;
    text-shadow: 0 1px 0 #fff;
}
.modal-content div[id$="-close-btn"].close:hover {
    opacity: 0.6;
}
.modal-content div[id$="-close-btn"].close:before {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: FontAwesome;
    content: "\f00d";
}
.centering {
    margin: 0 auto !important;
}
/*TEAM PAGE CSS ENDS HERE*/
/*TEAM MODAL - END*/

/*ONE-PAGE THEME TEAM PAGE CSS*/
.one-page-team .team-profile{
    border: 0 !important;
    box-shadow: 0 0 0 1px #ebebeb;
}
@media screen and (min-width: 1025px) {
    .one-page-team .team-profile:hover {
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    }
}
/*BUTTONS*/
a.std-link-btn {
    background-color: #ebebeb;
    border: 0 none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #313131 !important;
    cursor: pointer !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 4em;
    padding: 10px 17px !important;
    text-transform: uppercase;
}
a.std-link-btn:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 0.8;
    transition: opacity 0.3s;
}
/*DISABLE CRESTA SOCIAL ICONS INLINE [BECAUSE THERE IS A REPETITION OF THE FACEBOOK SOCIAL ICON]*/

#crestashareiconincontent.cresta-share-icon.first_style {
    display: none !important;
}
/*POSITION FIXED CONTACT FORM CSS*/

.q2w3-fixed-widget-container .frm_form_fields textarea {
    min-height: 4em !important;
    height: 4em;
}

/*Featured box*/
.featured{
	padding: 15px 20px 15px;
	margin-bottom: 2em;
	margin-top: 2em;
	background-color: #eee;
	border-radius: 5px;
	font-family: inherit !important;
	line-height: inherit !important;
}
.featured h2{
 	border-bottom: 1px solid #ddd !important;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.featured:before {
	color: #333;
	font-size: 2em;
	padding-right: 20px;
	font-family: themify;
	float: left;
}
.vjs-watermark.fade {
    opacity: 0.5;
}
.vjs-watermark.fade:hover {
    opacity: 1 !important;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.featured-area.fullcover figure.post-image img, .featured-area .backstretch img {
    filter: blur(40px);
    -moz-filter: blur(40px);
    -o-filter: blur(40px);
    -ms-filter: blur(40px);
}
.featured-area.fullcover figure.post-image img{
    height: auto;
    max-height: inherit;
    width: 100%;
    margin-top: -20%;
}
.category-ebook figure.post-image img, .category-newsletter figure.post-image img{
    height: auto;
    max-height: inherit;
}

.module-post .type-post.category-ebook .post-image, .module-post .type-post.category-newsletter .post-image {
    max-height: initial;
}

/*floating image 100% width on tablet down*/
@media screen and (max-width: 768px) {
    .post-content img.alignright{
        width: 100%;
    }
}

/*SOCIAL SHARE ICONS STYLING*/
body .cresta-share-icon i.c-icon-cresta-facebook, 
body .cresta-share-icon i.c-icon-cresta-twitter, 
body .cresta-share-icon i.c-icon-cresta-gplus, 
body .cresta-share-icon i.c-icon-cresta-linkedin, 
body .cresta-share-icon i.c-icon-cresta-pinterest, 
body .cresta-share-icon i.c-icon-cresta-print {
    width: 35px !important;
    height: 35px !important;
    text-align: center !important;
    padding: 9px 0;
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#crestashareicon {
    left: 0 !important;
}
/*CONTENT ONLY WEBSITE DISPLAY NONE THE IMAGE AND ONLY SHOW UP ON PRINT*/
body[class*="themify-ultra-"].ebook figure.post-image img {
    display: none;
}
body[class*="themify-ultra-"] article.category-newsletter p:first-child img {
    display: none;
}

/*PRINT CSS STARTS HERE*/
/* CUSTOM CSS MOVED TO CHILD THEME STYLE.CSS */
@media print {
  div#body {
    display: block !important;
    background: none !important;
  }
  #content {
    padding: 0 !important;
  }
  #layout {
    display: block !important;
  }
  #main {
    border: none !important;
  }
  h2, h3, h4, table, img, p {
    display: block !important;
  }
  table, img { 
    page-break-before: auto; 
    page-break-after: auto;
    page-break-inside: avoid;
  }
  tr { 
    page-break-inside: avoid; 
    page-break-after: auto 
  }
  thead {
    display: table-header-group
  }

  /* to hide the excerpt */
  .featured-area .post-excerpt,
  .featured-area .top-excerpt-wrap {
      display: none !important;
  }

  body.ebook .featured-area {
    text-align: center;
  }
  .ebook-articles,
  article {
    padding: 0;
    margin: 0 auto;
  }
  h3, h4 {
    page-break-after: avoid !important;
  }
  .post-nav{
    display: none !important;
  }
  #wdsi-slide_in,
  header.fusion-header-wrapper,
  .fusion-meta-info,
  .fusion-sharing-box,
  .related-posts,
  .fusion-footer,
  #header,
  header .ff-section-fullwidth,
  div.purechat,
  #go-top,
  #footer,
  .zls-small
  {
    display: none !important
  }
  
  #footerwrap{
    display: none !important;
  }
  .ebook-articles,
  div.post-content
  {
    max-width: 900px !important;
  }
  div.post-content {
    margin: auto !important;
  }

  #mobile-menu {
    display: none !important
  }
  #site-logo {
    font-size: 50px !important;
    color: #000 !important;
  }
  .split-panel { 
    display: none; 
  }
  .top-post-meta-wrap {  
    color: #000 !important; 
  }
  .top-post-meta-wrap a {
    color: #000 !important;
  }
  .footer-widgets-wrap {
    display: none;
  }
  .footer-text {
    display: none;
  }
  .ebook-read-more {
    display: block !important;
    font-size: 18px !important;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    border: 1px solid #ddd;
    text-align: left;
    page-break-inside: avoid !important;
  }
  .ebook-read-more ul {
    width: 100% !important; 
  }
  .ebook-read-more em {
    width: 100%;
    white-space: initial;
  }
  #sidebar {
    display: none;
  }
  div.minimised {
    display: none;
  }

  .top-post-meta-wrap,
  #headerwrap,
  aside.ebook-read-more {
    background: none !important;
  }
  #headerwrap a {
    color: black !important;
  }
  aside.ebook-read-more {
    page-break-after: always;
  }
  aside.ebook-read-more a::after {
    display: none;
  }
  div.post-excerpt,
  aside.ebook-read-more {
    width: 620px !important;
  }
  div.post-excerpt {
    text-align: left !important;
  }
  .ebook-read-more a::before {
    background-color: #ffffff !important;
    color: #141414 !important;
    border: 1px solid grey;
  }
  .ebook-read-more a em {
    color: black !important;
  }
  .ebook-read-more a.reading svg {
    stroke: none !important;
    border: grey !important;
  }

  div.post-content {
    background: white !important;
    color: black !important;
    padding-top: 0;
  }

  div.to-top-container,
  div.wbtn {
    display: none !important;
  }
.featured-area .backstretch img {
    filter: none !important;
}
  /*CONTENT ONLY EBOOK COVER PAGE*/
  body[class*="themify-ultra-"].ebook figure.post-image {
    page-break-after: always;
    display: block !important;
  }
  body[class*="themify-ultra-"].ebook figure.post-image img {
    position: static !important;
    margin: 0 auto !important;
    width: 100%;
  }
  div.featured-area {
    min-height: 150px !important;
    height: 150px !important;
  }
  div.ebook-articles {
    display: block;
    position: relative;
  }
  article {
    border: none;
    page-break-after: always;
    display: block;
  }
  h2.entry-title {
    text-align: center;
  }
  blockquote,
  div.champion-toc {
    page-break-inside: avoid !important;
  }

  .blog-article-details h2 a {
    display: none;
  }

  .pull-right {
    display: none !important;
  }
  .pull-left {
    width: 100% !important;
  }
  .pull-left h4 {
    text-align: center;
  }
  /*for custom theme of private-capital*/
  #footer-bottom .container { max-width: 900px !important; padding: 0; }
  #footer-bottom { margin: auto !important; }
  /*done for custom theme of private-capital*/

  /*SINGLEPAGE THEME CSS FOR PRINTING ONLY*/
  /*EBOOK COVER PAGE*/

  body[class*="themify-peak-"].ebook .featured-area {
    height: initial !important;
    max-height: initial;
    position: static !important;
    background: none !important;
  }

  body[class*="themify-peak-"].ebook .featured-area .post-image + .post-content {
    position: static !important;
  }

  body[class*="themify-peak-"].ebook figure.post-image {
    page-break-after: always;
    display: block !important;
  }
  body[class*="themify-peak-"].ebook figure.post-image img {
    margin: 0 auto !important;
    width: 100%;
    filter: none;
  }

  body[class*="themify-peak-"] #content {
    width: 100%;
  }

  body[class*="themify-peak-"] #layout {
    margin: auto !important;
  }

  body[class*="themify-peak-"] tr,
  body[class*="themify-peak-"] .ebook-read-more {
    page-break-inside: avoid;
  }
  body[class*="themify-peak-"] #headerwrap {
    display: none !important
  }
  body[class*="themify-peak-"] .ebook-articles,
  body[class*="themify-peak-"] article div.post-content,
  body[class*="themify-peak-"] .pagewidth {
    max-width: 650px !important;
  }
  body[class*="themify-peak-"] #headerwrap {
    width: 30% !important;
    margin-left: 35%;
    text-align: center !important;
  }
  body[class*="themify-peak-"] div.post-excerpt,
  body[class*="themify-peak-"] aside.ebook-read-more {
    width: 650px !important;
  }

  body[class*="themify-peak-"] div.ebook-articles {
    margin: 0 !important;
    width: 100% !important;
  }
  body[class*="themify-peak-"] div.ebook-articles article {
    border: none;
    page-break-before: always !important;
  }
  body[class*="themify-peak-"] .single-format-standard .featured-area {
    max-height: none !important;
    min-height: 450px !important;
    height: auto !important;
  }
  body[class*="themify-peak-"] #pagewrap {
    padding: 0 !important;
  }
  body[class*="themify-peak-"] div.champion-toc {
    page-break-before: always !important;
  }
  
  body[class*="themify-peak-"] aside.ebook-read-more {
    display: block !important;
    page-break-after: always !important;
    page-break-inside: avoid !important;
  }

  /*MULTIPAGES THEME CSS FOR PRINTING ONLY*/
  /*EBOOK COVER PAGE*/
  body[class*="themify-split-"].ebook .featured-area {
      width: 100% !important;
      margin: auto !important;
      display: block !important;
      height: initial !important;
  }
  body[class*="themify-split-"].ebook .top-post-meta-wrap {
    display: block !important;
    
  }
  body[class*="themify-split-"].ebook .backstretch {
    page-break-after: always;
    display: block !important;
    width: 100% !important;
    height: initial !important;
    position: static !important;
  }
  body[class*="themify-split-"].ebook .backstretch img {
    margin: 0 auto !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important; 
    position: static !important;
  }

  body[class*="themify-split-"] div.top-excerpt-wrap {
    margin: auto;
  }
  body[class*="themify-split-"] div.top-excerpt-wrap p {
    text-align: left;
  }
  body[class*="themify-split-"] .ebook-articles article {
    border: none;
    page-break-before: always !important;
  }
  body[class*="themify-split-"] #headerwrap{
    display: none !important
  }
  body[class*="themify-split-"] div.top-excerpt-wrap,
  body[class*="themify-split-"] div.post-excerpt,
  body[class*="themify-split-"] .ebook-articles,
  body[class*="themify-split-"] article div.post-content {
    max-width: 950px !important;
  }
  
  body[class*="themify-split-"] #mobile-menu {
    display:none !important
  }
  body[class*="themify-split-"] #headerwrap {
    width: 30% !important;
    margin-left: 35%;
    text-align: center !important;
  }
  body[class*="themify-split-"] aside.ebook-read-more {
    display: block !important;
    page-break-after: always !important;
    page-break-inside: avoid !important;
  }

}
/*PRINT CSS ENDS HERE*/

/* FINANCIAL CALCULATOR STARTS HERE*/
/* THE BELOW IS COMMENTED OUT BECAUSE IT IS AFFECTING THE CIRCLE WORDPRESS THEME, CAUSING THE FINANCIAL CALCULATOR CIRCLE TO GO OUT OF POSITION */
/* .financial-calculator {
    position: relative;
} */
.financial-calculator .title {
    font-size:  14px;
    text-transform:  capitalize;
}
.financial-calculator a {
    display: block;
    width: 100%;
    height:  100%;
}
.calculator {
    padding:  10px;
    width: 200px;
    height:  200px;
    background-color: #fff;
    z-index:  0;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    text-align:  center;
    box-shadow: 0 0 0 1px #ebebeb;
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.calculator:hover {
    background-color: #fff;
}
.calculator img {
    width: 80px;
    padding-top: 20px;
}
/* FINANCIAL CALCULATOR ENDS HERE */


/*SLIDE IN STYLING - STARTS*/
.wdsi-slide {
    width: auto !important;
}
#wdsi-slide_in.wdsi-slide .wdsi-slide-wrap{
    border-top-color: #aeaeae;
}
#wdsi-slide_in.wdsi-slide label,
#wdsi-slide_in.wdsi-slide .wdsi-slide-title{
    display: none;
}
#wdsi-slide_in.wdsi-slide input[type=text],
#wdsi-slide_in.wdsi-slide input[type=email]{
    border: 1px solid #ddd;
}
#wdsi-slide_in.wdsi-slide h2{
    margin-bottom: 1em;
}
/*SLIDE IN STYLING - ENDS*/

#frm_form_145_container.frm_style_api-form.with_frm_style .frm_message {
    border: none;
    background-color:transparent;
}

/* CONTENT ONLY - EBOOKS - REMOVE ASIDE & CENTERING */
.single-classic-layout aside.ebook-read-more {
 display: none;
}
.single-classic-layout .ebook-articles {
 padding-right: 0;
}

/* LOGIN FORM CSS */
#loginform{
    width: 450px;
	max-width: 100%;
}
#loginform label{
	display: block;
}
#loginform input[type=text],
#loginform input[type=password]{
	width: 100%;
}
#loginform .login-submit input{
    width: auto;
}
body div.mfp-wrap div.mfp-container div.mfp-content div.mfp-iframe-scaler div.mfp-iframe-wrapper {
    position: relative;
    overflow: hidden;
}
body div.mfp-wrap div.mfp-container div.mfp-content div.mfp-iframe-scaler div.mfp-iframe-wrapper iframe{
    /*position: absolute !important;*/
    /*-webkit-overflow-scrolling: touch;*/
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
}
.first-featured-img{
    display:none;
}