  @keyframes fromTop {
    0% {
        transform: translate3d(0,-100px,0);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
@keyframes fromBottom {
    0% {
        transform: translate3d(0,100px,0);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
@keyframes fromLeft {
    0% {
        transform: translate3d(-100px,0,0);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
@keyframes fromRight {
    0% {
        transform: translate3d(100px,0,0);
        opacity: 0
    }
    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
[data-animate] {
    -webkit-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0)
}
.animate-bottom.animate .row>div,.animate-left.animate .row>div,.animate-right.animate .row>div,.animate-top.animate .row>div {
    animation-name: fromLeft;
    animation-duration: 1s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-direction: normal;
    animation-fill-mode: forwards
}
.animate-bottom.animate .row>div,.animate-right.animate .row>div,.animate-top.animate .row>div {
    animation-name: fromRight
}
.animate-bottom.animate .row>div,.animate-top.animate .row>div {
    animation-name: fromTop
}
.animate-bottom.animate .row>div {
    animation-name: fromBottom
}
#ajax-load-more,
.alm-btn-wrap, .alm-listing .alm-ajax, 
.alm-reveal, .blog-entry{
    z-index: auto !important;
}
.alm-btn-wrap{
    display: none;
}
.blog-entry > a{
    z-index: 9999 !important;
}
[data-animate] .row>div {
    opacity: 0
}
html [data-animate].animated .row>div {
    opacity: 1
}
html [data-animate].animate.animate-bottom.left .row>div:first-of-type,html [data-animate].animate.animate-bottom.right .row>div:nth-of-type(2),html [data-animate].animated.animate-bottom.left .row>div:first-of-type,html [data-animate].animated.animate-bottom.right .row>div:nth-of-type(2) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s
}
.modal .previous-step .desktop{
    display: inline !important;
}
@media (min-width:1061px) {
    .business .close-flyin {
        display: none
    }
}
@media (max-width:1060px) {
    body.flyin-offset {
        transition: all .3s;
        margin-bottom: 72px
    }
    body.hide-cta.flyin-offset {
        margin-bottom: 0
    }
}
@font-face {
    font-family:'Cabin';src:url(/wp-content/themes/financeit/fonts/Cabin-Regular.otf)
}
@font-face {
    font-family:'Cabin Bold';src:url(/wp-content/themes/financeit/fonts/Cabin-Bold.otf)
}
@font-face {
    font-family:'Cabin Semi Bold';src:url(/wp-content/themes/financeit/fonts/Cabin-SemiBold.otf)
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    line-height: 1
}
body {
    background: #f5f8fa
}
body.disable-scroll {
    overflow: hidden
}
body a,body a:focus,body a:hover,body a:visited,section.faqs .faq a,section.faqs .faq a:active,section.faqs .faq a:focus,section.faqs .faq a:visited {
    color: #006be3
}
body .modal-backdrop {
    background: #7a94b2
}

.modal a, .embedded-form a {
    font-size: 14px!important;
    line-height: 21px!important
}
body .modal-background.in {
    opacity: .83
}
.has-error .radio,.has-error radio {
    color: #202632
}
.wpml-ls,.wpml-ls .wpml-ls-current-language>a,.wpml-ls a {
    background-color: transparent!important;
    background: 0 0!important;
    color: #fff!important;
    border: 0!important;
    padding-left: 0!important
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fefefe;
    z-index: 100;
    transition: all .3s;
    line-height: 107px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}
header.scrolled {
    transition: all .3s;
    line-height: 71px
}
body.has-menu header {
    top: 32px
}

header .col-md-6 {
    position: initial!important
}
header img {
    max-width: 100%;
    width: 100%;
    height: auto
}
header img.partner-logo {
    width: 165px !important;
}
header .logo-desktop .partner-logo img{
    width: 165px;
    max-width: 165px;
    height: auto;
}
#main-header .language-banner {
    display: block;
    padding: 10px 0;
    background-color: #202632;
    text-align: right;
    font-family: 'Noto Sans',sans-serif;
    line-height: 1;
    transition: all 0.3s;
}

#main-header.scrolled .language-banner {
    height: 0;
    padding: 0;
}

#main-header .language-link {
    height: 35px;
}

#main-header .language-link img {
    height: 14px;
    width: auto;
    margin-right: 6px;
}

#main-header .language-link {
    font-size: 14px;
}

#main-header .language-banner .language-link {
    color: #fff;
}

@media(max-width: 1200px) {
    #main-header .language-banner {
        display: none;
    }
}

#white-inner .container .row,section.alternating-image-content#white-box .col-md-6:first-of-type {
    border-radius: 4px
}
@media (min-width:1201px) {
    header ul li:nth-of-type(2) .dropdown-wrap {
        display: none!important
    }
	header ul li ul li:after{
		bottom: 0px;
	}
}
header ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cta.cta-mobile,.en-us .blog-link,.page-1646 header .cta,.page-292 .blog-link,header .mobile {
    display: none
}
header ul.menu {
    padding-left: 90px
}
header ul li {
    display: inline-block;
    margin-right: 35px;
    line-height: inherit!important;
    border-bottom: solid 5px transparent;
    transition: all .3s
}
header ul li:last-of-type {
    margin-right: 0!important
}
header ul li a {
    font-size: 14px;
    color: #133038!important;
    letter-spacing: .5px;
    display: block;
    position: relative;
    font-family: 'Noto Sans',sans-serif;
    line-height: 107px!important
}
header.scrolled ul li a {
    line-height: 67px!important;
    transition: all .3s
}
header ul li:hover:after, 
header ul.submenu li.current-menu-parent:after, 
header ul.submenu li.current_page_item:after{
    width: 100%;
}
header ul li a,header ul li.open,header ul li:hover {
    transition: all .3s
}
header ul li.open:after,header ul li:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
header ul ul.submenu li:hover:after {
    display: block!important;
}
/* bold header items when active menu item */
header ul li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-98,
header ul li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.menu-item-113,
header ul li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.menu-item-116,
header ul li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-294.current_page_item.menu-item-6627{
	font-weight: 700 !important;
}
header ul li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-98:after{
	display: none !important;
}
#menu-item-6595 a,#menu-item-6596 a,#menu-item-6597 a,#menu-item-6598 a,#menu-item-6599 a,#menu-item-6600 a{
	font-weight: normal !important;
}
/* #menu-item-6595 a:hover,#menu-item-6596 a:hover,#menu-item-6597 a:hover,#menu-item-6598 a:hover,#menu-item-6599 a:hover,#menu-item-6600 a:hover{
 * 	border-bottom: 5px solid #04b67c;
 * 	} */

.menu-item#menu-item-98:after{
	border-bottom: none !important
}

header ul.sub-menu li.current-menu-item{
  border-bottom: 5px solid #04b67c !important;
  height: 60px;
}

header ul.submenu li a{
	font-weight: normal !important; 
}

header ul li a:active,header ul li a:focus {
    text-decoration: none
}
.related-posts .post .title a,header ul li a:hover {
    text-decoration: none;
    color: #202632
}
header ul li .dropdown-wrap {
    position: absolute;
    top: 112px;
    left: 0;
    background: #ECEEF2;
    width: 100%;
    z-index: 100;
    transition: all .3s;
    line-height: 55px!important;
    opacity: 0;
    visibility: hidden
}
body #main-header .container {
	width: 100%;
}
body header img{
	width: 90%;
}
body header ul.menu{
	padding-left: 10px;
}
body.en-us .dropdown-wrap{
	display: none;
}
header ul li .dropdown-wrap.open {
    visibility: visible;
    opacity: 1;
    transition: all .3s
}
section#content section div.HI-box .box-content span{
    font-size: 18px !important
}
section#content section div.HI-box .box-content {
    line-height: 1.5 !important;
}
@media (min-width:1201px) {
   header ul li:hover .dropdown-wrap,
   header ul li.open .dropdown-wrap,
   header ul li a:focus ~ .dropdown-wrap,
   header ul li .dropdown-wrap:focus-within {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
   }
    header ul li :after {
        content: '';
        position: relative;
        display: block;
        width: 0;
        height: 0;
		border-bottom: 5px solid transparent;
        bottom: -5px;
        transition: width .3s;
    }
   
    header ul li#menu-item-112:after,
    header ul li#menu-item-113:after,
    header ul li#menu-item-116:after,
    header ul li#menu-item-928:after {
        display: none;
    }
	
	header ul li:hover::after {
    width: 100%;
    border-bottom: 5px solid #04b67c;
	}
}
header.scrolled .dropdown-wrap {
    top: 76px;
    transition: all .3s
}
header ul li ul li {
    display: inline-block;
    margin: 0;
    border: 0!important
}
header ul li ul li a,header.scrolled ul li ul li a {
    padding-left: 20px;
    padding-right: 20px;
    color: #133038;
    line-height: 50px!important
}
header ul li ul li a:hover {
    text-decoration: none
}
/* XL sceens */
@media (min-width:1601px) {
	.dropdown-wrap .container-fluid,
	body #main-header .container{
    max-width: 1170px;
	}
}
header#main-header .col-lg-7{
	width: 46% !important;
}
header#main-header .col-lg-3{
	width: 36%;
	text-align: end;
}
header ul li .dropdown-wrap .container
header ul li ul.submenu li.current-menu-item a{
	font-weight: normal
}
header .cta a:first-of-type {
    margin-right: 5px
}

header .cta .button {
    font-size: 12px
}
header .logo-tablet {
    display: none;
    max-width: 65px;
    margin-top: 30px;
    transition: all .3s
}
header.scrolled .logo-tablet {
    margin-top: 10px;
    transition: all .3s
}
header ul.open,section.values-content.contact-value .value:hover img.still {
    display: block!important
}

header .menu-toggle-wrapper {
    display: none;
    float: right;
    flex-direction: row;
    gap: 32px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

header .menu-toggle-wrapper .language-link {
    color: #979797;
}

header .menu-toggle {
    font-size: 32px;
    color: #979797;
}
header button.menu-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}
header .sub-menu {
    opacity: 0
}
header .dropdown-wrap .sub-menu {
    opacity: 1
}
.dropdown-wrap .container-fluid {
    width: 100%;
    padding: 0px 40px;
}
header img .partner-logo {
    max-width: 165px !important;
}
@media (min-width:1201px) {
    header .col-lg-7 {
        position: initial
    }
    header ul li .dropdown-wrap {
        height: 60px
    }
}
@media (max-width:1200px) {
    header .mobile-header-wrap {
        height: calc(100vh - 100px)
    }
    header #menu-main-menu li.mobile,header #menu-main-menu-american-english li.mobile,header #menu-main-menu-french li.mobile {
        display: block;
		margin: 14px 0px !important;
    }
    header ul li a i {
        display: none!important
    }
    header ul li {
        border-top: solid 1px #979797;
        border-bottom: none!important
    }
    header ul li:first-of-type {
        border: 0
    }
    header ul li li {
        border: 0
    }
    header ul li a {
        margin-bottom: 7px;
        line-height: 35px!important
    }
header #main-menu-american-english li.mobile.button a,header #main-menu-french li.mobile.button a,
    header #menu-main-menu li.mobile a {
        line-height: 45px!important;
        font-weight: 700!important
    }
header #main-menu-american-english li.mobile:last-of-type,header #main-menu-french li.mobile:last-of-type,
header #menu-main-menu li.mobile:last-of-type {
        margin-bottom: 0!important
    }
    header ul li .dropdown-wrap {
        background: #fff;
        display: block!important;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0!important;
        left: auto;
        width: 100%;
        transition: none!important
    }
    .cta,.mobile-header-wrap {
        display: none
    }
    header .menu-toggle-wrapper {
        display: inline-flex;
    }

    header .logo-desktop {
        width: 165px !important;
        height: auto
    }
    .cta {
        margin-top: 4px
    }
    .cta a,.cta.cta-mobile {
        display: block
    }
    .cta a {
        margin-left: auto!important;
        margin-right: auto!important
    }
    .cta a:first-of-type {
        margin-bottom: 14px
    }
    header {
        line-height: 70px;
        position: fixed!important;
        padding-left: 30px;
        padding-right: 30px
    }
    header #menu-main-menu {
        margin-bottom: 14px
    }
    header #menu-main-menu,header #menu-main-menu-american-english,header #menu-main-menu-french {
        padding: 0;
        line-height: 30px!important;
        margin-top: 14px
    }
    header #menu-main-menu-french {
        margin-bottom: 14px
    }
    header #menu-main-menu-american-english {
        margin-bottom: 50px
    }
    header #menu-main-menu li,header #menu-main-menu li a,header #menu-main-menu-american-english li,header #menu-main-menu-american-english li a,header #menu-main-menu-french li,header #menu-main-menu-french li a {
        display: block;
        margin: 0!important;
        line-height: 35px!important;
        position: relative
    }
    header ul li:hover {
        border-bottom: solid 5px transparent
    }
    header.scrolled {
        line-height: 60px;
        overflow-y: scroll;
        position: relative
    }
    header.scrolled .dropdown-wrap {
        top: 33px
    }
    header #menu-main-menu li,header #menu-main-menu-american-english li,header #menu-main-menu-french li {
        margin-top: 14px!important
    }
    header #menu-main-menu li li,header #menu-main-menu-american-english li li,header #menu-main-menu-french li li {
        margin-top: 0!important
    }
    header #menu-main-menu li a,header #menu-main-menu-american-english li a,header #menu-main-menu-french li a {
        font-weight: 700;
        padding-top: 7px;
        padding-bottom: 7px
    }
    header #menu-main-menu li li a,header #menu-main-menu-american-english li li a,header #menu-main-menu-french li li a {
        padding-top: 0;
        padding-bottom: 0
    }
    header #menu-main-menu li li a,header #menu-main-menu-american-english li li.menu-item-type-post_type a,header #menu-main-menu-french li li.menu-item-type-post_type a {
        font-weight: 400;
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    header #menu-main-menu li:first-of-type,header #menu-main-menu-american-english li:first-of-type,header #menu-main-menu-french li:first-of-type {
        margin-top: 0!important
    }
}
@media (max-width:996px) {
    .dropdown-wrap .container {
        width: auto
    }
}
@media (max-width:767px) {
    header img.logo-desktop {
        width: 100px !important;
    }
    header#main-header {
        padding-left: 15px;
        padding-right: 15px
    }
}
body footer a,footer {
    font-family: 'Noto Sans',sans-serif
}
footer {
    background: #202632;
    padding-top: 25px;
    padding-bottom: 25px
}
footer h2, .widgettitle {
    font-family: "Cabin Bold",sans-serif;
    margin-top: 0;
    font-size: 18px;
    text-align: left
}
.footer-app {
    margin-top: 14px
}
body footer a {
    color: #fff!important
}
footer,footer a:hover,footer h2, .widgettitle {
    color: #fff
}
footer .footer-social a {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 3px 2px 2px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #fff
}
footer .footer-app a {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px
}
footer a.privacy {
    display: inline-block;
    margin-right: 30px!important
}
footer .row.privacy {
    margin-top: 28px
}
footer .footer-contact {
    margin-top: 50px
}
footer .footer-privacy a:last-of-type {
    margin-right: 0
}
footer .menu ul {
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 45px;
    -webkit-column-gap: 45px;
    -webkit-columns: 2;
    -moz-column-gap: 45px;
    -moz-columns: 2
}
footer .menu ul li {
    display: inline-block;
    width: 100%
}
footer .menu ul li a {
    display: block;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px
}
@media (max-width:996px) {
    footer .col-sm-6.col-md-offset-2 {
        margin-bottom: 28px
    }
}
@media (max-width:767px) {
    footer {
        padding: 50px 35px
    }
    footer .menu ul {
        padding: 0;
        list-style: none;
        columns: 1;
        column-gap: 0;
        -webkit-columns: 1;
        -moz-columns: 1
    }
    footer .col-md-2,footer .col-md-4 {
        margin-bottom: 28px
    }
    footer .footer-contact {
        margin: 0
    }
    footer .footer-privacy a {
        margin: 0;
        padding: 0 0 10px;
        display: block
    }
    footer .row.privacy {
        margin-top: 0
    }
}
[data-term-target] {
    color: #006be3
}
@media (max-width:767px) {
    .container {
        padding-left: 0!important;
        padding-right: 0!important
    }
    section#content section {
        padding-left: 15px;
        padding-right: 15px
    }
    section#content section.full-width-image {
        padding-left: 0;
        padding-right: 0
    }
    section#content section.full-width-image .caption {
        padding-left: 30px;
        padding-right: 30px
    }
    section#content #career-heading {
        padding-bottom: 0!important
    }
}
.wpcf7-form input {
    font-family: 'Noto Sans',sans-serif;
	background-color:#F5F7F9!important;
    color:#202632;
    padding: 10px;
	border: 1px solid #B5C0D0;
	border-radius: 3px;
	margin-top:3px;
	margin-bottom: 20px;
	/* width: 100%; */
	box-sizing: border-box;
	font-size:18px;
}
.wpcf7-form input[type=submit] {
	width: 200px; 
	background: #006be3!important; 
	font-weight: bold!important;
	color: #FFFFFF; 
	border: 0 none; 
	border-radius: 5px; 
	cursor: pointer; 
	padding: 10px; 
	margin: 10px 0px; 
	text-decoration: none; 
	font-size: 18px;
}
.text-right {
    text-align: right
}
[data-toggle=tooltip] {
    color: #006be3
}
[data-toggle=tooltip]:hover, [data-toggle=tooltip]:active {
    color: #006be3;
    transition: all .3s
}
section#content .tooltip {
    width: 400px;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    opacity: 1!important;
    cursor: default
}
section#content .tooltip .tooltip-inner {
    font-size: 14px!important;
    width: 400px;
    max-width: 400px;
    background: #fff;
    line-height: 21px!important;
    z-index: 999;
    font-family: 'Noto Sans',sans-serif!important;
    text-align: left!important;
    padding: 10px 4px 10px 10px;
    opacity: 1!important
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    border-width: 15px 15px 0;
    top: -15px!important
}
.tooltip.top .tooltip-arrow {
    display: none!important
}
.tooltip-inner{
    color: #000 !important;
    background-color: #fff !important;
}
.rslides_nav {
    position: absolute;
    top: 40%;
    z-index: 2;
    display: inline-block
}
.rslides_nav.prev {
    left: 15px;
    text-indent: -99999px
}
.rslides_nav.next:after,.rslides_nav.prev:after {
    background-color: #00b87c;
    content: "\f053";
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    padding-top: 22px;
    padding-left: 2px;
    color: #fff!important;
    text-indent: 20px!important;
    position: absolute;
    top: 0;
    width: 2.8em;
    height: 2.8em;
    left: 0;
    border-radius: 50%
}
.rslides_nav.next {
    right: 85px;
    text-indent: -99999px
}
.rslides_nav.next:after {
    content: "\f054";
    text-indent: 25px!important
}
li.hide-mobile a {
    text-decoration: none!important;
    cursor: default!important
}
@media (max-width:767px) {
    .rslides_nav.next:after,.rslides_nav.prev:after {
        background-color: #00b87c;
        content: "\f053";
        display: inline-block;
        font: 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        padding-top: 11px;
        padding-left: 2px;
        color: #fff!important;
        text-indent: 8px!important;
        position: absolute;
        top: 0;
        width: 2em;
        height: 2em;
        left: 0;
        border-radius: 50%
    }
    .hide-mobile {
        display: none!important
    }
    .rslides_nav.next:after {
        content: "\f054";
        text-indent: 12px!important
    }
}
small {
    line-height: 21px;
    font-size: 14px!important
}
.close-flyin {
    position: relative;
    right: -15px;
    color: rgba(35,40,49,.4);
    cursor: pointer
}
.en-us>a:hover {
    text-decoration: none
}
#consumers-third-image>div.container>div.row>div.col-md-6 {
    width: 48%!important
}
#consumers-third-image img.right-image {
    position: relative!important;
    margin-top: -50px;
    right: 20px!important
}
#consumers-third-image {
    padding-bottom: 160px!important
}
.flyin-cta {
    position: fixed;
    left: -114px;
    top: 383px;
    transform: rotate(-90deg);
    transition: all .3s;
    z-index: 99
}
.flyin-cta div a:nth-of-type(2) {
    margin-left: 15px
}
@media (min-width:1200px) {
    :root .flyin-cta {
        left: -134px
    }
    :root .flyin-cta.visible,_::-webkit-full-page-media,_:future {
        left: -70px!important
    }
/*     :root .visible-desktop .flyin-cta.visible {
 *             left: -60px
 *                 } */
}
.visible-desktop .flyin-cta.visible {
    left: -65px;
}
#flyin-cta {
    z-index: 99
}
#flyin-cta.business {
    line-height: inherit;
    font-family: "Cabin Bold";
    font-size: 22px
}
@media (min-width:1201px) {
    #flyin-cta .mobile {
        display: none
    }
}
@media (min-width:1200px) {
    section.small-container .container {
        width: 750px
    }
    section.medium-container .container {
        width: 950px
    }
}
@media (max-width:1200px) {
    #flyin-cta .desktop {
        display: none
    }
}
@media (min-width:1201px) {
    #flyin-cta.business .container {
        display: none
    }
 #flyin-cta.business a {
        width: 152px
    }
    .fr #flyin-cta.business a {
        min-width: 260px!important
    }
    :root .fr .flyin-cta,
    :root .fr .flyin-cta.visible {
        left: -173px!important
    }
    .visible-desktop .flyin-cta.fr.visible {
        left: -110px!important
    }
}
@media (max-width:1200px) {
    #flyin-cta.business {
        padding-top: 14px;
        padding-bottom: 14px;
        text-align: left;
        background: #fff
    }
    #flyin-cta .wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 750px;
        padding-left: 30px;
        padding-right: 30px
    }
    .flyin-cta {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        top: auto;
        bottom: -100px;
        transform: rotate(0deg);
        transition: all .3s;
        z-index: 999;
        border-radius: 0
    }
    .visible-mobile #flyin-cta.business.visible {
        bottom: 0;
        left: 0;
        padding-left: 30px;
        transition: all .3s
    }
}
@media (max-width:996px) {
    #flyin-cta .wrapper {
        width: 100%
    }
    .flyin-cta div a:nth-of-type(2),body.fr.page-1634 #flyin-cta.business a:first-child,body.fr.page-1639 #flyin-cta.business a:first-child,body.fr.page-1643 #flyin-cta.business a:first-child {
        margin-left: 5px;
        margin-bottom: 5px
    }
}
section#content {
    margin-top: 148px
}
@media (max-width:1200px) {
    section#content {
        margin-top: 70px
    }
}
@media (min-width: 1300px){
    .visible-desktop .flyin-cta.fr.visible {
        left: -110px!important;
    }
}
section#content section {
    padding-top: 80px;
    padding-bottom: 80px!important
}
section#content section.hero.video-mask {
    padding-bottom: 0!important
}
section#content section.values {
    padding-bottom: 48px!important
}
section#content section.scroll-button {
    padding-bottom: 12px!important
}
section#content section#inner-green {
    padding-bottom: 0!important;
    padding-top: 80px!important
}
section#content>section.testimonials.large-container {
    padding-top: 48px!important;
    padding-bottom: 80px!important;
    border-radius: 4px
}
section#white-box {
    padding-top: 48px;
    padding-bottom: 48px
}
section#content video,
section#content img {
    max-width: 100%;
    height: auto;
	border-radius: 15px
}
section#content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 50px
}
section#content .image-mobile {
    display: none;
	border-radius: 15px!important
}
section#content .image-mobile .first-mobile-image{
    padding-top: 48px;
}
section#content .heading div,section#content .heading h1,section#content .heading h2,section#content .heading h3,section#content .heading h4,section#content .heading p,section#content .heading ul {
    color: #202632;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
    margin: 0
}
section#content .content div,section#content .content h1,section#content .content h2,section#content .content h3,section#content .content h4,section#content .content ul,section.hero .wrapper .text div,section.hero .wrapper .text h1,section.hero .wrapper .text h2,section.hero .wrapper .text h3,section.hero .wrapper .text h4,section.hero .wrapper .text h5,section.hero .wrapper .text p,section.hero .wrapper .text ul {
    color: inherit!important;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
    margin: 0
}
section#content .content p {
    color: inherit;
    margin-bottom: 1.75em
}
body section#content section.privacy-content ul,section#content .heading p {
    margin-bottom: 1.75em
}
section#content .content p:last-of-type,section#content .heading p:last-of-type {
    margin-bottom: 0!important
}
section#content .ctas .button:first-of-type {
    margin-right: 15px
}
section.jobs .filters select option[value=howto],
section.jobs .filters select option[value=news],
section.jobs .filters select option[value=toolkits],
section.jobs .filters select option[value=videos]{
    display: none;
}
.container,section.jobs {
    padding-left: 30px;
    padding-right: 30px
}
.container .jobs {
    margin-left: -35px
}
@media (max-width:1200px) {
    section#content section {
        padding-bottom: 48px!important;
        padding-top: 48px;
        padding-right: 30px;
        padding-left: 30px
    }
    section#content.blog-single .post-content section{
        padding-right: 0px;
        padding-left: 0px;
    }
    section#content section.hero,section#content section.scroll-button {
        padding: 0!important
    }
    section#content section#inner-green {
        padding-bottom: 0!important
    }
}
@media (max-width:767px) {
    section#content .image-mobile {
        margin: auto;
        display: block!important;
        /* padding-bottom: 48px */
    }
    section#content #inner-green {
        padding-top: 48px!important;
        padding-bottom: 24px!important
    }
    section#content #white-inner .col-md-12 {
        box-shadow: 4px 0 16px 0;
        color: rgba(225,230,236,.4);
        border: solid 1px #e8eef2;
        border-radius: 4px
    }
    section#content section.values {
        padding-top: 48px
    }
    section#content section.alternating-image-content:nth-of-type(even) {
        padding-top: 0!important
    }
    section#content section.alternating-image-content:nth-of-type(2n+1) {
        padding-top: 0;
        padding-bottom: 0!important;
        padding-left: 30px;
        padding-right: 30px
    }
    section#content .first-image .alternating-image-content .image-mobile{
        padding-top: 24px !important;
    }
    section#content section.alternating-image-content.hide-flyin {
        padding-top: 48px!important
    }
    section#content .image-desktop {
        display: none
    }
    section#content section.hero,section#content section.scroll-button {
        padding: 0!important
    }
    html section#content section.full-width-image,html section#content section.hero {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    section#content .ctas .button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px
    }
    section#content .ctas .button:first-of-type {
        margin-right: 0
    }
    section#content .content p {
        color: #202632
    }
    section#content section.alternating-image-content:nth-of-type(even){
        padding-top: 48px!important
    }
}
.button,.button a {
    display: inline-block;
    border: solid 1px transparent;
    border-radius: 4px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
    line-height: 40px;
    min-width: 115px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s
}
@media (max-width:767px) {
    .button,.button a {
        font-size: 14px
    }
    section.contact-enterprise a.button.blue.ghost {
        width: 100%
    }
}
.button:hover,.button:hover a {
    text-decoration: none
}
.button.green,.button.green a {
    color: #fff;
    background-color: #16835c
}
.button.green:hover {
    color: #fff;
    background-color: #1b9c6e
}
.button.blue,.button.blue a,header #menu-main-menu .button.blue a,header #menu-main-menu-american-english .button.blue a,header #menu-main-menu-french .button.blue a {
    background-color: #006be3;
    color: #fff!important
}
.button.blue:hover,header #menu-main-menu .button.blue:hover a,header #menu-main-menu-american-english .button.blue:hover a,header #menu-main-menu-french .button.blue:hover a {
    background-color: #006be3d4;
    transition: all .3s
}
.button.blue.ghost,header #menu-main-menu .button.blue.ghost a,header #menu-main-menu-american-english .button.blue.ghost a,header #menu-main-menu-french .button.blue.ghost a {
    background-color: #FFFFFF;
    color: #006be3!important;
    border: solid 1px #006be3
}

