/**
# Table of Contents

- HTML5 Rese
    - Baseline Normaliz
    - Box Sizin
    - Float Clearing

- Default
    - Typographical Element
    - Heading
    - Object
    - Galler
    - Form
    - Tables

- Structure and Layou
    - Site Container
    - Column Widths and Position
    - Column Classes

- Comn Classe
    - Avata
    - Genesi
    - Search For
    - Title
    - WordPress

- Widget
    - Featured Content

- Plugin
    - Genesis eNews Extende
    - Jetpack

- Site Heade
    - Title Are
    - Widget Area

- Site Navigatio
    - Header Navigatio
    - Primary Navigatio
    - Secondary Navigation

- Content Are
    - Entrie
    - Entry Met
    - Paginatio
    - Comments

- Sidebars

- Footer Widgets

- Site Footer

- Guides

- Media Querie
    - Retina Displa
    - Max-width: 1200p
    - Max-width: 960p
    - Max-width: 800px

*/

/* # HTML5 Reset

---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize

--------------------------------------------- */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/* CSS Custom Properties - Global Font Variables */
:root {
    --primary-font-family: 'inter', sans-serif;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #333
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/* ## Box Sizing--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ## Float Clearing--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* ## Typographical Elements--------------------------------------------- */

html body {
    background-color: #25282D !important;
    color: #333;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

html body nav {
    font-size: 16px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

html a {
    color: #FF4100;
    text-decoration: none;
}

html a:hover {
    color: #25282D;
    text-decoration: none;
}

html a:focus {
    color: #ff4100;
    text-decoration: none;
}

.belowfooter a {
    color: #fff;
    text-decoration: underline;
}

.belowfooter a:hover {
    color: #fff;
}

p {
    margin: 0 0 16px !important;
    padding: 0;
    word-wrap: break-word;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

pre {
    word-wrap: break-word;
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 14px !important;
    border: 1px solid #ddd;
}

.fs24 {
    font-size: 24px !important;
}

@media only screen and (max-width: 425px) {
    .fs24 {
        font-size: 16px !important;
    }
}

/* ## Headings--------------------------------------------- */

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    color: #333;
    font-family: var(--primary-font-family);
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* ## Objects--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

html img {
    height: auto;
    vertical-align: top;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 8px;
    width: 100%;
}

.form-line-utm input {
    width: 70%;
}

.form-line-utm label {
    width: 30%;
    display: inline-block;
}

.form-line-utm {
    padding-bottom: 20px;
}

.form-line-utm-center {
    text-align: center;
    padding-bottom: 40px;
}

.form-line-utm-right {
    text-align: right;
    padding-bottom: 40px;
}

input.copytext {
    width: 24% !important;
    margin-left: 5%;
}

.copiedsuccess {
    display: none;
    text-align: center;
    font-weight: 700;
    color: #FF4100;
    font-size: 20px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #999;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 24px;
    width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #e5554e;
    color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #FF4100;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* # Structure and Layout---------------------------------------------------------------------------------------------------- */
.services-item-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 0;
}

.services-icon {
    width: 20%;
    margin-right: auto;
    max-width: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-bottom: 30px;
}

.services-desc {
    /*width: 80%;
    max-width: 700px;*/
    margin-right: auto;
}

.tax-resource_category .standard-header-text {
    padding: 0;
    margin: 0;
}

.tax-resource_category .hero-standard {
    padding: 60px 0;
}

.tax-resource_category .site-inner {
    max-width: 1200px;
    padding: 0 3%;
}

.orangebutton a {
    background-color: #ff4100;
    color: #fff;
    padding: 21px 34px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bolder;
    margin: 30px auto 0;
}

a.orangebutton {
    background-color: #ff4100;
    color: #fff;
    padding: 21px 34px;
    border-radius: 5px;
    display: inline-block;
    margin: 30px 10px 0;
}

a.greybutton {
    background-color: #ccc;
    color: #fff;
    padding: 21px 34px;
    border-radius: 5px;
    display: inline-block;
    margin: 30px 10px 0;
}

.orangebutton a:hover {
    background-color: #ab421e;
    color: #fff;
}

html body a.orangebutton:hover {
    background-color: #ab421e;
    color: #fff;
}

html body a.greybutton:hover {
    background-color: #bbb;
    color: #fff;
}

.services-desc h2 {
    font-size: 43px;
    font-weight: 800;
}

.services-desc h3 {
    color: #797D82;
    margin-bottom: 20px;
}

.services-item-container-page {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin-bottom: 60px;
    margin-top: 15px;
}

.services-icon-page {
    width: 25%;
    margin-right: 5%;
}

.services-icon-page img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
}

.services-desc-page {
    width: 75%;
    max-width: 700px;
    margin-right: auto;
}

.services-desc-page h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.features-item-container-page {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin-bottom: 40px;
    margin-top: 100px;
    align-items: center;
}

.features-icon-page {
    width: 45%;
    margin-right: 5%;
    text-align: center;
}

.features-icon-page img {
    max-width: 450px;
    width: 100%;
    border-radius: 10px;
}

.features-desc-page {
    width: 50%;
    padding-top: 10px;
}

.features-desc-page h2 {
    font-size: 48px;
    color: #FF4100;
}

.features-desc-page p {
    font-size: 24px;
}

h1.services-page-header {
    font-size: 38px;
    text-align: center;
    margin: 75px 0 25px;
}

p.services-page-desc {
    font-size: 26px;
    text-align: center;
    color: #797D82;
    line-height: 1.2;
    margin: 65px 10% 65px;
}

.process-section-container {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: space-between;
}

.process-item-container-page {
    width: 23%;
}

.process-icon-page {
    width: 100%;
    text-align: center;
}

.process-icon-page img {
    max-width: 65%;
    height: 100px;
}

.process-desc-page {
    width: 100%;
    text-align: center;
}

h2.process-page-header {
    font-size: 32px;
    text-align: center;
    margin: 40px 0 45px;
}

.process-desc-page h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.process-desc-page p {
    text-align: center;
}

/* ## Site Containers--------------------------------------------- */

.site-inner,
.wrap,
.site-inner-home-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.site-inner-home-wrap .content-sidebar-wrap::after {
    content: "";
    clear: both;
    display: table;
}

.wrap {
    padding: 0 3%;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

.page-template-blank-page .site-inner {
    padding-top: 60px;
}

.home .site-inner {
    max-width: none;
    background: #fff;
}

/* ## Column Widths and Positions--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */
.content {
    float: right;
    width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

.header-big-text {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 60px 0 0 0;
    font-weight: 100;
    font-size: 95px;
}

.header-smaller-text {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    font-size: 45px;
}

.standard-header-text {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 40px 0;
    font-weight: 400;
    font-size: 38px;
}

.header-subtext {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 10px 0 0 0;
    font-weight: 300;
    font-size: 18px;
}

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
}

.team-member {
    width: 30%;
    margin: 0 1% 50px;
    text-align: center;
}

.team-container img {
    text-align: center;
    max-width: 175px;
}

.team-container h2 {
    font-size: 26px;
    color: #ff4100;
    margin-bottom: 0;
}

/* ## Column Classes--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.one-third-vendors {
    width: 30%;
    padding: 30px 20px;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 2.564102564102564%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* # Common Classes---------------------------------------------------------------------------------------------------- */

/* ## Avatar--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
    margin-bottom: 0;
}

.author-box .right {
    margin-top: 27px;
}

@media only screen and (max-width: 760px) {
    .author-box .avatar {
        float: inherit;
    }

    .author-box {
        text-align: center;
    }

    .author-box .right {
        margin-top: 0;
    }
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #dfe0de;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
    border: 1px solid #d4d4d4;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.author-box p {
    font-size: 16px;
}

/* ## Search Form--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #ff4100;
}

.widget-title,
.textwidget h4 {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {}

/* # Widgets---------------------------------------------------------------------------------------------------- */
.widget {
    word-wrap: break-word;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}

/* # Plugins---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.enews-widget .widget-title {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0em;
}

.after-post .enews-widget .widget-title {
    text-align: center;
}

.sidebar .widget.enews-widget,
.after-post .widget.enews-widget {
    background-color: #25282D;
    border-radius: 5px;
}

.after-post .widget.enews-widget {
    border-radius: 0px !important;
}

.after-post .widget {
    padding: 40px;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    color: #999;
    margin-bottom: 16px;
    border-radius: 5px;
}

.enews-widget input[type="submit"] {
    background-color: #ff4100;
    color: #fff;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    font-family: FontAwesome, var(--primary-font-family);
}

.enews-widget input[type="submit"]:hover {
    background-color: #ab421e;
}

.after-post .enews-widget input {
    margin-bottom: 0px;
    border-radius: 5px 0px 0px 5px;
    width: 64%;
    border: 0px;
    margin-left: -1%;
}

.after-post .enews-widget input[type="submit"] {
    width: 35%;
    border-radius: 0px 5px 5px 0px;
    border: 0px;
}

.enews-widget input:hover[type="submit"] {}

.enews form+p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
}

.after-post .enews form+p {
    text-align: center;
}

/* ## Jetpack--------------------------------------------- */

#wpstats {
    display: none;
}

/* # Site Header---------------------------------------------------------------------------------------------------- */
.site-header {
    background-color: #fff;
}

.page-template-page_blog .site-header,
.single-post .site-header,
.page-template-default .site-header,
.page-template-utm-builder-page .site-header,
.archive.category .site-header,
.error404 .site-header,
.page-template-blank-page .site-header {
    background-color: #eaeaea;
    border-bottom: 1px solid #ddd;
}

.site-header .wrap {
    padding: 0px 3%;
}

/* ## Title Area--------------------------------------------- */

.title-area {
    float: left;
    padding: 0px 0;
    width: 340px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

html .navbar {
    margin-bottom: 0;
    border: 0;
}

html .navbar-toggle {
    margin-top: 14px;
    margin-right: 0;
}

.navbar-header {
    width: 200px;
}

@media only screen and (min-width: 700px) {
    html .navbar-nav>li>a {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    html .navbar-header {
        width: auto;
    }
}

html .navbar-toggle {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 222, 222);
}

html .navbar-toggle .icon-bar {
    background-color: #000;
}

html .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

html .navbar-toggle .icon-bar:nth-of-type(4) {
    top: 2px;
}

html .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

html .navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

html .navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

html .navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg);
}

.site-title a,
.site-title a:hover,
.navbar .navbar-header a.navbar-brand {
    color: #333;
    background-position: left center !important;
    height: 50px;
    margin: 5px 0;
}


.header-image .site-title>a,
.navbar .navbar-header a.navbar-brand:not(.custom-logo-link) {
    background: url(images/logo.png) no-repeat left center;
    float: left;
    min-height: 50px;
    width: 100%;
    max-width: 198px;
}

.title-area .site-title a,
.navbar .navbar-header a.navbar-brand:not(.custom-logo-link) {
    background: url(images/mcgaw-logo2.png?t=1) no-repeat left !important;
    background-size: contain !important;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title,
.navbar .navbar-header a.navbar-brand:not(.custom-logo-link) {
    display: block;
    text-indent: -9999px;
}

.hero-landing {
    height: 300px;
    width: 100%;
    background-size: cover !important;
}

.hero-landing .wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hero-standard {
    width: 100%;
    background-size: cover !important;
    background-color: #25282d;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero-home {
    height: 420px;
    width: 100%;
    background: #25282d;
}

.hero-left {
    width: 50%;
    float: left;
    padding-top: 60px;
}

.hero-right {
    width: 50%;
    float: right;
    /* background: url(//effinamazing.com/wp-content/uploads/2017/03/dan-4d.png) no-repeat center bottom;
    background-size: contain; */
    height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .hero-right {
        /* background: url(//effinamazing.com/wp-content/uploads/2017/03/Dan-4d_2x.png) no-repeat center bottom; */
        background-size: contain;
    }
}

.partners-bar {
    background-color: #eaeaea;
}

.partners-bar img {
    height: 38px;
    margin: 16px 40px;
}

.partners-bar .wrap {
    text-align: center;
    line-height: 1;
}

.bctt-ctt-text a {
    padding: 0 !important;
}

.bctt-click-to-tweet {
    border: none !important;
}

.bctt-click-to-tweet a.bctt-ctt-btn {
    color: #14c4ff !important;
}

.hero-app-landing {
    width: 100%;
    background: #25282d;
}

.hero-app-landing .hero-left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
    padding-top: 0;
    padding-right: 20px;
}

.hero-app-landing>.wrap {
    display: table;
    width: 100%;
    padding: 70px 3%;
}

.hero-app-landing .hero-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
    height: initial;
    background: none;
    padding-left: 20px;
}

/* ## Widget Area--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
}

/* Custom Gravity Forms CSS */
.page .sidebar .gform_widget {
    background-color: #25282d;
    color: #fff;
}

.page .sidebar .gform_widget h4 {
    color: #fff;
}

.single-post .sidebar .gform_widget,
.page.page-id-497 .sidebar .gform_widget {
    background-color: #f4f4f4;
    color: #333;
}

.single-post .sidebar .gform_widget h4,
.page.page-id-497 .sidebar .gform_widget h4 {
    color: #333;
}

.sidebar .widget.gform_widget {
    padding: 20px;
    border-radius: 4px;
}

.sidebar .gform_widget .widget-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0px;
}

