@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");

:root {
    --hover-color: #CB5654;
    --text-color: #293763;
    --main-color: #5470CB;
    --light-blue-bg: #F6FAFF;
    --light-gray-bg: #F7F7F7;
    ---gray-color: #B8B8B8;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    color: var( --text-color );
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

iframe {
    max-width: 100%
}

a {
    color: var( --text-color );
    font-weight: 300;
}

a:hover {
    color: var( --main-color );
}

a:focus,
a:active {
    outline: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: #D7DBE0;
    margin: 0;
}


@media (min-width: 576px) {
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%
    }
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:before,.simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #505a89;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .2;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 9px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.header-user-signup {
    border-bottom: 2px solid #ff4041 !important;
}

.alignfull {
    clear: both;
}

.alignfull table {
    width: 100%;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

.has-text-align-center {
    text-align: center;
}



.image-shadow img {
	filter: drop-shadow(0 25px 40px rgba(31, 37, 51, 0.10));
	-webkit-filter: drop-shadow(0 25px 40px rgba(31, 37, 51, 0.10));
}

.divider {
    background-color: #E7F1FF;
    display: block;
    width: 100%;
    height: 2px;
}

.wp-block-button-justify .button {
	width: 100%;
}

.button-small {
	padding: 12px 25px;
}

.wp-block-button-left {
	text-align: left;
}

.wp-block-button-center {
	text-align: center;
}

.wp-block-button-right {
	text-align: right;
}

.wp-block-button-justify {
	width: 100%;
}

.wp-element-caption {
    color: #CAD3DE;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
}

.button-block {
	width: 100%;
	min-width: initial;
}

@media (min-width: 576px) {
	.button-block {
		min-width: initial;
	}
}

.button-primary {
    color: #fff;
    background: #5470cb
}

.button-primary:hover,.button-primary:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #4866c7
}

.button-primary:active {
    color: #fff;
    background-color: #3d5cc4;
    box-shadow: none
}

.button-white {
    color: #5470cb;
    background: #fff;
}

.button-white:hover,.button-white:focus {
    outline: none;
    text-decoration: none;
    color: #3d5cc4;
    background-color: #fff
}

.button-white:active {
    color: #3d5cc4;
    background-color: #fff;
    box-shadow: none
}

.button-outline-primary {
    color: #5470cb;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #5470cb
}

.button-outline-primary:hover,.button-outline-primary:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #4866c7;
    box-shadow: inset 0 0 0 2px #5470cb
}

.button-blue,
.button-blue:hover {
    background-color: #1E59F0;
    color: #fff;
}

.button-outline-primary:active {
    color: #fff;
    background-color: #3d5cc4;
    box-shadow: inset 0 0 0 2px #5470cb
}

.button-outline-black,
.button-outline-black:active {
    color: #1D2333;
    background-color: transparent;
    border: 1px solid #1D2333;
}

.button-resource-source,
.button-resource-source:hover,
.button-resource-source:focus,
.button-resource-source:active {
    color: #1E59F0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #1E59F0;
}

.single-resource-row {
    margin-bottom: 16px;
}

.button-resource-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-switcher a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #505a89
}

.language-switcher:hover .language-switcher-dropdown,.language-switcher:focus-within .language-switcher-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(15px)
}

.language-switcher-current:hover+.language-switcher-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(15px)
}

.language-switcher-current::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNyA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wLjk5OTk3IDEuMDgxNTRMMy42MjUwMSA0LjA4MTU0TDYuMjUgMS4wODE1NCcgc3Ryb2tlPScjNTA1QTg5JyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-40%)
}

.language-switcher-current:hover::after,.language-switcher-current:focus::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNyA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wLjk5OTk3IDFMMy42MjUwMSA0TDYuMjUgMScgc3Ryb2tlPScjNTQ3MENCJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PC9zdmc+Cg==)
}

.language-switcher-dropdown::before {
    content: "";
    background: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/menu-dropdown.svg) no-repeat center bottom;
    background-size: contain;
    filter: drop-shadow(0px -6px 4px rgba(204,216,235,0.2));
    position: absolute;
    z-index: -1;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 27px;
    height: 20px
}

.language-switcher-dropdown li {
    line-height: 1;
    list-style: none;
    display: block;
    padding: 3px 0
}

.language-switcher-dropdown li>a {
    border-radius: 999px;
    display: inline-block;
    padding: 8px 14px
}