/* subvertical pages, need ghost buttons to be white */
.page-6327 .button.blue.ghost,
.page-6336 .button.blue.ghost,
.page-6323 .button.blue.ghost,
.page-6318 .button.blue.ghost,
.page-6033 .button.blue.ghost,
.page-6275 .button.blue.ghost{
   background-color: #ffffff;
}

.button.blue.ghost:hover,header #menu-main-menu .button.blue.ghost:hover a,header #menu-main-menu-american-english .button.blue.ghost:hover a,header #menu-main-menu-french .button.blue.ghost:hover a {
    background-color: #006be3;
    color: #fff!important;
    border: solid 1px #006be3
}

.li.button.blue,li.button.blue.ghost {
    background: 0 0!important;
    padding: 0!important
}
section.alternating-image-content .section-title {
    font-family: 'Noto Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: rgba(35,40,49,.4);
    margin-bottom: 48px
}
.title h1,section.alternating-image-content .heading {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: #202632;
    text-align: left;
    line-height: 52px;
    margin-bottom: 24px
}
section.alternating-image-content .icon-wrapper {
    margin-top: 48px
}
section.alternating-image-content .accordion-content .heading {
    font-size: 32px;
    line-height: 41.65px;
    margin-bottom: 48px
}
section.alternating-image-content.with-icon .heading {
    margin-bottom: 12px
}
section.alternating-image-content.with-icon .icon {
    margin-bottom: 36px
}
section.alternating-image-content .content {
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #202632;
    text-align: left;
    line-height: 27px
}
#contact .content,#not-looking .content,.sy-pager,section.alternating-image-content .dropdown-link {
    margin-top: 24px
}
section.alternating-image-content .dropdown-link a,section.alternating-image-content .dropdown-link a:active,section.alternating-image-content .dropdown-link a:hover {
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none!important;
    color: #006be3!important
}
section.alternating-image-content.with-icon .content {
    font-size: 18px;
    line-height: 27px
}
section.alternating-image-content .ctas {
    margin-top: 48px
}
section.alternating-image-content .accordion-content {
    display: none
}
section.alternating-image-content .accordion-content.horizontal .wrapper {
    display: flex;
    flex-wrap: wrap
}
section.alternating-image-content .accordion-content .accordion {
    padding: 48px;
    transition: all .3s
}
section.alternating-image-content .accordion-content.horizontal .accordion {
    width: 33%;
    padding: 36px
}
section.alternating-image-content .accordion-content.horizontal.count-4 .accordion {
    width: 25%
}
section.alternating-image-content .accordion-content.vertical .accordion {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}
section.alternating-image-content .accordion-content.vertical .title {
    font-family: "Cabin Bold";
    font-size: 18px;
    color: #202632;
    margin-bottom: 5px;
    position: relative;
    padding-left: 40px
}
section.alternating-image-content .accordion-content.vertical .accordion .title:before {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    content: "1";
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    background: #6c9ced;
    color: #fff;
    top: -1px
}
section.alternating-image-content .accordion-content.vertical .accordion:nth-of-type(2) .title:before {
    background: #89e0ab;
    content: "2"
}
section.alternating-image-content .accordion-content.vertical .accordion:nth-of-type(3) .title:before {
    background: #ffca49;
    content: "3"
}
section.alternating-image-content .accordion-content.vertical .content {
    text-align: left
}
section.alternating-image-content#white-box .col-md-6:first-of-type {
    background: #fff;
    padding: 48px;
    width: 45%;
    margin-right: 5%
}
section.alternating-image-content#white-box .col-md-6:nth-of-type(2) {
    width: 45%;
    margin-left: 5%;
    padding-top: 12px
}
section.alternating-image-content#white-box .heading {
    font-family: "Cabin";
    font-size: 30px;
    line-height: 42px;
    margin: 0
}
section.alternating-image-content.right .col-md-6:nth-of-type(2) {
    text-align: right
}
@media (max-width:1200px) {
    section.alternating-image-content#white-box .heading {
        font-size: 24px;
        line-height: 31.2px
    }
    section.alternating-image-content#white-box .col-md-6:nth-of-type(2) {
        padding-top: 24px
    }
    .hide-ctas section.alternating-image-content .ctas {
        display: none
    }
}
section.alternating-image-content .white-background {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 48px
}
section.alternating-image-content .accordion-content .heading {
    text-align: center;
    margin-top: 48px
}
.related-posts .meta div,section.alternating-image-content .accordion-content.vertical .icon,section.blog .meta div {
    width: 50%
}
section.alternating-image-content .accordion-content.vertical .content-wrapper {
    width: 40%
}
section.alternating-image-content .accordion-content.horizontal .icon {
    position: relative;
    min-height: 290px;
    margin-bottom: 24px
}
section.alternating-image-content.small-icon .accordion-content.horizontal .icon {
    min-height: 180px
}
section.alternating-image-content .accordion-content.horizontal .icon img,
section.alternating-image-content .accordion-content.horizontal .icon video{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s
}
section.alternating-image-content .accordion-content .content {
    text-align: center
}
.modal .checkbox input[type=checkbox], .embedded-form .checkbox input[type=checkbox],
.modal .radio input[type=radio], .embedded-form .radio input[type=radio],section.alternating-image-content .accordion-content .icon img.animated,section.alternating-image-content .accordion-content .icon video.animated {
    opacity: 0
}
section.alternating-image-content .accordion-content.horizontal .accordion:hover .icon img.animated,
section.alternating-image-content .accordion-content.horizontal .accordion:hover .icon video.animated{
    opacity: 1;
    transition: all .3s
}

section.alternating-image-content .accordion-content.horizontal .accordion:hover .icon video.static{
    opacity: 0;
    transition: all .3s
}
/* enterprise landing pages */
header img.partner-logo {
    max-width: 160px;
}
section#content.enterprise-landing-page section.tabbed-content .tab-buttons .tab div {
    padding-top: 8px !important;
    padding-left: 4px;
    padding-right: 4px;
}
@media (min-width:768px) {
    section.alternating-image-content.remove-header-margin .icon-wrapper {
        margin-top: 0
    }
}
@media (max-width:1280px) {
    section.alternating-image-content.with-icon .content {
        font-size: 18px;
        line-height: 27px
    }
    section.alternating-image-content.remove-mobile-margin .icon-wrapper {
        margin-top: 0
    }
    header .logo-desktop {
        width: 165px;
        height: auto;
    }
}
@media (min-width:997px) {
    section.alternating-image-content.right.with-icon .col-md-6:first-of-type {
        width: 41.66666667%
    }
    section.alternating-image-content.right.with-icon .col-md-6:nth-of-type(2) {
        margin-left: 8.33333333%
    }
    section.alternating-image-content.left.with-icon.left-padding .col-md-6:nth-of-type(2) {
        margin-left: 8.33333333%;
        width: 41.66666667%
    }
}
@media (max-width:1200px) {
    section.alternating-image-content .accordion-content.horizontal .icon {
        min-height: 205px
    }
}
@media (max-width:1280px) {
    section.alternating-image-content .section-title {
        margin-bottom: 64px
    }
    section.alternating-image-content .heading {
        font-size: 32px;
        line-height: 41.6px
    }
    section.alternating-image-content .content {
        font-size: 17px;
        line-height: 25px
    }
}
@media (max-width:996px) {
    section.alternating-image-content#white-box .col-md-6:first-of-type {
        width: 75%;
        margin: auto;
        float: none
    }
    section.alternating-image-content#white-box .col-md-6:nth-of-type(2) {
        float: none;
        padding-top: 0;
        margin: 48px auto auto
    }
    section.alternating-image-content .heading {
        margin-bottom: 24px
    }
    section.alternating-image-content.with-icon .heading,section.alternating-image-content.with-icon .icon {
        margin-bottom: 12px
    }
    section.alternating-image-content .accordion-content.horizontal .accordion,section.alternating-image-content .accordion-content.horizontal.count-4 .accordion {
        padding-top: 16px;
        padding-bottom: 0
    }
    section.alternating-image-content.biweekly-tooltip.attractive-quote .accordion-content.horizontal .accordion{
        padding-top: 120px !important;
    }
    section.alternating-image-content .accordion-content.vertical .icon {
        width: 100%;
        margin-top: 24px
    }
    section.alternating-image-content .accordion-content.vertical .content-wrapper {
        width: 100%
    }
    section.alternating-image-content .accordion-content.vertical .accordion {
        flex-wrap: wrap-reverse
    }
}
@media (max-width:767px) {
    section.alternating-image-content.right .col-md-6:nth-of-type(2) {
        display: none
    }
    section.alternating-image-content#white-box .container,section.alternating-image-content#white-box .row {
        padding: 0!important;
        margin: 0!important
    }
    section.alternating-image-content#white-box {
        background: 0 0
    }
    section.alternating-image-content#white-box .heading {
        font-size: 18px;
        line-height: 27px
    }
    section.alternating-image-content#white-box .col-md-6:first-of-type {
        width: 90%;
        padding-bottom: 0
    }
    section.alternating-image-content#white-box .col-md-6:nth-of-type(2) {
        width: 100%
    }
    section#content section.alternating-image-content.left .image-desktop,section.alternating-image-content#white-box .right-image {
        display: block
    }
    section.alternating-image-content .accordion-content.vertical .accordion .title:before {
        display: none
    }
    section.alternating-image-content .accordion-content.vertical .title {
        padding-left: 0
    }
    section.alternating-image-content .accordion-content .accordion {
        padding: 0;
        margin-bottom: 48px
    }
    section.alternating-image-content .accordion-content .accordion:last-of-type {
        margin-bottom: 0
    }
    section.alternating-image-content .accordion-content.horizontal .accordion,section.alternating-image-content .accordion-content.horizontal.count-4 .accordion {
        width: 100%
    }
    section.alternating-image-content .accordion-content.horizontal .icon {
        max-height: 170px;
        min-height: 170px
    }
    section.alternating-image-content .accordion-content.horizontal .icon img,
	section.alternating-image-content .accordion-content.horizontal .icon video{
        max-width: 210px!important
    }
    section.alternating-image-content .accordion-content .icon.horizontal img,
	section.alternating-image-content .accordion-content .icon.horizontal video{
        width: 170px;
        height: auto
    }
    section.alternating-image-content .heading h1,section.alternating-image-content .heading h6,section.alternating-image-content .heading p {
        font-family: "Cabin Bold";
        font-size: 24px;
        color: #202632;
        text-align: left;
        line-height: 30px;
        margin-bottom: 24px
    }
    section.alternating-image-content.with-icon .icon-wrapper {
        display: flex
    }
    section.alternating-image-content.with-icon .icon {
        margin-top: 24px;
        width: 50px;
        height: 50px
    }
    section.alternating-image-content.with-icon .heading {
        align-self: flex-end;
        margin-left: 12px
    }
    section.alternating-image-content .content {
        font-family: "Noto Sans","sans serif";
        font-size: 14px;
        color: #202632;
        text-align: left;
        line-height: 21px
    }
    section.alternating-image-content .ctas {
        margin-top: 24px
    }
    section.alternating-image-content .section-title {
        margin-bottom: 24px
    }
    section.alternating-image-content .right-image {
        display: none
    }
}
@media (max-width:480px) {
    section.alternating-image-content#white-box .col-md-6:first-of-type {
        width: 100%;
        padding: 48px 0 0
    }
}
section.full-width-content .heading,
section.full-width-content .blog-heading p, 
section.full-width-content .blog-heading{
    font-family: "Cabin Semi Bold";
    font-size: 32px;
    color: #202632;
    line-height: 41.6px
}
section.full-width-content .heading img {
    max-width: 150px!important;
    margin-bottom: 0!important;
    height: auto
}
section.full-width-content .content {
    font-family: "Noto Sans","sans serif";
    font-size: 18px;
    color: #202632;
    margin-top: 24px
}
#inner-green .container .col-md-12 {
    background: #d9e6f6;
    padding: 32px 60px;
    border-radius: 20px;
    max-width: 1140px
}
#white-inner .container .col-md-12 {
    background: #fff;
    padding: 32px 30px
}
#white-inner i {
    margin-right: 10px
}
#career-heading .heading {
    font-family: "Cabin Bold";
    color: #202632;
    text-align: left
}
#career-heading .heading,section#content section.tabbed-content.enterprise .tabs .tab .content .title p,section#content>section.homepage>div.container>div.row>div.col-md-12>.heading>p {
    font-size: 40px;
    line-height: 52px
}
section#content.contact-enterprise>.content p>section#content>.heading p {
    font-size: 24px!important;
    line-height: 31.5px!important
}
@media (max-width:1280px) {
    section.full-width-content .heading {
        font-size: 30px;
        line-height: 40px
    }
    section#content>section.homepage>div.container>div.row>div.col-md-12>.heading>p {
        font-size: 32px!important;
        line-height: 41px!important
    }
}
@media (max-width:996px) {
    section.full-width-content .heading {
        font-family: "Cabin Bold";
        font-size: 24px;
        line-height: 30px
    }
    section.full-width-content .content {
        font-size: 18px;
        line-height: 26px;
        margin-top: 24px
    }
}
@media (max-width:767px) {
    section.full-width-content .heading img {
        max-width: 80px
    }
    #career-heading {
        padding: 0!important
    }
    section.full-width-content .heading {
        font-size: 20px;
        line-height: 26px
    }
}
section.testimonials .container {
    background: #fff;
    padding: 48px 0;
    box-shadow: 4px 0 16px 0 rgba(225,230,236,.4);
    border: solid 1px #e8eef2
}
section.testimonials .testimonial .testimonial-wrapper {
    display: flex;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    color: #202632
}
section.testimonials .testimonial .icon {
    width: 100%;
    min-width: 20%;
    margin-right: 80px;
    vertical-align: middle;
    padding-bottom: 13px
}
section.testimonials .testimonial .content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
section.testimonials .content p {
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: 27px;
    color: #202632!important
}
section.testimonials .attribution {
    margin-top: 24px;
    display: flex
}
section.testimonials .left {
    display: inline-block;
    padding-right: 8px;
    position: relative
}
section.testimonials .right {
    display: inline-block;
    padding-left: 8px;
    position: relative
}
section.testimonials .name {
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #202632;
    text-align: left;
    line-height: 26px
}
section.testimonials .secondary {
    font-weight: 700;
    font-style: italic
}
section.testimonials .secondary,section.testimonials .tertiary {
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #202632;
    line-height: 27px
}
.sy-pager li a {
    border-radius: 0;
    width: 20px;
    height: 4px;
    background-color: #979797;
    position: relative
}
.sy-pager li a:focus {
    outline: auto;
    outline-offset: unset;
}
.sy-controls {
    display: block
}
.sy-pager li.sy-active a {
    background-color: #02b77b
}
.sy-controls li {
    width: auto;
    min-width: 1px;
}
.sy-controls li a {
    opacity: 1!important
}
.sy-controls li.sy-next a:after,.sy-controls li.sy-prev a:after {
    background-color: #fff;
    content: "\f054";
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    padding-top: 18px;
    padding-left: 3px;
    color: #515661!important;
    box-shadow: 4px 0 16px 0 #e1e6ec;
    transition: all .3s
}
.sy-controls li.sy-next a:focus:after, .sy-controls li.sy-prev a:focus:after {
    outline: auto;
}
.sy-controls li.sy-next:hover a:after,.sy-controls li.sy-prev:hover a:after {
    color: #fff!important;
    background-color: #02b77b;
    transition: all .3s
}
.sy-controls li.sy-prev a:after {
    content: "\f053";
    padding-left: 0
}
.sy-controls li.sy-next {
    right: -30px;
    top: 15px
}
.sy-controls li.sy-prev {
    left: -30px;
    top: 15px
}
@media (max-width:1280px) {
    .sy-controls li.sy-next {
        right: -15px
    }
    .sy-controls li.sy-prev {
        left: -15px
    }
}
@media (max-width:996px) {
    section.testimonials .testimonial .testimonial-wrapper {
        display: block;
        width: 100%;
        padding-left: 33px;
        padding-right: 33px
    }
    section.testimonials .testimonial .icon {
        width: 100%;
        text-align: center;
        margin: 0 0 48px
    }
}
@media (max-width:767px) {
    section.testimonials .testimonial .testimonial-wrapper .icon img {
        max-width: 120px
    }
    section.testimonials .content {
        font-family: "Noto Sans";
        font-size: 18px;
        line-height: 27px;
        height: 100%
    }
    section.testimonials .name {
        font-family: 'Noto Sans',sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 27px;
        color: #202632;
        text-align: center;
        margin-left: -150px
    }
    section.testimonials .secondary,section.testimonials .tertiary {
        font-family: 'Noto Sans',sans-serif;
        color: #202632;
        text-align: center;
        line-height: 19.6px
    }
    section.testimonials .secondary {
        font-weight: 700;
        font-style: italic;
        font-size: 14px
    }
    section.testimonials .tertiary {
        font-size: 18px
    }
    section.testimonials .attribution {
        display: block
    }
    section.testimonials .left {
        width: 100%;
        padding: 0 0 25px
    }
    section.testimonials .left:after {
        position: absolute;
        right: 50%;
        height: 1px;
        width: 60px;
        margin-right: -30px;
        top: 60px;
        border: 0;
        background: #202632
    }
    section.testimonials .right {
        width: 100%;
        padding: 0
    }
}
section.four-column-partner-content .content,section.four-column-partner-content .heading {
    font-family: "Cabin Bold";
    font-size: 30px;
    color: #202632;
    text-align: left;
    line-height: 40px
}
section.four-column-partner-content .content {
    font-size: 17px;
    line-height: 25px
}
section.four-column-partner-content .image img {
    max-width: 100%;
    height: auto
}
section.four-column-partner-content .ctas {
    margin-top: 24px
}
section.four-column-partner-content .wrapper {
    min-height: 130px;
    margin-top: 24px
}
@media (min-width:767px) {
    section.four-column-partner-content .wrapper {
        position: relative
    }
    section.four-column-partner-content .content {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        transition: all .3s;
        opacity: 0
    }
    section.four-column-partner-content .image {
        position: relative;
        z-index: 1;
        transition: all .2s;
        opacity: 1
    }
    section.four-column-partner-content .wrapper:hover .content {
        opacity: 1;
        transition: all .3
    }
    section.four-column-partner-content .wrapper:hover .image {
        opacity: 0;
        transition: all .3s
    }
    section.four-column-partner-content .clear {
        display: none
    }
}
@media (max-width:1280px) {
    section.four-column-partner-content .heading {
        font-size: 18px;
        line-height: 30px
    }
    section.four-column-partner-content .content {
        font-size: 18px;
        line-height: 18px
    }
}
@media (max-width:996px) {
    section.four-column-partner-content .col-sm-6:first-of-type,section.four-column-partner-content .col-sm-6:nth-of-type(2) {
        margin-bottom: 64px
    }
    section.four-column-partner-content .clear {
        clear: both;
        display: table;
        content: ""
    }
}
@media (max-width:767px) {
    section.four-column-partner-content .wrapper {
        min-height: 0
    }
    section.four-column-partner-content .content {
        margin-bottom: 24px
    }
    section.four-column-partner-content .col-sm-6,section.four-column-partner-content .col-sm-6:first-of-type,section.four-column-partner-content .col-sm-6:nth-of-type(2) {
        margin-bottom: 48px
    }
    section.four-column-partner-content .ctas {
        text-align: center
    }
    section.four-column-partner-content .image img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    section.four-column-partner-content .heading {
        font-size: 18px;
        line-height: 24px
    }
    section.four-column-partner-content .content {
        font-size: 18px;
        line-height: 20px
    }
}
section.cta .content,section.two-column-content .heading {
    font-family: "Cabin Bold";
    font-size: 18px;
    color: #202632;
    line-height: 30px
}
section.two-column-content .heading {
    font-size: 30px;
    line-height: 42px
}
section.two-column-content .content {
    margin-top: 24px;
    font-family: "Cabin";
    font-size: 17px;
    color: #4a4a4a;
    line-height: 27px
}
section.two-column-content .ctas {
    margin-top: 24px
}
@media (max-width:767px) {
    section.two-column-content .col-sm-6:first-of-type {
        margin-bottom: 48px
    }
    section.two-column-content .heading {
        font-size: 18px;
        line-height: 24px
    }
    section.two-column-heading .content {
        font-size: 18px;
        line-height: 20px
    }
}
section.accordion .dropdown-toggle {
    cursor: pointer;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #006be3;
    transition: all .3s
}
section.accordion .dropdown-toggle.active,section.accordion .dropdown-toggle:hover {
    color: #202632;
    transition: all .3s
}
section.accordion .title {
    font-family: "Cabin Bold";
    font-size: 28px;
    color: #202632;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px
}
section.accordion .accordion-content {
    display: none
}
section.accordion .col-md-3,section.accordion .col-md-4 {
    margin-bottom: 48px
}
section.accordion .col-md-3:last-of-type,section.accordion .col-md-4:last-of-type {
    margin-bottom: 0
}
section.accordion .col-md-3 .image,section.accordion .col-md-4 .image {
    position: relative
}
section.accordion.fixed-height .col-md-3 .image,section.accordion.fixed-height .col-md-4 .image {
    height: 224px
}
section.accordion .col-md-3 .image img,section.accordion .col-md-4 .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px
}
section.accordion .content {
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #4a4a4a
}
section.accordion .heading {
    font-family: "Cabin Bold";
    font-size: 30px;
    color: #202632;
    margin-bottom: 14px
}
section.accordion .heading .icon {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}
section.accordion .vertical {
    margin-bottom: 48px
}
@media (min-width:768px) {
    section.accordion .vertical {
        display: table;
        width: 100%
    }
    section.accordion .vertical .col-md-6 {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}
section.accordion .vertical:last-of-type {
    margin-bottom: 0
}
@media (max-width:996px) {
    section.accordion .heading {
        font-size: 18px;
        line-height: 24px
    }
    section.accordion .content {
        font-size: 18px;
        line-height: 20px
    }
    section.accordion .heading .icon {
        width: 25px;
        height: 25px
    }
    section.alternating-image-content .ctas a:first-of-type {
        margin-bottom: 14px
    }
}
@media (max-width:767px) {
    section.accordion .col-md-3 .image,section.accordion .col-md-4 .image {
        height: auto
    }
    section.accordion .col-md-3 .image img,section.accordion .col-md-4 .image img {
        top: auto;
        transform: translateY(0%)
    }
    section.accordion .vertical .col-md-6:nth-of-type(2) {
        margin-top: 28px;
        text-align: center
    }
    section#content section.accordion {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    section.accordion .title {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 18px
    }
}
section.values-content .values {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
section.values-content .values .value {
    width: 31.5%;
    background: #fff;
    border: solid 1px #e8eef2;
    padding: 48px;
    transition: all .3s;
    border-radius: 30px
}
section.values-content .values .value:hover {
    box-shadow: 0 0 16px 0 #d3f3e8;
    transition: all .3s
}
section.values-content .image {
    margin-bottom: 24px;
    max-width: 90px
}
section.values-content.contact-value img.animated,
section.values-content.contact-value video.animated{
    display: none!important
}
section.values-content.contact-value .image {
    max-width: 140px
}
section.values-content .value:hover img.animated,
section.values-content.contact-value video.animated{
    display: block;
    transition: all .1s
}
section.values-content .image img.animated,section.values-content .value:hover img.still {
    display: none;
    transition: all .1s
}
section.values-content.contact-value .title {
    font-size: 24px;
    line-height: 31.2px
}
section.values-content .title {
    font-family: "Cabin Bold";
    font-size: 32px;
    color: #202632;
    line-height: 41.6px;
    margin-bottom: 24px
}
section.values-content .content {
    font-family: "Noto Sans","sans serif";
    font-size: 18px;
    color: #202632;
    line-height: 28px
}
@media (max-width:1200px) {
    section.values-content .values .value {
        width: 48.5%;
        margin-bottom: 24px;
        padding: 32px
    }
    section.values-content .values .value:last-of-type {
        margin-bottom: 0
    }
}
@media (max-width:996px) {
    section.values-content .values .value {
        width: 100%
    }
    section.values-content .content {
        font-size: 18px;
        line-height: 27px
    }
    section.values-content .title {
        font-size: 20px;
        line-height: 26px
    }
}
section.team-grid .row .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap
}
section.team-grid .team {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 48px
}
section.team-grid {
    font-family: 'Noto Sans',sans-serif;
    font-size: 17px;
    color: #202632;
    text-align: left;
    line-height: 25px
}
section.team-grid .name {
    margin-top: 24px;
    font-weight: 700
}
section.full-width-image,section.team-grid .team .image {
    position: relative
}
section.team-grid .team .image img {
    width: 100%;
    height: auto;
	border-radius: 30px!important;
}
section.team-grid .team .image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(49,139,62,.6);
    opacity: 0;
    transition: all .3s;
	border-radius: 30px!important;
}
section.team-grid .team .image:hover .overlay {
    opacity: 1;
    transition: all .3s
}
section.team-grid .team .social {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
section.team-grid .team .social a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border: solid 3px #fff;
    border-radius: 50%
}
section.team-grid .team .social a i.fa-twitter {
    position: relative;
    top: 4px
}
section.team-grid .team .social a i.fa-linkedin {
    position: relative;
    top: 2px
}
@media (min-width:768px) {
    section.team-grid .team {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 48px
    }
}
@media (min-width:997px) {
    section.team-grid .team {
        width: 33%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 48px
    }
}
@media (min-width:1201px) {
    section.team-grid .team {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 48px
    }
}
@media (max-width:767px) {
    body section#team-title {
        padding-top: 48px!important
    }
    section#content section.team-grid {
        padding-top: 0!important
    }
    section.team-grid .team:last-of-type {
        margin-bottom: 0
    }
}
.embedded-form .col-md-12 div.radio:last-of-type,section.tabbed-content ul li:last-of-type,section.team-grid .row .clear:last-of-type
.modal .col-md-12 div.radio:last-of-type,section.tabbed-content ul li:last-of-type,section.team-grid .row .clear:last-of-type {
    margin-bottom: 0
}
section.full-width-image .col-md-12,section.full-width-image .container-fluid,section.full-width-image .row {
    padding: 0!important;
    margin: 0!important
}