.sidebar .gform_widget .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    display: inline-block;
}

.sidebar .gform_widget .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}

.sidebar .gform_widget .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.sidebar .gform_widget .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0;
}

.sidebar .gform_widget .gform_wrapper {
    max-width: 100%;
}

.sidebar .gform_widget .gform_wrapper input[type=email],
.sidebar .gform_widget .gform_wrapper input[type=number],
.sidebar .gform_widget .gform_wrapper input[type=password],
.sidebar .gform_widget .gform_wrapper input[type=tel],
.sidebar .gform_widget .gform_wrapper input[type=text],
.sidebar .gform_widget .gform_wrapper input[type=url] {
    padding: .75em 0 !important;
    text-align: center;
    color: #797D82;
    border-radius: 3px;
    width: 100%;
}

html .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    font-size: 12px;
}

.sidebar .gform_widget .gform_wrapper li {
    border: 0;
    padding-bottom: 0;
}

.sidebar .gform_widget .gform_wrapper .gform_footer {
    padding: 0;
}

.sidebar .gform_widget .gform_wrapper button,
.sidebar .gform_widget .gform_wrapper input[type="button"],
.sidebar .gform_widget .gform_wrapper input[type="reset"],
.sidebar .gform_widget .gform_wrapper input[type="submit"],
.sidebar .gform_widget .gform_wrapper .button {
    background-color: #ff4100;
    border-radius: 3px;
    width: 100%;
    padding: .75em;
    font-weight: 400;
}

.sidebar .gform_widget .gform_wrapper button:hover,
.sidebar .gform_widget .gform_wrapper input[type="button"]:hover,
.sidebar .gform_widget .gform_wrapper input[type="reset"]:hover,
.sidebar .gform_widget .gform_wrapper input[type="submit"]:hover,
.sidebar .gform_widget .gform_wrapper .button:hover {
    background-color: #ab421e;
}

/* # Site Navigation---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a,
html .navbar .nav a {
    color: #000;
}

.genesis-nav-menu a:hover,
html .navbar .nav a:hover {
    color: #fff;
    background-color: #25282D;
}

.genesis-nav-menu ul li:hover>a {
    color: #fff;
    background-color: #ff4100;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #25282D;
    border: 1px solid #25282D;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

/*.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}
*/
.genesis-nav-menu>.right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu>.rss>a {
    margin-left: 48px;
}

.genesis-nav-menu>.search {
    padding: 10px 0 0;
}

/* ## Site Header Navigation--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #25282D;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item>a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #e5554e;
}

/* ## Secondary Navigation--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}

.menu-about-menu-container {
    background-color: #efefef;
    padding: 20px 0;
}

#menu-about-menu li {
    border-bottom: 0;
    padding: 1px 20px;
}

#menu-about-menu li.current-menu-item {
    border-left: 5px solid #FF4100;
    padding: 1px 15px;
}

#menu-about-menu a {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    font-style: italic;
}

#menu-about-menu a:hover {
    color: #FF4100;
}

/* # Content Area---------------------------------------------------------------------------------------------------- */

.site-container {
    background-color: #ffffff;
}

.home .site-container {
    background: none !important;
}

.greysection {
    background: #f2f2f2;
    margin-top: 60px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 70px;
}

.page-template-applanding-page .greysection {
    padding-bottom: 1px;
}

.page-template-services-page .site-inner {
    display: none;
}

/* ## Entries--------------------------------------------- */

.entry {
    margin-bottom: 60px;
    padding: 0px 60px;
}

.content .entry {
    background-color: #fff;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content .testimonial-details ul {
    padding: 0;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.content .entry-content ul,
.content .entry-content ol {
    background: transparent;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

.effinentryfooter-left {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0em;
}

.effinentryfooter-left a,
.effinentryfooter-left a:hover,
.effinentryfooter-left a:active {
    color: #868a8e;
}

.effinentryfooter-left a.more-link {
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background-color: #FF4100;
}

.effinentryfooter-left a.more-link:hover {
    background-color: #ab421e;
    color: #fff;
}

/* ## Entry Meta--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    color: #646468;
    margin-bottom: 0;
    letter-spacing: 0em;
    font-weight: 400;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    padding-top: 0px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
    display: block !important;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #e5554e;
}

/* ## Comments--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 30px;
}

.comment-respond,
.entry-pings {
    padding: 60px 0px 0px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

/* # Sidebars---------------------------------------------------------------------------------------------------- */
.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0px;
}

/* # Footer Widgets---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    background-color: #1D1E21;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    font-size: 14px;
    color: #D3D3D3;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    margin-right: 40px;
    float: left;
}

.footer-widgets-4 {
    float: right;
}

/* # Site Footer---------------------------------------------------------------------------------------------------- */
.site-footer {
    /* background: url(images/EffinPattern.png) repeat;
    */
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
    display: none;
}

.site-footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 30px;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover,
.site-footer a:active {
    color: #FF4100
}

/* Client Logos */
.client-logo-container {
    background-color: #25282d;
    padding: 0 0 20px;
}

.client-logo-individual {
    float: left;
    width: 20%;
    margin: 20px 0;
    text-align: center;
    padding: 0 36px;
}

.client-logo-container h2 {
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}

.client-logo-container p {
    text-align: center;
}

.client-logo-individual p {
    text-align: center;
}

.logoflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.share-outlined .facebook .share,
.share-outlined .facebook .count,
.share-outlined .facebook .countt:hover,
.share-outlined .twitter .share,
.share-outlined .twitter .count,
.share-outlined .twitter .count:hover {
    border: 0px;
}

.share-outlined .facebook .share,
.share-outlined .facebook .count,
.share-outlined .twitter .share,
.share-outlined .twitter .count {
    color: #868a8e;
}

.share-outlined.share-small .twitter .share,
.share-outlined.share-medium .twitter .share {
    border-right: none !important;
}

.share-medium .share:before {
    font-size: 20px;
    top: 2px;
}

.sharrre .count {
    font-family: var(--primary-font-family);
    font-weight: 300;
}

.share-medium .count {
    width: 30px;
}

.hero-home p {
    font-size: 20px;
    color: #eee;
}

.hero-home h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.hero-app-landing h1,
.hero-app-landing p {
    text-align: left;
    color: #fff;
}

.hero-app-landing h1 {
    font-size: 30px;
    font-weight: 400;
}

.home .content {}

.home-boxes {
    width: 30.333333%;
    margin: 0 1.5%;
    float: left;
    text-align: center;
}

.home-boxes img {
    max-width: 210px;
    max-height: 200px;
}

.home-boxes h3 {
    text-align: center;
    color: #ff4100;
}

.home-boxes p {
    max-width: 300px;
    margin: 0 auto;
}

.sidr-open .home .content {}

.home .content .entry {
    background: none;
}

body.home {}

html .hero-home a,
html .hero-app-landing a {
    background-color: #ff4100;
    color: #fff;
    padding: 5px 35px;
    border-radius: 5px;
    display: inline-block;
    margin: 50px auto 0;
    font-size: 24px;
}

html .hero-home a {
    margin: 30px 0 0;
}

.hero-app-landing a {
    margin: 20px auto 0;
}

html .hero-home a:hover,
html .hero-app-landing a:hover {
    background-color: #ab421e;
}

.sidr {
    background: #25282D !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.gc-responsive-menu-icon .dashicons {
    margin-top: 10px;
    color: #25282D;
}

.belowfooter {
    color: #fff;
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
}

.belowfootercolor {
    width: 100%;
    background-color: #1D1E21;
}

.page #delaydiv {
    display: none !important;
}

.widget_mailmunch_widget {
    padding: 0 !important;
}

.landingauthor {
    height: 165px;
    padding-right: 30px;
    float: left;
}

.landingtitle {}

.testimonial {
    margin: 45px 10%;
}

.testimonial p {
    text-align: center;
}

p.testimonial-quote {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    font-style: italic;
}

p.testimonial-name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: .8;
}

.testimonial-content {
    margin-top: 40px;
    display: block;
}

.js_slide .testimonial-content {
    max-height: 95px;
    overflow: hidden;
    max-width: 100%;
}

.js_slide .testimonial-content p {
    width: 100%;
    word-break: break-word;
    white-space: normal;
}

@media only screen and (max-width: 650px) {
    .testimonial-content {
        margin-top: 60px;
    }
}

.testimonial-details {
    clear: both;

}

p.testimonial-company {
    margin: 0;
}

.page-template-landing-page .entry-title {
    padding-top: 20px;
}