.language-switcher-dropdown li>a:hover,.language-switcher-dropdown li>a:focus {
    background-color: #ecf4ff
}

.language-switcher-sub {
    max-height: 300px;
    overflow: auto
}

.language-switcher-list {
    padding: 0;
    margin: 0
}

.topmenu .menu-item-has-children:hover .sub-menu,.topmenu .menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(15px)
}

.topmenu .menu-item-has-children>a {
    margin-right: 10px
}

.topmenu .menu-item-has-children>a::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNyA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wLjk5OTk3IDEuMDgxNTRMMy42MjUwMSA0LjA4MTU0TDYuMjUgMS4wODE1NCcgc3Ryb2tlPScjNTA1QTg5JyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-40%)
}

.topmenu .menu-item-has-children>a:hover::after,.topmenu .menu-item-has-children>a:focus::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNyA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wLjk5OTk3IDFMMy42MjUwMSA0TDYuMjUgMScgc3Ryb2tlPScjNTQ3MENCJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PC9zdmc+Cg==)
}

.topmenu .menu-item-has-children>a:hover+.topmenu-sub,.topmenu .menu-item-has-children>a:focus+.topmenu-sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(15px)
}

.topmenu .menu-item-has-megamenu:hover>a::before,.topmenu .menu-item-has-megamenu:focus-within>a::before {
    opacity: 1;
    visibility: visible
}

.topmenu .menu-item-has-megamenu:hover .megamenu,.topmenu .menu-item-has-megamenu:focus-within .megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.topmenu .menu-item-has-megamenu>a {
    margin-right: 10px
}

.topmenu .menu-item-has-megamenu>a::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNyA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wLjk5OTk3IDEuMDgxNTRMMy42MjUwMSA0LjA4MTU0TDYuMjUgMS4wODE1NCcgc3Ryb2tlPScjNTA1QTg5JyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-40%)
}

.topmenu .menu-item-has-megamenu>a::before {
    content: "";
    opacity: 0;
    visibility: hidden;
    background: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/menu-dropdown.svg) no-repeat center bottom;
    background-size: contain;
    filter: drop-shadow(0px -6px 4px rgba(204,216,235,0.2));
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 50%;
    transform: translate(-50%,10px);
    display: block;
    width: 32px;
    height: 24px;
    transition: .3s
}

.topmenu .menu-item-has-megamenu>a:hover::before,.topmenu .menu-item-has-megamenu>a:focus::before {
    opacity: 1;
    visibility: visible
}

.topmenu .menu-item-has-megamenu>a:hover::after,.topmenu .menu-item-has-megamenu>a:focus::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNyA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wLjk5OTk3IDFMMy42MjUwMSA0TDYuMjUgMScgc3Ryb2tlPScjNTQ3MENCJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PC9zdmc+Cg==)
}

.topmenu .menu-item-has-megamenu>a:hover+.megamenu,.topmenu .menu-item-has-megamenu>a:focus+.megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.topmenu .sub-menu::before {
    content: "";
    background: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/menu-dropdown.svg) no-repeat center bottom;
    background-size: contain;
    filter: drop-shadow(0px -6px 4px rgba(204,216,235,0.2));
    position: absolute;
    z-index: -1;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 27px;
    height: 20px
}

.topmenu .sub-menu>li {
    line-height: 1;
    list-style: none;
    display: block;
    padding: 4px 0
}

.topmenu .sub-menu>li>a {
    font-size: 16px;
    border-radius: 999px;
    display: inline-block;
    padding: 8px 14px
}

.topmenu .sub-menu>li>a:hover,.topmenu .sub-menu>li>a:focus {
    background-color: #ecf4ff
}

.mobmenu {
    padding: 0;
    margin: 0
}

.mobmenu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #505a89
}

.mobmenu .menu-item .menu-item-toggle {
    background: #ecf4ff url(https://www.monitask.com/wp-content/themes/monitask/assets/img/menu-plus.svg) no-repeat center center;
    background-size: auto 14px;
    border: none;
    border-radius: 999px;
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 2px;
    right: 0;
    transition: .3s
}

.mobmenu .menu-item .menu-item-toggle:focus {
    outline: none
}

.mobmenu .menu-item.is-expanded .menu-item-toggle {
    transform: rotate(45deg)
}

.mobmenu>.menu-item {
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0
}

.mobmenu>.menu-item>a {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    position: relative
}