section.full-width-image .content {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-family: "Cabin Bold";
    font-size: 40px;
    line-height: 52px
}
section#content section.hero .text,section.full-width-image .container {
    margin-left: auto!important;
    margin-right: auto!important
}
@media (max-width:996px) {
    section.full-width-image .content {
        font-size: 30px;
        line-height: 40px
    }
}
@media (max-width:767px) {
    section.full-width-image .content {
        font-size: 18px;
        line-height: 26px
    }
}
section.hero,section.hero .col-md-12,section.hero .container-fluid,section.hero .row {
    padding: 0!important;
    margin: 0!important;
    z-index: 10;
    position: relative
}
section#content section.hero .text {
    padding-left: 30px;
    padding-right: 30px
}
@media (min-width:768px) {
    section.hero .text {
        width: 750px
    }
}
@media (min-width:992px) {
    section.hero .text {
        width: 970px
    }
}
@media (min-width:1200px) {
    section.hero .text {
        width: 1170px
    }
}
section.full-width-image img,section.hero .content .image {
    width: 100%;
    height: auto
}
section.hero .video,section.jobs .buttons a.show-more {
    display: none
}
section.hero.video-mask .content {
    position: relative
}
section.hero .overlay {
    display: none;
    z-index: 2
}
section.hero .wrapper {
    position: relative;
    z-index: 3
}
section.hero.video-mask .overlay {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.3)
}
section.hero .content {
    max-height: 350px;
    min-height: 350px;
    overflow: hidden;
    position: relative
}
section.hero video {
    object-fit: fill;
    height: auto!important;
    position: absolute;
    top: -50%;
    z-index: 1
}
section#content section.hero .wrapper .text {
    font-family: "Cabin Bold"!important;
    font-size: 40px!important;
    line-height: 52px;
    color: #fff!important
}
section.hero .content .play {
    text-align: center
}
section.hero .content .play a i {
    color: #fff;
    font-size: 72px;
    margin-left: 10px
}
section.hero .content .play a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    border: none;
    text-align: center
}
section.hero .container-fluid {
    background-size: cover;
    background-position: center center
}
section.hero .video-container {
    position: absolute;
    top: 0;
    z-index: 4;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 150px);
    background: #000
}
section.hero .video-container.visible {
    display: block;
    z-index: 9999
}
section.hero .close-video {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 50px;
    text-align: center;
    right: 50px
}
section.hero .close-video i {
    font-size: 24px;
    margin-top: 7px;
    color: #fff
}
section.hero .content .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}
@media (min-width:997px) {
    section.hero .container-fluid {
        background-image: none!important
    }
}
@media (max-width:996px) {
    section.hero .content {
        height: 250px;
        min-height: 0
    }
    section.hero .content img {
        display: none
    }
    section.hero .container-fluid .content {
        padding-top: 48px!important;
        padding-bottom: 48px!important
    }
    section#content section.hero .wrapper .text {
        font-size: 30px!important;
        line-height: 34px!important
    }
    section.hero .content .play a {
        width: 80px;
        cursor: pointer;
        height: 80px
    }
    section.hero .content .play a i {
        font-size: 40px;
        cursor: pointer
    }
    #career-heading .heading {
        font-size: 24px;
        line-height: 30px
    }
}
@media (max-width:480px) {
    section.hero .content {
        height: auto;
        min-height: 0
    }
}
@media (max-width:767px) {
    section#content section.hero .wrapper .text {
        font-size: 18px!important;
        line-height: 24px!important
    }
    section.hero video {
        transform: translateY(50%)
    }
    section.hero .container-fluid .content {
        min-height: 224px
    }
}
section.content-with-icon .image img {
    max-width: 100%;
    height: auto
}
section.content-with-icon .heading,section.jobs .jobs h2 {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: #202632;
    line-height: 52px
}
section.content-with-icon .content {
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #202632;
    line-height: 27px;
    margin-top: 24px
}
section.content-with-icon .ctas {
    margin-top: 24px
}
@media (max-width:767px) {
    section.content-with-icon .image {
        text-align: center;
        margin-top: 48px;
        margin-bottom: 0
    }
    section.content-with-icon .heading {
        font-size: 18px;
        line-height: 27px
    }
    section.content-with-icon .content {
        font-size: 18px;
        line-height: 22px
    }
    section.content-with-icon .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    section.content-with-icon .row .col-md-10,section.content-with-icon .row .col-md-2 {
        width: 100%
    }
    section#content section.content-with-icon,section#content>section.content-with-icon~section.content-with-icon {
        padding-top: 0!important
    }
    section#content>section.content-with-icon {
        padding-top: 40px!important
    }
body.page-292 section#content section.alternating-image-content,section#content section.hero.video-mask {
    padding-top: 48px!important
    }
}
section.jobs .jobs .job-posting {
    margin-top: 24px;
    position: relative;
    background: #fff;
    border: 1px solid #e8eef2;
    border-radius: 4px;
    padding: 48px;
    display: flex;
    cursor: pointer
}
section.jobs .jobs h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 48px
}
section.jobs .job-posting .left {
    width: 75%
}
section.jobs .job-posting .right {
    width: 20%;
    text-align: right;
    align-self: flex-end
}
section.jobs .show-more {
    font-family: "Noto Sans";
    font-size: 17px;
    font-weight: 700;
    color: #006be3;
    text-align: left
}
section.jobs .heading,section.jobs .job-posting .category {
    font-family: "Cabin Bold";
    font-size: 21px;
    color: #4a4a4a
}
section.jobs .job-posting .location {
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #4a4a4a
}
section.jobs .job-posting .col-md-8 {
    border-left: solid 1px #979797;
    padding-left: 31px
}
section.jobs .job-posting .title, section.jobs .job-posting .individual-post-title {
    font-family: "Cabin Bold" !important;
    font-size: 32px;
    line-height: 41.6px;
    color: #202632;
    text-align: left
}
section.jobs .job-posting .individual-post-title{
	font-size: 32px; 
}
section.jobs .job-posting .details,section.jobs .job-posting .meta {
    font-family: "Noto Sans";
    font-size: 17px;
    color: #202632;
    text-align: left;
    margin-top: 12px
}
section.jobs .job-posting .details {
    margin-top: 60px;
    line-height: 25px;
    display: none
}
section.jobs .job-posting .details .content {
    margin-bottom: 24px
}
.job-posting .individual-post .title h1{
	font-size: 32px;
}
section#content section.jobs .job-posting .details .content h1,section#content section.jobs .job-posting .details .content h2,section#content section.jobs .job-posting .details .content h3,section#content section.jobs .job-posting .details .content h4,section#content section.jobs .job-posting .details .content h5 {
    font-family: "Cabin Bold"!important;
    font-size: 32px!important;
    line-height: 41.6px!important;
    margin-bottom: 14px!important;
    margin-top: 14px!important
}
section.jobs .job-posting .details .content p,section.jobs .job-posting .details .content ul {
    margin-bottom: 14px!important
}
section.jobs .job-posting .col-md-2.apply {
    text-align: right
}
section.jobs .job-posting .col-md-2.apply a {
    position: relative;
    display: inline-block;
    transform: translateY(100%)
}
section.jobs .heading {
    font-size: 36px;
    color: #202632;
    line-height: 46px;
    margin-bottom: 48px
}
section#content section.testimonials>.container {
    border-radius: 20px;
    margin: auto !important;
    max-width: 940px
}
section.jobs .filters {
    font-family: "Cabin Bold";
    font-size: 18px;
    color: #202632;
    padding-right: 0!important
}
section.jobs .filters .filter {
    display: inline-block;
    padding-right: 28px
}
section.jobs .filters .filter select {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    min-width: 100px
}
section.jobs .read-mobile {
    display: none
}
#no-jobs {
    padding-top: 48px;
    font-size: 30px;
    line-height: 40px;
    font-family: "Cabin Semi Bold"
}
@media (max-width:996px) {
    section#content section.jobs .job-posting .details .content h1,section#content section.jobs .job-posting .details .content h2,section#content section.jobs .job-posting .details .content h3,section#content section.jobs .job-posting .details .content h4,section#content section.jobs .job-posting .details .content h5 {
        font-size: 24px!important
    }
    section.jobs .buttons a.show-more {
        display: inline-block;
        float: right;
        margin-top: 10px
    }
    section.jobs .job-posting .left {
        width: 100%
    }
    section.jobs .job-posting .right {
        position: absolute;
        top: 55px;
        right: 55px
    }
    section.jobs .job-posting .title {
        font-family: "Cabin Bold";
        font-size: 24px;
        color: #202632;
        text-align: left
    }
	section.jobs .job-posting .individual-post-title{
		font-size: 24px;
		margin-top: 0px;
	}
    section.jobs .job-posting .meta {
        font-family: "Noto Sans";
        font-size: 14px;
        line-height: 21px;
        color: #202632;
        text-align: left;
        margin-top: 0
    }
    #no-jobs {
        font-family: "Cabin Bold";
        font-size: 24px
    }
}
@media (max-width:767px) {
    section.jobs .read-mobile {
        display: block;
        margin-top: 14px
    }
    section.jobs .jobs .job-posting {
        display: block;
        padding: 24px
    }
    section.jobs .job-posting .details {
        margin-top: 24px
    }
    section.jobs .job-posting .col-md-8 {
        padding-left: 15px;
        border: 0
    }
    section.jobs .job-posting .buttons .show-more,section.jobs .job-posting .right {
        display: none
    }
    section.jobs .heading,section.jobs .job-posting .category,section.jobs .job-posting .title {
        font-size: 18px;
        line-height: 24px
    }
    section.jobs .job-posting .location {
        font-size: 18px;
        line-height: 20px
    }
    .row.filters .col-sm-3,section.jobs .job-posting .excerpt {
        display: none
    }
    section.jobs .job-posting .col-md-2.apply {
        text-align: left;
        margin-top: 14px
    }
    section.jobs .job-posting .col-md-2.apply a {
        transform: none
    }
    section.jobs .filters .filter {
        display: block;
        padding-left: 30px;
        padding-right: 30px
    }
    section.jobs .filters .filter select {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 14px
    }
    section.jobs .heading {
        margin-bottom: 0
    }
    #no-jobs {
        font-size: 20px
    }
}
.slider .slide,.slider .slide img,section.tabbed-content .tab-buttons .tab div,section.tabbed-content.enterprise .tabs .tab .image img {
    width: 100%
}
section.faqs .title {
    font-family: "Cabin Bold";
    font-size: 32px;
    color: #202632;
    line-height: 41.6px;
    margin-bottom: 80px
}
.page-1779 section.full-width-content .heading img{
    max-width: 100px !important 
} 
section.faqs.left-title .title {
    text-align: left
}
section.faqs .heading {
    margin-bottom: 24px;
    font-family: "Cabin Bold";
    font-size: 24px;
    color: #202632;
    text-align: left;
    line-height: 31.2px
}
section.faqs .wrapper {
    display: flex
}
section.faqs .content {
    font-family: "Noto Sans","sans serif";
    font-size: 18px;
    color: #515661;
    text-align: left;
    line-height: 27px
}
section.faqs .col-md-6 {
    margin-bottom: 24px
}
section.faqs .faq-button {
    margin-top: 24px
}
section.faqs .faqs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
section.faqs .faqs .faq {
    width: calc(50% - 12px);
    background: #fff;
    border-radius: 4px;
    padding: 24px 48px;
    margin-right: 12px;
    margin-left: 12px;
    transition: all .3s;
    border: solid 1px #e8eef2;
    margin-bottom: 25px
}
section.faqs .faqs .faq:nth-of-type(odd) {
    margin-left: 0
}
section.faqs .faqs .faq:nth-of-type(even) {
    margin-right: 0
}
section.faqs .faq:hover {
    box-shadow: 0 0 16px 0 #d3f3e8;
    transition: all .3s
}
section.faqs span.letter {
    display: inline-block;
    font-family: "Cabin Bold";
    font-size: 30px;
    color: #c8d0dc;
    text-align: left;
    margin-right: 24px;
    line-height: 40px;
    transition: all .3s
}
section.faqs .faq:hover span.letter {
    color: #a0e4cd;
    transition: all .3s
}
section.faqs .expandable {
    display: none
}
section.faqs .expanded-content {
    display: none;
    margin-top: 14px!important
}
section.faqs a[data-show-expanded-content] {
    display: block;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none!important
}
@media (max-width:996px) {
    section.faqs .faqs .faq {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important
    }
}
@media (max-width:767px) {
    section.faqs span.letter {
        display: none
    }
    section.faqs .heading {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px
    }
    section.faqs .content {
        font-size: 14px;
        line-height: 21px
    }
    section.faqs .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 48px
    }
    section#content section.faqs {
        padding-bottom: 0!important
    }
}
section.quote .content {
    font-family: "Cabin Semi Bold";
    font-style: italic;
    font-size: 32px;
    color: #202632;
    text-align: center;
    line-height: 41.6px
}
@media (max-width:996px) {
    section.quote .heading {
        font-family: "Cabin Bold";
        font-size: 18px;
        line-height: 27px
    }
    section.quote .heading:first-letter {
        font-size: 36px
    }
    section.quote .heading:before {
        left: -25px
    }
}

.page-1659 .filter select option::nth-child(6), .page-1659 .filter select option:nth-child(2),
.page-1659 .filter select option:nth-child(3), .page-1659 .filter select option:nth-child(4),
.page-1659 .filter select option:nth-child(5){
    display: none;
}

.post-meta .divider {
    height: 5px;
    width: 100%;
    max-width: 80px;
    background: #202632;
    margin-top: 24px;
    margin-bottom: 24px
}
.post-meta {
    font-family: "Noto Sans",'sans serif';
    font-size: 18px;
    color: #202632;
    text-align: left
}
.full-width-image .caption {
    text-align: center;
    margin-top: 24px;
    font-family: "Cabin Bold";
    font-size: 18px
}
.full-width-image .caption span {
    color: #6b6b6b
}
@media (max-width: 768px) and (max-height: 1024px){
    .row.post-content{
        margin-left: 30px !important
    }
}
@media (min-width:481px) {
    section#content section#conact .container {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
}
section.left-title-content .heading {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: #202632;
    line-height: 52px
}
div.error-message,section.left-title-content .content {
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #202632;
    line-height: 27px
}
@media (max-width:767px) {
    section.left-title-content .content {
        font-size: 18px;
        line-height: 27px
    }
    section.left-title-content .heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px
    }
}
section.scroll-button a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #02b77b;
    text-align: center;
    display: inline-block
}
section.scroll-button a i {
    color: #fff;
    font-size: 28px;
    margin-top: 10px
}
.modal-content {
    border-radius: 7px;
    border: 0
}
.embedded-form .modal-content, .embedded-form.has-error .modal-content,
.modal .modal-content,.modal.has-error .modal-content {
    transition: all .3s
}
.embedded-form .col-md-6 .ext
.modal .col-md-6 .ext {
    width: 25%;
    float: right
}
.embedded-form .checkbox.error .form-error-message,
.modal .checkbox.error .form-error-message {
    margin-top: 5px
}
.modal-header {
    border: 0;
    padding: 3px 0 24px
}
.modal-header button.close {
    opacity: 0.5;
}
.modal-header .close {
    margin-right: 9px;
    line-height: 20px;
    margin-top: 19px
}
.modal-header .close span {
    line-height: 20px
}
.modal-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}
.modal-body .container-fluid,.modal-footer {
    padding-left: 48px;
    padding-right: 48px
}
.modal-footer {
    border: 0;
    padding-top: 48px
}
.modal-footer .container-fluid {
    padding: 0!important
}
.modal-content {
    box-shadow: none!important;
    -webkit-box-shadow: none!important
}
.close {
    font-size: 36px
}
.embedded-form .modal-terms,
.modal .modal-terms {
    font-family: "Noto Sans",'sans serif';
    font-size: 12px;
    color: #515661;
    text-align: left;
    background: #f3f3f7;
    padding: 14px 33px;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.embedded-form .modal-terms a,
.modal .modal-terms a {
    font-weight: 700;
    color: #006be3;
    font-size: 12px!important
}
.modal .submit {
    display: none
}
.embedded-form label,
.modal label {
    display: block;
    font-weight: 400;
    margin-bottom: 4px
}
.embedded-form, .embedded-form a, .embedded-form label,
.modal,.modal a,.modal label {
    font-family: "Noto Sans"
}
.embedded-form label.inline,
.modal label.inline {
    display: inline-block;
    clear: both;
    margin-bottom: 0!important;
    min-width: 75px
}
.embedded-form .icon-buttons,
.modal .icon-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.embedded-form .icon-buttons .icon-button,
.modal .icon-buttons .icon-button {
    width: 31.5%;
    border: solid 1px #b5c0d0;
    transition: all .3s;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 13px;
    border-radius: 4px
}
.embedded-form h2, .embedded-form p,
.modal h2,.modal p {
    color: #202632;
    text-align: left
}
.embedded-form h2,
.modal h2 {
    margin-bottom: 24px;
    margin-top: 0;
    font-family: "Cabin Bold";
    font-size: 36px
}
.embedded-form p, .modal p {
    font-family: "Noto Sans";
    font-size: 17px;
    line-height: 27px
}
a.gated-content-link {
	 font-size: 17px !important;
}
@media (min-width:1201px) {
	.embedded-form label.title, .embedded-form p, a.gated-content-link,
    .modal label.title,.modal p {
        font-size: 17px;
        line-height: 27px
    }
	a.gated-content-link{
		font-size: 17px !important;
	}
}
.embedded-form .icon-buttons p,
.modal .icon-buttons p {
    font-size: 14px;
    line-height: 18px;
    text-align: center
}
div.icon-buttons.error .icon-button {
    border: solid 1px #d73c4c!important;
    background: #fbebed!important
}
.embedded-form .icon-buttons .icon-button.active,
.modal .icon-buttons .icon-button.active {
    transition: all .3s;
    border: solid 1px #006be3!important;
    background-color: rgba(0,107,227,.08)!important;
    box-shadow: none!important
}
.embedded-form .icon-buttons .icon-button:hover,
.modal .icon-buttons .icon-button:hover {
    box-shadow: 4px 0 16px 0 #e1e6ec
}
.embedded-form .icon-buttons .icon-button .icon,
.modal .icon-buttons .icon-button .icon {
    margin-bottom: 15px
}
.embedded-form label.small,.modal label.title,
.modal label.small,.modal label.title {
    font-size: 14px;
    line-height: 21px;
    font-family: "Noto Sans";
    color: #4f535a
}
.embedded-form label.title,
.modal label.title {
    font-weight: 700;
    font-size: 16px;
    color: #202632;
    text-align: left;
    margin-bottom: 24px
}
.embedded-form a.telephone,
.modal a.telephone {
    color: #515661;
    font-weight: 700;
    text-decoration: underline
}
.embedded-form .previous-step,
.modal .previous-step {
    float: left;
    display: none;
    font-weight: 700;
    padding-top: 10px
}
.embedded-form [type=email], .embedded-form [type=tel], .embedded-form [type=text],
.modal [type=email],.modal [type=tel],.modal [type=text] {
    border-radius: 4px;
    font-size: 17px;
    font-family: "Noto Sans"
}
.embedded-form [type=email],.embedded-form [type=tel],.embedded-form [type=text],.embedded-form select,
.modal [type=email],.modal [type=tel],.modal [type=text],.modal select {
    background: #f5f7f9;
    border: solid 1px #b5c0d0;
    display: block;
    width: 100%;
    line-height: 44px;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 14px
}
@media (max-width:1200px) {
    #get-in-line .row:last-of-type .col-md-6 input[type=tel] {
        margin-bottom: 0
    }
    #get-in-line .row:last-of-type .col-md-6 .form-error-message {
        margin-top: 0;
        margin-bottom: 0
    }
}
.embedded-form input, .embedded-form select,
.modal input,.modal select {
    transition: all .3s;
    font-size: 17px;
    font-family: "Noto Sans";
    border-radius: 4px
}
.embedded-form .form-error-message,
.modal .form-error-message {
    margin-top: -14px;
    margin-bottom: 14px;
    color: #d73c4c;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px
}
.embedded-form input.error,.embedded-form label.error,.embedded-form select.error,
.modal input.error,.modal label.error,.modal select.error {
    border: solid 1px #d73c4c;
    background: #fbebed;
    transition: all .3s;
    border-radius: 4px
}
.embedded-form label.error,
.modal label.error {
    padding: 5px 10px
}
div.error-message {
    background: #d73c4c;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    display: none;
    padding-top: 14px;
    padding-bottom: 14px
}
.embedded-form div.radio,
.modal div.radio {
    margin: 0 0 16px
}
.embedded-form .radio label,
.modal .radio label {
    padding-left: 30px;
    font-size: 16px;
    line-height: 25px
}
.embedded-form .radio input[type=radio]+label:before,
.modal .radio input[type=radio]+label:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    content: "";
    border: solid 1px #006be3;
    border-radius: 50%
}
.embedded-form .radio.error input[type=radio]+label:before,
.modal .radio.error input[type=radio]+label:before {
    content: "";
    border: solid 1px #d73c4c;
    background: #fbebed;
    border-radius: 50%
}
.embedded-form .radio input[type=radio]:checked+label::before,.embedded-form .radio input[type=radio]:checked:focus+label::before,.embedded-form .radio input[type=radio]:focus+label::before, .modal .radio input[type=radio]:checked+label::before,.modal .radio input[type=radio]:checked:focus+label::before,.modal .radio input[type=radio]:focus+label::before {
    content: "";
    background: #006be3;
    border: solid 1px #006be3;
    box-shadow: inset 0 0 0 3px #fff
}
.embedded-form div.checkbox,
.modal div.checkbox {
    margin: 10px 0 0
}
.embedded-form .checkbox label,
.modal .checkbox label {
    padding-left: 35px
}
.embedded-form .checkbox input[type=checkbox]+label:before,
.modal .checkbox input[type=checkbox]+label:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    content: "";
    border: solid 1px #006be3
}
.embedded-form .checkbox.error input[type=checkbox]+label:before,
.modal .checkbox.error input[type=checkbox]+label:before {
    content: "";
    border: solid 1px #d73c4c;
    background: #fbebed
}
.embedded-form .checkbox input[type=checkbox]:checked+label::before, .embedded-form input[type=checkbox]:checked:focus+label::before, .embedded-form .checkbox input[type=checkbox]:focus+label::before, .modal .checkbox input[type=checkbox]:checked+label::before,.modal .checkbox input[type=checkbox]:checked:focus+label::before,.modal .checkbox input[type=checkbox]:focus+label::before {
    content: "";
    background: #fff;
    border: solid 1px #006be3;
    box-shadow: none
}
.embedded-form .checkbox input[type=checkbox]:checked+label:after,
.modal .checkbox input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #006be3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.modal-footer {
    padding-bottom: 24px
}
.modal-body,body.fr.page-1634 #flyin-cta.business a,body.fr.page-1639 #flyin-cta.business a,body.fr.page-1643 #flyin-cta.business a {
    padding-bottom: 0
}
.embedded-form .phone-block, .modal .phone-block {
    display: flex;
    flex-wrap: wrap
}
.embedded-form .modal-body,.embedded-form .modal-footer {
	background-color: #d3d9e2;
}
section#content section.embedded-form-content{
	padding-top: 0px;
	padding-right: 0px;
}