.page-template-landing-page .landingauthor {
    width: 175px;
}

.page-template-landing-page .landingauthor .avatar {
    width: 88%;
}

/* # Guides--------------------------------------------- */
.guides header.entry-header {
    background-color: #efefef;
}

.guides .archive-description {
    background-color: white;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0px;
}

.guides .archive-title {
    font-size: 35px;
    text-align: center;
}

.guides .entry-meta {
    display: none;
}

.guides .entry-title {
    text-align: center;
    background-color: #efefef;
    margin-bottom: 0px;
    padding: 30px 0px;
    font-size: 20px;
    text-align: center;
}

.guides .entry-content p {
    display: none;
}

.guides .guide {
    width: 50%;
    float: left;
}

.guides .entry-content img {
    width: 100%;
}

.guides footer.entry-footer {
    display: none;
}

.single-guide header.site-header {
    background-color: #efefef;
}

.single-guide .entry-meta {
    display: none;
}

.single-guide footer.entry-footer {
    display: none;
}

.single-guide .author-box {
    display: none;
}

.single-guide .getsocial.gs-inline-group.gs-big-counter {
    display: none;
}

.getsocial.gs-inline-group.gs-big-counter {
    margin-bottom: 25px;
    margin-top: -10px;
}

/* # Resources---------------------------------------------------------------------------------------------------- */
.post-type-archive-resources .content .resources,
.tax-resource_category .content .resources {
    background: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #C1C1C1;
    width: 44%;
    float: left;
    margin: 30px 3%;
    padding: 0;
}

.tax-resource_category .site-inner {
    padding-bottom: 40px;
}

.post-type-archive-resources .content .resources .entry-header,
.tax-resource_category .content .resources .entry-header {
    min-height: 110px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    display: table;
}

.post-type-archive-resources .content .resources .entry-title,
.tax-resource_category .content .resources .entry-title {
    font-size: 16px;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

.post-type-archive-resources .content .resources img,
.tax-resource_category .content .resources img {
    border-bottom: 1px solid #C1C1C1;
    margin: 0;
}

.resources .getsocial {
    display: none;
}

.post-type-archive-resources ul#resource-nav,
.tax-resource_category ul#resource-nav {
    list-style-type: none;
    line-height: 100%;
    text-align: right;
    margin-bottom: 0;
}

.tax-resource_category ul#resource-nav {
    text-align: center;
}

.post-type-archive-resources ul#resource-nav li,
.tax-resource_category ul#resource-nav li {
    display: inline-block;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
}

.post-type-archive-resources ul#resource-nav li:hover,
.tax-resource_category ul#resource-nav li:hover {
    background-color: #E2E2E2;
}

.post-type-archive-resources ul#resource-nav li a,
.tax-resource_category ul#resource-nav li a {
    color: #25282D;
}

.post-type-archive-resources ul#resource-nav li a:hover,
.tax-resource_category ul#resource-nav li a:hover {
    color: #FF4100;
}

.resources-desc.active {
    background-color: #E8E8E8;
}

.single-resources .header-smaller-text,
.page-template-seo-landing-page .header-smaller-text,
.page-template-tools-page .header-smaller-text {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 48px;
}

.single-resources .header-subtext,
.page-template-seo-landing-page .header-subtext,
.page-template-tools-page .header-subtext {
    font-size: 24px;
    padding-bottom: 60px;
    text-align: left;
    line-height: 1.5;
}

.page-template-services-page .standard-header-text,
.page-template-standard-page .standard-header-text {
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
}

html .page-template-standard-page .standard-header-text {
    line-height: 1.3;
    padding: 10px 0;
    font-size: 30px;
}

.page-template-services-page .header-subtext {
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 60px;
    line-height: 1.3;
    text-align: left;
}

.single-resources .sidebar .widget.gform_widget,
.page-template-seo-landing-page .sidebar .widget.gform_widget {
    border-radius: 0;
    background-color: #25282d;
}

.single-resources .sidebar .gform_widget .gform_wrapper input[type="submit"],
.single-resources .sidebar .gform_widget .gform_wrapper .button,
.single-resources .sidebar .gform_widget .gform_wrapper input[type=text] {
    border-radius: 0;
}

.single-resources .sidebar .widget.gform_widget label {
    color: #fff;
}

.page-template-seo-landing-page .sidebar .gform_widget .gform_wrapper input[type="submit"],
.page-template-seo-landing-page .sidebar .gform_widget .gform_wrapper .button,
.page-template-seo-landing-page .sidebar .gform_widget .gform_wrapper input[type=text] {
    border-radius: 0;
}

.single-resources .landingauthor .avatar,
.page-template-seo-landing-page .landingauthor .avatar {
    width: 88%;
}

.single-resources .landingauthor,
.page-template-seo-landing-page .landingauthor {
    width: 175px;
}

.page-template-seo-landing-page #image-4 {
    display: none;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #FF4100;
}

.post-type-archive .pagination,
.tax-resource_category .pagination {
    text-align: center;
}

/* Fullwidth page */
.page-template-fullwidth-page .wrap,
.page-template-fullwidth-page .site-inner {
    max-width: none;
}

.page-template-fullwidth-page .entry,
.page-template-fullwidth-page .site-inner {
    padding: 0;
}

.page-template-fullwidth-page header,
.page-template-fullwidth-page .footer-widgets,
.page-template-fullwidth-page .belowfootercolor {
    display: none;
}

/* Dan speaker page start*/
.page-template-speaker-page .wrap {
    height: 100%;
    position: relative;
}

.page-template-speaker-page .hero-left {
    width: 50%;
    float: left;
    position: relative;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page-template-speaker-page .site-inner {
    background: #fafafa;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.page-template-speaker-page .content .entry {
    background: none;
    margin: 80px 0 60px;
}

.page-template-speaker-page h2 {
    color: #ff4100;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.page-template-speaker-page .client-logo-container h2 {
    color: #fff;
}

.page-template-speaker-page .video-section {
    padding: 80px 0;
}

.page-template-speaker-page .topics-section {
    padding: 80px 0;
    background: #fafafa;
}

.page-template-speaker-page .topics-section ul {
    margin: 20px 0 0;
}

.page-template-speaker-page .topics-section ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.page-template-speaker-page .testimonials-wrap {
    padding: 80px 0;
}

.page-template-speaker-page .testimonials {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.page-template-speaker-page .testimonials-pnl {
    margin: 0 14px 21px 14px;
}

.page-template-speaker-page .features-testimonial-content {
    border: none;
    -webkit-box-shadow: 1px 1px 10px #D0D0D0;
    -moz-box-shadow: 1px 1px 10px #D0D0D0;
    box-shadow: 1px 1px 10px #D0D0D0;
    padding: 20px 30px 20px 170px;
}

.page-template-speaker-page .features-desc-testimonial img.features-testimonial-image {
    left: 20px;
}

.page-template-speaker-page .testimonial-content {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
}

.page-template-speaker-page .features-testimonial-company {
    color: #ff4100;
    font-weight: bold;
}

.page-template-speaker-page .footer_contact-section {
    padding: 80px 0;
    background: #fafafa;
}

.page-template-speaker-page .footer_contact-section .hero-btn {
    text-align: center;
}

.page-template-speaker-page .footer_contact-section .hero-btn a {
    background-color: #ff4100;
    color: #fff;
    padding: 5px 35px;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    font-size: 24px;
}

@media only screen and (max-width: 960px) {
    .page-template-speaker-page .hero-home {
        height: auto;
    }

    .page-template-speaker-page .hero-left {
        padding: 20px 0;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .page-template-speaker-page .hero-home h1 {
        font-size: 35px;
        margin-bottom: 0px;
        margin-top: 200px;
        width: 100%;
    }

    .page-template-speaker-page .topics-section ul li {
        width: 49%;
    }

    .page-template-speaker-page .features-testimonial-content {
        margin-top: 30px;
    }

    .page-template-speaker-page .content .entry {
        margin: 40px 30px 20px;
    }

    .page-template-speaker-page .video-section {
        padding: 40px 25px;
    }

    .page-template-speaker-page .topics-section {
        padding: 40px 25px;
    }

    .page-template-speaker-page .testimonials-wrap {
        padding: 40px 25px;
    }

    .page-template-speaker-page .footer_contact-section {
        padding: 40px 25px;
    }

    .page-template-speaker-page .features-testimonial-content {
        padding: 130px 30px 20px 30px;
    }

    .page-template-speaker-page .features-testimonial-content .testimonial-details {
        text-align: left;
    }

    .page-template-speaker-page li.features-testimonial-name {
        display: block;
    }

    .page-template-speaker-page li.features-testimonial-name:after {
        content: "";
    }
}

@media only screen and (max-width: 450px) {
    .page-template-speaker-page .hero-home {
        background-position: center bottom !important;
    }

    .page-template-speaker-page .hero-home a {
        padding: 5px 10px;
        font-size: 19px;
    }

    .page-template-speaker-page .hero-home h1 {
        margin-bottom: 350px;
        margin-top: 0;
    }

    .page-template-speaker-page .hero-home h1 br {
        display: none;
    }

    .page-template-speaker-page h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .page-template-speaker-page .topics-section ul li {
        width: 100%;
        display: block;
    }

    .page-template-speaker-page .testimonials-wrap h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .page-template-speaker-page .testimonials-pnl {
        margin: 0 14px 61px 14px;
    }

    .page-template-speaker-page .testimonials {
        margin-bottom: -40px;
    }

    .page-template-speaker-page .footer_contact-section .hero-btn a {
        margin: 30px 0 0;
    }
}

/* Dan speaker page end*/

/* Parser page start*/

.jumbotron {
    height: 120px;
    padding: 0;
}

#input {
    height: 360px;
    border: 1px solid #D4D4D4;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
}

#input>h1 {
    position: relative;
    color: #9e9e9e;
    top: 35%;
}

.input-area>div:first-child {
    padding: 0 15px;
}

.output-area>div:first-child {
    padding: 0 15px;
}

.input-area .btn-group {
    float: right;
}

.input-area .btn-group .btn {
    padding: 9px 15px;
}

.input-area .btn-group .btn-default {
    background: #F0F0F0;
    outline: none;
}

.input-area .btn-group .btn-default.selected {
    background: #fff;
}

.page-template-parser-page .parser-content {
    background: #f0f0f0;
    padding: 35px 0;
}

.parser-info {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-flow: row wrap;
}

.parser-info p {
    display: flex;
    font-size: 14px;
}

.parser-info p span {
    background: #999a9c;
    float: left;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 4px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    margin: 5px 10px 0 0;
}

#file {
    margin: 0 auto;
    display: inline-block;
}

#run {
    margin: 0 auto;
}

label {
    display: none;
    padding: 10px;
}

#output {
    background: #f8f8f8;
    border-radius: 5px;
    height: 360px;
    border: 1px solid #D4D4D4;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 12px;
    overflow: scroll;
}