.mobmenu>.menu-item>a:hover,.mobmenu>.menu-item>a:focus {
    color: #5470cb
}

.mobmenu .sub-menu {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: .3s
}

.mobmenu .sub-menu>li {
    line-height: 1;
    list-style: none;
    display: block;
    padding: 4px 0;
    margin-top: 5px
}

.mobmenu .sub-menu>li>a {
    font-size: 20px;
    border-radius: 999px;
    display: inline-block;
    padding: 0
}

.mobmenu .menu-item-has-children.is-expanded .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
    padding-top: 10px;
    padding-bottom: 10px
}

.mobmenu .current-menu-item>a {
    color: #5470cb
}


.menu-item-has-megamenu.is-expanded .megamenu {
    opacity: 1;
    visibility: visible;
    max-height: 700px;
    padding-top: 10px
}

.megamenu-inner {
    background: #fff;
    border-bottom: 2px solid #ddecff;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: -30px;
    margin-left: -30px
}

.megamenu-item {
    margin-bottom: 30px
}

.megamenu-item-inner {
    color: #293763;
    display: flex;
    align-items: center;
    max-width: 360px;
    padding-right: 15px
}

.megamenu-item-inner:hover,.megamenu-item-inner:focus {
    outline: none;
    color: #5470cb
}

.megamenu-item-icon {
    width: 54px;
    flex-basis: 54px;
    margin-right: 15px
}

.megamenu-item-icon img {
    display: block;
    width: 100%;
    margin: 0
}

.megamenu-item-content {
    flex: 1
}

.megamenu-item-title {
    font-size: 16px
}

.megamenu-item-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 7px
}

.header-user-login:hover,.header-user-login:focus {
    color: #5470cb
}

.header-user-signup:hover,.header-user-signup:focus {
    color: #ff4041
}

.header-user-signup:hover::after,.header-user-signup:focus::after {
    transform: translateX(3px);
    opacity: .5
}

.sticky-header .landing-header {
    position: fixed;
    top: 0;
}

/* HEADER END */

.landing-footer {
    color: #a099b7
}

.landing-footer a {
    border: none
}

.landing-footer .logo-inner {
    width: 150px
}

.landing-footer-inner {
    background-color: var(--light-blue-bg);
    padding-top: 30px;
    padding-bottom: 15px
}

.footer-nav-column {
    margin-bottom: 40px
}

.footer-nav-column-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    color: #333359;
    margin-bottom: 20px
}

.footer-nav-column-content {
    color: #a099b7
}

.footer-menu {
    display: block;
    padding: 0;
    margin: 0
}

.footer-menu .menu-item {
    list-style: none;
    margin-bottom: 10px
}

.footer-menu .menu-item:last-child {
    margin-bottom: 0
}

.footer-menu .menu-item a {
    font-size: 16px;
    line-height: 1.3;
    color: #a099b7;
    display: inline-block;
    font-weight: 400
}

.footer-menu .menu-item a:hover,.footer-menu .menu-item a:focus {
    color: #333359
}

.footer-bottom,.footer-GDPR {
    font-size: 14px
}

.footer-GDPR p {
    text-align: right
}

.footer-GDPR a {
    font-weight: 400
}

.footer-bottom a {
    color: #a099b7
}

.footer-bottom a:hover,.footer-bottom a:focus,.footer-GDPR a:hover,.footer-GDPR a:focus {
    color: #333359
}

.footer-copyriight {
    font-size: 16px;
    margin-top: 10px
}

.footer-links {
    padding: 0;
    margin: 0
}

.footer-links li {
    list-style: none;
    display: inline-block;
    padding: 0;
    padding-right: 5px;
    margin: 0
}

.footer-links li a {
    display: block;
    font-weight: 400
}

/* FOOTER END */

.lazy-intercom-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: rgb(0, 113, 178);
    border-radius: 50% !important;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 rgba(0, 0, 0, 0.5);
    outline: none;
    border: none;
    z-index: 999999;
    padding: 0;
}

.lazy-intercom-btn:focus {
    outline: none;
}

.lazy-intercom-btn svg {
    height: 60%;
    font: initial;
}