.embedded-form-content-left{
	padding: 0px;
}
.embedded-form-content-right{
	padding-top: 48px;
	padding-right: 24px;
}
.embedded-form-content-left .heading{
	margin-bottom: 0px !important;
	padding-top: 24px;
}
.ext textarea {
    padding-top: 0;
    resize: none;
    -webkit-appearance: none;
    width: 60px;
    background: #f5f7f9;
    border: solid 1px #b5c0d0;
    border-radius: 4px;
    line-height: 44px;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    font-family: "Noto Sans";
    margin-bottom: 14px
}
.embedded-form .phone-block input, .modal .phone-block input {
    padding-left: 5px;
    padding-right: 5px;
    width: 23%;
    margin-right: 2%;
    font-size: 15px
}
.embedded-form .phone-block div, .modal .phone-block div {
    width: 23%;
    font-size: 15px
}
.embedded-form .phone-block div.form-error-message, .modal .phone-block div.form-error-message {
    font-size: 18px
}
.embedded-form .modal .phone-block .form-error-message,
.modal .phone-block .form-error-message {
    width: 100%;
    margin-top: 0
}
.embedded-form .phone-block input:nth-of-type(3), .modal .phone-block input:nth-of-type(3) {
    width: 25%
}
.embedded-form .phone-block div, .modal .phone-block div {
    margin-right: 0;
    padding: 0
}
.embedded-form .phone-block div input, .modal .phone-block div input {
    width: 100%;
    margin: 0
}
.embedded-form small, .modal small {
    font-size: 80%!important
}
@media (max-width:1200px) {
	.embedded-form .checkbox .form-error-message,.modal .checkbox label, .modal .checkbox .form-error-message,.modal .checkbox label {
        margin-bottom: 0
    }
	.embedded-form .checkbox.error label, .modal .checkbox.error label {
        margin-bottom: 4px
    }
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
	.embedded-form .previous-step.mobile,
    .modal .previous-step.mobile {
        display: none!important
    }
}
@media (max-width:767px) {
    #demo .row:last-of-type .col-md-6:nth-of-type(2) input,#demo .row:last-of-type .col-md-6:nth-of-type(2) select {
        margin-bottom: 0
    }
    #demo .row:last-of-type .col-md-6:nth-of-type(2) .form-error-message {
        margin-top: 2px
    }
    .modal-body .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
    .modal-content {
        min-height: 100vh
    }
    .modal-footer {
        margin-bottom: 76px
    }
    .modal-terms {
        width: 100%
    }
	.embedded-form .modal-content{
		margin-top: 24px;
	}
    div.error-message {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        z-index: 99
    }
    .modal-dialog {
        margin: 0
    }
	.embedded-form .col-xs-12.text-right,
    .modal .col-xs-12.text-right {
        text-align: left
    }
	.embedded-form,
    .modal {
        padding: 0;
        padding-right: 0!important
    }
    .modal-content {
        height: 100%
    }
	.embedded-form .modal-terms,.modal-content,
    .modal .modal-terms,.modal-content {
        border-radius: 0
    }
    .modal-footer {
        padding-left: 30px;
        padding-top: 24px;
        padding-right: 30px
    }
    .modal-footer .button {
        display: block;
        width: 100%;
        text-align: center
    }
    .modal-footer .button.submit {
        display: none
    }
	.embedded-form .previous-step:first-child,
    .modal .previous-step:first-child {
        display: none !important
    }
	.embedded-form .previous-step.mobile,
    .modal .previous-step.mobile {
        text-align: center;
        width: 100%;
        margin-top: 15px
    }
	.embedded-form .icon-buttons .icon-button,
    .modal .icon-buttons .icon-button {
        width: 100%;
        margin-bottom: 14px;
        padding: 13px;
        display: flex;
        align-items: center
    }
	.embedded-form .icon-buttons .icon-button .icon:last-of-type,.modal .icon-buttons .icon-button:last-of-type,
    .modal .icon-buttons .icon-button .icon:last-of-type,.modal .icon-buttons .icon-button:last-of-type {
        margin-bottom: 0
    }
	.embedded-form .icon-buttons .icon-button p,
    .modal .icon-buttons .icon-button p {
        margin-bottom: 0;
        margin-left: 14px
    }
	.embedded-form .icon-buttons .icon-button .icon img,
    .modal .icon-buttons .icon-button .icon img {
        max-height: 29px;
        width: auto;
        padding: 0!important;
        margin-left: auto;
        margin-bottom: 0;
        margin-right: auto
    }
	.embedded-form h2,
    .modal h2 {
        font-size: 24px
    }
	.embedded-form label,
    .modal label {
        font-size: 14px!important;
        line-height: 21px!important
    }
	.embedded-form label.title,
    .modal label.title {
        font-size: 16px;
        line-height: 25px
    }
	.embedded-form p, 
    .modal p,div.error-message {
        font-size: 14px;
        line-height: 21px
    }
	a.gated-content-link{
		font-size: 14px !important;
	}
	.embedded-form .icon-buttons .icon-button .icon,
    .modal .icon-buttons .icon-button .icon {
        margin-bottom: 0
    }
}
section.awards-content .award {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .3s;
    border: solid 1px #e8eef2;
    border-radius: 30px;
    padding: 14px
}
section.awards-content .award:hover {
    box-shadow: 0 0 16px 0 #d3f3e8;
    transition: all .3s
}
section.awards-content .image {
    width: 110px;
    min-width: 110px
}
section.awards-content .award .title {
    font-family: "Cabin Bold";
    font-size: 18px;
    color: #202632;
    line-height: 30px
}
section.awards-content .award .sub-title {
    font-family: "Noto Sans";
    font-size: 18px;
    color: #202632;
    line-height: 25px;
    margin-top: 5px
}
@media (max-width:767px) {
    section#content section.awards-content {
        padding-top: 0!important
    }
    section.awards-content .award:last-of-type {
        margin-bottom: 0
    }
}
section.split-slider .icon {
    margin-bottom: 24px
}
section.split-slider .title {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: #202632;
    text-align: left;
    line-height: 41.6px;
    margin-bottom: 20px
}
section.split-slider .content {
    font-family: "Noto Sans";
    font-size: 18px;
    color: #202632;
    text-align: left;
    line-height: 27px
}
section.split-slider .rslides_nav.next {
    right: 40px
}
section.split-slider .rslides_nav.prev {
    left: -10px
}
section.split-slider .rslides_nav.next:after,section.split-slider .rslides_nav.prev:after {
    background-color: #fff;
    content: "\f053";
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    padding-top: 18px;
    padding-left: 0;
    color: #515661!important;
    box-shadow: 4px 0 16px 0 #e1e6ec;
    transition: all .3s;
    text-indent: 18px!important
}
section.split-slider .rslides_nav.next:after {
    content: "\f054";
    right: -25px!important;
    text-indent: 22px!important
}
section.split-slider .rslides_nav:hover:after {
    color: #fff!important;
    background-color: #02b77b!important;
    transition: all .3s
}
section.split-slider .rslides_nav:focus:after {
    outline: auto;
}
@media (max-width:1280px) {
    section.split-slider .content {
        font-size: 18px;
        color: #202632!important;
        text-align: left;
        line-height: 27px
    }
    section.awards-content .col-sm-6 {
        min-height: 175px
    }
}
@media (max-width:996px) {
    section.split-slider .row {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse
    }
    section.split-slider .col-md-6 {
        float: none;
        margin-bottom: 24px;
        width: 100%
    }
    section.split-slider .col-md-6:first-of-type {
        margin-bottom: 0
    }
    section#content section .container .icon-wrapper .heading .title,section.split-slider .title {
        font-size: 30px!important;
        color: #202632;
        text-align: left;
        line-height: 41.6px!important
    }
    section#content section .jobs .container .heading p {
        font-size: 32px!important
    }
    section.split-slider .content {
        font-size: 18px;
        color: #202632;
        text-align: left;
        line-height: 27px
    }
    section.split-slider .rslides_nav.next {
        right: 42px
    }
    section.split-slider .wrapper {
        display: flex
    }
    section.split-slider .icon {
        width: 50px;
        height: 50px
    }
    section.split-slider .title {
        align-self: flex-end;
        margin-left: 12px
    }
}
@media (max-width:767px) {
    section.split-slider .rslides_nav.next {
        right: 33px
    }
    section.split-slider .rslides_nav.prev:after {
        padding-top: 11px;
        text-indent: 11px!important
    }
    section.split-slider .rslides_nav.next:after {
        padding-top: 11px;
        text-indent: 14px!important
    }
}
section.content-offset {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
section.content-offset .wrapper {
    margin-top: 160px;
    background: #fff;
    position: relative;
    top: 60px;
    padding: 48px
}
section#content section.team-grid {
    padding-bottom: 32px!important
}
section#content section#career-heading,section.content-offset {
    padding-top: 0!important;
    padding-bottom: 0!important
}
section#content section .heading p.call-us {
    font-size: 24px!important
}
section.content-offset .icon {
    margin-bottom: 24px
}
section.content-offset .heading {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: #202632;
    text-align: left;
    line-height: 52px;
    margin-bottom: 20px
}
section.content-offset .content {
    font-family: "Noto Sans";
    font-size: 18px;
    color: #202632;
    text-align: left;
    line-height: 27px
}
@media (max-width:1280px) {
    section.content-offset .heading {
        font-size: 30px;
        color: #202632;
        text-align: left;
        line-height: 40px
    }
    section.content-offset .content {
        font-size: 18px;
        color: #202632;
        text-align: left;
        line-height: 27px
    }
}
section.content-offset .mobile-image {
    display: none
}
@media (max-width:767px) {
    section.content-offset .mobile-image {
        display: block
    }
    section.content-offset .wrapper .icon-wrapper {
        display: flex;
        align-items: flex-end
    }
    section.content-offset .heading {
        margin-left: 14px;
        font-size: 22px
    }
    section.content-offset .mobile-image img {
        width: 100%;
        height: auto
    }
    section#content section.content-offset {
        background-image: none!important;
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    section.content-offset .wrapper {
        margin-top: 0;
        top: 0;
        padding: 48px;
        background: 0 0
    }
    section.content-offset .col-sm-12,section.content-offset .col-sm-6,section.content-offset .container,section.content-offset .row {
        padding: 0!important;
        margin: 0!important
    }
}
body section#content section.privacy-content .content {
    font-size: 18px!important;
    color: #202632!important;
    text-align: left!important;
    font-family: "Noto Sans";
    line-height: 27px!important
}
body section#content section.privacy-content .content h3,body section#content section.privacy-content .content h4,body section#content section.privacy-content .content h5 {
    font-family: "Cabin Bold"!important;
    font-size: 32px!important;
    color: #202632!important;
    text-align: left!important;
    line-height: 41.6px!important;
    margin-bottom: 24px;
    margin-top: 1.5em!important
}
body section#content section.privacy-content .content h1,body section#content section.privacy-content .content h2 {
    font-family: "Cabin Bold"!important;
    font-size: 40px!important;
    color: #202632!important;
    text-align: left!important;
    margin-bottom: 48px!important;
    line-height: 52px!important
}
@media (max-width:996px) {
    body section#content section.privacy-content .content {
        font-size: 17px!important;
        line-height: 25px!important
    }
    body section#content section.privacy-content .content h3,body section#content section.privacy-content .content h4,body section#content section.privacy-content .content h5 {
        font-size: 24px!important;
        line-height: 32px!important;
        margin-bottom: 12px!important
    }
    body section#content section.privacy-content .content h1,body section#content section.privacy-content .content h2 {
        font-size: 24px!important;
        line-height: 30px!important;
        margin-bottom: 24px!important
    }
}
.prime-rate-content .heading {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: rgba(32,38,50,.8);
    line-height: 52px;
    margin-bottom: 20px
}
.prime-rate-content .content {
    color: rgba(32,38,50,.8);
    text-align: left
}
.prime-rate-content .content,.prime-rate-content .number-label {
    font-size: 18px;
    line-height: 27px;
    font-family: "Noto Sans"
}
.prime-rate-content .number {
    font-family: "Cabin Bold";
    font-size: 32px;
    line-height: 41.6px;
    color: #202632;
    text-align: left
}
.prime-rate-content .numbers {
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}
.prime-rate-content .numbers .wrapper {
    width: auto
}

@media (max-width:996px) {
    .prime-rate-content .row {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse
    }
    .prime-rate-content div {
        float: none;
        width: 100%
    }
    .prime-rate-content .numbers {
        display: block
    }
    .prime-rate-content .number {
        font-size: 24px;
        line-height: 21px;
        padding-bottom: 24px
    }
    .prime-rate-content .number-label {
        font-size: 18px;
        line-height: 22px
    }
    .prime-rate-content .heading {
        font-size: 28px;
        margin-top: 24px;
        line-height: 32px;
        margin-bottom: 12px
    }
    .prime-rate-content .content {
        font-size: 18px;
        line-height: 22px
    }
    body section#content section.privacy-content .content {
        font-size: 14px!important;
        line-height: 21px!important
    }
}
section.tabbed-content.enterprise .tab-buttons .tab img {
    max-width: 50px!important
}
section.tabbed-content .heading {
    font-family: "Cabin Bold";
    font-size: 40px;
    color: #202632;
    margin-bottom: 48px
}
section.tabbed-content .tab-buttons {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}
section.tabbed-content .tab-buttons .tab {
    border: 1px solid rgba(151,151,151,.4);
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 14px;
    color: #202632;
    text-align: center;
    transition: all .3s;
    width: 200px;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
section.tabbed-content .tab-buttons .tab.active,section.tabbed-content .tab-buttons .tab:hover {
    border: 1px solid #006be3;
    color: #006be3;
    transition: all .3s
}
section#content section.tabbed-content.shrink-first .tab:first-of-type .image img {
    height: 270px;
    width: auto;
    float: right
}
section.tabbed-content .tabs .tab {
    display: none
}
section.tabbed-content .tabs .tab.active {
    display: flex;
    align-items: top
}
section.tabbed-content .tabs .tab .image {
    width: 40%;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px
}
section.tabbed-content .tabs .tab .image img {
    width: 100%;
    height: auto
}
section.tabbed-content .tabs .tab .content {
    width: 60%;
    font-family: "Noto Sans";
    font-size: 18px;
    color: #202632;
    line-height: 27px
}
section#content section.tabbed-content .tabs .tab .content p {
    margin-bottom: 24px!important
}
section#content section.tabbed-content.enterprise .tabs .tab .content p {
    margin-bottom: 0!important
}
section#content section.tabbed-content .tabs .ctas {
    margin-top: 48px
}
section.tabbed-content ul {
    list-style: none;
    padding: 0!important
}
section.tabbed-content ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 45px
}
section.tabbed-content ul li:before {
    content: "";
    width: 27px;
    height: 23px;
    background-image: url(/wp-content/themes/financeit/img/check.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
section.tabbed-content.enterprise .tab-buttons .tab {
    border: solid 1px transparent;
    transition: all .3s;
    padding-bottom: 8px;
    margin-left: 24px;
    margin-right: 24px
}
section.tabbed-content.enterprise .tab-buttons .tab.active,section.tabbed-content.enterprise .tab-buttons .tab:hover {
    border: solid 1px #006be3;
    color: #006be3;
    transition: all .3s
}
section.tabbed-content.enterprise .tab-buttons .tab img {
    display: block;
    margin: 8px auto
}
section.tabbed-content.enterprise .tab-buttons button.tab {
    background-color: transparent;
}
section.tabbed-content.enterprise .tabs .tab .image {
    width: 60%;
    padding-right: 2%;
    padding-left: 0;
    margin-left: -25px
}
/* 
 * section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img {
 *     width: 70%
 *     } */
.page-4026 section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img {
    width: 100%;
}
/*  #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img, #content.enterprise-landing-page .fr section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img{
 *      width: 100%;
 *      } */
#content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab .image img{
    max-width: 600px;
    max-height: 425px;
}
.page-4050 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img{
    width: auto;
    height: auto;
}
.fr section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img {
    width: 88%
}
section.tabbed-content.enterprise .tabs .tab .content {
    width: 48%;
    padding-left: 2%
}
section.tabbed-content.enterprise .tabs .tab.right {
    flex-direction: row-reverse
}
section.tabbed-content.enterprise .tabs .tab.right .content {
    width: 53%;
    padding-right: 2%;
    padding-left: 0
}
section.tabbed-content.enterprise .tabs .tab.right .image {
    width: 48%;
    padding-right: 0;
    padding-left: 2%
}
section#content section.tabbed-content.enterprise .tabs .tab .content .title {
    font-family: "Cabin Bold"!important;
    font-size: 32px;
    line-height: 41.6px;
    margin-top: 24px;
    margin-bottom: 24px
}
body.fr footer .footer-social a.en,body.fr footer .footer-social h2:first-child {
    display: none!important
}
@media (max-width:1200px) {
    section.tabbed-content .heading {
        font-size: 30px!important;
        line-height: 40px!important
    }
    section#content section.tabbed-content.enterprise .tabs .tab .content .title {
        font-size: 30px;
        line-height: 40px
    }
    section.tabbed-content .tab-buttons .tab {
        font-size: 14px;
        line-height: 50px;
        width: auto;
        padding-left: 24px;
        padding-right: 24px
    }
    section.tabbed-content .tabs .tab .content {
        font-size: 17px;
        line-height: 25px
    }
    section.tabbed-content.enterprise .tab-buttons .tab {
        margin-left: 14px;
        margin-right: 14px;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0
    }
}
@media (max-width:996px) {
	section#content .CLA-award .image {
    	width: 16.66666667%;
	}
	section#content .CLA-award .heading span {
		font-size: 24px !important;
		line-height: normal !important;
	}
    section#content section.tabbed-content.enterprise .tabs .tab .content .title {
        font-size: 22px!important;
        line-height: 30px!important
    }
    section.tabbed-content.enterprise .tab {
        padding: 30px 30px 48px
    }
    section#content section.tabbed-content.enterprise {
        padding-bottom: 0!important;
        padding-left: 0;
        padding-right: 0
    }
    section.tabbed-content.enterprise .tab:nth-of-type(even) {
        background: #f5f8fa
    }
    section.tabbed-content.enterprise .tab-buttons {
        display: none
    }
    section.tabbed-content.enterprise .tabs .tab {
        display: flex!important;
        flex-wrap: wrap
    }
    section.tabbed-content.enterprise .tabs .tab .image {
        padding: 0;
        width: 100%
    }
    section.tabbed-content.enterprise .tabs .tab .image:first-child {
        width: 70%;
        margin: auto
    }
    section.tabbed-content.enterprise .tabs .tab .content {
        width: 100%;
        padding: 0
    }
    section.tabbed-content.enterprise .tabs .tab.right .content,section.tabbed-content.enterprise .tabs .tab.right .image {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    section.tabbed-content .tab-buttons .tab {
        font-size: 14px;
        line-height: 50px;
        width: auto;
        padding-left: 12px;
        padding-right: 12px
    }
    section.tabbed-content .tab-buttons {
        margin-bottom: 48px
    }
    section#content section.tabbed-content.shrink-first .tab:first-of-type .image img {
        height: auto;
        float: none;
        width: auto
    }
}
@media (max-width:768px) {
    section#content section.tabbed-content .tabs .ctas {
        margin-top: 24px
    }
    section.tabbed-content .tabs .tab .content {
        font-size: 14px;
        line-height: 21px
    }
    section.tabbed-content.enterprise .tab:first-of-type {
        padding-top: 0
    }
    section.tabbed-content.enterprise .col-md-12,section.tabbed-content.enterprise .container,section.tabbed-content.enterprise .row {
        padding: 0;
        margin: 0;
        width: 100%
    }
    section.tabbed-content .tabs .tab .image {
        padding-left: 24px;
        padding-right: 24px
    }
    section#content section.tabbed-content.shrink-first .tab:first-of-type .image img {
        max-width: 150px
    }
}
@media (max-width:767px) {
	section#content .CLA-award .image{
		display: none;
	}
	section#content .CLA-award .heading span{
		font-size: 18px !important;
	}
    section.tabbed-content .heading br,section.tabbed-content .tab-buttons .tab .hide-mobile {
        display: none
    }
    section.tabbed-content .tab-buttons .tab span.hide-mobile {
        display: block!important;
        width: 100%
    }
    section.tabbed-content .tab-buttons .tab {
        line-height: 18px;
        margin-bottom: 24px;
        font-size: 12px;
        padding: 14px 10px;
        margin-left: 5px;
        margin-right: 5px
    }
    section.tabbed-content .tabs .tab.active {
        display: block
    }
    section#content section.tabbed-content.shrink-first .tab:first-of-type .image img {
        height: auto;
        width: auto;
        max-width: 150px
    }
    section.tabbed-content .tab-buttons {
        margin-bottom: 0
    }
    section.tabbed-content .tabs .tab .content,section.tabbed-content .tabs .tab .image {
        width: 100%
    }
    section.tabbed-content .tabs .tab .image {
        padding-bottom: 24px
    }
    section.tabbed-content .heading {
        font-size: 24px;
        color: #202632;
        text-align: left;
        line-height: 30px;
        margin-bottom: 24px
    }
}
.wpcf7-not-valid {
    border: solid 1px #d73c4c;
    background: #fbebed
}
.contact-form label {
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 14px !important;
    color: #4f535a;
    text-align: left
}
.contact-form .content {
    margin-top: 0!important
}
.contact-form .wpcf7-form-control-wrap,.contact-form label {
    display: block;
    width: 100%
	font-family: 'Noto Sans',sans-serif;
}
.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form select {
    height: 44px;
    padding: 10px
}
.contact-form .wpcf7-not-valid {
    border: solid 1px #d73c4c!important;
    background: #fbebed!important;
    padding: 10px
}
#content.enterprise-landing-page section.tabbed-content.enterprise.two-tabs .tab-buttons .tab{
    width: 45% !important;
}
.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form select,.contact-form textarea {
    font-family: 'Noto Sans',sans-serif;
	background-color:#F5F7F9;
    color:#202632;
    padding: 10px;
	border: 1px solid #B5C0D0;
	border-radius: 3px;
	margin-top:5px;
	margin-bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	font-size:18px;
}
.contact-form span.wpcf7-list-item {
    margin-left: 0!important;
    margin-top: 14px;
    margin-bottom: 28px
}
.wpcf7-not-valid-tip {
    margin-bottom: 14px
}
.contact-form span.wpcf7-list-item input[type=checkbox] {
    margin-right: 5px;
    position: relative;
    top: -2px
}
.contact-form input[type=submit] {
	width: 200px; 
	background: #006be3!important; 
	color: #FFFFFF; 
	border: 0 none; 
	border-radius: 5px; 
	cursor: pointer; 
	padding: 10px; 
	margin: 10px 0px; 
	text-decoration: none; 
	font-size: 18px;
	font-weight: bold!important;
}
.contact-form input[type=submit]:hover {
    background-color: #006be3d4;
    transition: all .3s
}
#watch-video {
    position: fixed;
    top: 134px;
    z-index: 99 !important;
    margin-top: -10px;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    overflow: visible;
    height: calc(85vh - 26px);
    background: #000
}
#player{
    margin-top: -80px;
}
@media (min-width:1201px) {
    .menu-offset #watch-video {
        top: 178px;
        height: calc(100vh - 178px)
    }
}
#watch-video.visible {
    display: block;
    z-index: 9999
}
#watch-video .close-video {
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: fixed;
    top: 145px;
    text-align: center;
    right: 1rem;
    z-index: 999
}
#watch-video .close-video i {
    font-size: 24px;
    margin-top: 5px;
    color: #fff
}
@media (max-width:1200px) {
    #watch-video {
        position: fixed;
        top: 60px;
        height: calc(99vh - -5px)
    }
}
.tooltip.fade.bottom.in{
    opacity: 1;
}
#content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab .image img{
/*  max-width: 600px;
 *      max-height: 425px; */
    width: auto !important;
    height: auto;
}
#content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img, #content.enterprise-landing-page .fr section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img {
    width: auto;
}
/* animations need to be slightly larger on enterprise pages */
.page-4387 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(1) .image img,
.page-4118 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img,
.page-3892 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img,
.page-4149 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(1) .image img{
    width: auto !important;
    height: auto;
}
div.rslides {
    z-index: 1
}
.rslides_tabs {
    list-style: none;
    text-align: center;
    top: 24px;
    position: relative;
    z-index: 2
}
.rslides_tabs li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%
}
.rslides_tabs li a {
    text-indent: -9999px;
    border-radius: 0;
    width: 20px;
    height: 4px;
    background-color: #979797;
    position: relative;
    display: inline-block
}
.rslides_tabs li a:focus {
    outline: auto;
    outline-offset: unset;
}
.rslides_tabs li.rslides_here a {
    background-color: #02b77b
}
#show-mobile-only,.wpml-ls-slot-footer-language,.wpml-ls-slot-footer-language-fr {
    display: none
}
.en-ca a:hover,.fr-ca a:hover {
    text-decoration: none
}
.modal#signup label.small {
    font-size: 14px!important
}
#inner-green {
    border-radius: 20px
}
section#content section.testimonials {
    width: 100%;