#output p {
    padding: 0;
    margin: 0 !important;
}

#output p span {
    width: 65px;
    border-right: 1px dashed #e1e1e1;
    display: inline-block;
    text-align: right;
    padding: 10px 10px 0;
    margin-right: 10px;
}

#info {
    float: right;
}

#info span:first-child {
    margin-right: 20px;
}

.page-template-parser-page .site-container {
    background: #e6e6e6;
    padding: 0;
}

.page-template-parser-page .content .entry {
    background: #e6e6e6;
    padding: 0 50px;
    margin: 10px 0;
}

.btn-section {
    float: right;
    margin: 9px 0 0;
}

.btn-section .btn {
    padding: 9px 15px;
    margin-left: 10px;
}

@media only screen and (max-width: 850px) {
    .parser-info p {
        flex: 1 50%;
    }
}

@media only screen and (max-width: 600px) {
    .parser-info p {
        flex: 1 100%;
    }

    .page-template-parser-page .content .entry {
        padding: 0;
    }
}

/* Parser page end*/

/* Nice Phone numbers */

.intl-tel-input {
    width: 100%;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: #00C900;
}

#export {
    background: #f0f0f0;
    position: fixed;
    width: 50%;
    max-width: 500px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 25px;
    z-index: 100;
    border-radius: 5px;
}

#export input {
    margin-top: 20px;
    text-align: center;
}

#export_to {
    margin: 20px 0;
    padding: 8px;
}

#export input[type="submit"] {
    background: #5cb85c;
    width: 100%;
}

#csv-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #000;
    opacity: 0.8;
    z-index: 99;
}

#export .project-response {
    color: #5cb85c;
}

#export .project-response.error {
    color: #ff4100;
}


/* Nice Phone numbers end */


/* # Media Queries---------------------------------------------------------------------------------------------------- */
/*@media only screen and (min-width: 960px) {
    */
/*html .navbar-toggle {
    */
/*display: none;
*/
/*
}
*/
/*
}
*/
/*@media only screen and (min-width: 768px) {
    */
/*html .navbar-toggle {
    */
/*!*display: block;
*!*/
/*
}
*/
/*
}
*/
@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 1100px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 68%;
    }

    .site-header .widget-area {
        width: 580px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

    .hero-home h1 {
        font-size: 35px;
    }

    .hero-right {
        height: 450px;
    }

    .hero-left {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 960px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100% !important;
    }

    .site-header .wrap {
        padding: 0px 3%;
    }

    .header-image .title-area {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

    .site-header .widget-area {
        width: 25px !important;
        margin-right: 30px;
        margin-top: 3px;
    }

    .hero-home .wrap {
        padding: 0 3%;
    }

    .title-area {
        width: 200px !important;
    }

    .after-post .widget {
        display: none;
    }

    .header-big-text {
        margin: 50px 0 0 0;
        font-size: 75px;
    }

    .page-template-webinars-page .header-big-text {
        margin: 50px 0 0 0;
        font-size: 65px;
    }

    .header-smaller-text {
        font-size: 35px;
    }

    .standard-header-text {
        font-size: 30px;
        padding: 30px 0;
    }

    .header-subtext {
        font-size: 18px;
    }

    .hero-landing {
        height: 250px;
    }

    .hero-home {
        height: 320px;
    }

    .hero-left {
        float: left;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .hero-right {
        float: right;
        height: 320px;
    }
}

@media only screen and (max-width: 800px) {
    body {
        background-color: #fff;
        font-size: 16px;
    }

    .site-inner,
    .wrap {
        padding-left: 7%;
        padding-right: 7%;
    }

    .page-template-testimonial-page .site-inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
    }

    .page-template-testimonial-page .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-testimonial-page .site-header .wrap {
        padding: 0 3%;
    }

    .archive-description,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .author-box {
        padding: 20px;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .header-big-text,
    .page-template-webinars-page .header-big-text {
        margin: 40px 0 0 0;
        font-size: 55px;
    }

    .header-smaller-text {
        font-size: 30px;
    }

    .header-subtext {
        font-size: 18px;
    }

    .hero-landing {
        height: 200px;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    #delaydiv {
        display: none !important;
    }

    .client-logo-individual {
        width: 100%;
    }

    .m-hide {
        display: none;
    }

    .home-boxes {
        width: 30.333333%;
        margin: 0 1.5%;
        float: left;
        text-align: center;
    }

    .home-boxes img {
        max-width: 70%;
        max-height: 200px;
    }

    .home-boxes h3 {
        text-align: center;
        color: #ff4100;
        font-size: 70%;
    }

    .home-boxes p {
        max-width: none;
        margin: 0 auto;
        font-size: 70%;
    }

    .hero-home {
        height: auto;
    }

    .hero-left {
        width: 100%;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-right {
        width: 100%;
        float: right;
        height: auto;
        margin-top: 20px;
    }

    .hero-home a {
        margin: 20px auto 0;
        font-size: 20px;
    }

    .hero-home h1 {
        font-size: 35px;
    }

    .hero-home p {
        font-size: 20px;
    }

    .hero-home .hero-btn {
        text-align: center;
    }

    .partners-bar img {
        height: auto;
        margin: 16px 3%;
        width: 27%;
    }

    .landingauthor {
        width: 100%;
        text-align: center;
    }

    .landingauthor .avatar {
        float: none;
    }

    .landingtitle {
        width: 100%;
    }

    .services-item-container {
        display: block;
    }

    .services-icon {
        width: 40%;
    }

    .services-icon img {
        max-width: 130px;
        min-width: 100px;
        width: 100%;
    }

    .services-desc {
        width: 100%;
    }

    .services-item-container-page {
        display: block;
    }

    .services-icon-page {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .services-icon-page img {
        max-width: 146px;
    }

    .services-desc-page {
        width: 100%;
    }

    h1.services-page-header {
        font-size: 32px;
        margin: 40px 0 25px;
    }

    p.services-page-desc {
        font-size: 20px;
        margin: 40px 10% 40px;
    }

    .services-desc h2 a {
        font-size: 31px;
    }

    .resources-desc h2 a {
        font-size: 22px;
    }

    .process-section-container {
        display: block;
    }

    .process-item-container-page {
        width: 100%;
    }

    .process-icon-page img {
        max-width: 175px;
    }

    .team-container {
        display: block;
        margin-top: 35px;
    }

    .team-member {
        width: 100%;
        margin: 0 0 30px;
    }

    .features-icon-page {
        width: 100%;
    }

    .features-icon-page img {
        max-width: 100%;
    }

    .features-desc-page {
        width: 100%;
        padding-top: 10px;
    }

    .features-desc-page h2 {
        display: none;
    }

    .features-desc-page p {
        text-align: center;
    }

    .features-item-container-page {
        display: block;
    }

    .hero-app-landing .hero-right {
        display: none;
    }

    .hero-app-landing .hero-left {
        width: 100%;
    }

    .hero-app-landing {
        height: inherit;
    }

    p.testimonial-quote {
        font-size: 24px;
    }

    p.testimonial-name {
        font-size: 20px;
    }

    .page-template-webinar-page .header-big-text {
        margin: 40px 0 0 0;
        font-size: 40px;
    }

    .page-template-webinar-page .hero-landing {
        height: auto;
        padding-bottom: 20px;
    }
}

/* Move Sidebar Over Content for Landing Pages */
@media only screen and (max-width: 960px) {
    .page-template-landing-page .content-sidebar-wrap {
        display: table;
    }

    .page-template-landing-page .content {
        display: table-footer-group;
        float: none;
    }

    .page-template-landing-page .sidebar {
        display: table-header-group;
        float: none;
    }
}

@media only screen and (max-width: 425px) {

    .home-boxes {
        width: 100%;
        margin: 25px 0 !important;
        float: left;
        text-align: center;
    }

    .home-boxes img {
        max-width: 210px;
        max-height: 200px;
    }

    .home-boxes h3 {
        font-size: 100%;
    }

    .home-boxes p {
        font-size: 100%;
    }

    .hero-home .wrap {
        padding: 0 7%;
    }

    .hero-left {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.gfield_radio#input_1_5 li label {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 10px 0;
    border: 2px solid #ccc;
    text-align: center;
    cursor: pointer;
    border-radius: 5px
}

.gfield_radio#input_1_5 li {
    display: inline-block;
    width: 23.5%;
    margin: 0 1.5% 0 1.5%;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    border: 2px solid #25282d !important;
    background: #25282d;
    color: #fff
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:hover+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:hover+label {
    border: 2px solid #25282d !important;
}

.gfield_radio#input_1_5 li input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: -3000px;
}

@media only screen and (max-width: 960px) {
    .gfield_radio#input_1_5 li {
        display: inline-block;
        width: 100%;
        margin: 0;
    }
}

.services-desc h2 a {
    color: #25282D;
}

.resources-desc h2 a {
    color: #eeeeee;
}

.services-desc h2 a:hover,
.resources-desc h2 a:hover {
    color: #FF4100;
}

/* Only display .landing menu items on app landing page */
.page-template-applanding-page #menu-primary-navigation li {
    display: none;
}

body #menu-primary-navigation li.landing {
    display: none;
}

.page-template-applanding-page #menu-primary-navigation li.landing {
    display: inline-block;
}

.footer-links {
    text-align: center;
    background: #25282D;
}

.footer-links .genesis-nav-menu a {
    color: #FFF;
    display: block;
    padding: 22px 24px 0;
    text-decoration: underline;
}

.footer-links .genesis-nav-menu ul li:hover>a {
    color: #fff;
    background-color: inherit;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 29%;
}

.features-desc-testimonial {
    display: block;
    margin-top: 20px;
}

.features-desc-testimonial ul,
.ea-ad ul {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
}

.features-desc-testimonial li,
.ea-ad li {
    display: inline-block;
}

.ea-ad .testimonial-details li {
    border: none;
    margin: 0;
    padding: 0;
}

.features-desc-testimonial li:after,
.ea-ad li:first-of-type:after {
    color: #333;
    content: " | ";
}

.slider.js_slider .features-desc-testimonial li:after {
    position: absolute;
    right: 0;
}

.features-desc-testimonial li:last-of-type:after {
    content: "";
}

.ea-ad li:last-of-type {
    display: block;
}

.features-desc-testimonial li.features-testimonial-name,
.ea-ad li.features-testimonial-name {
    font-weight: bold;
    color: #FF4100;
}

.features-desc-testimonial .features-testimonial-logo,
.ea-ad .features-testimonial-logo {
    text-align: center;
    min-height: 60px;
}

.features-testimonial-content {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 20px 30px;
    box-shadow: 1px 1px 3px #D0D0D0;
    min-height: 100px;
    display: table;
    width: 100%;
    margin-left: 17px;
    position: relative;
    margin-top: 30px;
}

.ea-ad .features-testimonial-content {
    margin: 60px 0 0;
    box-shadow: none;
    padding: 20px;
}