/* INTERCOM END */

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item .gallery-icon a img {
    margin: auto
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/* BLOG STYLES */

.blog-catagories {
    border-bottom: 1px solid #ECF4FF;
}

.blog-catagories-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.blog-catagories-item {
    display: inline-block;
    margin-right: 32px;
}

.blog-catagories-item a {
    display: block;
    padding: 15px 0;
    letter-spacing: -0.015em;
}

.current-category a {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.blog-archive-intro {
    padding-top: 32px;
    padding-bottom: 48px;
}

.blog-archive-intro-title {
    font-size: 48px;
    font-weight: 500;
}

.blog-section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

.blog-featured-articles-heading .blog-section-title::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/Star.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px;
    margin-bottom: -7px;
}

.blog-featured-articles-list {
    margin-top: 16px;
}

.blog-featured-articles-list::after {
    content: "";
    clear: both;
    display: block;
}

.featured-article-item:first-child {
    max-width: 858px;
}

.blog-article-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.featured-article-item:first-child .featured-article-item-title {
    font-size: 32px;
    margin-bottom: 8px;
}

.featured-article-item:not(:last-of-type),
.blog-posts-content .blog-article-item:not(:nth-of-type(8)) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CAD3DE;
}

.blog-posts-grid .blog-article-item:nth-of-type(8) {
    margin-bottom: 20px;
}

.featured-article-item:not(:first-child) .featured-article-item-title {
    margin-bottom: 4px;
}

.blog-article-item-more {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 16px;
    max-height: 84px;
    overflow: hidden;
}

.featured-article-item img {
    max-height: 536px;
}

.blog-article-item img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-article-item-thumbnail {
    margin-bottom: 16px;
}

.blog-article-item a:hover,
.blog-article-item a:active,
.blog-article-item a:focus {
    color: var(--hover-color);
}

.blog-article-item .blog-article-meta {
    display: flex;
}

.blog-article-meta span:not(:last-of-type) {
    margin-right: 15px;
}

.blog-article-meta svg {
    margin-bottom: -2px;
}

.blog-article-item a:hover path,
.blog-article-item a:active path,
.blog-article-item a:focus path {
    stroke: var(--hover-color);
}

.blog-posts-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-posts-content .blog-article-item {
    margin-top: 20px;
}

.blog-posts-content .blog-article-item img {
    height: 204px;
}

.blog-article-item a,
.blog-article-item article {
    height: 100%;
}

.blog-article-item article {
    display: grid;
    grid-template-rows: auto 1fr;
}