/*     padding-left: 50px;
 *         padding-right: 50px */
}
section.jobs .filters:first-child {
    padding-left: 30px
}
.copywrite {
    top: 2px;
    position: absolute
}
body.en-us footer .copywrite {
    top: 33px
}
section#content section#fr-img-resize img {
    max-width: 60%!important
}
section.values-content .values .value {
    margin-top: 12px;
    margin-bottom: 12px
}
section#content section.call-us.heading p {
    font-family: Cabin!important;
    font-size: 24px!important;
    line-height: 30px!important;
    padding: 31.2px
}
section#content section.call-us .heading p {
    font-size: 32px!important;
    line-height: 41.6px!important;
    font-weight: 700
}
section#content section.call-us .heading span {
    font-size: 24px!important;
    line-height: 31.2px!important;
    font-weight: 400
}
section#content section#career-heading p,
section.split-slider .title,
.page-302 section#content section div.icon-wrapper div.heading div.title{
        font-size: 40px!important 
}
form.wpcf7 .row,
form.wpcf7 #vertical .row{
    height: 88px !important;
}
@media (min-width:1200px) {
    section#content section.testimonials>.container {
        max-width: 1146px;
        margin: auto auto !important;
        vertical-align: middle;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .heading h2 {
        font-size: 32px;
        line-height: 41.6px
    }
    section#content section.call-us .heading p {
        font-size: 24px!important;
        line-height: 31.2px!important
    }
}
@media(min-width: 1280px){
    section#content section.tabbed-content.enterprise .tabs .tab .content .title p {
        font-size: 40px !important;
        line-height: 52px !important;
    }
}
@media (min-width:1400px) {
    #inner-green .container {
        max-width: 1276px!important;
        margin: auto!important
    }
    section#content section.testimonials>.container {
        margin: auto!important
    }
}
@media (min-width:1366px) {
    #inner-green .container .col-md-12 {
        max-width: 1305px!important
    }
}
@media (max-width:1300px) {
    section#content>section.homepage#tech>div.container>div.row>div.col-md-12>.heading>p {
        font-size: 32px!important;
        line-height: 41px!important
    }
    section#content section.testimonials {
        padding-left: 7rem;
        padding-right: 7rem
    }
    #inner-green>.container {
        padding-left: 40px!important;
        padding-right: 40px!important
    }
}
@media (min-width:1100px) {
    section#content>section.homepage>div.container>div.row>div.col-md-12>.heading>p>span {
        font-size: 40px!important;
        line-height: 52px!important
    }
    section#content section.testimonials > .container {
        margin: auto;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1366px) and (orientation:landscape) {
    .section#content .content h1 {
        font-size: 32px!important
    }
    section#content>section.testimonials.large-container {
        padding-top: 0!important
    }
    section#content section.testimonials {
        padding-right: 38px;
        padding-left: 45px;
    }
    #inner-green>div>div>div>.heading>p>span,section#content section#inner-green .heading h2 {
        font-size: 24px!important;
        line-height: 31.2px!important
    }
    section#content section#inner-green {
        padding-bottom: 24px!important;
        padding-top: 48px!important
    }
    .page-302 section.alternating-image-content img {
        margin-top: 10%;
        max-width: 100%
    }
    .page-302 section.alternating-image-content .icon-wrapper img {
        margin-top: 0
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #inner-green .container {
        padding-left: 40px!important;
        padding-right: 40px!important
    }
    #inner-green .container .row .col-md-12 {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    section#content section.jobs .heading p {
        font-size: 30px!important
    }
    section#content section#white-inner {
        padding-right: 43px!important;
        padding-left: 45px!important
    }
    section#content section#white-inner .container .col-md-12 {
        background: #fff;
        padding: 48px 0;
        box-shadow: 4px 0 16px 0 rgba(225,230,236,.4);
        border: solid 1px #e8eef2;
        border-radius: 4px;
        margin-left: 0;
        width: 100%
    }
    section.full-width-content .heading img {
        max-width: 100px!important
    }
    section#content section.contact-form {
        padding-right: 15px;
        padding-left: 15px
    }
    section#content section#white-box,section#content section.team-grid {
        padding-bottom: 0!important
    }
	section#content .CLA-award .image img{
		max-width: 90% !important;
	}
	section#content video,
    section#content img {
        max-width: 90%;
    }
    #white-box .container {
        box-shadow: 4px 0 16px 0;
        color: rgba(225,230,236,.4);
        border: solid 1px #e8eef2;
        border-radius: 4px;
        background-color: #fff
    }
    #white-box .container .row {
        padding-bottom: 48px
    }
    section.alternating-image-content#white-box .col-md-6:nth-of-type(2) {
        margin-top: 0;
        text-align: center
    }
    section.alternating-image-content#white-box .col-md-6:first-of-type {
        padding: 48px 30px
    }
    section#content>section.testimonials.large-container {
        padding-bottom: 48px!important
    }
    .tablet-bottom-padding,section.faqs .title {
        margin-bottom: 48px!important
    }
    section#content section.faqs {
        width: 101%;
        margin-left: 3px
    }
    section.faqs .title div {
        font-family: "Cabin Bold"
    }
    section#content section.contact-form .container {
        margin-left: 0;
        margin-right: 0
    }
section#content section.call-us .heading p,section#content section.call-us .heading span,section#content>section.homepage#tech>div.container>div.row>div.col-md-12>.heading>p {
        font-size: 24px!important;
        line-height: 31.2px!important
    }
    section.awards-content .award .title {
        line-height: 27px
    }
    div#rslides1_s0.slide.rslides1_on img {
        max-width: 100%
    }
    .page-302 section.alternating-image-content img {
        max-width: 100%;
        margin-top: 15%
    }
    .page-302 section.alternating-image-content .icon-wrapper img {
        margin-top: 0
    }
    body.page-292 section#content section.alternating-image-content {
        margin-bottom: 24px!important
    }
    section.alternating-image-content .accordion-content .heading {
        margin-bottom: 0
    }
    section#content section.values .heading {
        padding-bottom: 24px
    }
    .container .jobs {
        margin-left: 0
    }
    section.jobs .filters {
        margin-left: -5px
    }
}
@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
section#content section.tabbed-content.enterprise .tabs .tab .content .title p,section#content section.tabbed-content.enterprise .tabs .tab .content .title p#leads {
        font-size: 32px;
        line-height: 41.6px
    }
    section.values-content .values .value {
        margin-top: 12px!important;
        margin-bottom: 12px!important
    }
    section#content>section.testimonials.large-container {
        padding-bottom: 48px!important
    }
    section.alternating-image-content .white-background.accordion-content {
        width: 104%!important;
        margin-left: -10px!important
    }
    .page-1632 section.alternating-image-content img,.page-1660 section.alternating-image-content img,.page-302 section.alternating-image-content img,div#rslides1_s0.slide.rslides1_on img {
        margin-top: 0
    }
    #career-heading .heading,#career-heading section#content .heading p,.page-1160 section#content .heading p,section#content section div.icon-wrapper div.heading div.title,section.jobs .job-posting .title,section.split-slider .title  {
        font-size: 30px
    }
	section.jobs .job-posting .individual-post .title {
		font-size: 32px;
	}
    .container .jobs {
        margin-left: -35px
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    section#inner-green {
        padding-left: 50px;
        padding-right: 50px
    }
    section#content section#career-heading {
        padding-top: 48px!important;
        padding-bottom: 0!important
    }
    section.jobs .jobs .job-posting {
        padding: 24px
    }
    .copywrite {
        position: absolute!important;
        top: -3px!important
    }
    section#content section#inner-green {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 48px!important
    }
    #inner-green>div>div>div>.heading>p>span,section#content section#inner-green .heading h2 {
        font-size: 24px;
        line-height: 31.2px
    }
    section.values-content .values .value {
        margin-top: 12px!important;
        margin-bottom: 12px!important
    }
    section#content section.testimonials>.container {
        margin-right: 0!important;
        max-width: 100%
    }
    section#content>section.testimonials.large-container {
        padding-bottom: 48px!important;
        padding-top: 24px!important
    }
    .page-302 section.alternating-image-content .icon-wrapper img,section.jobs .job-posting .meta {
        margin-top: 0
    }
    #career-heading .heading {
        font-size: 30px
    }
    section.alternating-image-content .white-background .accordion-content {
        background: #fff;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 48px;
        width: 110%;
        text-align: center;
        margin-left: -25px
    }
    section.alternating-image-content .white-background.accordion-content {
        width: 108%!important;
        margin-left: -27px!important;
        margin-top: 24px
    }
    section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img,
    section.tabbed-content.enterprise .tabs .tab:nth-of-type(4) .image img {
        width: 85%;
        max-width: 85% !important;
    }
    #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab .image img{
        max-height: 100%;
        max-width: 100%;
    }
    section.testimonials .container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    section.alternating-image-content .accordion-content .heading {
        font-size: 24px;
        line-height: 31.2px;
        margin-bottom: 48px
    }
    .page-302 section.alternating-image-content img {
        max-width: 100%;
        margin-top: 15%
    }
    section#content .accordion .icon img,
	section#content .accordion .icon video{
        padding-bottom: 0;
        padding-top: 0;
        max-width: 70%
    }
    .visible-mobile #flyin-cta.business.visible {
        padding-left: 30px;
        width: 100%
    }
    .en.visible-mobile #flyin-cta.business.visible {
        padding-left: 30px;
        margin-left: 0!important;
        width: 100%
    }
    .visible-mobile #flyin-cta.business.visible .container .mobile {
        width: 600px!important
    }
    body.fr section#content section.values .heading {
        padding-bottom: 16px
    }
    section.alternating-image-content.no-extra-padding .accordion-content .heading {
        margin-bottom: 0
    }
    .en-us.page-1659 #career-heading .heading p {
        padding-top: 0; 
    }
}
@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    section#content section.tabbed-content.enterprise .tabs .tab .content .title p {
        font-size: 32px;
        line-height: 41.6px
    }
    section#content section.testimonials {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    section#content>section.testimonials.large-container {
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 24px!important
    }
    #inner-green>div>div>div>.heading>p>span,section#content section#inner-green .heading h2 {
        font-size: 24px!important;
        line-height: 31.2px!important
    }
    section.alternating-image-content .accordion-content .heading {
        font-size: 24px;
        line-height: 31.2px;
        margin-bottom: 48px
    }
    section.values-content .values .value {
        margin-top: 12px!important;
        margin-bottom: 12px!important
    }
    #inner-green>.container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
    #inner-green .container .row .col-md-12 {
        padding-left: 30px!important;
        padding-right: 30px!important;
        margin: auto
    }
    .page-302 section.alternating-image-content .icon-wrapper img,div#rslides1_s0.slide.rslides1_on img,section.jobs .job-posting .meta {
        margin-top: 0
    }
    #career-heading .heading {
        font-size: 30px
    }
    .section.alternating-image-content .white-background {
        width: 106%;
        text-align: center;
        margin-left: -26px
    }
    section.alternating-image-content .white-background.accordion-content {
        width: 106%!important;
        margin-left: -28px!important
    }
    section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img,section.tabbed-content.enterprise .tabs .tab:nth-of-type(4) .image img {
        max-width: 100%!important
    }
    .page-302 section.alternating-image-content img {
        max-width: 100%!important;
        margin-top: 0
    }
    section#content .accordion .icon img,
	section#content .accordion .icon video{
        padding-bottom: 0;
        padding-top: 0;
        max-width: 70%
    }
    section#content section#white-inner .container .col-md-12 {
        margin-left: -26px;
        width: 103%
    }
    .page-100 section.alternating-image-content.accordion-content .count-3 .heading,section.alternating-image-content.no-extra-padding .accordion-content .heading {
        margin-bottom: 0
    }
    .container .jobs {
        margin-left: -35px
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    section#content section.testimonials {
        padding-right: 45px;
        padding-left: 45px
    }
    section#content section#inner-green .container .heading p,section#content section#inner-green .heading h2{
        font-size: 24px!important;
        line-height: 31.2px!important
    }
    section#content section.values {
        padding-top: 80px;
        padding-bottom: 48px
    }
    section.values-content .values .value {
        margin-top: 12px!important;
        margin-bottom: 12px!important
    }
    section#content>section.testimonials.large-container {
        padding-bottom: 48px!important
    }
    section.alternating-image-content .white-background.accordion-content {
        width: 107%!important;
        margin-left: -28px!important
    }
    .page-302 section.alternating-image-content img {
        margin-top: 15%
    }
    .page-302 section.alternating-image-content .icon-wrapper img {
        margin-top: 0
    }
    .rslides img {
        width: 100%!important
    }
    #career-heading .heading,#career-heading section#content .heading p,.page-1160 section#content .heading p,section#content section div.icon-wrapper div.heading div.title,section.jobs .job-posting .title,section.split-slider .title {
        font-size: 30px
    }
	section.jobs .job-posting .individual-post .title{
		font-size: 32px;
	}
    .visible-mobile #flyin-cta.business.visible {
        margin-left: 0
    }
    .visible-mobile #flyin-cta.business.visible .container {
        margin-left: 0;
        padding-left: 15px!important
    }
    section#content section#white-inner .container .col-md-12 {
        margin-left: -28px;
        width: 103%
    }
    .container .jobs {
        margin-left: -35px
    }
}
@media (max-width:996px) {
    section#content section.tabbed-content.enterprise .container {
        width: 100%!important;
        padding-left: 0;
        padding-right: 0
    }
    footer .container {
        width: 100%;
        padding-left: 50px
    }
    .copywrite {
        margin-top: -30px
    }
    #inner-green {
        border-radius: 4px
    }
    #inner-green p {
        font-size: 24px;
        line-height: 31.2px
    }
    #inner-green>.container {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    section#content section#inner-green .heading h2 {
        font-family: "Cabin Semi Bold"!important
    }
    section.testimonials .left {
        margin-left: 30%
    }
}
@media (max-width:992px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    .section#content .content h1 {
        font-size: 32px!important
    }
    section#content section.testimonials {
        padding-left: 45px;
        padding-right: 45px !important;
    }
    section#content>section.homepage>div.container>div.row>div.col-md-12>.heading>p {
        font-size: 40px;
        line-height: 52px
    }
    section#content section.values {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .en section#content section.values {
        padding-top: 24px
    }
    body.fr section#content section.values .heading h2,section#content section.values .heading h2,section#content>section.homepage#tech>div.container>div.row>div.col-md-12>.heading>p {
        font-size: 30px!important;
        padding-bottom: 16px!important
    }
    section#content .content p {
        font-size: 14px;
        line-height: 21px
    }
}
@media (min-width:768px) {
    #inner-green>.container {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    .sy-controls li.sy-prev {
        left: 0
    }
    .sy-controls li.sy-next {
        right: 0
    }
}
@media (min-width:768px) and (orientation:landscape) {
    #inner-green>.container {
        padding-left: 31px!important;
        padding-right: 30px!important
    }
}
@media (max-width:767px) {
    section#content>section.homepage>div.container>div.row>div.col-md-12>.heading>p,
    #career-heading .heading p,section#content section#career-heading p, section.split-slider .title,   .page-302 section#content section div.icon-wrapper div.heading div.title
    {
        font-size: 24px!important;
        line-height: 30px!important
    }
    .page-1655 section#content, .page-300 section#content {
        margin-top: 25px;
    }
    section#content section#inner-green .heading h2 {
        font-size: 20px!important;
        line-height: 26px!important
    }
    section#content .heading .title,section#content>section.homepage#tech>div.container>div.row>div.col-md-12>.heading>p,span.home-heading {
        font-size: 24px!important;
        line-height: 31.6px!important
    }
    section#content section {
        padding-top: 48px
    }
    section#white-box {
        padding-top: 80px
    }
    .fr section#content section.alternating-image-content#white-box p span,.prime-rate-content .content p,section#content .alternating-image-content p,section#content .content-offset p,section#content section.left-title-content.large-container.none p,section#content section.split-slider.large-container.none p {
        font-size: 14px!important;
        line-height: 21px!important
    }
    .contact-form input[type=submit] {
        font-size: 18px;
		font-weight: bold;
    }
    .contact-form label,.jobposting .meta,section#content section#contact p,section#content section#not-looking p,section.values-content .content p {
        font-size: 14px;
        line-height: 21px
    }
    .container .jobs {
        margin-left: 0
    }
    section#content .alternating-image-content img,section#content .large-container img,section#content .split-slider img {
        width: 100%
    }
    section#content .alternating-image-content img.image-mobile {
        /* padding-bottom: 12px */
    }
    .page-1605 section#content .alternating-image-content img.image-mobile {
        padding-bottom: 48px!important
    }
    section#content .large-container img.wp-image-888 {
        max-width: 75px!important
    }
    section.alternating-image-content .dropdown-link {
        margin-bottom: 24px!important
    }
    .page-300 section.hero .container-fluid .content {
        min-height: 231px;
        top: -45px
    }
    section#content section#inner-green {
        padding-top: 0!important
    }
    .copywrite {
        position: absolute!important;
        top: 20px!important
    }
    section.alternating-image-content .icon-wrapper {
        margin-top: 0
    }
    section#content .alternating-image-content img.image-mobile, .en section#content #career-heading p,section#content section.alternating-image-content.with-icon .container .row .col-md-6.col-sm-6 {
        margin-bottom: 48px
    }
    .page-292 section#content section.alternating-image-content.animate-bottom.animated,section#content section.benefits {
        padding-bottom: 0!important
    }
    section#content #career-heading p,section#content section.jobs {
        padding-top: 48px
    }
    section#content section.alternating-image-content.with-icon:nth-of-type(even),section#content section.alternating-image-content:nth-of-type(even),section#content section.split-slider.large-container {
        padding-left: 30px;
        padding-right: 30px
    }
    section#content section.location {
        padding-right: 0;
        padding-left: 0
    }
    section#content section.location .wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
    .jobs .heading p {
        display: none
    }
    section.values-content .values .value {
        padding: 24px;
        margin-bottom: 0
    }
    section#content section#contact h1 {
        font-size: 24px!important;
        line-height: 26px!important
    }
    section#content>section.testimonials.large-container {
        padding: 24px 30px 48px!important
    }
    .sy-controls li a:after {
        width: 1.6em;
        height: 1.6em
    }
    .sy-controls li.sy-prev a:after {
        padding-top: 7px;
        padding-left: unset;
        padding-right: 5px
    }
    .sy-controls li.sy-next a:after {
        padding-top: 6px;
        margin-left: -30px
    }
    section.testimonials .content p {
        font-family: "Noto Sans";
        font-size: 14px;
        line-height: 21px
    }

    section.split-slider { margin-top: 24px !important;}
	
    section#content video {
   	width: 100%
	 }
    section#content img {
        width: 80%
    }
	section#content .mp4-video video{
		width: 100%
	}
    section.testimonials .left {
        padding-bottom: 4px
    }
    #inner-green .container .col-md-12 {
        text-align: left;
        padding: 16px;
        margin-top: 24px
    }
    section#content .contact-form {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px
    }
    section#content section#contact {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    section#content section.enterprise-logo-section .container .heading p {
        font-size: 20px!important;
        line-height: 26px!important
    }
    section#content section.enterprise-logo-section img.image-mobile {
        display: none!important
    }
    section#content section.faqs {
        padding-top: 48px;
        padding-bottom: 24px!important
    }
    section#content section.testimonials.large-container img {
        width: auto
    }
    section#content section.consumer-reviews.large-container {
        padding-bottom: 48px!important
    }
    section.hero.video-mask .overlay {
        top: 0
    }
    #inner-green>div>div>div>.heading>p>span {
        font-size: 20px;
        line-height: 24px;
        font-family: "Cabin Semi Bold"
    }
    #white-box .container {
        box-shadow: 4px 0 16px 0;
        color: rgba(225,230,236,.4);
        border: solid 1px #e8eef2;
        border-radius: 4px
    }
    section.alternating-image-content#white-box .col-md-6:first-of-type {
        padding: 24px 30px
    }
    .prime-rate-content .number-label {
        font-size: 14px;
        line-height: 21px
    }
    section#content section.values-content {
        padding-top: 24px
    }
    #inner-green {
        padding-left: 16px!important;
        padding-right: 16px!important
    }
    section.left-title-content .heading {
        margin-bottom: 16px
    }
    section.awards-content .award {
        margin-bottom: 16px!important
    }
    .sy-controls li.sy-prev {
        left: -5px
    }
    section#content section:first-child {
        padding-top: 24px!important
    }
    .page-2228 section#content section.alternating-image-content {
        padding-bottom: 24px!important
    }
    section#content .heading p.call-us {
        font-family: Cabin!important;
        font-size: 20px!important;
        line-height: 26px!important
    }
    section#content .fine-print p {
        padding-left: 30px;
        padding-right: 30px;
        text-align: left!important
    }
    .page-1605 section#content section.alternating-image-content.hide-flyin,.page-1610 section#content section.alternating-image-content.hide-flyin,.page-1632 section#content section.alternating-image-content.right.remove-header-margin.large-container.none {
        padding-bottom: 32px!important
    }
    .page-1632 section#content section.alternating-image-content.right.remove-header-margin.large-container.none {
        padding-top: 48px!important
    }
    .page-1610 section.tabbed-content .tabs .tab .content {
        padding-left: 0!important;
        padding-right: 0!important
    }
    section.jobs .job-posting .meta {
        margin-top: 0
    }
    .fr section#content section.alternating-image-content.homepage.large-container .heading p,.fr section#content section.alternating-image-content.large-container .heading p span,section#content section.alternating-image-content .heading,section#content section.awards .heading p,section#content section.enterprise-header .heading h1,section.split-slider .title {
        font-size: 24px!important;
        line-height: 30px!important
    }
    section.tabbed-content .tabs .tab .content {
        padding-right: 15px;
        padding-left: 15px
    }
    .fr section#content section.alternating-image-content.homepage,section#content section.alternating-image-content.animate-bottom.animated.home-header {
        padding-bottom: 48px!important
    }
    .contact-images .values:nth-child(3) .images img {
        max-width: 150px
    }
    section.values-content.contact-value .image {
        max-width: 110px!important
    }
    section#content #white-inner .col-md-12 {
        width: 92%;
        margin-left: 14px
    }
    section#content section.alternating-image-content>.accordion-content .heading {
        font-size: 18px!important;
        line-height: 27px!important
    }
    .page-302 section.hero div.content {
        margin-top: -10%
    }
    section.alternating-image-content .accordion-content {
        width: 118%;
        margin-left: -28px
    }
    section.alternating-image-content .accordion-content .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px
    }
    section.testimonials .testimonial .icon {
        margin-bottom: 24px
    }
    .visible-mobile #flyin-cta.business.visible {
        margin-left: 0!important
    }
    section#content section .heading p.call-us {
        font-size: 20px!important
    }
    .fr section#content section.alternating-image-content#white-box,.fr section#content section.alternating-image-content.animate-bottom.animated.mobile-padding-remove-top,section.alternating-image-content .accordion-content.horizontal .accordion,section.alternating-image-content .accordion-content.horizontal.count-4 .accordion {
        padding-top: 0!important
    }
    section.tabbed-content.enterprise .tabs .tab .image:first-child {
        width: 100%
    }
    section.alternating-image-content .accordion-content.horizontal .icon {
        margin-bottom: 16px
    }
    .fr section#content section.values {
        padding-top: 0
    }
    body.fr .tab-buttons .tab {
        min-width: 270px
    }
    .page-1656 section#content section.hero.large-container {
        top: -20px
    }
    .page-1660 section#content .heading p:last-of-type,.page-302 section#content .heading p:last-of-type {
        float: inherit;
        text-align: center
    }
    .page-1660 section#content section.split-slider.large-container,.page-302 section#content section.split-slider.large-container {
        padding-top: 0!important
    }
    .page-1660 section#content section.split-slider.large-container {
        padding-bottom: 0!important
    }
    .fr col-sm-12 mobile-image,section#content section.content-offset {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    .page-1605 section.tabbed-content .tabs .tab .content {
        padding-left: 0;
        padding-right: 0
    }
    section#content .tooltip{
        width: 98vw;
        left: -12px !important;
        margin: auto;
        z-index: 9999 !important;
    }
    section#content .tooltip .tooltip-inner{
        max-width: 90vw;
        margin: auto;
    }
    section#content section.tooltip21900-section.large-container div.container div.tooltip.fade.bottom.in{
        top: 24px !important;
        left: -28px !important;
        display: block;
        position: relative;
    }
    section#content section.biweekly-tooltip  .tooltip {
        top: 28px !important;
        left: -26px !important;
        display: block !important;
        position: relative !important;
    }
}
@media (max-width: 768px) AND (min-width: 600px){
    section.alternating-image-content .accordion-content.horizontal .accordion {
        width: 33%;
    }
}
@media (max-width: 600px){
    section#content .alternating-image-content .accordion .icon img {
    max-width: 75%!important;
    }
    #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab .image img{
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
    }
    .page-4387 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(1) .image img, .page-4118 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img, .page-3892 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(2) .image img, .page-4149 #content.enterprise-landing-page section.tabbed-content.enterprise .tabs .tab:nth-of-type(1) .image img{
        max-width: 80% !important;
        width: 80% !important;
    }
}
@media (max-width:500px) {
    #show-mobile-only {
        display: inline-block!important;
        width: 100%;
        vertical-align: middle;
        margin: auto;
        background-color: #fff
    }
    #show-mobile-only img {
        max-width: 100%;
        height: auto;
        display: inherit;
        margin: auto
    }
    .copywrite {
        position: absolute!important;
        top: 70px!important
    }
	.fr .copywrite{
	top: 80px!important;
	}
    body.fr.page-1634 .ctas,body.fr.page-1639 .ctas,body.fr.page-1643 .ctas {
        display: none
    }
    .fr section.content-offset .wrapper {
        padding-right: 30px;
        padding-left: 30px
    }
    .page-1659 section.hero .container-fluid .content,.page-1660 section.hero .container-fluid .content {
        min-height: 224px;
        margin-top: -39px
    }
    .en section#content #career-heading p {
        margin-top: 0
    }
}
@media (max-width:414px) {
    section.hero.video-mask .overlay {
        top: 0!important;
        height: 100%
    }
}
@media (max-width:375px) {
    section.hero video {
        transform: translateY(70%)
    }
    section.hero.video-mask .overlay {
        top: 31px!important;
        height: 90%
    }
}
@media (max-width:360px) {
    section.hero.video-mask .overlay {
        top: 26px!important;
        height: 87%
    }
}
@media (max-width:320px) {
    section.hero.video-mask .overlay {
        top: 10px!important;
        height: 78%
    }
	.fr footer a.privacy{
		margin-right: 10px;
	}
	.fr .copywrite{
		top: 100px!important;
	}
}
.blog-link,.menu-item-1681,.menu-item-1691,.menu-item-311 {
    display: none!important
}
.menu-item-1133,.menu-item-1602 {
    margin-bottom: 50px
}
body.fr .tab-buttons .tab {
    line-height: 21px;
    padding: 16px;
    margin-bottom: 16px
}
body.fr .fa-phone:before {
    content: "\f095"
}
body.fr section.alternating-image-content.right.with-icon .col-md-6:nth-of-type(2),body.fr section.alternating-image-content.with-icon.left .col-md-6 img.image-desktop {
    margin-top: 0
}
body.fr header .cta {
    padding-left: 0;
/*     margin-left: -103px; */
    width: 34%
}
body.fr .heading span.fr-text-center {
    text-align: center;
    margin-left: 35%
}
#flyin-cta .visible-mobile .fr .col-md-6 .col-sm-6 {
    width: 660px
}
body.fr section.alternating-image-content .white-background {
    margin-top: 25px
}
.page-1659 section#content section.alternating-image-content .image-desktop {
    margin-top: 25%
}
.page-1659 section#content section.alternating-image-content .right-image {
    margin-top: 35%
}
body.fr section.tabbed-content.enterprise .tab-buttons .tab,section.tabbed-content.enterprise .tab-buttons .tab {
    line-height: unset;
    padding: 8px;
    padding-bottom: 10px;
}
.fr section.jobs .heading {
    padding-top: 0;
    padding-bottom: 80px
}
@media (max-width:1200px) {
    body.fr footer {
        padding-bottom: 70px!important
    }
    body.fr section#content .button-spacing-tablet .ctas .button:first-of-type {
        margin-bottom: 15px
    }
}
@media (max-width:776px) {
    body.fr .flyin-cta {
        left: -420px
    }
    section#content section.tooltip147421-section,
    section#content section.tooltip21900-section,
    section#content section.tooltip808019-section{
        z-index: 99 !important;
        position: relative !important;
    }
    #tooltip147421{
        position: absolute;
        z-index: 9999 !important;
    }
    .fr section.split-slider {
        padding-top: 0
    }
    .fr .icon-wrapper .heading p span {
        font-size: 30px!important;
        color: #202632;
        text-align: left;
        line-height: 41.6px!important
    }
    .page-1660 section#content section.alternating-image-content .image-desktop {
        margin-top: 0;
        padding-bottom: 24px;
        padding-top: 48px
    }
    .page-1660 section#content section.alternating-image-content.with-icon .container .row .col-md-6.col-sm-6 {
        padding-bottom: 0
    }
    .page-1660 section#content section .container .icon-wrapper .heading p,.page-1660 section#content section .container .icon-wrapper .heading p span {
        font-size: 24px!important;
        color: #202632;
        text-align: left;
        line-height: 30px!important
    }
    .fr section.alternating-image-content.with-icon .icon img {
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 75px!important
    }
    .page-1660 section.full-width-content .content {
        text-align: center
    }
    .page-1656 section.hero .container-fluid .content {
        min-height: 231px;
        top: -45px
    }
    .page-1660 section#content section.alternating-image-content {
        padding-bottom: 48px!important
    }
    .fr section.left-title-content .heading {
        font-size: 24px;
        line-height: 30px;
        padding-top: 24px
    }
    .page-1656 section.left-title-content .heading {
        padding-top: 0!important
    }
    .fr section.split-slider .col-md-6:first-of-type {
        padding-bottom: 48px
    }
    .fr #career-heading .heading,.fr section#content section.jobs {
        padding-bottom: 48px
    }
    .fr section.jobs .heading {
        display: none
    }
    #inner-green .heading p,section#content .heading p:last-of-type {
        float: none!important
    }
    .en-us #consumers-third-image>div.container>div.row>div.col-md-6 {
        width: 100%!important
    }
    body.fr.page-1643 #flyin-cta.business a:first-child {
        width: 300px
    }
    .fr section.content-offset .icon {
        max-width: 40px
    }
}
div#wpcf7-f2649-p298-o1 form div div.col-md-6{
    padding-left: 0;
}
@media only screen and (min-device-width:768px) and (max-device-width:1200px) {
    section#content .slide img {
        max-width: 100%!important
    }
    body.fr section#content section#white-inner {
        margin-top: 24px;
        width: 100%;
        margin-left: 0
    }
    body.fr.page-1647 section.alternating-image-content .accordion-content .heading {
        margin-bottom: 0!important
    }
    body.fr .flyin-cta {
        left: 0
    }
    .fr #career-heading .heading{
        padding-top: 48px;
    }
    /*  .page-1660 section#content section {
 *          padding-top: 80!important
 *              } */
    .fr footer a.privacy {
/*         right: 65px; */
        position: relative
    }
    .fr .footer-contact {
        margin-bottom: 24px;
        width: 80%
    }
    .fr section.alternating-image-content .icon-wrapper {
        margin-top: 0
    }
}
@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:landscape) {
    .fr .footer-contact {
        margin-bottom: 24px;
        width: 80%
    }
    #flyin-cta.business.fr .visible-mobile .col-md-6.col-sm-6 .mobile {
        width: 600px!important
    }
    .fr footer a.privacy {
        right: 0
    }
    .fr .footer-contact .textwidget p {
        width: 65%
    }
    .fr section.alternating-image-content .icon-wrapper {
        margin-top: 0
    }
}
@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    .fr section#content section#white-inner .container .col-md-12 {
        margin-top: 24px;
        padding-left: 48px;
        padding-right: 48px
    }
    .visible-mobile #flyin-cta.business.fr.visible .desktop {
        margin-left: 0!important
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    #flyin-cta.fr .col-md-6.col-sm-6 .mobile {
        width: 600px!important
    }
    .fr section#content section#white-inner .container .col-md-12 {
        margin-left: -27px!important;
        width: 103%!important
    }
    body.fr section#content section#white-inner {
        margin-top: 24px;
        margin-left: 0
    }
    body.fr section#content section#white-inner .heading p {
        padding-left: 30px;
        padding-right: 30px
    }
}
.page-1655 section#content section.hero.large-container,.page-1656 section#content section.hero.large-container {
    padding-bottom: 0!important
}
#menu-item-1684,.page-1735 .values-content {
    display: none
}
.en-us section#content section#white-inner .container .col-md-12 {
    padding-left: 80px;
    padding-right: 80px
}
.en-us section#content section.jobs {
    padding-bottom: 24px!important;
    padding-top: 0
}
@media (max-width:776px) {
    .en-us section#content section.alternating-image-content.logos .heading {
        padding-top: 24px
    }
    .en-us section#content .alternating-image-content img.image-mobile,.en-us section#content section.alternating-image-content.left .image-desktop {
        padding-bottom: 24px
    }
    .page-1646 section#content .alternating-image-content img.image-mobile {
        max-width: 80%!important;
        margin-top: 24px
    }
    .page-1646 section#content section.alternating-image-content:nth-of-type(even) {
        padding-top: 48px!important;
        padding-bottom: 24px!important
    }
    .page-1659 section#content section.alternating-image-content .image-desktop {
        margin-top: 48px;
        padding-bottom: 0
    }
    section#content section.alternating-image-content.with-icon.careers-img-2 .container .row .col-md-6.col-sm-6 {
        padding-bottom: 0
    }
    .en-us section.jobs .filters {
        display: none
    }
    section#content section.tabbed-content.enterprise .tabs .tab .content .title p,
    .en-us section.content-offset .heading {
        font-size: 24px;
        line-height: 30px
    }
}
#menu-item-2227 {
    margin-bottom: 5px
}
section#content.error-404.not-found h1 {
    font-weight: 800!important;
    font-size: 32px!important;
    line-height: 41.6px!important;
    font-family: 'Cabin Bold'!important;
}
section#content.error-404.not-found {
    padding-top: 160px;
    padding-bottom: 160px;
    font-family: 'Noto Sans',sans-serif !important;
}
.error-404 .heading {
    padding-top: 80px;
    padding-bottom: 48px;
}
section#content .img404 {
    max-width: 80%
}
.error-404.not-found p {
    padding-top: 30px
}
span.blue {
    color: #006be3
}
@media (max-width:1024px) {
    .error-404 .heading {
        padding-top: 60px
    }
    section#content.error-404.not-found h1 {
        font-size: 24px!important;
        line-height: 30px!important
    }
    section#content.error-404.not-found {
        padding-top: 80px;
        padding-bottom: 80px
    }
	.careers-video-header{
		display: none;
	}
}
@media (max-width:700px) {
    section#content.error-404.not-found {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
.page-294 #flyin-cta, .page-1605 #flyin-cta, .page-1635 #flyin-cta,
.page-294 #flyin-cta.business, .page-1605 #flyin-cta.business, .page-1635 #flyin-cta.business,
.page-294 .visible-desktop .flyin-cta.visible, .page-1605 .visible-desktop .flyin-cta.visible, .page-1635 .visible-desktop .flyin-cta.visible, .page-294 .desktop, .page-1605 #flyin-cta.desktop, .page-1635 #flyin-cta.desktop, .page-1605 div#flyin-cta.business.flyin-cta.hidden-desktop.hidden-mobile.visible, .page-1605 :root .flyin-cta.visibible, .page-1635 div#flyin-cta.business.flyin-cta.hidden-desktop.hidden-mobile.visible, .page-1635 :root .flyin-cta.visibible{
    display: none !important;
    left: -105px !important;
}
.modal .previous-step .desktop{
    display: none !important;
}
@media only screen and (min-device-width : 1400px){
    #watch-video{
        height: calc(91vh - 36px);
        top: 124px;
        left: -11px;
    }
    #watch-video .close-video{
        top: 120px;
    }
}
.watkins .content-section .twin .toppadding-sm .bottompadding-sm,
.watkins .content-section .twin .toppadding-sm .bottompadding-sm::after,
.watkins .nav .nav-tabs .inline-block {
    display: none !important;
}
/* BLOG STYLES */
/*BLOG HOMEPAGE*/
.no-results {
  font-family: "Noto Sans";
  font-size: 18px
}
section.blog .blog-header {
  padding-bottom: 48px;
  padding-top: 48px;
  position: relative
}
section.blog .blog-header .heading {
  font-family: "Cabin Bold";
  font-size: 40px;
  color: #202632;
  text-align: left;
  line-height: 52px
}
section.blog .blog-header .content {
  font-family: "Noto Sans";
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.5
}
section.blog .blog-filters {
  background: #fff;
  margin-bottom: 64px
}
section.blog .blog-filters .col-md-12.mobile-filters{
  display: none;
}
section.blog .blog-filters input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 35px;
  padding-right: 10px;
  background: #eff2f6 !important;
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  margin-top: 15px
}
section.blog #searchform {
  position: relative
}
section.blog #searchform i {
  position: absolute;
  left: 7px;
  top: 21px;
  font-size: 17px;
  color: #8e8e93;
  line-height: 22px
}
section.blog .blog-filters .col-sm-12 a:nth-of-type(1) {
  border-bottom: solid 4px #8e8e93
}
section.blog .blog-filters .col-sm-12 a:nth-of-type(2) {
  border-bottom: solid 4px #02b77b;
  display: none; /*hide toolkit section until populated*/
}
section.blog .blog-filters .col-sm-12 a:nth-of-type(3) {
  border-bottom: solid 4px #FFC40E
}
section.blog .blog-filters .col-sm-12 a:nth-of-type(4) {
  border-bottom: solid 4px #52B0FC;
  display: none !important; 
}
section.blog .blog-filters .col-sm-12 a:nth-of-type(5) {
  border-bottom: solid 4px #1C60BF
}
section.blog .blog-filters .col-sm-12 a {
  font-family: "Noto Sans",'open sans';
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: center;
  padding: 20px 28px;
  display: inline-block;
  position: relative;
  margin-right: 1px
}
section.blog .blog-filters .col-sm-12 a:after {
  content: "";
  width: 1px;
  height: 40%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #979797
}
section.blog .blog-filters .col-sm-12 a:last-of-type:after {
  display: none
}
.menu-main-menu-american-english-container .menu-item-4655{ /*THIS WILL NEED TO BE ALTERED IN PRODUCTION*/
  display: none;
}
/*blog homepage pagination */
.pagination-container {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans";
  font-size: 14px
}
.pages-container {
  margin: 0px 10px;
  display: flex
}
.pagination-number {
  margin: 5px;
  margin-top: -5.5px;
  padding: 5px 10px
}
.pagination-container .nav-previous a, .pagination-container .nav-next a {
  padding: 5.5px 10px
}
.pagination-container .nav-previous a, .pagination-container .nav-next a, .pagination-number {
  text-decoration: none;
  color: #000;
  border: 1px solid;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center
}
/*BLOG GLOBAL (BOTH SINGLE AND ARTICLE)*/
.absolute {
  position: absolute
}
.author-name p, .blog-date p {
  display: flex
}
.author-name p{
  margin-right: 14px;
}
.author-name p:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-right: 5px;
  display: block;
  background: url("https://www.financeit.io/wp-content/uploads/2019/04/icon-user.png") no-repeat
}