.ea-ad .cta {
    margin: 0 -21px -21px;
    text-align: center;
}

.ea-ad .cta a {
    padding: 15px;
    color: #fff;
    background: #FF4100;
    display: block;
    border-radius: 0 0 3px 3px;
}

.ea-ad .cta a:hover {
    color: #fff;
    background: #ab421e;
}

@media only screen and (max-width: 960px) {
    .features-testimonial-content {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

.features-testimonial-content p {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.features-desc-testimonial img.features-testimonial-arrow {
    position: relative;
    top: 70px;
    left: 1px;
}

.features-desc-testimonial img.features-testimonial-image,
.ea-ad img.features-testimonial-image {
    position: absolute;
    top: -39px;
    left: 10px;
}

@media only screen and (max-width: 960px) {
    .features-desc-testimonial img.features-testimonial-image {
        margin-top: 0;
    }
}

.features-desc-testimonial .features-testimonial-logo img,
.ea-ad .features-testimonial-logo img {
    width: 141px;
    margin-left: 150px;
    margin-top: 20px;
}

@media only screen and (max-width: 900px) {
    .js_slider .features-desc-testimonial img.features-testimonial-image {
        max-height: 120px;
        width: auto;
        margin-left: 0;
    }

    .slider.js_slider .frame {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .js_slider .features-desc-testimonial img.features-testimonial-image {
        max-height: 100px;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo img {
        display: block;
    }

    .analytics-page .desktop-only {
        display: none;
    }

    .analytics-page .image-text .image.desktop-only+.text {
        margin-top: 0;
    }

    .testominals .slider.js_slider .frame {
        width: 100%;
    }

    .entry-content .alignleft.mobile-image-fullwidth {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (max-width: 425px) {
    .js_slider .features-desc-testimonial img.features-testimonial-image {
        max-height: 90px;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 650px) {
    .features-desc-testimonial img.features-testimonial-image {
        margin-left: calc(50% - 80px);
        margin-top: 0;
    }

    .features-desc-testimonial .features-testimonial-logo img {
        display: none;
    }

    .features-testimonial-content p {
        text-align: center;
    }

    .features-testimonial-content .testimonial-details {
        text-align: center;
    }

}

@media only screen and (max-width: 960px) {
    .features-desc-testimonial .features-testimonial-logo img {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 320px) {

    .features-desc-testimonial {
        text-align: center;
    }

    .features-desc-testimonial .three-fourths {
        margin-bottom: 30px;
    }

    .features-desc-testimonial img.features-testimonial-image {
        margin-left: calc(50% - 72px);
        margin-top: 0;
    }

    .features-testimonial-content,
    .features-desc-testimonial ul {
        margin-left: 0;
    }
}

.page-template-testimonial-page .header-smaller-text {
    padding-top: 40px;
}

.page-template-testimonial-page .header-subtext {
    padding-bottom: 40px;
    margin: 20px 0 0 0;
}

.page-template-testimonial-page .features-item-container-page {
    margin: 20px 0;
}

.page-template-testimonial-page .features-desc-page {
    width: 85%;
    margin: 0 auto;
}

.footer-widgets-1 .fa {
    font-size: 22px;
    margin-right: 20px;
}

.service-quote-img {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 40px;
    width: 45%;
}

.page-template-services-page .header-subtext,
.page-template-standard-page .header-subtext,
.page-template-team-page .header-subtext {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0;
    width: 50%;
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
}

.page-template-services-page .standard-header-text,
.page-template-standard-page .standard-header-text,
.page-template-team-page .standard-header-text {
    text-align: center;
    line-height: 1.4;
    font-size: 22px;
    padding: 0;
}

.page-template-services-page .standard-header-text,
.page-template-team-page .standard-header-text {
    text-align: center;
    line-height: 1.3;
    font-size: 30px;
    padding: 10px 0;
}

/* About Us Embed */
.wistia_embed.wistia_async_q9zptkmm30 {
    margin: 0 auto;
}

.post-type-archive-resources .site-inner,
.tax-resource_category .site-inner {
    padding-top: 0;
}

.post-type-archive-resources .hero-standard,
.tax-resource_category .site-inner {
    box-shadow: 0 0 3px rgba(203, 203, 203, 0.2);
    border-bottom: 1px solid #333;
}

.resource-nav-wrap {
    background: rgb(225, 225, 225);
    border-bottom: 1px solid #969696;
    text-align: right;
}

@media only screen and (max-width: 768px) {

    .post-type-archive-resources ul#resource-nav li,
    .tax-resource_category ul#resource-nav li {
        display: block;
    }

    #resource-nav-wrap .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .post-type-archive-resources .content .resources,
    .tax-resource_category .content .resources {
        width: 100%;
        float: left;
        margin: 30px 0;
        padding: 0;
        max-height: 300px;
    }

    .single-resources .header-smaller-text,
    .page-template-seo-landing-page .header-smaller-text,
    .page-template-tools-page .header-smaller-text {
        font-size: 40px;
    }

    .single-resources .header-subtext,
    .page-template-seo-landing-page .header-subtext,
    .page-template-tools-page .header-subtext {
        font-size: 18px;
    }
}

/* SelectNav JS integration */
.selectnav {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .js .resource-nav-wrap {
        padding: 10px 0;
    }

    .js #resource-nav {
        display: none;
    }

    .js .selectnav {
        display: block;
    }
}

.hide-featured-image .attachment-post-featured-image {
    display: none;
}

.tool {
    margin: 30px 0;
    display: table;
    width: 100%;
    background: #ededed;
    padding: 30px;
}

.tool .one-half {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 20px;
}

.tool .image-half img {
    border: 3px solid #dbdbdb;
    border-radius: 3px;
}

@media only screen and (max-width: 800px) {

    .tool,
    .tool .one-half {
        display: block;
    }

    .tool .image-half img {
        border: 3px solid #dbdbdb;
        border-radius: 3px;
        width: 100%;
    }

    .tool .one-half {
        padding: 0 0 20px 0;
    }
}

/* Styles popular post widget */
.wpt_widget_content .entry-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

/* Styles UTM GForm sidebar */
#gform_widget-8 {
    background: #fff;
    padding: 0;
}

.gform_widget .utm-tool-sidebar_wrapper {
    background: url(/wp-content/uploads/2016/08/banner_email_300x250_01_bg.jpg);
    height: 250px;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
}

.gform_widget .utm-tool-sidebar {
    margin-top: 165px;
}

.gform_widget .utm-tool-sidebar input[type="submit"] {
    float: left;
    width: 80px;
    position: relative;
    color: #ff4100;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    box-shadow: 0 0 5px 1px rgba(127, 127, 127, 0.75);
}

.gform_widget .utm-tool-sidebar input[type="submit"]:active {
    box-shadow: none;
}

.gform_widget .utm-tool-sidebar #input_13_1 {
    float: left;
    text-align: left;
    padding: 11px;
}

.gform_widget .utm-tool-sidebar .gform_body {
    width: 170px;
    float: left;
}

.gform_widget .utm-tool-sidebar .gform_footer {
    clear: none;
}

.pushcrew-chicklet-position-tr {
    top: 50px !important;
}

.ss-tool-sidebar_wrapper {
    background: url('/wp-content/uploads/2016/08/banner_ss_360x432_04.png');
    height: 432px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 362px;
}

.ss-tool-sidebar_wrapper .ss-tool-sidebar {
    position: absolute;
    bottom: 0;
    width: 95%;
    padding-left: 5%;
    padding-bottom: 25px;
}

.client-logo-container .wrap {
    padding: 0 1%;
}

#gform_wrapper_11 #gform_11 h2 {
    margin-bottom: 30px;
    color: #ffffff;
}

.error404 .entry {
    text-align: center;
}

.error404 .entry-content .search-form {
    width: 50%;
    margin: 0 auto;
}

.error404 .entry-content .search-form input[type="search"] {
    float: left;
    width: 75%;
}

.error404 .entry-content .search-form input[type="submit"] {
    float: left;
    width: 25%;
    padding: 10px 24px;
}

.error404 .fourohfour {
    font-size: 80px;
    position: relative;
    font-weight: bold;
    color: #1d1e21;
    /*top: 102px;*/
}

.error404 .offset-top {
    padding-top: 30px;
    margin-top: 20px;
}

.error404 .entry-title {
    margin-bottom: 30px;
}

.error404 .secondory-header {
    margin-top: 30px;
}

.error404 .services-section {
    text-align: left;
}

.error404 .services-section .vendor-item {
    margin-top: 60px;
    margin-bottom: 60px;
}

.error404 .vendor-item .vendor-icon {
    margin-bottom: 24px;
    height: 120px;
}

.error404 .vendor-item .vendor-icon img {
    max-height: 100%;
}

.error404 .tools-section {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}

.error404 .tools-section .row {
    display: flex;
    flex-wrap: wrap;

}

.error404 .tools-section .tool-card {
    position: relative;
    height: 100%;
    background: #25282d;
    color: #ffffff;
    padding-bottom: 50px;
}

.error404 .tools-section .tool-body {
    text-align: left;
    font-size: 14px;
    padding: 15px;
}

.error404 .tools-section .tool-image {
    padding-top: 60%;
    position: relative;
}

.error404 .tools-section .tool-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.error404 .tools-section .tool-title {
    color: #ffffff;
    font-size: 22px;
}

.error404 .tools-section .tool-cta-box {
    text-align: left;
}

.error404 .tools-section .tool-cta-box .tool-cta {
    background-color: #FF4100;
    color: #ffffff;
    padding: 5px 25px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
}

.error404 .blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.error404 .blog-section .blog-post-card {
    text-align: left;
}

.error404 .blog-section .post-title {
    font-size: 22px;
    margin-top: 15px;
}

.error404 .blog-section .post-date {
    font-weight: 700;
    font-size: 16px;
}

.error404 .blog-section .post-content {
    font-size: 16px;
    color: #919EAB;
    margin-bottom: 20px;
}

.error404 .blog-section .post-link-box svg {
    float: right;
    margin-top: 3px;
}

.error404 .post-link-box .post-link {
    width: 93px;
    height: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FB4102;
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .error404 .entry-content .search-form input[type="search"] {
        width: 100%;
    }

    .error404 .entry-content .search-form input[type="submit"] {
        width: 100%;
    }
}

#gform_1 textarea.medium {
    padding: 10px 15px;
}

#gform_1 input[type=text] {
    padding: 10px;
}

.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gfield_radio {
    background: transparent;
}

html body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.button_1 {
    background-color: #ff4100;
    border-radius: 3px;
    padding: .75em 2em;
    font-weight: 400;
    color: #fff;
}

.button_1:hover {
    background-color: #ab421e;
    color: #fff;
}

.utm-form .form-group {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.page-template-blank-page .entry-title {
    text-align: center;
}

.single-post .entry-content img {
    border: 1px solid #d4d4d4;
    width: 100%;
}

.single-post .entry-content .features-desc-testimonial .features-testimonial-logo img {
    width: 141px;
    margin-left: 150px;
    margin-top: 20px;
    border: 0;
}

.single-post .entry-content .features-desc-testimonial img.features-testimonial-image {
    position: absolute;
    top: -39px;
    left: 10px;
    width: auto;
    border: 0;
}

@media only screen and (max-width: 650px) {
    .single-post .entry-content .features-desc-testimonial .features-testimonial-logo img {
        display: none;
    }

    .single-post .entry-content .features-testimonial-content p {
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .single-post .entry-content .features-desc-testimonial .features-testimonial-logo img {
        display: block;
        margin: 120px auto 0;
        max-width: 90%;
        max-height: 50px;
        width: auto;
    }

    .single-post .entry-content .features-desc-testimonial .features-testimonial-logo.features-testimonial-logo-none {
        margin: 40px auto 0;
    }
}

.elementor-widget-testimonial-with-image .features-testimonial-content {
    margin-left: 0;
}

.single-post .entry-content img.alignleft,
.single-post .entry-content img.alignright {
    width: auto;
}

.single-post .entry-content img.clean-image {
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    margin-top: 40px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ff4100;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: 0 auto 30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html body .home-only {
    display: none;
}

html body.home .home-only {
    display: block;
}

/*
* Testimonials
*/

.testimonials {
    -webkit-animation: fade 2s;
    animation: fade 2s;
}

.testimonials {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 0;
    column-gap: 0;
    position: relative;
}

.testimonials * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials__fcs-crtn {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.75;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

.testimonials-wrap {
    margin-top: 0;
}

@media (min-width: 0) and (max-width: 800px) {
    .testimonials {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 992px) {
    .testimonials {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1500px) {
    .testimonials {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.testimonials-pnl {
    margin: 0 14px 35px 14px;
    padding: 5px;
}

.testimonials-pnl--fcs {
    position: relative;
}

.testimonials-pnl--fcs:hover {
    z-index: 3;
}

.testimonials-pnl--fcs:hover~.testimonials__fcs-crtn {
    display: block;
}

.testimonials-pnl--pls {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform 0.25s ease 0s;
    transition: -webkit-transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

.testimonials-pnl--pls:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.testimonials-pnl__cntnt {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.ginput_container .intl-tel-input .flag-container .selected-dial-code {
    color: #333333;
}

.ginput_container .intl-tel-input .country-name {
    color: #333333;
}

@media (min-width: 768px) {
    .testimonials-pnl {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    .analytics-page .mobile-only {
        display: none;
    }
}

.testimonials-flp {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.testimonials-flp:hover .testimonials-flp__cntnt {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.testimonials-flp--sm {
    height: 200px;
}

.testimonials-flp--md {
    height: 300px;
}

.testimonials-flp--lg {
    height: 400px;
}

.testimonials-flp__pnl {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    height: 100%;
    left: 0;
    overflow: visible;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.share-entry-meta .box .count span {
    display: none;
}

.testimonials-flp__pnl--frnt {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.testimonials-flp__pnl--bck {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.testimonials-flp__cntnt {
    height: 100%;
    overflow: visible;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.testimonials-clstr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

@media (max-width: 430px) {
    .testimonials-clstr--vrt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonials-clstr--hrz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonials-clstr__sgmnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.testimonials-clstr__sgmnt--rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 430px) {
    .testimonials-clstr__sgmnt--rw {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonials-clstr__sgmnt--clmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 430px) {
    .testimonials-clstr__sgmnt--hlf {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .testimonials-clstr__sgmnt--qrt {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

/* Preferred Vendors */

.page-template-partners-page .site-container {
    background-color: #EEE;
}

.page-template-partners-page .site-container .content .entry {
    background-color: transparent;
}

.page-template-partners-page .header-smaller-text {
    padding-top: 40px;
}

.page-template-partners-page .header-subtext {
    padding-bottom: 40px;
    margin: 20px 0 0 0;
}

.vendors-wrap {
    margin-top: 0;
}

.vendors {
    -webkit-animation: fade 2s;
    animation: fade 2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 0;
    column-gap: 0;
    position: relative;
}

.vendors-wrap .vendors {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.vendors .vendor {
    padding-bottom: 50px;
}

.vendors>div {
    position: relative;
}

.vendors .vendor .vendor-url {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.vendors * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vendors-wrap {
    margin: 0;
    padding: 0;
}

.vendor-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vendor-grid .one-third-vendors {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.one-third-vendors .vendor {
    text-align: center;
}

.vendor img.vendor-logo {
    height: auto;
}

.vendor .vendor-url a {
    display: inline-block;
    padding: 5px 25px;
    border: solid 2px;
    margin-top: 10px;
}

.vendor .vendor-logo-container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor .vendor-logo-container img.vendor-logo {
    max-height: 80px;
    max-width: 100%;
}

.vendor-grid .vendor-url {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.vendor .vendor-location {
    font-size: 14px;
    color: #999999;
    font-family: var(--primary-font-family);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.vendor .vendor-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    font-family: var(--primary-font-family);
    text-align: center;
    min-height: 177px;
}

.page-template-front-page .vendors-wrap {
    background: #eee;
    padding: 80px 0;
}

.page-template-front-page .vendors-wrap h2 {
    font-size: 32px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 400;
}

.site-inner .content .author-box {
    margin-left: 60px;
    margin-right: 60px;
}

.single-post .comment-respond {
    margin-left: 60px;
    margin-right: 60px;
}

@media only screen and (max-width: 800px) {
    .page-template-front-page .vendors-wrap .one-third-vendors {
        margin: 0 auto;
        float: none;
        width: 90%;
    }

    .site-inner .content .author-box,
    .single-post .comment-respond {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .vendor .vendor-text {
        min-height: auto;
    }
}

/* Case Studies */

.case_studies-wrap {
    padding: 100px 0;
    background: #eee;
}

.case_studies {
    max-width: 940px;
    margin: 0 auto;
}

.case_study {
    display: flex;
    align-items: center;
}

.case_study .case_study-title {
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 44px;
}

.case_study .case_study-text {
    font-size: 22px;
    font-weight: 400;
}

.case_study .case_study-logo {
    background: #fff;
    border-radius: 5px;
    width: 275px;
    padding: 20px;
}

.case_study .case_study-logo img {
    max-width: 235px;
    width: 100%;
    height: auto;
    margin: 40px auto 50px;
}

.case_study .case_study-logo .file {
    display: block;
    color: #fff;
    background: #ff4100;
    border-radius: 3px;
    padding: 10px 22px;
}

.case_studies .slick-prev:before,
.case_studies .slick-next:before {
    display: none;
}

.case_studies .slick-prev,
.case_studies .slick-prev:hover,
.case_studies .slick-prev:focus {
    background: url("images/arrow-l.png") center center no-repeat;
}

.case_studies .slick-next,
.case_studies .slick-next:hover,
.case_studies .slick-next:focus {
    background: url("images/arrow-r.png") center center no-repeat;
}

.case_studies .slick-prev {
    width: 24px;
    height: 24px;
    background-size: contain !important;
    left: -150px;
}

.case_studies .slick-next {
    width: 24px;
    height: 24px;
    background-size: contain !important;
    right: -150px;
}

.case_studies .slick-slide {
    padding: 0 10px;
}

.case_study .case_study-logo .file {
    text-align: center;
}

.analytics-page .banner h3 {
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
}

.analytics-page .banner .image-text {
    align-items: center;
}

.analytics-page .banner .image-text p {
    font-size: 18px;
    font-family: var(--primary-font-family);
    max-width: 462px;
    font-size: 20px;
    line-height: 28px;
}

.analytics-page .banner .image-text .button {
    font-size: 20px;
    line-height: 19px;
    margin-top: 30px;
    padding: 15px 30px;
    background-color: #ff4100;
    font-weight: 400;
    font-family: var(--primary-font-family);
}

.analytics-page .button {
    background-color: rgb(240, 74, 34);
    border-radius: 3px;
}

.analytics-page .services .image-text .image img {
    width: auto;
}

.analytics-page .tools .tool_description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.analytics-page .services .button {
    max-width: 312px;
    line-height: 1.6;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.analytics-page .services .image-box {
    max-width: 450px;
    margin-left: auto;
}

.analytics-page .logos .wrap::before {
    display: none;
}

.analytics-page .logos .wrap::after {
    display: none;
}

.analytics-page .section-top {
    padding-top: 40px;
}

.analytics-page .section-top .image-text {
    flex-direction: row-reverse;
}

.analytics-page .services .image-text {
    align-items: center;
}

.analytics-page .services .image img {
    margin-bottom: 30px;
}

.analytics-page .features-testimonial-content,
.audit-page .features-testimonial-content {
    display: block;
    margin: 0;
}

.analytics-page .features-testimonial-content p,
.audit-page .features-testimonial-content p {
    white-space: normal;
    display: block;
}

.analytics-page .tools {
    margin-bottom: 50px;
}

.analytics-page .section-bottom .button {
    background-color: #ff4100;
    margin-top: 30px;
}

.analytics-page .tools .section_title {
    max-width: 800px;
    font-size: 52px;
    margin: auto;
    margin-bottom: 60px;
    line-height: 1.336;
}

.analytics-page .tools .tool_title {
    font-size: 34px;
}

.analytics-page .tools li h3 {
    margin-bottom: 20px;
}

.analytics-page .section-bottom {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.analytics-page .section-bottom h3 {
    font-size: 42px;
    font-weight: 400;
}

.analytics-page .slider.js_slider .testimonial-details li,
.audit-page .slider.js_slider .testimonial-details li {
    padding: 0;
    height: 22px;
    max-width: 180px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
}

.analytics-page .section-top .image-text .text {
    padding-top: 5px;
}

.analytics-page .slider.js_slider .testimonial-details ul,
.audit-page .slider.js_slider .testimonial-details ul {
    margin-top: 10px;
    margin-bottom: 28px;
}

.analytics-page .features-desc-testimonial img.features-testimonial-image,
.audit-page .features-desc-testimonial img.features-testimonial-image {
    max-width: 140px;
}

.analytics-page .image-text p {
    font-weight: 400;
    line-height: 1.5em;
}

.analytics-page .tools {
    padding-top: 10px;
}

/*.analytics-page .services ul li:before {
    content: '';
    display: none;
}*/
.analytics-page .services ul li {
    /*    list-style-type: disc;*/
    font-size: 18px;
    line-height: 1.5;
}

.analytics-page .section-top .image-text .image img {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: 20px;
}

.analytics-page .banner .image-text .image img {
    max-width: 98%;
}

/*  ********************************** Lory Slider ********************************************  */
.slider {
    position: relative;
}

.slider.js_slider .frame {
    /**
        * (optional) wrapper width, specifies width of the slider frame.
        */
    width: 90%;
    margin: auto;

    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.slider.js_slider .slides {
    display: inline-block;
    white-space: none;
}

.slider.js_slider li {
    position: relative;
    display: inline-block;
    padding: 37px 10px;
    vertical-align: top;
    max-height: 400px;
    white-space: pre-wrap;
    white-space: normal;
}

.slider.js_slider li {}

.slider.js_slider .features-testimonial-content {
    white-space: normal;
}

.slider.js_slider .prev,
.slider.js_slider .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.page-template-template-new-home-page .slider.js_slider .prev,
.page-template-template-new-home-page .slider.js_slider .next {
    margin-top: -6px;
}

.page-template-march-tools-page .site-header {
    background-color: #eaeaea;
    border-bottom: 1px solid #ddd;
}

.slider.js_slider .next {
    right: 0;
}

.slider.js_slider .prev {
    left: 0;
}

.slider.js_slider .next svg,
.slider.js_slider .prev svg {
    width: 25px;
    height: 25px;
}

#arrow_1-revert {
    transform: rotate(180deg);
}

.page-template-template-service-page .site-inner {
    max-width: none;
    padding: 0;
}

.page-template-template-service-page .hero-section {
    background-color: #25282d;
    padding-top: 60px;
    padding-bottom: 45px;
}

.page-template-template-service-page .page-title {
    text-align: center;
    color: #ffffff;
}

.page-template-template-service-page .description-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-template-template-service-page .services-section {
    padding-top: 60px;
}

.page-template-template-service-page .services-section img {
    min-width: 150px;
    min-height: 150px;
    width: 180px;

}

.page-template-template-service-page .hero-description {
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
}

.page-template-template-service-page .services-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-template-template-service-page .services-section .row {
    margin-bottom: 80px;
}

.page-template-template-service-page .services-cta-section {
    padding-top: 10px;
    padding-bottom: 80px;
}

.page-template-template-service-page .services-cta-section .cta-box {
    text-align: center;
}

.page-template-template-new-home-page .tools-section .row {
    align-items: stretch;
}

.page-template-template-new-home-page .tools-section .col-md-6 {
    padding-bottom: 20px;
}

.page-template-template-service-page .services-cta-section .cta-button {
    background-color: #ff4100;
    color: #fff;
    padding: 21px 34px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bolder;
    margin: 30px auto 0;
}

.page-template-template-new-home-page .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-template-template-new-home-page .vendors-section .row {
    align-items: flex-start;
}

.page-template-template-new-home-page .vendors-section .consulting-services {
    text-align: center;
    font-size: 36px;
}

.page-template-template-new-home-page .site-inner {
    padding: 0;
    margin: 0;
    max-width: none;
}

.page-template-template-new-home-page .hero-section {
    background: #25282D;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template-template-new-home-page .hero-title {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.page-template-template-new-home-page .hero-message {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 540px;
}

.page-template-template-new-home-page .hero-cta {
    min-width: 300px;
    display: inline-block;
    background: #ff4100;
    border-radius: 4px;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    font-family: var(--primary-font-family);
}

.page-template-template-new-home-page .vendors-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-template-template-new-home-page .vendor-item {
    margin-top: 20px;
    margin-bottom: 0px;
}

.page-template-template-new-home-page .vendor-item .vendor-icon {
    margin-bottom: 24px;
    height: 120px;
}

.page-template-template-new-home-page .vendor-item .vendor-icon img {
    max-height: 100%;
    width: 120px;
}

.page-template-template-new-home-page .vendor-item .vendor-title,
.error404 .vendor-item .vendor-title {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #25282D;
}

.page-template-template-new-home-page .vendor-item .vendor-desc,
.error404 .vendor-item .vendor-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #919EAB;
}

.page-template-template-new-home-page .tools-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EFF4FA;
}

.page-template-template-new-home-page .title-section {
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #25282D;
    margin-bottom: 40px;
}

.page-template-template-new-home-page .tools-section .tool-image {
    padding-top: 60%;
    position: relative;
}

.page-template-template-new-home-page .tools-section .tool-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.page-template-template-new-home-page .tools-section .tool-body {
    padding: 25px 25px 25px;
    background: #25282D;
    color: #ffffff;
}

.page-template-template-new-home-page .tools-section .tool-card {
    /*margin-bottom: 20px;*/
    height: 100%;
    background: #25282d;
    border-radius: 7px;
    overflow: hidden;
}

.page-template-template-new-home-page .tools-section div.tool-item:nth-child(2n + 1) {
    padding-right: 15px;
}

.page-template-template-new-home-page .tools-section div.tool-item:nth-child(2n) {
    padding-left: 15px;
}

.page-template-template-new-home-page .tools-section .tool-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.page-template-template-new-home-page .tools-section .tool-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.page-template-template-new-home-page .tool-cta-box .tool-cta {
    background: #FB4102;
    border-radius: 2px;
    font-weight: 400;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 4px;
}

.page-template-template-new-home-page .case-studies-section {
    padding-bottom: 80px;
    padding-top: 60px;
}

.page-template-template-new-home-page .title-case-studies {
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #25282D;
    margin-bottom: 0px;
    margin-top: 20px;
}

.page-template-template-new-home-page .case_study-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-template-template-new-home-page .case-studies-section .case_study-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #25282D;
}

.page-template-template-new-home-page .case-studies-section .case_study-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #919EAB;
    margin-bottom: 30px;
    white-space: normal;
    word-wrap: normal;
}

.page-template-template-new-home-page .case-studies-section .slider.js_slider li {
    padding-bottom: 0;
}

.page-template-template-new-home-page .case-studies-section .file {
    background: #FB4102;
    border-radius: 2px;
    width: 230px;
    height: 56px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}

.page-template-template-new-home-page .case-studies-section .case_study-logo {
    text-align: right;
    padding-bottom: 20px;
}

.page-template-template-new-home-page .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EFF4FA;
}

.page-template-template-new-home-page .blog-section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #25282D;
    margin-top: 0px;
    margin-bottom: 40px;
}

/*.page-template-template-new-home-page .blog-section div.blog-item:nth-child(2n + 1){
    padding-right: 35px;
}
.page-template-template-new-home-page .blog-section div.blog-item:nth-child(2n){
    padding-left: 35px;
}*/
/*.page-template-template-new-home-page .blog-section .post-image {
    margin-bottom: 24px;
}*/
.page-template-template-new-home-page .blog-section .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-new-home-page .blog-section .row {
    align-items: stretch;
}

.page-template-template-new-home-page .blog-section .post-title {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #25282D;
}

.page-template-template-new-home-page .blog-section .post-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #929fac;
    margin-bottom: 10px;
}

.page-template-template-new-home-page .blog-section .post-content {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #919EAB;
    margin-bottom: 20px;
}

.page-template-template-new-home-page .post-link-box .post-link {
    width: 93px;
    height: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FB4102;
    vertical-align: middle;
    display: inline-block;
}

.page-template-template-new-home-page .post-card-body {
    padding: 24px;
    padding-bottom: 44px;
    position: relative;
    /* margin-bottom: 30px; */
}

.page-template-template-new-home-page .post-link-box .post-link {
    position: absolute;
    bottom: 22px;
    left: 24px;
}

.page-template-template-new-home-page .post-link-box svg {
    float: right;
    margin-top: 3px
}

.page-template-template-new-home-page .logos-section {
    background: #25282D;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-template-template-new-home-page .slider.js_slider {
    width: 100%;
}

.page-template-template-new-home-page .col-md-12 {
    width: 100%;
}

.page-template-template-new-home-page .logos-section h2 {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 40px;
}

.blog-section .blog-post-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.blog-section .blog-item {
    margin-bottom: 30px;
}

.page-template-template-new-home-page .hero-section .player-image {
    position: relative;
    padding-top: 56.25%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.page-template-template-new-home-page .hero-section .preview-video-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    ;
    z-index: 10;
    cursor: pointer;
}

.page-template-template-new-home-page .hero-section .hero-video-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page-template-template-new-home-page .hero-section .play-video-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 11;
}

.page-template-template-new-home-page .form-domain {
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-new-home-page .form-domain .field-domain-input {
    color: #333333;
}

.page-template-template-new-home-page .form-domain .field-box {
    margin-bottom: 10px;
    padding-right: 15px;
    width: 230px;
}

.page-template-template-new-home-page .form-domain .riased-button-doamin {
    width: 230px;
    height: 45px;
    display: inline-block;
    background: #FB4102;
    border-radius: 2px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.single-post .entry-content img.predictor-profile {
    width: 200px;
}

.analytics-page .banner .image-text .text {
    font-size: 20px;
    line-height: 28px;
    /*margin-bottom: 35px;*/
}

@media (min-width: 1200px) {
    /* .page-template-template-service-page .container {
        width: 970px;
    }*/
}

@media only screen and (max-width: 768px) {

    .page-template-template-new-home-page .tools-section div.tool-item:nth-child(2n + 1) {
        padding-right: 15px;
    }

    .page-template-template-new-home-page .tools-section div.tool-item:nth-child(2n) {
        padding-left: 15px;
    }

    .page-template-template-new-home-page .blog-section div.blog-item:nth-child(2n + 1) {
        padding-right: 15px;
    }

    .page-template-template-new-home-page .blog-section div.blog-item:nth-child(2n) {
        padding-left: 15px;
    }

    .page-template-template-new-home-page .form-domain {
        justify-content: center;
    }

    .page-template-template-new-home-page .col-md-3 {
        width: 100%;
    }

    .slider.js_slider .prev,
    .slider.js_slider .next {
        top: 100%;
    }

    .slider.js_slider .next {
        right: 40%;
    }

    .page-template-template-new-home-page .form-domain .field-box {
        padding-right: 0;
    }

    .slider.js_slider .prev {
        left: 40%;
    }

    .site-container {
        margin-top: 60px;
    }

    .site-container .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 0 4px #00000069;
        z-index: 100;
    }

    .site-container .site-header.offset-toolbar {
        top: 75px;
    }

    #mailmunch-topbar-pusher {
        height: 0;
    }
}

/*  ********************************** Lory Slider ********************************************  */

@media screen and (max-width: 768px) {
    .analytics-page .banner .image-text .image {
        padding-bottom: 30px;
    }

    .analytics-page .banner .image-text .image img {
        max-width: 100%;
    }

    .analytics-page .banner .image-text {
        padding: 10px 0;
    }

    .analytics-page .slider.js_slider .testimonial-details li,
    .audit-page .slider.js_slider .testimonial-details li {
        display: inline-block;
        margin-right: 5px;
        font-size: 11px;
        width: auto;
    }

    .slider.js_slider .features-testimonial-content p {
        font-size: 12px;
    }

    .analytics-page .slider.js_slider .testimonial-details li::after,
    .audit-page .slider.js_slider .testimonial-details li::after {
        display: none;
    }

    .features-testimonial-content p {
        font-size: 14px;
    }

    .analytics-page .section-bottom h3 {
        font-size: 38px;
    }

    .analytics-page .services .image img {
        max-width: 100%;
    }

    .slider.js_slider li {
        vertical-align: middle;
    }

    .analytics-page .testimonials-new {
        margin-bottom: 25px;
    }

    .analytics-page .services .image img {
        margin-top: 25px;
    }

    .analytics-page .services .button {
        display: block;
        margin: auto;
    }

    .analytics-page .tools .section_title {
        font-size: 38px;
    }

    .analytics-page .image-text .image img {
        max-width: 80%;
    }

    .analytics-page .services .image-text .image img {
        max-width: 60%;
    }

    .analytics-page .section-top .image-text .image img {
        max-width: 70%;
        margin: auto;
    }

    .analytics-page .section-top {
        padding-top: 20px;
    }

    .analytics-page .banner .image-text .image img {
        max-width: 100%;
    }

    .analytics-page .section_title {
        font-size: 48px;
    }

    .analytics-page .services ul {
        margin-left: 10px;
    }

    .analytics-page .services .image-text .text+.image {
        margin-top: 45px;
    }

    .analytics-page .services .image-box p {
        text-align: center;
    }

    .analytics-page .tools {
        padding-top: 35px;
    }

    .analytics-page .slider.js_slider .next svg,
    .analytics-page .slider.js_slider .prev svg {
        width: 20px;
        height: 20px;
    }

    .analytics-page .tools .section_title {
        margin-bottom: 25px;
    }

    .analytics-page .tools ul figure.tool_logo {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .analytics-page .tools ul figure.tool_logo .tool_title {
        padding-top: 0;
        width: 70%;
    }

    .analytics-page .tools {
        margin-bottom: 30px;
    }

    .analytics-page .section-bottom .image img {
        max-width: 100%;
    }

    .section-bottom .button {
        width: 100%;
    }

    .analytics-page .testimonials-new {
        margin-top: 20px;
    }

    .analytics-page .services h4 {
        font-size: 18px;
    }

    .analytics-page .banner .image-text p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .analytics-page .banner .image-text img {
        margin-right: 0;
    }

    .analytics-page .banner .image-text .image {
        max-width: 50%;
        padding-left: 0;
    }

    .analytics-page .banner .image-text .text {
        max-width: 50%;
    }

    .analytics-page .services ul {
        margin-left: 35px;
    }

    .analytics-page .services .image img {
        max-width: 60%;
    }

    .analytics-page .services .image .image-box img {
        max-width: 80%;
    }

    .analytics-page .services .image p {
        margin: auto !important;
        max-width: 85%;
    }

    .analytics-page .services .image-text .image {
        max-width: 45%;
    }

    .analytics-page .services .image-text .text {
        max-width: 52%;
    }
}

@media only screen and (max-width: 1200px) {
    .case_studies {
        margin: 0 42px;
    }

    .case_studies .slick-prev {
        left: -37px;
    }

    .case_studies .slick-next {
        right: -37px;
    }

    .analytics-page .banner .image-text .button {
        font-size: 22px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .page-template-template-service-page .col-md-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .page-template-template-new-home-page .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-template-template-service-page .services-section .row .col-md-3 {
        text-align: center;
    }

    .page-template-template-new-home-page .hero-section .hero-cta {
        display: block;
        margin: auto;
    }

    .page-template-template-new-home-page .hero-title {
        font-size: 32px;
    }

    .page-template-template-new-home-page .vendor-item {
        margin-top: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .page-template-template-new-home-page .col-md-3:last-child .vendor-item {
        margin-bottom: 0px;
    }

    .page-template-template-new-home-page .vendors-section .vendor-title {
        text-align: center;
    }

    .page-template-template-new-home-page .title-section {
        font-size: 32px;
        margin-bottom: 30px;
    }

    /*.page-template-template-new-home-page .tools-section .tool-image {
        height: 180px;
    }*/
    .page-template-template-new-home-page .tools-section .tool-body {
        padding: 20px 15px;
        padding-bottom: 40px;
    }

    .page-template-template-new-home-page .tool-cta-box {
        text-align: center;
    }

    .page-template-template-new-home-page .slider.js_slider li {
        max-height: none;
    }

    .page-template-template-new-home-page .case_study-row {
        flex-direction: column-reverse;
    }

    .page-template-template-new-home-page .case-studies-section .case_study-title {
        text-align: center;
        margin-bottom: 24px;
    }

    .page-template-template-new-home-page .case-studies-section .file {
        display: block;
        margin: auto;
    }

    .page-template-template-new-home-page .case-studies-section .case_study-logo {
        margin-bottom: 24px;
    }

    .page-template-template-new-home-page .client-logo-individual {
        width: 50%;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-new-home-page .title-case-studies {
        margin-bottom: 0;
    }

    .page-template-template-new-home-page .col-md-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-template-service-page .services-section img {
        width: 150px;
    }
}

@media only screen and (max-width: 800px) {
    .case_studies-wrap {
        padding: 50px 0;
    }

    .case_study .case_study-title {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .case_study .case_study-text {
        font-size: 18px;
    }

    .case_studies .one-third,
    .case_studies .two-thirds {
        width: 49%;
    }

    .case_studies .one-third {
        margin-left: 2%;
    }

    .case_study .case_study-logo {
        width: 100%;
    }

    .analytics-page .banner h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 425px) {
    .case_study {
        display: block;
    }

    .case_studies .one-third,
    .case_studies .two-thirds {
        width: 100%;
        margin: 0;
    }

    .case_studies .one-third {
        margin-top: 20px;
    }

    .slider.js_slider li {
        width: 360px;
        max-width: 100%;
    }
}

/**
* Images
*/

img.testimonials-pnl__cntnt,
img.testimonials-flp__pnl {
    padding: 0;
}

img.testimonials-flp__pnl {
    max-height: 100%;
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Overriding gravity forms styles */

.gform_wrapper div.validation_error {
    color: red !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    border-top: 2px solid #FFF !important;
    border-bottom: 1px solid #FFF !important;
    padding: 16px 0 !important;
    clear: both !important;
    width: 100% !important;
    text-align: center;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 6px !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 6px !important;
    padding-top: 8px !important;
    box-sizing: border-box;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    width: 100% !important;
}

.gform_wrapper .validation_message {
    color: red !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
}

@media only screen and (min-width: 640px) {
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        min-width: calc(100%) !important;
        width: 100% !important;
    }

}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 7px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#gform_widget-9 .gform_wrapper {
    margin-right: 0;
    max-width: 100%;
}

#gform_widget-9 .gform_wrapper input[type="text"],
.vendor img.vendor-logo input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="file"],
textarea {
    padding: 0;
    width: 100%;
}

/* Quiz Iframe*/
#og_iframe_5a03634b0e153d102ae699f5 {
    box-shadow: none !important;

}

.single-resources .features-desc-testimonial img.features-testimonial-image {
    position: relative;
    top: 50px;
    left: 10px;
}

@media (max-width: 400px) {
    .page-id-5009 .site-inner {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .services-desc-page h2 {
        font-size: 26px;
    }

    .single-resources .header-smaller-text {
        margin: 10px 0;
    }

    .entry-title {
        font-size: 26px;
    }

    .features-desc-testimonial .features-testimonial-logo img {
        display: block;
        margin: 120px auto 0;
        max-width: 90%;
        max-height: 50px;
        width: auto;
    }

    .testimonial-content {
        margin-top: 20px;
    }
}

/* Segment Services page */
.page-template-segment-service-page .hero-home {
    background: #7e8289;
    display: flex;
    align-items: center;
}

.page-template-segment-service-page .row {
    display: flex;
    align-items: center;
}

.page-template-segment-service-page .row>div {
    margin-bottom: 65px;
}

.page-template-segment-service-page ul.nice li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px;
}

.page-template-segment-service-page ul.nice li:before {
    content: "";
    background: url("images/list-segment.png") 0% 50% no-repeat;
    flex: 0 0 30px;
    height: 24px;
}

.page-template-segment-service-page .features-testimonial-content {
    width: auto;
}

.cta-section {
    text-align: center;
    border: 1px solid #ff4100;
    padding: 40px 10px;
    margin-bottom: 65px;
}

.page-template-segment-service-page .row.cta-section>div {
    margin-bottom: 0;
}

.cta-section a {
    background-color: #ff4100;
    color: #fff;
    padding: 5px 35px;
    border-radius: 5px;
    display: inline-block;
}

.js_slider .features-desc-testimonial img.features-testimonial-image {
    max-height: 160px;
}

.js_slider .features-desc-testimonial .features-testimonial-logo img {
    max-height: 60px;
}

.js_slider .features-desc-testimonial .features-testimonial-logo {
    height: 70px;
}

.cta-section a:hover {
    color: #fff;
    background-color: #ab421e;
}


@media only screen and (max-width: 900px) {
    .js_slider .features-desc-testimonial img.features-testimonial-image {
        max-height: 120px;
        width: auto;
        margin-left: 0;
    }

    .slider.js_slider .frame {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .js_slider .features-desc-testimonial img.features-testimonial-image {
        max-height: 120px;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo img {
        display: block;
        margin: auto;
    }

    .testominals .slider.js_slider .frame {
        width: 100%;
    }


    .js_slider .features-testimonial-content p {
        text-align: left;
    }

    .slider.js_slider .testimonial-details ul {
        text-align: left;
    }

    .slider.js_slider .testimonial-details li,
    .audit-page .slider.js_slider .testimonial-details li {
        display: inline-block;
        margin-right: 5px;
    }

}


@media only screen and (max-width: 425px) {
    .js_slider .features-desc-testimonial img.features-testimonial-image {
        max-height: 98px;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo {
        margin-left: 90px;
    }

    .slider.js_slider .testimonial-details li,
    .audit-page .slider.js_slider .testimonial-details li {
        display: inline-block;
        margin-right: 5px;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo img {
        max-height: 40px;
        margin-left: auto;
        margin-top: 0px;
        font-size: 13px;
        width: auto;
        margin-right: auto;
    }

    .slider.js_slider .testimonial-details ul {
        text-align: left;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo {
        height: 40px;
    }

    .js_slider .features-desc-testimonial .features-testimonial-logo {
        min-height: 30px;
    }

    .js_slider .testimonial-content {
        margin-top: 10px;
    }

    .analytics-page .tools ul figure.tool_logo .tool_title {
        width: 55%;
    }

}

@media only screen and (max-width: 768px) {
    .page-template-segment-service-page .hero-home {
        background-position: bottom !important;
        background-size: contain;
        padding: 50px 0 100px;
    }

    .page-template-segment-service-page .hero-text p br {
        display: none;
    }

    .page-template-segment-service-page .row {
        flex-direction: column;
    }

    .page-template-segment-service-page .row.mobile-reverse {
        flex-direction: column-reverse;
    }

    .post .entry-content table {
        display: block;
        overflow: auto;
    }
}