.blog-single-top-post-item article {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-single-top-post-item .blog-article-item-title {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.blog-single-top-post-item .blog-article-item-thumbnail {
    margin-bottom: 0;
}

.blog-single-top-post-item .blog-article-item-body {
    padding: 20px;
    border: 1px solid #E1E4E6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.blog-single-top-post-item .blog-single-top-post-item-thumbnail img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}
.blog-single-top-post-item .blog-article-meta {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

.blog-article-item-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.text-center {
    text-align: center;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-45 {
	margin-bottom: 45px;
}

.blog-pagination-links a,
.blog-pagination-links span {
    display: inline-block;
    width: 38px;
    height: 32px;
    margin-right: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    position: relative;
}

.blog-pagination-links a,
.blog-pagination-links span:not(.dots) {
    background: #F5F6F7;
    border-radius: 4px;
    padding: 0px 4px 2px;
}

.blog-pagination-links span.current,
.blog-pagination-links a:hover {
    color: #6C96E0;
}

.blog-pagination-links a.next::after,
.blog-pagination-links a.next::before,
.blog-pagination-links a.prev::before,
.blog-pagination-links a.prev::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: rgba(127, 136, 148, 1);
    z-index: 9;
    position: absolute;
    left: 17px;
}

.blog-pagination-links a.next:before {
    transform: rotate(50deg);
    bottom: 7px;
}

.blog-pagination-links a.next:after {
    transform: rotate(125deg);
    bottom: 13px;
}

.blog-pagination-links a.prev::after {
    transform: rotate(50deg);
    bottom: 13px;
}
.blog-pagination-links a.prev::before {
    transform: rotate(125deg);
    bottom: 7px;
}

.blog-pagination-links a.next,
.blog-pagination-links a.prev {
    color: #F5F6F7;
}

.blog-pagination-links a:hover::after,
.blog-pagination-links a:hover::before {
    background: #6C96E0;
}

.blog-pagination-links a {
    margin-bottom: 8px;
}

.container-medium {
    margin: 0 auto;
    padding: 0 24px;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-pagination-result {
    display: none;
    color: #7F8894;
    font-size: 14px;
    line-height: 115%;
    font-weight: 400;
}

.blog-subscription {
    background-color: #F2F8FF;
    padding: 30px 20px;
    border-radius: 6px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.blog-subscription-primary {
    background-color: var(--main-color);
    padding: 30px 20px;
    border-radius: 12px;
    width: 100%;
    color: #fff;
}

.blog-subscription-form-title {
    font-weight: 500;
    font-size: 32px !important;
    letter-spacing: -0.015em;
    margin-bottom: 16px;
    text-align: center;
}

.blog-subscription-form-description {
    font-size: 16px;
    text-align: center;
}

.subscription-form {
    display: grid;
    grid-template-rows: auto;
    gap: 10px;
    margin-top: 40px;
}

.subscription-input {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
	color: #B8B8B8;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px 16px 12px;
	transition: 0.15s;
	outline: none;
}

.subscription-input:focus, .subscription-input:active {
	color: #293763;
	border-color: #6991ce;
}

.subscription-input::-webkit-input-placeholder {
	color: #B8B8B8;
}

.subscription-input::-moz-placeholder {
	color: #B8B8B8;
}

.subscription-input.error {
    color: #CB5654;
	border-color: #CB5654;
}

.blog-reading-complete-wrap {
    height: 10px;
    background-color: #F7F7F7;
}

.sticky-reading-complete {
    position: fixed;
    top: 59px;
    width: 100%;
    z-index: 9;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.blog-reading-complete {
    background-color: #1E59F0;
    height: 100%;
    width: 0%;
}

.blog-posts-extras {
    max-width: 858px;
}

.blog-posts-content hr {
    display: none;
}

.blog-breadcrumbs {
    display: none;
    padding: 15px 0;
    border-bottom: 1px solid #ECF4FF;
}

.blog-breadcrumbs a {
    color: var(--main-color);
}

.monitask-multipost-intro {
    padding-top: 80px;
    padding-bottom: 80px;
}

.monitask-multipost-intro-title {
	font-size: 48px;
	color: #000;
	line-height: 64px;
    font-weight: 800;
    margin-top: 12px;
}

.blog-single > img {
    width: 100%;
    max-height: 536px;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.monitask-multipost-intro-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 18px;
    margin-bottom: 16px;
    margin-top: 20px;
}

.blog-article-item-meta .blog-article-meta {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.monitask-multipost-intro-author {
    border-radius: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    width: fit-content;
}

.monitask-multipost-intro-author-image img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.monitask-multipost-intro-author-name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

.monitask-multipost-intro-author-data {
    letter-spacing: -0.015em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.monitask-multipost-intro-updated-date {
    color: #757881;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.blog-single-body {
    display: flex;
    column-gap: 70px;
    flex-direction: column;
    padding-top: 56px;
}

.blog-single-time-to-read {
    color: #70737F;
}

.blog-single-content > * {
    margin-bottom: 16px;
}

.blog-single-content p,
.blog-single-content ul,
.blog-single-content ol {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    font-weight: 400;
}

.blog-single-content .wp-block-image img {
    border-radius: 12px;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.01em;
}
.blog-single-content h1 {
    font-size: 36px;
}
.blog-single-content h2 {
    font-size: 48px;
}
.blog-single-content h3 {
    font-size: 32px;
}
.blog-single-content h4 {
    font-size: 24px;
}
.blog-single-content h5 {
    font-size: 18px;
}
.blog-single-content h6 {
    font-size: 16px;
}

.blog-single-post-views {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px;
}

.monitask-multipost-intro-categories {
    line-height: 24px;
    font-size: 14px;
    color: #2C3245;
}

.blog-single-sidebar-inner > div {
    margin-bottom: 24px;
}

.blog-single-sidebar-sticky .blog-single-sidebar-inner,
.single-resource-sidebar {
    position: sticky;
    top: 128px;
}
.single-resource-body {
    padding-bottom: 80px;
}

.lwptoc_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.lwptoc_item a {
    line-height: 20px;
    font-size: 14px;
    color: #757881;
    padding: 20px;
    border-left: 3px solid transparent;
    font-weight: 400;
}

.lwptoc_item-current a {
    border-left: 3px solid #1E59F0;
    color: #1E59F0 !important;
}

.lwptoc_item-current a:active,
.lwptoc_item-current a:focus {
    border-left: none;
    color: #757881;
}

.lwptoc a,
.lwptoc a:focus {
    text-decoration: none;
    display: inline-block;
}

.lwptoc_header {
    margin-bottom: 16px;
}

.lwptoc_item > .lwptoc_itemWrap .lwptoc_item_label {
    padding-left: 40px;
}

.blog-single-cta {
    padding: 24px;

    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog-single-cta-image {
    margin-bottom: 24px;
}

.blog-single-cta-image img {
    width: 100%;
}

.blog-single-cta-intro {
    color: #1E59F0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-single-cta-title {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-single-cta-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}



.blog-single-cta-version1 {
    border: 1px solid #E7EEF6;
    background: #EEF4FB;
}

.blog-single-cta-version1 .blog-single-cta-title {
    font-size: 28px;
    text-align: left;
    line-height: 36px;
}

.blog-single-cta-version1 .blog-single-cta-description {
    color: #000;
}

.blog-single-cta-version2 {
    background: #F7F7F7;
}

.blog-single-cta-version2 .blog-single-cta-title {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
}

.blog-single-cta-version2 .blog-single-cta-description {
    font-weight: 500;
    color: rgba(29, 35, 51, 0.7);
    text-align: center;
}

.blog-single-cta-version2 .blog-single-cta-intro {
    text-align: center;
    font-size: 14px;
}

.blog-single-cta-version3 {
    /* background-image: attr(data-img-src); */
    background-size: cover;
    background-position: center;
}

.blog-single-cta-version3 .blog-single-cta-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
}

.blog-single-cta-version3 .blog-single-cta-description {
    color: #FFFFFF;
    text-align: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}


.blog-single-cta-version2 .blog-single-cta-buttons,
.blog-single-cta-version3 .blog-single-cta-buttons {
    text-align: center;
}

.blog-single-cta-version3 .blog-single-cta-buttons svg * {
    stroke: #000;
}

.blog-single-cta-version3 .button-white {
    color: #000;
}

.blog-single-cta-buttons .button {
    display: inline-flex;
    justify-content: center;
    column-gap: 12px;
    align-items: center;
    max-width: 210px;
}

.blog-single-top-posts-list {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
}
.blog-single-top-posts {
    padding: 48px 0;
}
.blog-single-top-posts-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #000;
}
.blog-single-top-post-item-thumbnail img {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.wp-block-introduction {
    padding: 8px 0 8px 16px;
    border-left: 3px solid var(--text-color);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-left: 20px;
}

.wp-block-introduction p {
    font-size: 24px;
}

.wp-block-quote.is-style-default {
    background: #F2F8FF;
    border-radius: 6px;
    padding: 30px 30px 30px 20px;
    margin: 32px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.wp-block-quote.is-style-default::before {
    content: "";
    width: 27px;
    height: 20px;
    display: block;
    background: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/quote.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    position: absolute;
}

.wp-block-quote.is-style-default p {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    padding-left: 50px;
}
.wp-block-quote.is-style-default cite {
    margin-top: 18px;
    padding-left: 50px;
    text-decoration: underline;
}

.wp-block-feature-item {
	border-left: 3px solid #5470CB;
	padding-left: 24px;
}

.wp-block-feature-item-title {
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 8px;
}

.wp-block-table td, .wp-block-table th {
    border: 0;
    padding: 16px;
    border-bottom: 1px dashed #CAD3DE;
}

.wp-block-table table {
    border-collapse: separate;
}

.is-table-monitask-theme table {
    border-spacing: 0;
    font-size: 20px;
}

.is-table-monitask-theme td,
.is-table-monitask-theme th {
    padding: 24px 32px;
}

.is-table-monitask-theme thead {
    background: #5470CB;
    color: #fff;
}

.is-table-stretch td:first-of-type,
.is-table-stretch th:first-of-type {
    text-align: left;
}

.is-table-stretch thead td:last-of-type,
.is-table-stretch thead th:last-of-type {
    text-align: right;
}

.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #F8FAFA;
}

.is-table-monitask-theme thead th:first-of-type {
    border-top-left-radius: 12px;
}

.is-table-monitask-theme thead th:last-of-type {
    border-top-right-radius: 12px;
}

.monitask-calculator-result {
    padding-top: 20px;
}

.monitask-calculator-result table {
    width: 100%;
    margin-top: 20px;
    border-spacing: 0;
}

.blog-single-content .button {
    text-decoration: none;
}

.monitask-custom-list-item {
	display: flex;
	column-gap: 16px;
}
.monitask-custom-list-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.monitask-custom-list-item-disc {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.monitask-custom-list-item-square {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-top: 7px;
    margin-left: 30px;
}

.monitask-custom-list-item-content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.monitask-custom-list-item-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.24px;
}

.monitask-custom-list-item-description {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
}

.monitask-custom-list-item-title ~ .monitask-custom-list-item-description {
    margin-top: 8px;
}

.blog-single {
    font-family: 'Inter', "Roboto", sans-serif;
}

.blog-single .section-feature-heading {
    text-align: left !important;
    color: #293763;
    font-weight: 800;
}
.faq-block {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.faq-item {
    margin-bottom: 16px;
}

.blog-single-faq .section-feature-header {
    margin-bottom: 24px;
}

.faq-item-header {
	font-weight: 500;
	color: #000;
	position: relative;
	display: block;
	padding: 32px 32px 32px 80px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 135%;
}

.faq-item-header::before {
    content: "";
    background: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/faq-item-show.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    /* margin-top: -10px; */
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.faq-item-header h2, .faq-item-header h3, .faq-item-header h4, .faq-item-header h5, .faq-item-header h6 {
	font: inherit;
	display: block;
	padding: 0;
	margin: 0;
    letter-spacing: 0.2px;
}

.faq-item.is-expanded {
	background-color: #F2F8FF;
}

.faq-item.is-expanded .faq-item-header::before {
	background: url(https://www.monitask.com/wp-content/themes/monitask/assets/img/faq-item-hide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.faq-item-header:hover,
.faq-item-header:focus,
.faq-item-header:active {
	outline: none;
	color: #000;
}

.faq-item-answer {
	opacity: 0;
	padding-right: 32px;
	padding-left: 80px;
	max-height: 0px;
	overflow: hidden;
	transition: 0.2s;
    line-height: 1.7;
}

.faq-item-answer p {
    margin: 0;
	margin-bottom: 1em;
}

.faq-item.is-expanded .faq-item-answer {
	opacity: 1;
	max-height: 500px;
	padding-bottom: 5px;
}

.faq-item.is-expanded .faq-item-answer {
    margin-top: -24px;
}

.input {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    border: 1px solid #BCCDE7;
    background: #FCFDFF;
    color: #BCCDE7;
    border-radius: 6px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 16px;
    transition: 0.15s;
    outline: none;
}

@media (min-width: 768px) {
	.faq-item-header {
		border-radius: 8px;
	}

}
.section-feature-heading {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #313131;
	text-align: center;
}

.square-list {
    list-style: none;
    font-size: 28px;
    font-weight: 400;
}

.square-list li {
    margin-bottom: 16px;
}

.square-list li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #5470CB;
    margin-right: 16px;
}

/* GDPR Plugin */

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}
.cli-modal-backdrop.cli-fade {
    opacity: 0
}
.cli-fade {
	transition: opacity .15s linear;
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}
#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172,171,171,.3)
}
#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px
}
.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

/* GDPR END */

.military_converter_form {
    max-width: 300px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #BCCDE7;
    margin: 0 auto;
}

.military_form-header {
    padding: 10px 0;
    background-color: #5470cb;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.military_form-body {
    padding: 16px;
}

.military-form-row {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.military_form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#converter_error {
    padding: 5px 0;
    color: red;
}

#converter_result {
    display: none;
    padding: 15px;
    font-size: 24px;
    border: 1px dashed #BCCDE7;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

#military_convert_button {
    width: 100%;
}

#standard_time_tab {
    display: none;
}

#standard_time_t {
    padding: 8px;
    flex-basis: 340px;
}

.switch-military_time-type {
    cursor: pointer;
}

/* MEDIA */

@media(min-width: 576px) {
    .post-type-archive-blog .logo-img,
    .single-blog .logo-img,
    .tax-categories .logo-img {
        width: 164px;
    }
}

@media(min-width: 768px) {
    .megamenu-items {
        display:flex;
        flex-wrap: wrap
    }
    .megamenu-item {
        flex-basis: 50%;
        max-width: 50%
    }
    .megamenu-item-full {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 45px
    }
    .megamenu-item-full .megamenu-item-inner {
        max-width: initial
    }
    .megamenu-item-full .megamenu-item-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .megamenu-item-full .megamenu-item-title {
        font-size: 24px;
        padding-right: 30px;
        width: calc(50% - 39px);
        text-align: center;
    }
    .megamenu-item-full .megamenu-item-text {
        font-size: 18px;
        margin-top: 0;
        max-width: 590px
    }
    .featured-article-item:not(:first-of-type) {
        max-width: 270px;
        float: right;
    }
}

@media(min-width: 992px) {
    .sticky-reading-complete {
        top: 96px;
    }
    .container-narrow,
    .container-medium {
		max-width: 960px;
        padding: 0;
	}
	.container-skinny {
		max-width: 890px;
	}
    .landing-footer-inner {
        padding-top:80px;
        padding-bottom: 40px
    }
    .footer-nav-column-heading {
        margin-bottom: 30px
    }
    .footer-menu .menu-item {
        margin-bottom: 13px
    }
    .footer-bottom {
        position: absolute;
        bottom: 0;
        left: 15px
    }
    .blog-archive-intro  {
        padding-top: 48px;
        padding-bottom: 80px;
    }
    .featured-article-item:first-child {
        float: left;
    }
    .featured-article-item:first-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .blog-posts-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .blog-posts-content {
        display: grid;
        grid-template-columns: 1fr 270px;
        grid-gap: 24px;
    }
    .blog-posts-grid {
        display: flex;
        justify-content: space-between;
        column-gap: 24px;
        flex-wrap: wrap;
    }
    .blog-posts-grid .blog-article-item {
        max-width: 270px;
        width: 100%;
    }
    .blog-posts-grid .blog-article-item.blog-article-horizontal-item,
    .blog-posts-grid  .blog-article-item.blog-article-full-item {
        max-width: none;
    }
    .blog-posts-grid  .blog-article-item.blog-article-full-item img {
        height: auto;
    }
    .blog-article-item.blog-article-horizontal-item article {
        display: grid;
        column-gap: 24px;
        grid-template-columns: 1fr 270px;
    }
    .blog-article-item.blog-article-horizontal-item .blog-article-item-thumbnail {
        margin-bottom: 0;
    }
    .blog-posts-content .blog-article-item {
        margin-bottom: 20px !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    .blog-posts-content .blog-article-item img {
        height: 168px;
    }

    .blog-article-item.blog-article-horizontal-item img {
        height: 350px;
    }

    .blog-article-item.blog-article-double-item img {
        height: 260px;
    }

    .blog-article-item.blog-article-double-item {
        max-width: 48.6%;
    }
    .subscription-form {
        grid-template-rows: none;
        grid-template-columns: 1fr auto;
    }
    .blog-subscription,
    .blog-subscription-primary {
        padding: 72px 104px;
    }
    .blog-subscription-form-title {
        font-size: 32px !important;
    }
    .blog-pagination-result {
        display: block;
    }
    .blog-posts-sidebar .blog-article-item-thumbnail {
        display: none;
    }
    .blog-posts-grid hr {
        display: block;
    }
    .blog-single-top-posts-list {
        grid-template-rows: none;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog-single-top-posts {
        padding: 80px 0 160px;
    }
    .blog-single-top-post-item-thumbnail img {
        width: 100%;
        height: 230px;
    }
    .blog-single-content {
        max-width: 720px;
    }
    .blog-single-content h1 {
        font-size: 48px;
    }
    .blog-breadcrumbs {
        display: block;
    }
    .blog-breadcrumbs span {
        display: flex;
        gap: 12px;
    }
    .blog-single-body {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .megamenu {
        transform: translateY(10px);
        position: absolute;
        width: 100%;
        top: 52px;
        left: 0;
        right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        max-height: initial;
    }

    .megamenu-inner {
        box-shadow: 0px 5px 15px rgba(204, 216, 235, 0.48);
        border-bottom: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .megamenu-item {
        flex-basis: 33%;
        max-width: 33%;
    }

    .megamenu-item-full {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .megamenu-item-full .megamenu-item-title {
        width: calc(33% - 39px);
    }

    .container-medium {
		max-width: 1152px;
	}

}


/* TRY MONITASK */




.try-monitask-now {
    padding: 56px 0;
    background: var(--light-blue-bg);
}
.try-monitask-now-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #293763;
    margin-top: 8px;
}
.try-monitask-now-cta {
    margin-top: 32px;
    display: flex;
    column-gap: 32px;
    justify-content: center;
}

.section-landing-subheading {
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
}

@media screen and (max-width: 568px) {
	.try-monitask-now-cta {
        flex-direction: column;
        row-gap: 16px;
    }
}

@media ( max-width: 1023px ) {
    .mobile-reverse-columns {
		flex-direction: column-reverse;
	}
}
.containerForms .wp-post-image
{
	border: 1px solid black;
}