.blog-hero .container {
  padding-top: 80px
}
.blog-hero .category {
  font-size: 12px;
  font-family: "Noto Sans";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none !important
}
.blog-hero .category:before {
  content: "#";
  font-size: 12px;
  color: #ffffff;
  font-family: "Noto Sans";
  font-weight: 700
}
.blog-hero iframe {
  width: 100%;
  height: 100%
}
.blog-heading h1 {
  font-family: "Cabin Bold","sans serif"
}
.blog-image {
  margin-top: 48px;
  margin-bottom: 24px
}
.blog-link,.menu-item-1681,.menu-item-1691,.menu-item-311 { /*TODO ADJUST THIS FOR PRODUCTION*/
  display: none!important
}
.blog-title {
  font-family: "Cabin Bold";
  font-size: 40px;
  color: #ffffff;
  text-align: left;
  line-height: 54px;
  margin: 24px 0px;
  width: 80% 
}
.blog_subtitle {
  font-family: "Noto Sans";
  color: #ffffff;
  font-size: 18px;
  line-height: 24px
}
.blog-hero {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px
}
.blog-hero-black-layer {
  height: 100%;
  background-color: rgba(32, 38, 50, 0.7)
}
.blog-hero .post-meta-container {
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px
}
.blog-single .wrapper:after,
.toolkit .toolkit-section .toolkit-content:last-child:after{
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans";
  font-weight: 700;
  margin-left: 60%
}
.blog-hero {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px
}
.blog-hero-black-layer {
  height: 100%;
  background-color: rgba(32, 38, 50, 0.85)
}
.blog-hero .post-meta-container {
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px
}
/* BLOG CONTENT CTAS */
body section#content.blog-single section.privacy-content .ctas{
	text-align: center !important;
	padding: 24px 0px;
	background-color: #F7F8FA;
	border: 1px solid #E1E6EC;
	margin: 24px 0px 48px;
}
body section#content .blog-single section.privacy-content .content .ctas-container{
	padding: 0px 15px 0px 0px !important;
}
body section#content.blog-single section.privacy-content .ctas .button .blue{
	margin-right: 0px !important;
}
body section#content.blog-single section.privacy-content .content h3.blog_content_cta{
	font-size: 22px !important;
    line-height: 30px !important;
	text-align: center !important;
	margin: 0px 0px 12px !important;
}
section#content.blog-single .ctas{
	margin-right: 35px;
}
section#content.blog-single .ctas .button:first-of-type{
	margin-right: 5px !important;
}

.blue-underline, .dark-blue-underline, .green-underline, .yellow-underline{
  display: inline-block;
  line-height: 0.85
}
.blue-underline {
  border-bottom: 3px #52B0FC solid
}
.blue-border {
  border-top: solid 4px #52B0FC !important
}
body section#content .toolkit-content section .content h2,
body section#content .blog-single section.privacy-content .content h2 {
  font-size: 24px !important;
  font-family: "Cabin Bold" !important;
  font-weight: 700;
  line-height: 32.4px !important;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
  padding-top: 52px
}
body section#content .blog-single section.privacy-content .content,
body section#content .blog-single section.privacy-content .content p {
  line-height: 32.4px! important
}
body section#content .blog-single section.privacy-content .content p.blog-legal-copy,
body section#content .blog-content section.privacy-content .content p.blog-legal-copy,
body section#content .toolkit section .content p.blog-legal-copy {
  font-size: 14px !important;
  line-height: 21px !important
}
.categories-tag {
  margin-bottom: 24px;
  font-size: 12px !important;
}
.dark-blue-underline {
  border-bottom: 3px #1C60BF solid
}
.dark-blue-border {
  border-top: solid 4px #1C60BF !important
}
.divider {
  height: 5px;
  width: 100%;
  max-width: 80px;
  background: #202632;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none
}
.fixed {
  position: fixed
}
.full-width-image .caption {
  text-align: center;
  margin-top: 24px;
  font-family: "Noto Sans" !important;
  font-size: 14px
}
.full-width-image .caption span {
  color: #6b6b6b
}
.full-width-video {
  border: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  margin: 152px 0 90px 0;
  padding-right: 100px
}
.full-width-image .blog-image {
  padding-top: 24px;
  padding-bottom: 24px
}
.green-underline {
  border-bottom: 3px #00DA96 solid
}
.green-border {
  border-top: solid 4px #00da96 !important
}
.legal-blog-copy {
  font-size: 14px;
  line-height: 21px
}
li#menu-item-4659 .menu-item .menu-item-type-custom .menu-item-object-custom .menu-item-4659 a { /*THIS WILL NEED TO BE UPDATED IN PRD*/
  height: 35px !important
}
#menu-item-4659 { /* adjust the height of one item to push about into next col THIS WILL NEED TO BE UPDATED IN PRD*/
  height: 30px
}
.name-date {
  display: flex;
  font-family: "Noto Sans";
  font-size: 12px;
  color: #ffffff;
  margin-top: 24px
}
.post-meta {
  font-family: "Noto Sans",'sans serif';
  font-size: 18px;
  color: #202632;
  text-align: left
}
.post-meta .author_name {
  font-size: 12px;
  font-style: italic;
}
.page-292 .blog-link,header .mobile /*THIS WILL NEED TO BE ALTERED ON PRODUCTION*/ {
  display: none
}
.related-background {
  background-color: #F5F7F9 !important;
  padding: 0px !important;
  margin: 0px !important
}
.related-chapters{
  font-family: "Noto Sans";
  font-size: 12px;
  color: #232831;
  margin-top: 10px;
}
.related-posts .meta div, section.blog .meta div{
  width: 50%
}
.related-posts .meta {
  display: flex
}
.related-posts .meta .date {
  text-align: right
}
.related-posts .posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  justify-content: center
}
.related-posts .post {
  width: 275px;
  background: #fff;
  padding: 14px;
  border-top: solid 4px #00da96;
  min-height: 200px;
  margin-bottom: 48px;
  text-decoration: none;
  color: #000
}
.related-posts .title {
  font-family: "Cabin Bold";
  font-size: 30px;
  color: #202632;
  line-height: 40px;
  margin: 48px 0px;
  display: flex;
  justify-content: flex-end;
  width: 52%
}
.related-posts .post .title {
  font-family: "Cabin Bold","sans serif";
  font-size: 20px;
  line-height: 26px;
  color: #202632;
  text-align: left;
  margin: 24px 0px;
  width: 100%;
  justify-content: flex-start;
}
/*.related-posts .post:nth-of-type(odd) {
 *   margin-right: 2%
 *   }*/
.related-posts .post:nth-of-type(even) {
  margin-left: 2%
}
section.blog .meta {
  display: flex
}
section.blog .meta .date {
  font-family: "Cabin";
  font-size: 10px;
  letter-spacing: 1px;
  text-align: right;
  align-self: end
}
section.blog .wrapper a {
  text-decoration: none;
}
section#content .blog {
  padding-top: 0
}
section#content .blog .blog-entry {
  margin-bottom: 24px
}
section#content .blog .blog-entry .category {
  font-family: "Cabin Bold","sans serif";
  font-size: 12px;
  line-height: 18px;
  color: #202632;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px
}
section#content .blog .blog-entry .title,
section#content .blog .blog-entry h2.title {
  font-family: "Cabin Bold","sans serif";
  font-size: 26px;
  line-height: 32px;
  color: #202632;
  text-align: left;
  margin-top: 0px;
}
section#content .blog .blog-entry .excerpt {
  font-family: "Noto Sans";
  font-size: 14px;
  color: #202632;
  text-align: left;
  margin-top: 14px
}
section#content .blog .blue .post-image {
  border-bottom: solid 4px #52B0FC
}
section#content .blog .dark-blue .post-image {
  border-bottom: solid 4px #1C60BF
}
section#content .blog .post-image {
  width: 100%;
  height: 300px;
  border-bottom: solid 4px #00DA96;
  background-size: cover;
  background-position: center center
}
section#content .blog-single .container section.privacy-content {
  padding-bottom: 48px !important
}
section#content .blog .wrapper {
  background: #fff;
  padding: 15px;
  height: 155px
}
section#content .blog .yellow .post-image {
  border-bottom: solid 4px #FFC40E
}
section#content section.quote, section#content .toolkit section.quote {
  padding: 24px 0px !important;
}
section.quote, .blog-single section.full-width-image {
  width: 75%
}
section#content section.quote p:before {
  content: open-quote
}
section#content section.quote p:after {
  content: close-quote
}
section.full-width-image .col-md-12, section.full-width-image .container-fluid,section.full-width-image .row {
  padding: 0!important;
  margin: 0!important
}
section.full-width-image .content {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  width: 100% !important;
  transform: translateY(-50%);
  font-family: "Cabin Bold";
  font-size: 40px;
  line-height: 52px
}
section#content section.hero .text, section.full-width-image .container {
  margin-left: auto!important;
  margin-right: auto!important;
}
section.full-width-content .blog-heading p {
  font-size: 40px;
  line-height: 52px;
  font-family: "Cabin Bold";
}
section.quote .content {
  font-family: "Cabin Semi Bold";
  font-style: italic;
  font-size: 30px;
  color: #202632;
  text-align: center;
  line-height: 40px;
  width: 62%
}
section.quote .content .p:before {
  content: open-quote
}
section.quote .content .p:after {
  content: close-quote
}
span.figure {
  display: none
}
.yellow-border {
  border-top: solid 4px #FFC40E !important
}
.yellow-underline {
  border-bottom: 3px #FFC40E solid
}
/*BLOG SINGLE ARTICLE ONLY*/
.blog-single .col-md-9 .col-sm-9 {
  width: 91.66666667% !important
}
.blog-single .row {
  margin: 0px !important
}
.blog-single .full-width-image {
  width: 85%
}
.blog-single section.full-width-image img,section.hero .content .image {
  height: auto;
  padding-top: 24px
}
.blog-single .col-md-9 .col-sm-9 {
  width: 91.66666667% !important
}
.blog-single .related-posts .meta, .toolkit .related-posts .meta {
  font-family: "Cabin Bold";
  font-size: 10px
}
.blog-single .related-posts .meta .category, .toolkit .related-posts .meta .category {
  text-align: left;
  text-transform: uppercase
}
.blog-single .heading {
  margin-bottom: 24px;
  font-family: "Cabin Bold" !important
}
.blog-single .heading,
.blog-single .content {
  width: 122% !important;
  padding-bottom: 24px;
}
.blog-single .post-content, .blog-single .post-meta {
  padding-top: 80px;
  padding-left: 0px;
  padding-right: 0px
}
.blog-single div.mobile-only-meta .post-meta {
  display: none
}
.blog-single .wrapper {
  background: #fff;
  padding-bottom: 48px
}
.blog-single .post-content section:first-of-type,section#content .blog-single .post-content section:first-of-type {
  padding-top: 0
}
.blog-single .post-content section .container {
  width: 100%;
  padding: 0
}
.blog-single a[rel=next] {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans";
  font-size: 18px;
  color: #4a4a4a;
  margin-top: 20px
}
.blog-single a[rel=next]:before {
  content: "";
  width: 150px;
  height: 4px;
  background: #202632;
  position: absolute;
  top: -15px;
  left: 0
}
.blog-single .full-width-content .heading {
  margin-top: -8px
}
.blog-single .full-width-image .caption {
  font-family: "Noto Sans" !important;
  font-size: 14px !important
}
.posts-single {
  width: 100%;
  margin: auto;
  justify-content: center
}
section#content .blog-single section.full-width-image {
  padding-top: 24px;
  padding-bottom: 24px !important;
  text-align: center;
  width: 100%
}
section#content .blog-single section.full-width-image.full-width-video {
  margin-top: 168px !important;
  margin-bottom: 148px !important;
  margin-left: 10px !important
}
section#content .blog-single section .full-width-video iframe {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

section#content .blog-single section.full-width-video .col-md-12 {
  margin: 48px 0 24px 0 !important;
}
section#content.blog-single .heading h2.p1 {
  font-size: 32px !important;
  line-height: 41.6px !important;
}
section#content.blog-single .heading h1.p1 {
  font-size: 40px !important;
  line-height: 52px !important;
}
section#content .blog-single .post-content section{
  padding-top: 0px !important
}
section#content .blog-single .post-content section,
section#content .blog-single .post-content section:last-of-type {
  padding-bottom: 0px !important 
}
body section#content .blog-single section.privacy-content .content p.p1,
section#content .blog-content .content p {
  margin-bottom: 24px;
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 32.4px
}
section#content .blog-single .content p.blog-legal-copy {
  line-height: 21px !important;
}
/*BLOG TOOLKIT ONLY*/
body section#content .toolkit-content section .content h2 {
  padding-top: 52px
}
.chapter, .dropdown-title {
  font-family: "Noto Sans";
  font-size: 14px;
  padding-left: 15px;
  color: #515661
}
.chapter {
  margin-bottom: 0px
}
.desktop-banner-image {
  display: block
}
.grey-box {
  background-color: #F5F7F9;
  padding: 24px;
  width: 225px;
  z-index: 8
}
.mobile-banner-image {
  display: none
}
.nav-wrapper {
  padding-left: 16px;
  line-height: 22px;
  border-left: 3px #D8D8D8 solid
}
.nav .banner-area, .nav .bottom-area {
  opacity: 0
}
#player {
  margin-top: -80px
}
.post-meta:first-child .author_name {
  display: block
}
.section-nav {
  width: 250px
}
section#content .toolkit section .full-width-content p {
  font-size: 18px;
  line-height: 1.8em
}
section#content .toolkit section .full-width-content .blog-heading p {
  font-size: 36px
}
section#content section.toolkit .container .related .article-related-posts #toolkit-related-posts {
  background-color: #F5F7F9;
  margin-top: 100px;
  margin-left: 0px !important;
  padding: 0px !important;
  display: inline-block;
  position: relative
}
section#content .toolkit .toolkit-content .blog-heading h1.p, section#content .blog-single  .heading h1.p1 {
  font-size: 30px !important;
  line-height: 40px !important
}
section#content section.toolkit {
  padding-top: 0!important;
  padding-bottom: 0!important;
  background-color: #fff;
  position: relative
}
section#content .toolkit section.quote .content p:before {
  content: open-quote
}
section#content .toolkit section.quote .content p:after {
  content: close-quote
}
section#content .toolkit section.quote .content p:before, section#content .toolkit section.quote .content p:after {
  display: inline-block;
  vertical-align: bottom
}
section#content .toolkit section {
  padding-top: 24px;
  padding-bottom: 0px !important
}
section#content section.subvertical-footnote{
    font-size: 12px;
    padding-top: 0px !important;
}
.tablet-fadeup-menu {
  display: none;
}
.toolkit a.nav-item:hover {
  font-weight: bold;
  text-decoration: none
}
.toolkit a.nav-item:focus {
  text-decoration: none
}

.toolkit .background {
  position: relative
}
.toolkit .background:first-of-type .toolkit-section .overlay {
  top: -1px
}
.toolkit .background.green-1 {
  background-color: #60d2ac
}
.toolkit .background.green-2 {
  background-color: #a0e4cd
}
.toolkit .background.green-3 {
  background-color: #d3f3e8
}
.toolkit .background.green-4 {
  background-color: rgb(223, 245, 240)
}
.toolkit .background:first-of-type .toolkit-section .toolkit-content {
  margin-top: -1px
}
.toolkit .banner {
  z-index: 9999
}
.toolkit .banner .content {
  font-family: "Noto Sans";
  font-size: 18px;
  color: #202632;
  text-align: left;
  line-height: 27px
}
.toolkit .banner .title {
  font-family: "Cabin Bold";
  font-size: 40px;
  color: #202632;
  text-align: left;
  line-height: 54px;
  margin-bottom: 24px
}
.toolkit .banner .scroll {
  margin-top: 80px;
  font-size: 18px;
  line-height: 27px
}
.toolkit .banner .scroll-button {
  border-radius: 50%;
  border: solid 4px #515661;
  width: 44px;
  height: 44px;
  margin-top: 14px;
  margin-left: 48px;
  cursor: pointer
}
.toolkit .banner .scroll-button i {
  color: #515661;
  padding-left: 9px;
  padding-top: 9px
}
.toolkit .blog-hero {
  margin-bottom: 80px;
  margin-left: 0px !important;
  margin-right: 0px !important
}
.toolkit .blog-hero .post-meta-container {
  padding-top: 40px;
  padding-left: 0px;
  margin-bottom: 80px
}
.toolkit .toolkit-content .blog-heading p {
  font-family: "Cabin Bold";
  font-size: 40px
}
.toolkit-content .video {
  padding: 48px 0px
}
.toolkit .nav {
  display: block;
  top: 490px;
  width: 400px;
  padding-left: 48px;
  position: absolute;
  margin-top: 0px
}
.toolkit .nav .title {
  width: 100%;
  font-size: 14px;
  color: #202632;
  line-height: 27px;
  font-family: "Noto Sans";
  text-decoration: none;
  margin-bottom: 24px
}
.toolkit .nav-item {
  font-family: "Noto Sans";
  font-size: 16px;
  color: #202632;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 22px;
  display: block;
  z-index: 9999;
  max-width: 175px
}
.toolkit .nav-item.active {
  font-weight: 700;
  color: #202632;
  text-align: left;
  margin-bottom: 20px;
  line-height: 22px;
  padding-left: 10px;
  margin-left: -20px;
  display: block;
  z-index: 999;
  vertical-align: top;
  border-left: 6px #04b67c solid
}
.toolkit .toolkit-section .nav .section-nav {
  align-self: flex-start;
  font-family: "Noto Sans"
}
.toolkit .toolkit-section .post-meta ul,header .cta p {
  margin: 0
}
.toolkit-section {
  max-width: 1170px;
  margin: auto
}
.toolkit .toolkit-section {
  display: flex;
  width: 100%;
  padding: 0;
  margin: auto;
  position: relative
}
.toolkit .post-meta.mobile {
  display: none
}
.toolkit .quote {
  margin: 24px 0;
  vertical-align: middle;
  width: 90% !important;
  float: right;
  padding-left: 48px
}
.toolkit .related-posts .col-md-7 {
  padding-left: 0
}
.toolkit .related .article-related-posts {
  margin-top: 100px
}
.toolkit-section-divider {
  border-bottom: 1px solid #D8D8D8;
  margin: 48px 0;
  width: 630px;
  vertical-align: middle;
  margin-left: 30.4%
}
.toolkit .toolkit-section .post-meta {
  margin-left: 0 !important;
  padding-left: 0 !important
}
.toolkit .toolkit-section:first-child .post-meta {
  align-self: flex-end;
  width: 90%;
  margin-bottom: 48px
}
.toolkit .share-line {
  display: none
}
.toolkit section.full-width-content .content {
  margin-top: 0
}
.toolkit .toolkit-section .toolkit-content {
  position: relative
}
/*SOCIAL SHARE PLUGIN STYLES*/
li.heateorSssSharingRound i{
  width: 129px !important;
  height: 40px !important;
}
.heateorSssEmailBackground,
.heateorSssEmailSvg {
  background-color: #02b77b !important;
}
li.heateorSssSharingRound i:hover,
li.heateorSssSharingRound i:active {
  opacity: 0.8
}
.post-meta .social-share a {
  display: inline-block;
  border: solid 2px #222731;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  text-align: center;
  margin-bottom: 7px
}
.post-meta .social-share ul {
  list-style: none;
  padding-left: 0
}
.post-meta .social-share ul li {
  display: inline-block
}
.social-share {
  margin-top: 48px
}
.social-buttons-container p {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding-bottom: 24px
}
.social-share .heateor_sss_sharing_container .heateor_sss_horizontal_sharing,
.social-share ul.heateor_sss_sharing_ul, .social-share ul.heateor_sss_follow_ul {
  margin: auto !important
}
.social-share .share-line {
  border-top: 1px #D8D8D8 solid;
  padding-bottom: 48px;
  margin: auto;
  text-align: center
}
.toolkit .social-share {
  margin-top: 0;
  margin-bottom: 48px
}
.toolkit .social-share .social-buttons-container {
  padding-left: 35px
}
ul.heateor_sss_follow_ul li.heateorSssSharingRound, ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
  margin: 0px 7px !important
}
.fr-green-circle{
	width: 100px !important
}
section#content .CLA-award{
	padding-top: 24px;
	padding-bottom: 24px !important;
	box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.1);
}
section#content .CLA-award .row{
	display: flex;
	align-items: center;
}
section#content .CLA-award .content{
	margin-top: 0px;
}
section#content .CLA-award .heading span {
	font-size: 32px;
	line-height: 40px;
}
section#content .CLA-award .image img{
	max-width: 90px;	
}

.fr .blog-hero .category{
	display: none;
}
@media (max-width: 2560px){
  section#content .blog-single section.full-width-image.full-width-video{
    margin-left: -35px !important
  }
}
@media (max-width: 2000px){
  .related-posts .title{
      width: 53%
  }
  .related-posts .posts .title{
    width: 100%
  }
  section#content .blog-single section.full-width-image.full-width-video{
    margin-left: -15px !important
  }
}
@media (max-width: 1800px){
  .related-posts .title{
      width: 54.5%
  }
}
@media (max-width:1280px) {
  .post-meta-container {
    padding: 0
  }
}
@media (max-width: 1224px){
  section.full-width-video .content {
    text-align: left;
    margin-left: -5%
  }
  section.full-width-video p {
    text-align: center
  }
}
@media (min-width:1200px) {
  .related-background {
    background-color: #F5F7F9 !important
  }
  section#content section.testimonials>.container {
    max-width: 1146px;
    margin: auto auto !important;
    vertical-align: middle;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  #toolkit-related-posts {
    padding-left: 77px
  }
  .social-share .share-line{
	width: 104.5%;
   }
}
@media (max-width:1200px){
  header#main-header .col-lg-7{
    width: 100% !important;
  }
  body section#content .toolkit-content section .content h2 {
    padding-top: 24px
  }
  body section#content .toolkit section.privacy-content .content h2,
  body section#content .blog-single section.privacy-content .content h2 {
    font-size: 30px !important;
    line-height: 1.3 !important
  }
  body section#content .blog-single section.privacy-content .content p.p1 {
    margin-bottom: 24px
  }
  .blog-hero {
    height: 375px;
    margin-top: -15px
  }
  .full-width-video {
    width: auto;
    margin: 24px
  }
  .toolkit .chapter {
    padding-left: 75px
  }
  .toolkit .toolkit-section .nav {
    width: 200px !important;
    padding-left: 0
  }
  .toolkit .nav {
    padding: 0 !important
  }
  .toolkit-section-divider {
    margin-left: 27.4%
  }
  .toolkit .social-share-buttons {
    margin-left: 0
  }
  .toolkit .toolkit-section .nav {
    padding-left: 55px;
    width: 300px
  }
  .toolkit .toolkit-section .toolkit-content {
    width: calc(100vw - 320px) !important
  }
  .toolkit .toolkit-section .toolkit-content:last-child:after, .blog-single .wrapper:after {
    margin-left: 46%
  }
  section#content .toolkit section.privacy-content .content h1
  section#content .blog-single .heading h1.p1 {
    font-size: 32px !important;
    line-height: 41.6px !important
  }
  section#content .blog-single .container section.privacy-content {
    padding-top: 0 !important
  }
  section#content.blog-single section{
    padding-right: 0px;
    padding-left: 0px;
  }
  section#content .toolkit section.quote,
  section#content .toolkit section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important
  }
  section#content .toolkit section.quote {
    margin: auto
  }
  section.quote .content {
    width: 100%;
    font-size: 24px
  }
  section#content section.toolkit {
    padding: 0 !important
  }
}
@media (min-width:1100px) {
  .post-meta .date {
    font-size: 14px
  }
  section#content .blog-single section.quote p {
    font-size: 30px;
    line-height: 40px;
    padding: 24px 0
  }
  .section#content .blog-single section.full-width-image.full-width-video {
    margin-top: 100px !important;
    margin-bottom: 132px !important;
    margin-left: 50px !important
  }
/*  .toolkit .toolkit-section .toolkit-content:last-child:after, .blog-single .wrapper:after {
 *      margin-left: 55%
 *        }*/
}
@media (max-width: 1200px) {
   header#main-header .col-lg-7{
    width: unset !important;
  }
}
@media (max-width: 1024px) {
/*   header#main-header .col-lg-7{
 *       width: 100% !important;
 *         } */
  header ul li{
	border-top: none;
  }
  header #menu-main-menu li{
	margin-top: 0px !important;
  }
  .blog-single .container .related, 
  .blog-single .container .related .article-related-posts .row .related-posts {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
  }
  .blog-title,
  .toolkit .toolkit-content .blog-heading p {
    font-size: 30px;
    line-height: 1.3;
    width: 100%
  }
  .related-posts .title {
    width: 56.5%;
  }
  .share-line {
    margin-left: 0
  }
  .toolkit .social-share .social-buttons-container {
    padding-left: 0
  }
  section#content section.subvertical-header.alternating-image-content:nth-of-type(2n+1){
    margin-top: -12px;
    }
	section#content.blog-single .ctas .button:first-of-type{
		margin-right: 5px !important;
	}
}
@media (max-width: 1023px){ /*ADD THE TABLET MENU AT 1023*/
  .mobile-dropdown-nav{
    background-color: #F5F7F9 !important;
    margin-bottom: 48px;
    font-family: "Noto Sans";
    padding-top: 20px;
    display: block
  }
  .mobile-dropdown-nav:first-child {
    display: block;
    background: #fff;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px
  }
  .mobile-dropdown-nav i.fa-chevron-down{
    position: absolute;
    right: 90px;
    margin-top: 15px
  }
  .mobile-dropdown-line{
    border-top: 1px grey solid;
    padding: 0 24px 24px;
    margin-left: 48px;
    margin-right: 65px
  }
  .mobile-dropdown-nav select{
    width: 85%;
    border: none;
    font-size: 14px;
    font-family: "Noto Sans";
    font-weight: bold;
    margin: 10px 45px
  }
  .toolkit .nav{
    display: none
  }
  .tablet-fadeup-menu{
    position: fixed;
    display: block;
    bottom: -150px;
    z-index: 999;
    width: 100%;
    margin: 0 !important;
    height: 125px;
    overflow-y: visible;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-duration: 0.5s;
    transform: translateY(0)
  }
  .tablet-fadeup-menu{
    position: fixed;
    display: block;
    bottom: -150px;
    z-index: 999;
    width: 100%;
    margin: 0 !important;
    height: 125px;
    overflow-y: visible;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-duration: 0.5s;
    transform: translateY(0)
  }
  .tablet-fadeup-menu .dropdown-title {
    padding-left: 48px
  }
  .toolkit .blog-hero{
    margin-bottom: 0
  }
  .toolkit .dropdown-title{
    padding-left: 48px
  }
  .toolkit .blog-hero {
    margin-bottom: 0
  }
}
@media (min-width:997px) {
  section#content .blog-single section.full-width-image.full-width-video .iframe {
    width: unset !important;
    margin-left: 20px
  }
  .toolkit .related .article-related-posts {
    margin: 0 !important;
    background-color: #F5F7F9 !important
  }
}
@media (min-width:997px) and (max-width:1200px) {
  section#content .toolkit section {
    padding-bottom: 0 !important
  }
  section.blog .blog-filters {
    margin-bottom: 24px;
    margin-left: -25px;
    width: 110%
  }
  section#content .toolkit section.quote {
    width: 100% !important;
    left: 0;
    padding-top: 48px
  }
  section#content .toolkit section.quote p {
    font-size: 24px !important;
    line-height: 32.2px;
    max-width: 80%
  }
  section#content .toolkit section.quote
  .toolkit .toolkit-section:first-child .post-meta {
    margin-bottom: 0
  }
  .toolkit .toolkit-section {
    width: 970px
  }
  .toolkit-content .video {
    padding: 24px 0 0 20px
  }
  .toolkit .full-width-image .blog-image {
    padding: 0
  }
  .toolkit-section-divider {
    width: 580px
  }
  .toolkit section.quote .content {
    padding-top: 24px;
    padding-bottom: 0
  }
  .toolkit .social-share {
    padding-left: 0;
    padding-right: 70px
  }
}
@media (min-width:996px) {
  section#content .blog .blog-header {
    display: table;
    width: 100%
  }
  section#content .blog .blog-header .col-md-5,section#content .blog .blog-header .col-md-6 {
    position: relative;
    display: table-cell;
    float: none;
    vertical-align: middle
  }
  section#content .blog .blog-header .col-md-5 {
    padding-left: 8.33333333%
  }
}
@media (max-width: 996px) {
  body section#content section.privacy-content .content {
    font-size: 14px!important;
    line-height: 21px!important
  }
  body section#content .blog-single section.privacy-content .content p.p1,
  section#content .blog-content .content p {
    font-size: 16px;
    line-height: 1.8
  }
  body section#content .blog-single section.privacy-content .content p.blog-legal-copy, 
  body section#content .blog-content section.privacy-content .content p.blog-legal-copy {
    font-size: 12px !important
  }
  body section#content .toolkit-content section .content h2, 
  body section#content .blog-single section.privacy-content .content h2 {
    padding-top: 24px
  }
  .blog-single .container {
    width:  880px
  }
  .blog-single .related-posts .title {
    font-family: "Cabin Bold";
    font-size: 24px;
    line-height: 27px
  }
  .blog-single section.quote {
    width: 85%
  }
  .blog-single .related-posts .post {
    margin-right: 4%!important
  }
  .blog-single .blog-hero .hero-video {
    height: 260px
  }
  .blog-single .related-posts .post .title {
    font-size: 26px
  }
  .blog-single section.full-width-image {
    margin: auto 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .container.related {
    padding: 0;
    padding-left: 24px
  }
  .mobile-banner-image {
    display: block;
    max-width: 250px;
    margin: auto
  }
  .posts-single {
    padding-left: 30px
  }
  .post-meta .social-share a {
    width: 34px;
    height: 34px
  }
  .post-meta .social-share i {
    padding-top: 6px
  }
  p.subhead {
    font-size: 20px !important;
    line-height: 1.3;
    padding-bottom: 48px !important
  }
  .social-share {
    padding-left: 0;
    padding-right: 0
  }
  .social-share p {
    margin-right: 0
  }
  .share-line {
    width: calc(100% - 130px);
    margin: auto
  }
  .desktop-banner-image {
    display: none !important
  }
  section.full-width-image .content {
    font-size: 30px;
    line-height: 40px
  }
  section.blog .blog-filters {
    padding-top: 12px;
    padding-bottom: 24px;
    width: 110%;
    margin-left: -5%;
    padding-left: 24px;
    padding-right: 24px
  }
  section#content .blog-single .heading h1.p1 {
    font-size: 32px !important;
    line-height: 1.3 !important
  }
  section#content .blog-single .quote .content p,
  #inner-green p {
    font-size: 24px;
    line-height: 31.2px
  }
  section#content section.blog {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 24px
  }
  section#content .blog-single section.full-width-image {
    padding-top: 48px;
    padding-bottom: 24px !important;
    width: 100%
  }
  section#content .blog-single section.privacy-content.large-container .content p iframe {
    width: 100% !important;
    max-height: unset;
    padding-bottom: 24px
  }
  section#content .blog-single section.full-width-image.full-width-video {
    padding-bottom: 0 !important;
    margin-left: -20px !important
  }
  section#content .blog-single .container section.privacy-content {
    padding-bottom: 24px !important
  }
  section#content .blog-single section.full-width-video .col-md-12 {
    margin: 48px 0 !important
  }
  .toolkit-section-divider {
    display: none
  }
  .toolkit .toolkit-section .toolkit-content,
  .toolkit .related-posts {
    padding: 0
  }
  .toolkit .toolkit-section .toolkit-content {
    width: 100%
  }
  .toolkit .toolkit-section .toolkit-content .full-width-image {
    margin: auto
  }
  .toolkit section#content .toolkit section.quote {
    padding: 0 30px;
    margin: 0
  }
  .toolkit .banner .title,
  section.full-width-content .toolkit-content .blog-heading p,
  .toolkit-content .blog-heading h1,
  .toolkit .toolkit-content .blog-heading p {
    font-size: 32px;
    line-height: 1.3em
  }
  .toolkit .toolkit-section .toolkit-content .full-width-image img {
    max-width: 100%;
    padding-right: 30px;
    height: auto;
    padding-left: 30px
  }
  .toolkit .background:first-of-type .toolkit-section .toolkit-content {
    margin-top: 0
  }
  .toolkit .toolkit-section .nav-wrapper {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .toolkit .toolkit-section .nav .post-meta,.toolkit .toolkit-section .overlay {
    display: none;
  }
  .toolkit .banner .scroll-button i {
    padding-left: 9px;
    padding-top: 9px
  }
  .toolkit .banner .scroll div {
    padding-bottom: 16px
  }
  .toolkit .toolkit-section {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block
  }
  .toolkit .toolkit-section .nav-item {
    font-size: 17px;
    line-height: 50px
  }
  .toolkit .toolkit-section .nav-item.active {
    font-size: 20px
  }
  .toolkit .post-meta.mobile {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0 30px 80px
  }
  .toolkit .toolkit-section .nav {
    padding-left: 30px !important;
    width: 200px !important
  }
  .toolkit .toolkit-section .toolkit-content {
    left: inherit !important;
    width: inherit !important
  }
  .toolkit .toolkit-section .nav .section-nav {
    width: 200px
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  .row.post-content {
    margin-left: 30px !important;
  }
  .blog-hero {
    margin-top: -15px;
  }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .blog-single .container .related .article-related-posts {
    margin-right: 15px;
  }
  .toolkit a.nav-item:hover {
    font-weight: normal;
    transition-delay: unset
  }
  .toolkit a.nav-item.active {
    font-weight: bold
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  body section#content .blog-single section.privacy-content .content p.blog-legal-copy, 
  body section#content .blog-content section.privacy-content .content p.blog-legal-copy,
  body section#content .toolkit section .content p.blog-legal-copy {
    font-size: 12px !important;
    line-height: 21px
  }
  section#content .blog-single .content p {
    font-size: 18px;
    line-height: 1.6 !important
  }
  section#content .blog-single .quote .content p {
    font-size: 30px;
    line-height: 1.3;
    padding: 24px 0
  }
  section.blog .blog-filters {
    margin-bottom: 24px;
    margin-left: -5%;
    width: 105%;
    padding-left: 25px;
    padding-right: 25px
  }
  #toolkit-related-posts {
    padding-left: 48px
  }
}
@media (min-width:768px) {
  section#content .blog-single section.full-width-video {
    margin-left: -16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
}
@media (max-width:990px) and (min-width:768px){
 .fr footer a.privacy {
		right: 18%;
        position: relative
    }
	.en-us .footer-contact {
    	width: 44%;
    	margin-bottom: 20px;
    	margin-left: 18%;
	}
}
@media (max-width:768px){
	section#content.blog-single .ctas .button:first-of-type{
	  margin-right: 0px !important;		
  	}
	.blog-single .cta-buttons {
	  margin-right: 24px !important;
	  margin-left: 24px !important;
 	 }
	.blog-hero .post-meta-container{
    	padding-top: 50px;
  	}
  	body section#content .toolkit section.privacy-content .content h2, body section#content .blog-single section.privacy-content .content h2 {
    	font-size: 20px !important
 	}
  	.blog-heading, .blog-content > div {
    	padding-left: 0
  	}
  	.blog-single iframe {
    	margin: 0 50px 24px
  	}
  .blog-single .post-content {
    padding-bottom: 0!important
  }
  .blog-single .related-posts .post {
    margin-right: 14px !important;
  }
  .blog-single .row.post-content {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-left: 0!important;
    margin-right: 0!important
  }
  .blog-single .row .post-content .post-content,.blog-single .row .post-meta {
    width: 100%
  }
  .blog-hero .container {
    padding: 12px 0;
    margin-left: 0
  }
  .blog-title {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 8px
  }
  .blog_subtitle {
    font-size: 12px;
    line-height: 17px
  }
  .blog-single .post-meta {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0
  }
  .blog-single .post-content {
    padding-top: 0
  }
  .blog-single .related-posts .meta .date {
    text-align: right
  }
  .blog-single .related-posts .related-posts-title .title {
    margin-left: 24px;
    margin-top: 24px
  }
  .body section#content section.privacy-content .content,
  .blog-single .row .col-md-9 .col-sm-9 .content {
    width: 100% !important
  }
  body section#content .blog-single section.privacy-content .content, 
  body section#content .blog-single section.privacy-content .content p {
    line-height: 1.8 !important
  }
  .blog-single .heading h1 {
    padding-top: 32px
  }
  body section#content .blog-single section.privacy-content .content h2 {
    font-size: 20px;
    line-height: 26px
  }
  #content .blog-filters .container {
    padding-left: 5px!important;
    padding-right: 5px!important;
    width: 100%
  }
  html section#content .toolkit section.full-width-image {
    margin: auto;
    padding-top: 16px !important
  }
  header img.logo-desktop {
    width: 100px
  }
  header#main-header {
    padding-left: 15px;
    padding-right: 15px
  }
  .mobile-dropdown-nav{
    width: 100%;
    margin: 0
  }
  .mobile-dropdown-nav select,
  .mobile-dropdown-nav .tablet-fadeup-menu select{
    margin: 10px 59px;
  }
  .mobile-dropdown-nav i.fa-chevron-down{
    right: 65px;
  }
  .mobile-dropdown-line{
    margin-left: 63px;
    margin-right: 63px
  }
  .name-date {
    margin-top: 40px
  }
  .page-294 section#content .alternating-image-content img.image-mobile,section.blog .blog-header { 
    padding-bottom: 24px
  }
  .post-meta .date {
    font-size: 12px !important
  }
  .post-meta .social-share {
    margin-top: 14px
  }
  .post-meta .social-share li {
    display: inline-block
  }
  .post-meta .social-share li a {
    margin-bottom: 0;
    margin-right: 2px
  }
  .post-content {
    padding-left: 0;
    padding-right: 0
  }
  .post-meta .divider {
    margin-top: 16px;
    margin-bottom: 24px !important
  }
  p.subhead {
    font-size: 18px !important
  }
  .related .article-related-posts {
    margin-top: 0 !important
  }
  .related-posts .title,
  .toolkit .banner .title, 
  section.full-width-content .toolkit-content .blog-heading p, 
  .toolkit-content .blog-heading h1, .toolkit .toolkit-content .blog-heading p {
    font-size: 24px !important;
    line-height: 30px
  }
  .related-posts .title {
    width: 48.5%;
  }
  .related-posts .posts .post .title {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 16px
  }
  .related-posts .post:nth-of-type(even) {
    margin-left: 12px !important;
  }
  section#content .toolkit section.quote {
    padding-right: 15px !important;
    padding-top: 24px !important;
    padding-bottom: 0 !important
  }
  section#content .toolkit section .blog-heading p:last-child {
    padding-bottom: 0 !important
  }
  section#content .blog-single .post-content section:last-of-type {
    padding-bottom: 0!important
  }
  section.blog .blog-filters .col-sm-12 a {
    padding-left: 24px;
    padding-right: 24px
  }
  section.blog .blog-header .heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px
  }
  section.blog .blog-header .content {
    font-size: 18px;
    line-height: 27px
  }
  section#content .blog-single section.privacy-content.large-container .content p iframe {
    width: 100%;
    max-height: 218px
  }
  section#content .blog-single section.quote p {
    margin: 0;
    max-width: 100%;
    font-size: 24px !important;
    width: 100%;
    margin-left: unset;
    line-height: 32.2px
  }
  section#content .blog-single .full-width-image .caption {
    margin-bottom: 24px
  }
  section.full-width-image .content {
    font-size: 18px;
    line-height: 26px
  }
  section#content .blog-single section.full-width-image.full-width-video {
    margin-bottom: 48px !important;
    margin-left: -10px !important
  }
  section#content .toolkit section {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
  body section#content .toolkit-content section .content h2 {
    margin-bottom: 16px !important;
    padding-top: 0 !important
  }
  section#content .toolkit-section section .content p {
    margin-bottom: 48px !important;
    font-size: 16px;
    line-height: 1.8em
  }
  section#content .toolkit-section section .content p:last-child {
    margin-bottom: 0 !important
  }
  section.blog .blog-header .content {
    margin-top: 0
  }
  section.full-width-content .heading, section.full-width-content .blog-heading p,
  .blog-heading h1, 
  section#content .blog-header h1,
  section#content .toolkit-section h1 {
    font-size: 24px!important;
    line-height: 1.3em !important;
    margin-top: 0 !important;
    font-family: "Cabin Bold" !important
  }
  section#content .toolkit-section .blog-heading h1,
  section#content .toolkit-section h1 {
    margin-bottom: 16px !important;
    padding-top: 16px !important
  }
  section.blog .blog-filters {
    margin-bottom: 24px;
    width: 119%;
    padding-bottom: 24px;
    margin-left: -30px
  }
  section#content .blog .content p, section#content .fine-print p {
    font-size: 14px;
    line-height: 21px
  }
  section#content section.toolkit {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  section#content section.toolkit #toolkit-feature {
    width: 100vw !important;
    position: absolute;
    top: 10rem;
    height: auto !important;
    left: 0
  }
  section#content section.toolkit .banner .banner-copy-container {
    margin-top: 118px !important;
    padding-left: 30px;
    padding-right: 30px
  }
  section#content .tooltip {
    width: 98vw;
    left: -12px !important;
    margin: auto;
    z-index: 9999 !important
  }
  section#content .tooltip .tooltip-inner {
    max-width: 90vw;
    margin: auto
  }
  section#content section.tooltip21900-section.large-container div.container div.tooltip.fade.bottom.in {
    top: 24px !important;
    left: -28px !important;
    display: block;
    position: relative
  }
  section#content .blog-single .full-width-image .caption {
    width: 100%
  }
  section#content .blog-single section.quote {
    margin: auto;
    width: 100%
  }
  section#content .blog-single .heading h1.p1 {
    font-size: 24px !important;
    line-height: 1.5
  }
  section#content .toolkit .full-width-image .blog-image img {
    max-width: 100% !important;
    padding: 0 15px;
  }
  section#content .toolkit .full-width-image .caption {
    padding: 24px
  }
  section.toolkit .quote .content, section.quote .content {
    width: 100% !important
  }
  section#content section.toolkit #toolkit-feature {
    width: 30rem !important;
    height: 19rem !important
  }
  .toolkit .blog-hero {
    margin-bottom: 48px
  }
  .toolkit .full-width-image .blog-image,
  .toolkit .blog-image {
    margin-top: 0;
    margin-bottom: 0
  }
  .toolkit .blog-hero .post-meta-container{
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 0
  }
  .tablet-fadeup-menu .dropdown-title,
  #original-tablet-nav .dropdown-title{
    padding-left: 63px
  }
  section#content .toolkit section,
  .toolkit .chapter {
    padding-left: 0
  }
  .toolkit .chapter {
    padding-bottom: 10px
  }
  .toolkit-side .nav .grey-box {
    display: none !important
  }
  .toolkit-side .nav {
    width: 1px
  }
  #toolkit-related-posts {
    padding-left: 45px
  }
  .toolkit-section-divider {
    display: block;
    margin-left: 50px;
    width: calc(100% - 100px)
  }
  .toolkit .banner .title {
    font-size: 22px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 16px
  }
  .toolkit .banner .scroll {
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    font-family: "Noto Sans"
  }
  .toolkit .banner .scroll-button {
    margin: auto
  }
  .toolkit section.quote .content {
    width: 80% !important;
    padding: 0
  }
  .toolkit .share-line {
    display: none
  }
  .toolkit .toolkit-section:first-child .post-meta {
    margin-bottom: 0
  }
  .toolkit .toolkit-section .toolkit-content:last-child:after, 
  .blog-single .wrapper:after,
  .toolkit .nav {
    display: none
  }
  .toolkit .blog-hero .container {
    padding-top: 40px
  }
  .toolkit .blog-hero,
  .blog-single .blog-hero {
    height: 220px;
    margin-top: -15px;
    margin-bottom: 48px
  }
  .toolkit .blog-hero{
    margin-bottom: 0px;
  }
  .toolkit-content .full-width-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important
  }
  .toolkit .background.green-1,
  .toolkit .background.green-2,
  .toolkit .background.green-3,
  .toolkit .background.green-4 {
    background-color: #fff
  }
  .toolkit .banner .scroll {
    display: none
  }
  .toolkit .toolkit-section .nav-wrapper {
    margin-top: 24px;
    margin-bottom: 24px
  }
  .toolkit .toolkit-section .nav .title {
    margin-bottom: 24px
  }
  .toolkit .toolkit-section .nav {
    width: 90%;
    display: none
  }
  .toolkit .full-width-image .blog-image {
    padding: 0;
    margin-top: 0
  }
  .toolkit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  .toolkit .related-posts {
    background-color: #F5F7F9 !important
  }
  .toolkit .toolkit-section .toolkit-content {
    margin: 0
  }
  .toolkit-content .video{
    padding-top: 24px;
    padding-bottom: 0;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
/*    width: calc(100% - 15px);*/
    padding-top: 25px
  }
}
@media (min-width: 767px) {
  section#content .blog-single section.full-width-image {
    text-align: unset
  }
}
@media (max-width:767px) {
	.embedded-form .modal-footer{
		padding-bottom: 124px;
	}
	.menu-item-mobile-only{
		display: none;
	}
  .blog-single .post-content {
    padding-bottom: 0!important
  }
  .blog-single .wrapper {
    padding-bottom: 0
  }
  .blog-single .row.post-content {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .blog-single .row .post-content .post-content,.blog-single .row .post-meta {
    width: 100%
  }
  .blog-single .post-content section .container,.post-meta {
    padding-left: 30px;
    padding-right: 30px
  }
  .blog-hero .container {
    padding: 12px 0;
    margin-left: 0
  }
  .blog-title {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 8px
  }
  .blog_subtitle {
    font-size: 12px;
    line-height: 17px
  }
  .blog-single .post-meta {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0
  }
  .blog-single .post-content {
    padding-top: 0
  }
  .blog-single .related-posts .meta .date {
    text-align: right
  }
  .blog-single .related-posts .related-posts-title .title {
    margin-left: 24px;
    margin-top: 24px
  }
  .body section#content section.privacy-content .content,
  .blog-single .row .col-md-9 .col-sm-9 .content {
    width: 100% !important
  }
  body section#content .blog-single section.privacy-content .content h2 {
    font-size: 20px;
    line-height: 26px
  }
  html section#content .toolkit section.full-width-image {
    margin: auto;
    padding-top: 16px !important
  }
  .name-date {
    margin-top: 40px
  }
  .post-meta .social-share {
    margin-top: 14px
  }
  .post-meta .social-share li {
    display: inline-block
  }
  .post-meta .social-share li a {
    margin-bottom: 0;
    margin-right: 2px
  }
  .post-content {
    padding-left: 0;
    padding-right: 0
  }
  .post-meta .date {
    font-size: 12px !important
  }
  section.blog .blog-header {
    padding-top: 0
  }
  section.blog .blog-header .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse
  }
  section.blog .blog-header .col-md-5,section.blog blog-header .col-md-6 {
    width: 100%
  }
  section.blog .blog-header .col-md-5 {
    margin-bottom: 24px;
    max-width: 80%
  }
  section#content .blog-single section.quote p {
    font-size: 24px !important;
    width: 100%;
    margin-left: unset;
    line-height: 32.2px
  }
  section#content .blog-single .full-width-image .caption {
    margin-bottom: 24px
  }
  section.full-width-image .content {
    font-size: 18px;
    line-height: 26px
  }
  section#content .blog-single section.full-width-image.full-width-video {
    margin-top: 0px !important;
    margin-bottom: 48px !important;
    margin-left: 10% !important
  }
  section#content .blog-single .post-content section:last-of-type {
    padding-bottom: 0 !important
  }
  section.blog .blog-filters .col-sm-12 a {
    font-size: 18px;
    padding-left: 24px;
    padding-right: 24px
  }
  section.blog .blog-header .heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px
  }
  section.blog .blog-header .content {
    font-size: 18px;
    line-height: 27px
  }
  section#content .blog-single section.privacy-content.large-container .content p iframe {
    width: 100%;
    max-height: 218px
  }
  section#content .blog-single section.quote p {
    margin: 0;
    max-width: 100%
  }
  section#content .toolkit section.quote .content p{
    font-size: 20px;
    line-height: 1.3;
    padding: 0px;
  }
  .toolkit .blog-hero,
  .blog-single .blog-hero {
    height: 220px;
    margin-top: -15px;
    margin-bottom: 48px
  }
  .toolkit .chapter {
    padding-left: 15px;
  }
}
@media (max-width:700px) {
/* USA onboarding page */
	.en-us section#content section#white-inner .container .col-md-12 {
	padding-left: 40px !important;
    padding-right: 40px !important;
    width: 100%;
    margin: auto;
  }
  .post .title {
    margin-left: 0
  }
  .related-post-title {
    margin-left: -24px
  }
  .toolkit .related-posts .post,
  .blog-single .related-posts .post {
    width: 100%;
    margin: 0 0 24px !important
  }
}

@media (max-width: 600px){
  header ul.sub-menu li.current-menu-item{
    border-bottom: none !important;
    height: unset;
  }
	
  header #menu-main-menu li a, header #menu-main-menu-american-english li a, header #menu-main-menu-french li a{
	  padding-bottom: 0px;
	  padding-top: 0px;
	}
	
  body section#content .toolkit-content section .content h2, 
  body section#content .blog-single section.privacy-content .content h2 {
    padding-top: 24px
  }
  body section#content .blog-single section.privacy-content .content, 
  body section#content .blog-single section.privacy-content .content p {
    line-height: 28.8px !important
  }
  .blog-single .heading, .blog-single .content{
    width: unset !important;
  }
  .container.related {
    padding-left: 0
  }
  /* hide toolkit filter until populated with content*/
  data-mobile-blog-filter#toolkits-filter{
    display: none;
  }
  .legal-blog-copy {
    padding-bottom: 48px
  }
  .mobile-dropdown-nav {
    display: none;
  }
  .mobile-only-meta {
    display: block;
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    padding-top: 0 !important;
    padding-left: 0;
    padding-bottom: 0 !important
  }
  .not-mobile-meta {
    display: none
  }
  p.subhead {
    padding-bottom: 24px !important
  }
  .related-posts .title {
    font-size: 20px !important;
    width: 100%;
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  section#content .blog .blog-entry{
    padding-left: 0;
    padding-right: 0
  }
  section#content .blog-single section.quote p {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-left: -8px
  }
  section#content .alternating-image-content .accordion .icon img {
    max-width: 78%!important
  }
  section#content .blog-single section.privacy-content.large-container .content p iframe {
    width: 100% !important;
    max-height: 218px;
    padding-bottom: 0
  }
  section.blog .blog-filters .col-md-12.mobile-filters{
    display: block;
  }
  section#content .blog .blog-entry .title,
  section#content .blog .blog-entry h2.title{
    font-size: 24px;
  }
  section#content .blog-single .content p.blog-legal-copy, 
  section#content .blog-content .content p.blog-legal-copy {
    font-size: 12px !important;
    line-height: 1.3em !important
  }
  section#content .blog .wrapper{
    height: auto;
  }
  section.full-width-video .content,
  section#content .blog-single section.full-width-image.full-width-video {
    margin-left: unset !important
  }
  section#content section.quote, 
  section#content .toolkit section.quote{
    padding: 0px !important;
  }
  .toolkit .dropdown-title {
    padding: 10px
  }
  .toolkit .blog-hero .post-meta-container {
    padding-top: 10px;
    padding-left: 15px;
  }
  .toolkit .share-line,
  .mobile-dropdown-nav i.fa-chevron-down{
    display: none
  }
  .toolkit .related-posts {
    width: 100vw;
    margin-left: 0 !important
  }
  .toolkit .chapter {
    padding-left: 0;
    padding-top: 0
  }
  .toolkit .blog-hero {
    margin-bottom: 48px
  }
  .toolkit .toolkit-section .toolkit-content {
    padding-left: 15px
  }
  .toolkit-content .video{
    width: calc(100% - 15px);
  }
}
@media (max-width:500px) {
  .toolkit .blog-hero,
  .blog-single .blog-hero {
    height: 245px;
  }
	
  .blog-hero .post-meta-container {
    padding-top: 40px
  }
  .blog-single .full-width-video .iframe {
    width: 100%;
    height: auto
  }
  .blog-single .wrapper:after {
    content: none
  }
  body section#content .blog-single section.privacy-content .content p.p1,
  body section#content .blog-single section.privacy-content .content p,
  section#content .blog-content section.content p {
    font-size: 16px;
    line-height: 28.8px !important
  }
  li.heateorSssSharingRound i {
    width: 90px !important;
    height: 45px !important
  }
  .related-posts .post:nth-of-type(odd) {
    margin-right: 0
  }
  .related-posts .post:nth-of-type(even) {
    margin-left: 0
  }
  social-buttons-container {
    width: 99% !important
  }
  .share-line {
    width: calc(100% - 30px);
    padding-bottom: 24px;
    margin: auto
  }
  section#content .toolkit-section section .content p:last-child {
    margin: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important
  }
  section#content .toolkit-section section .content p {
    padding-bottom: 16px !important;
    margin-bottom: 0 !important;
    line-height: 28.8px
  }
  section#content .blog-single section.full-width-image {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 24px !important;
    margin-left: 24px
  }
  section#content .blog-single .full-width-image .caption {
    padding: 0 !important
  }
  section#content .blog-single section.full-width-video {
    height: fit-content;
    margin: 48px auto !important;
    width: 75%
  }
  section#content .blog-single .post-content section:last-of-type:after {
    padding-bottom: 24px
  }
  section#content .blog-single section.privacy-content.large-container .content p iframe {
    padding: 0
  }
  section#content .blog-single .container section.privacy-content {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
  .toolkit-section-divider {
    margin: 24px auto;
    width: calc(100% - 30px);
  }
  .toolkit .social-share .social-buttons-container {
    padding-right: 0
  }
  .toolkit .social-share-buttons {
    padding-left: 0
  }
  .toolkit .heateor_sss_sharing_ul {
    display: inline-block
  }
  .toolkit .social-share {
    width: 100vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  .toolkit .related-posts .post {
    width: 100%
  }
  #toolkit-related-posts, .posts-single {
    padding: 0 15px
  }
  .toolkit .related-posts .title:first-child {
    padding-left: 0 !important
  }
  .social-share p {
    padding-bottom: 12px
  }
  .toolkit section.quote .content {
    width: 100% !important
  }
  ul.heateor_sss_follow_ul li.heateorSssSharingRound, ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
    margin: 0 4px !important
  }
}
@media (min-width:481px) {
  section.blog .blog-filters .col-md-12.mobile-filters {
    display: none
  }
}
@media (max-width:480px){
  .related-posts .title:first-child {
    font-size: 20px;
    padding-left: 15px
  }
  section.blog .blog-filters .col-sm-12 a {
    display: block
  }
  section.blog .blog-filters .col-sm-12 a:after,section.blog .blog-filters .col-sm-12.desktop-filters {
    display: none
  }
  section.blog .blog-filters .col-md-12.mobile-filters select {
    display: block;
    width: 100%;
    font-weight: normal
  }
  section.hero .content {
    height: auto;
    min-height: 0
  }
}
@media (max-width:425px) {
  .blog-single iframe{
    width: 400px;
    margin: unset;
    padding-top: 35px;
  }
	
  body section#content.blog-single section.privacy-content .ctas{
	width: 100vw !important;
	padding: 24px 0px !important;
	position: relative;
	left: -15px;  
  }
	
  li.heateorSssSharingRound i {
    width: 84px !important;
    height: 45px !important
  }
  .related-posts .title:first-child {
    padding-left: 0s
  }
  section.hero.video-mask .overlay {
    top: 0!important;
    height: 100%
  }
  section#content .blog-single section.full-width-image.full-width-video {
    padding-bottom: 35px !important;
    width: calc(100% - 30px);
    margin-top: 32px! important;
    margin-left: 13px !important;
    text-align: center
  }
  .social-share-buttons {
    padding-bottom: 24px;
  }
  section#content section.subvertical-header.alternating-image-content:nth-of-type(2n+1) { 
    padding-bottom: 48px !important;
    margin-top: -15px;
  }
  
  section#content section.subvertical-section-2 .heading{
    padding-top: 32px;
   }
   /*subvertical pages boxes */
   .subvertical-section-2 .content .HI-box img{
    width: 35px !important;
    margin-top: 0px;
    max-width: unset !important;
    line-height: 1.5 !important;
   }
   section#content section div.HI-box .box-content{
     padding-left: 14px;
     line-height: 1.5 !important;
   }

   section#content section.subvertical-section-2 .heading p,
   section.two-column-content .subvertical-heading{
    font-size: 24px !important;
    line-height: 31.6px!important;
   }

   section#content section div.HI-box .box-content span{
     line-height: 1.5 !important;
     font-size: 14px !important;
   }
   .two-column-content .content .HI-box div:nth-child(3){
     width: 65px !important;
   }

   .two-column-content .content .HI-box:first-child div:nth-child(3) img{
     max-width: 50px !important;
   }

   .two-column-content .content .HI-box:nth-child(3) div:nth-child(3) img{
     width: max-content !important;
   }
}
@media (max-width: 414px) {
  .blog-single iframe {
    width: 390px
  }
}
@media (max-width: 411px) {
  .blog-single iframe {
    width: 385px
  }
}
@media (max-width:375px) {
  .blog-hero .post-meta-container {
    padding-top: 30px
  }
  li.heateorSssSharingRound i {
    width: 80px !important
  }
  section.hero video {
    transform: translateY(70%)
  }
  section#content .toolkit section.quote {
    left: -9px
  }
  section.hero.video-mask .overlay {
    top: 31px!important;
    height: 90%
  }
  section#content .blog-single section.full-width-image.full-width-video,
  .blog-single iframe {
    width: 350px
  }
}
@media (max-width:360px) {
  .blog-single .cta-buttons{
	margin-left: 5vw !important;
  }

  .blog-hero .post-meta-container {
    padding-top: 16px
  }
  section.hero.video-mask .overlay {
    top: 26px!important;
    height: 87%
  }
  section#content .blog-single section.full-width-image.full-width-video, 
  .blog-single iframe {
    width: 335px
  }
  ul.heateor_sss_follow_ul li.heateorSssSharingRound, 
  ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
    margin: 0 2px !important
  }
}
@media (max-width:320px) {
  .blog-hero .post-meta-container {
    padding-top: 10px
  }
  li.heateorSssSharingRound i {
    width: 60px !important;
    height: 40px !important
  }
  .social-share-buttons {
    padding-left: 0em
  }
  section.hero.video-mask .overlay {
    top: 10px!important;
    height: 78%
  }
  section#content .blog-single section.full-width-image.full-width-video, 
  .blog-single iframe {
    width: 290px;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0
  }
  section#content .blog-single section.full-width-video .col-md-12 {
    margin: 32px 0 16px 0 !important
  }
  section#content .blog-single section.full-width-image.full-width-video {
    margin-left: 0 !important
  }
  footer .copywrite {
    position: absolute!important;
    top: 100px!important;
  }
}
footer .menu ul li #menu-item-4801 a{
    margin-bottom: 30px !important;
}
/* resize logo on enterprise page PTN  */
.page-5083 img.partner-logo{
    width: 107px !important;
    margin-top: 10px;
}
/* blog post tiles on tablet */
@media (min-width: 768px) and (max-width: 847px) {
  section#content .blog .wrapper {
  background: #fff;
  padding: 15px;
  height: 185px !important;
  }
}
@media (min-width: 768px){
  section#content .blog .wrapper {
  height: 155px !important
  }
}
/* ajax load more plugin update fix */
.alm-btn-wrap{
    position: inherit !important;
}
/* hide captcha badge */
.grecaptcha-badge{
	display: none;
}

/* remove us language switcher & get in line */
footer .en-us{
	display: none;
}
.en-us #main-header .button.blue {
    display: none;
}

.modal .section-heading {
    outline: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

section.split-slider .sy-slides-crop, section.split-slider .sy-slides-wrap {
    height: 100% !important;
}

section.content-jobs .job-posting .left {
    width: 100%;
}

section.content-jobs .job-posting .meta {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    section.content-jobs .job-posting .meta {
        flex-direction: column;
    }
    section.content-jobs .job-posting .meta a {
        margin-top: 12px;
    }

}

