/*!
Theme Name: numly
Theme URI: http://underscores.me/
Author: Chistina Leikam
Author URI: http://underscores.me/
Description: Custom Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: numly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

numly is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://use.typekit.net/kqg2uwl.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("webfonts/font-awesome/fa-solid-900.eot");
    src: url("webfonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("webfonts/font-awesome/fa-solid-900.woff") format("woff"), url("webfonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("webfonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("webfonts/font-awesome/fa-brands-400.eot");
    src: url("webfonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("webfonts/font-awesome/fa-brands-400.woff") format("woff"), url("webfonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("webfonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-times:before {
    content: "\f00d";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.grid-container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1920px;
}

.grid-container.sm {
    max-width: 1320px;
}

@-moz-document url-prefix() {
    .grid-margin-x > .cell {
        margin-right: .9374rem;
    }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
     html {
        line-height: 1.15;
        /* 1 */
        -webkit-text-size-adjust: 100%;
        /* 2 */
    }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
     body {
        margin: 0;
    }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
     hr {
        box-sizing: content-box;
        /* 1 */
        height: 0;
        /* 1 */
        overflow: visible;
        /* 2 */
    }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
    pre {
        font-family: monospace, monospace;
        /* 1 */
        font-size: 1em;
        /* 2 */
    }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
     a {
        background-color: transparent;
    }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
    abbr[title] {
        border-bottom: none;
        /* 1 */
        text-decoration: underline;
        /* 2 */
        text-decoration: underline dotted;
        /* 2 */
    }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
    b,
    strong {
        font-weight: bolder;
    }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        /* 1 */
        font-size: 1em;
        /* 2 */
    }

/**
 * Add the correct font size in all browsers.
 */
    small {
        font-size: 80%;
    }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
    sub,
    sup {
        font-size: 90%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -.1em;
    }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
     img {
        border-style: none;
    }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
     button,
     input,
     optgroup,
     select,
     textarea {
        font-family: inherit;
        /* 1 */
        font-size: 100%;
        /* 1 */
        line-height: 1.15;
        /* 1 */
        margin: 0;
        /* 2 */
    }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
    button,
    input {
        /* 1 */
        overflow: visible;
    }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
    button,
    select {
        /* 1 */
        text-transform: none;
    }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }

/**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

/**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
    legend {
        box-sizing: border-box;
        /* 1 */
        color: inherit;
        /* 2 */
        display: table;
        /* 1 */
        max-width: 100%;
        /* 1 */
        padding: 0;
        /* 3 */
        white-space: normal;
        /* 1 */
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
    progress {
        vertical-align: baseline;
    }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
    textarea {
        overflow: auto;
    }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
    [type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        outline-offset: -2px;
        /* 2 */
    }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        /* 1 */
        font: inherit;
        /* 2 */
    }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
     details {
        display: block;
    }

/*
 * Add the correct display in all browsers.
 */
    summary {
        display: list-item;
    }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
     template {
        display: none;
    }

/**
 * Add the correct display in IE 10.
 */
    [hidden] {
        display: none;
    }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
}

h1, .h1 {
    font-weight: 300;
    line-height: 1.3em;
}
.leadrship-pro-page h1 {line-height: 1.2em;
    font-size: 1.35rem;}

    h2 {
        font-weight: 300;
        line-height: 1.2em;
        font-size: 1.35rem;
    }

    h3 {
        font-weight: bold;
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.1em;
        font-weight: 400;
    }

    h2.section-title {
        text-align: center;
        font-weight: bold;
        margin-bottom: 25px;
        font-size: 18pt;
    }
    .videovimeo iframe {
        height: auto;
    }
    .single-webinars #main .large-8 .watch-title,
    .single-event #main .large-8 .watch-title {
        color: #000;
        font-weight: 800;
        margin-bottom: 25px;
        text-align: center;
        font-size: 1.75em;
        margin-top: -30px;
    }
    @keyframes smoothScroll {
      0% { transform: translateY(-40px);}
      100% { transform: translateY(0px);}
  }
  #masthead {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#masthead.sticky-header {/*animation: smoothScroll 1s forwards;*/border-bottom: 1px solid #f2f2f2;}
@media only screen and (min-width: 768px) {
    .leadrship-pro-page h1,
    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.75em;
    }

    h4 {
        font-size: 1.4em;
    }
    .videovimeo {
        width: 100%;
        --video--width: 800;
        --video--height: 320;
        position: relative;
        padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
        overflow: hidden;
        max-width: 70%;
        background: black;
        margin: auto;
    }

    .videovimeo iframe,
    .videovimeo object,
    .videovimeo embed {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 95%;
        height: 95%;
        transform: translate(-50%, -50%);
    }
    .else .videovimeo {max-width: 85%;--video--height: 380;}
    .else .videovimeo iframe {width: 99%;height: 99%;}
}

@media only screen and (min-width: 1024px) {
    h1, .h1 {
        font-size: 51px;
    }
    .leadrship-pro-page h1,
    h2 {
        font-size: 2.35em;
    }

    h3 {
        font-size: 2em;
    }

    h4 {
        font-size: 1.8em;
    }

    h2.section-title {
        font-size: 22pt;
    }
    h2.section-title.sx2 {font-size: 26pt;}

}

@media only screen and (min-width: 1200px) {
    .h1 {
        font-size: 64px;
    }

    h2.section-title {
        font-size: 26pt;
    }
    h2.section-title.sx2 {font-size: 30pt;}
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

.btn, .grn-btn, .blue-btn, input[type="submit"] {
    background-color: tranparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    padding: 10px 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 14px !important;
}

.btn:visited, .grn-btn:visited, input:visited[type="submit"] {
    color: #fff;
}

.btn:hover, .grn-btn:hover, input:hover[type="submit"] {
    background-color: #fff;
    color: #0099cc;
}

.blue-btn, .blue-btn:visited {
    background-color: #0195d4;
    color: #fff;
    border: none;
}

.blue-btn:hover {
    background-color: #fff;
    color: #0099cc;
}

.menu .getstarted-btn a,
#menu-item-3153 a,
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.getstarted-btn a.mega-menu-link {
    padding: 15px 20px;
    border: 2px solid #aadb1e;
    background-color: #aadb1e;
    color: #fff !important;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu .getstarted-btn a:hover,
#menu-item-3153 a:visited {
    color: #fff;
}

.menu .getstarted-btn a:hover,
#menu-item-3153 a:hover,
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.getstarted-btn a.mega-menu-link:hover {
    background-color: #8caa29;
    border-color: #8caa29;
}

.demo-btn a {
    padding: 15px 20px;
    background-color: #aadb1e;
    color: #fff !important;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.demo-btn a:visited {
    color: #fff;
}

.demo-btn a:hover {
    background-color: #8caa29;
}

.grn-btn {
    background-color: #abcf37;
    color: #fff;
    border-color: #abcf37;
}
.wtwobnt .grn-btn {margin: 0 10px;}
.grn-btn.wgetstart {/*background-color: #6DB33F;border-color: #6DB33F;*/}
.grn-btn.vid-btn {
    position: relative;
    padding-left: 50px;
    padding-right: 15px;
}

.grn-btn.vid-btn .fas {
    margin-right: 15px;
    font-size: 30px;
    position: absolute;
    left: 5px;
    top: 3px;
}

.grn-btn:visited {
    color: #fff;
}

.grn-btn:hover {
    color: #abcf37;
    background-color: #fff;
}

.btn-mrg {
    margin: 35px 0;
}

@media only screen and (min-width: 1024px) {
    .btn, .grn-btn, input[type="submit"] {
        font-size: 14pt !important;
    }

    .grn-btn.vid-btn .fas {
        font-size: 35px;
    }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
    height: 50px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

input[type="submit"] {
    background-color: #abcf37;
    color: #fff;
    border-color: #abcf37 !important;
    height: 50px;
}

input[type="submit"]:visited {
    color: #fff;
}

input[type="submit"]:hover {
    color: #abcf37;
    background-color: #fff;
    border-color: #abcf37 !important;
}

.skinny .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.skinny .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(100% - 16px) !important;
}

.gfield select,
.gform_wrapper.gf_browser_gecko select {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    padding: 15px 25px !important;
    height: 50px;
    margin-bottom: 5px;
}

.gad-form div.ginput_container_checkbox {
    float: left;
    width: 100px;
}

.skinny div.gfield_description:not(.validation_message),
.gad-form div.gfield_description:not(.validation_message) {
    display: block;
    float: right;
    width: 85%;
    top: -45px;
    position: relative;
}

.skinny div.gfield_description:not(.validation_message) {
    width: 72%;
    top: -31px;
}

.gad-form div.gfield_description:not(.validation_message):after {
    display: block;
    clear: both;
}

.gform_wrapper .gform_footer input[type="submit"] {
    width: calc(100% - 16px) !important;
}
.page-template-page-get-a-demo #gad .ty-cont {max-width: 100%;}
.page-template-page-get-a-demo .site-content #gad {padding-left: 20px !important;padding-right: 20px !important;}
.page-template-page-get-a-demo #gad .form-wrap {padding-right: 20px;padding-left: 20px;}
.page-template-page-get-a-demo #gad .form-wrap {padding-right: 20px;padding-left: 20px;}
@media only screen and (max-width: 1024px) {
    .skinny div.gfield_description:not(.validation_message) {
        width: 85%;
        top: -30px;
    }
}

@media only screen and (max-width: 660px) {
    .gad-form div.gfield_description:not(.validation_message) {
        width: 70%;
        top: -53px;
    }

    .skinny div.gfield_description:not(.validation_message) {
        width: 70%;
        top: -38px;
    }
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third {
    margin-right: 0px !important;
    margin-top: 5px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0099cc;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

a:visited {
    color: #0099cc;
}

a:hover, a:focus, a:active {
    color: #007399;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu a {padding: 0.7rem 0.81rem;}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation ul ul li a {
    /* padding: 8px 15px; */
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    line-height: 1.3em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    /* width: 250px; */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a,
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #57575c;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3em;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 34px 10px;
    height: auto;
}

.main-navigation a:hover,
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover > a.mega-menu-link {
    color: #abcf37;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #abcf37;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-open {
    background-color: transparent;
    border: none;
    font-size: 2em;
    padding: 0;
    color: #717175;
}

#main-menu > li.no-link > a {
    cursor: default;
}

#main-menu > li.sol ul.sub-menu li a {
    width: 180px;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

@media only screen and (min-width: 1024px) {
    #top-menu {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 10pt;
        letter-spacing: 1px;
    }

    #top-menu a {
        color: #abcf37;
        padding: 10px;
    }

    #top-menu a:visited {
        color: #abcf37;
    }

    #top-menu a:hover {
        color: #fff;
    }

    #top-menu a:after {
        content: '|';
        display: inline-block;
        color: #8798b3;
        margin-left: 15px;
    }

    #top-menu li {
        position: relative;
    }

    #top-menu li:last-child a:after {
        content: '';
        margin: 0;
    }

    #site-navigation > ul {
        display: flex;
        justify-content: flex-end;
    }

    #site-navigation.main-navigation .menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #main-nav .small-4 {
        text-align: left !important;
    }

    #site-navigation li.login-btn,
    #site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.login-btn {
        margin-right: 15px;
        margin-left: 15px;
    }

    #site-navigation li.login-btn a,
    #site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.login-btn a.mega-menu-link {
        border: 2px solid #aadb1e;
        border-radius: 35px;
        color: #aadb1e;
    }

    #site-navigation li.login-btn a:visited,
    #site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.login-btn a.mega-menu-link:visited {
        color: #aadb1e;
    }

    #site-navigation li.login-btn a:hover,
    #site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.login-btn a.mega-menu-link:hover {
        background-color: #aadb1e;
        color: #fff;
    }
    .menu .getstarted-btn a,
    #menu-item-3153 a,
    #site-navigation li.login-btn a,
    #site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.login-btn a.mega-menu-link,
    #site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.getstarted-btn a.mega-menu-link {
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    #site-navigation .demo-btn {
        margin-left: 35px;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background-color: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 2px solid #999999;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0099cc;
}

/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 @font-face {
    font-family: 'flexslider-icon';
    src: url("webfonts/flexslider/flexslider-icon.eot");
    src: url("webfonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("webfonts/flexslider/flexslider-icon.woff") format("woff"), url("webfonts/flexslider/flexslider-icon.ttf") format("truetype"), url("webfonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
 .flex-container a:hover,
 .flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
 .flexslider {
    margin: 0;
    padding: 0;
    background-color: #17477d;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
 .flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
    background-color: #17477d;
    display: flex;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 53px;
    height: 53px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 3px;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 30px;
    display: inline-block;
    content: '\f001';
    color: #fff;
}

#hm-hero .flex-direction-nav a:before {
    text-shadow: 0 0 8px #4f4f4f;
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
    border-radius: 30px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
    border-radius: 30px;
    padding-right: 14px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 2;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.post-type-archive-event #main {
    padding:0;
}

.post-type-archive-event .white-papers {
    padding: 50px 0;
}

.post-type-archive-event .webinars {
    padding: 50px 0;
    background-color:#e3f2f7;
}
.webinar-title,
.page-template-webinars-template  .webinars h2,
.post-type-archive-event .white-papers h2,
.post-type-archive-event .webinars h2 {
    color:#003d79;
    margin:0 0 35px;
    font-weight: bold;
}
#mega-menu-item-custom_html-8 h5 {
    position: relative;
    padding-left: 15px;
}
#mega-menu-item-custom_html-8 h5 + p {
    margin-bottom: 15px!important;
    padding-left: 15px;
}
#mega-menu-item-custom_html-8 h5::before {
    content:'\00bb';
    color: #003e79;
    /* width: 7px;
    height: 7px;
    border-radius: 8px; */
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 @media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/*--------------------------------------------------------------
# Animate.CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

ol li {
    margin-bottom: 15px;
}

ul.green {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
}

ul.green li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

p.no-margin {
    margin: 0;
}

.entry-content ul {
    list-style-type: none;
    line-height: 1.3em;
    margin-left: 35px;
}

.entry-content ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

.entry-content blockquote {
    border-left: 5px solid #0099cc;
    color: #717175;
}

.entry-content blockquote p {
    color: #717175;
}

.entry-content .blog h1 {
    color: #0099cc;
    font-weight: 800;
    line-height: 1.2em;
}

.entry-content .blog h2 {
    color: #0099cc !important;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 24pt !important;
}

.entry-content .blog h3 {
    color: #0099cc !important;
    line-height: 1.2em;
    font-size: 22pt !important;
}

.entry-content .blog h4 {
    color: #0099cc !important;
    line-height: 1.2em;
    font-size: 20pt !important;
}

.entry-content .blog h5 {
    color: #0099cc !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18pt !important;
}

.entry-content .blog h6 {
    color: #0099cc !important;
    font-weight: 800;
    font-size: 18pt !important;
}

.entry-content h1 {
    color: #0099cc;
    font-weight: 800;
    line-height: 1.2em;
}

.entry-content h2 {
    font-weight: 800;
    line-height: 1.2em;
}

.entry-content h3 {
    color: #0099cc;
    line-height: 1.2em;
}

.entry-content h5 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-content h6 {
    font-weight: 800;
}

hr.grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78c6e8+0,ddecad+100 */
    background: #78c6e8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #78c6e8 0%, #ddecad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #78c6e8 0%, #ddecad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #78c6e8 0%, #ddecad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c6e8', endColorstr='#ddecad', GradientType=1);
    /* IE6-9 */
    height: 1px;
}

img {
    max-width: 100%;
    height: auto;
}

.custom-logo-link img {
    max-width: 125px;
    height: auto;
}

#masthead {
    background-color: #fff;
    padding: 5px 0;
}

#main-nav {
    padding: 10px 25px;
}

#main-nav .small-4 {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.position-right {
    width: 100%;
    height: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.off-canvas {
    /*background-color: #013d79;*/
    background-color: #939393;
    padding: 15px 15px 50px;
}

.off-canvas .close-button {
    color: #717175;
    background-color: transparent;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
}

.off-canvas .close-button:focus {
    outline: none;
}

.off-canvas .close-button img {
    display: block;
    max-width: 35px;
}

.off-canvas hr {
    background-color: #999;
    max-width: 310px;
    margin-left: auto;
    margin-right: 0;
}

#mob-top-menu {
    margin-bottom: 25px;
}

#mob-top-menu a {
    color: #abcf37;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
    font-size: 10pt;
}

#mob-top-menu a:visited {
    color: #abcf37;
}

#mob-top-menu a:hover {
    color: #0099cc;
}

#mob-top-menu a:after {
    content: '|';
    display: inline-block;
    color: #8c8c8c;
    margin: 0 5px;
}

#mob-top-menu li {
    position: relative;
}

#mob-top-menu li:last-child a:after {
    content: '';
    margin: 0;
}

.js-off-canvas-overlay {
    background-color: transparent;
}

#mob-top-menu {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

#mob-menu {
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-right: 10px;
}

#mob-menu li {
    display: block;
    width: 100%;
    text-align: right;
}

#mob-menu li.demo-btn {
    margin-top: 35px;
    width: 175px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}

#mob-menu a {
    color: #fff;
}

#mob-menu a:visited {
    color: #fff;
}

#mob-menu a:hover {
    color: #abcf37;
}

#mob-menu .menu-item-has-children li {
    font-weight: 400;
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-footer {
    background-color: #f4f4f4;
    padding: 50px 0 35px;
}

.site-footer .foot-logo {
    max-width: 125px;
    height: auto;
    margin-bottom: 15px;
}

.site-footer .social {
    font-size: 16pt;
    margin-bottom: 25px;
}

.site-footer .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.site-footer .social a:last-of-type {
    margin-right: 0;
}

.site-footer .social a .fab {
    color: #0095d3;
    height: 35px;
    width: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
    border: 1px solid #0095d3;
}

.site-footer .social a .fab:hover {
    background-color: #0095d3;
    color: #fff;
}

.site-footer .social a:last-of-type .fab {
    margin-right: 0;
}

.sticky-container {
    position: relative;
    z-index: 100;
}

#foot-menu {
    font-weight: bold;
    font-size: 14px;
}

#foot-menu a {
    color: #57575c;
    text-transform: uppercase;
}


#foot-menu a:visited {
    color: #57575c;
}

#foot-menu a:hover {
    color: #0099cc;
}

#foot-menu li {
    line-height: 1.2em;
}

#foot-menu > li {
    margin-bottom: 25px;
    display: block;
    width: 100%;
}

#foot-menu > li > a {
    padding-left: 0;
    letter-spacing: 1px;
}

#foot-menu ul.sub-menu {
    list-style-type: none;
    margin-left: 0;
    font-weight: normal;
}

#foot-menu ul.sub-menu li {
    display: block;
    width: 100%;
}

#foot-menu ul.sub-menu li a {
    padding: 0 0 13px;
    line-height: 1.3em;
    text-transform: none;
}

#foot-menu > li.no-link > a {
    color: #57575c;
    cursor: default;
}

#foot-menu > li.no-link > a:visited {
    color: #57575c;
}

.legal {
    margin-top: 50px;
    font-size: 12px;
    line-height: 1.2em;
    color: #bebebe;
    text-align: center;
    text-transform: uppercase;
}

.legal p {
    line-height: 1.2em;
}

.legal a {
    color: #bebebe;
    padding: 0;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.legal a:visited {
    color: #bebebe !important;
}

.legal a:after {
    content: '|';
    margin: 0 5px;
    display: inline-block;
}

.legal a:last-of-type:after {
    content: '';
    margin: 0;
}

.legal a:last-of-type {
    margin-right: 0;
}

.legal a:visited {
    color: #9e9e9e;
}

.legal a:hover {
    color: #0095d3;
}

#primary {
    min-height: 500px;
}

.sheader {

}

.event-sticky {
    background-color: #0095d3;
    /*margin-top: 0 !important;*/
}

.event-sticky a.btn {
    display: block;
    max-width: 175px;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px !important;
}

.event-sticky .grid-container {
    max-width: 1100px;
    padding-left: 35px;
    padding-right: 35px;
}

.event-sticky .large-9 {
    text-align: center;
    padding: 10px 0;
}

.event-sticky .large-9 h3 {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    line-height: 1.2em;
}

.event-sticky .large-3 {
    background-color: #0095d3 !important;
    padding: 0 0 10px;
}

.event-sticky .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    right: 10px;
    top: 10px;
}

.event-sticky .close-button:hover {
    color: #fff;
}

.event-sticky .medium-8 {
    padding: 20px 0 0;
    text-align: center;
}

.event-sticky .medium-8 h3 {
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.event-sticky .medium-4 {
    padding: 0 0 20px;
}

.event-sticky .date-loc {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 17px;
}

.event-sticky .date-loc span.sep {
    color: #fff;
    margin: 0 10px;
    font-weight: 300;
}

.event-sticky .btn-mrg {
    text-align: center;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #2d71b5 transparent transparent;
    right: -5px;
}

#hm-hero {
    color: #fff;
    padding: 0;
    background-color: #17477d;
    text-align: center;
    max-height: 600px;
    overflow: hidden;
}

#hm-hero.flexslider ul {
    padding: 0;
}

#hm-hero.flexslider ul.flex-direction-nav {
    display: none;
}

#hm-hero.flexslider .grid-container {
    padding: 50px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 100;
    position: relative;
}

#hm-hero.flexslider .grid-x {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#hm-hero.flexslider .slides li {
    background-color: #17477d;
}

#hm-hero.flexslider .slides li.stacked {
    background-size: 100% auto !important;
    padding-top: 200px;
}

#hm-hero.flexslider .slides li.stacked .grid-container {
    /*align-items: flex-end;*/
}

#hm-hero h1, #hm-hero h2, #hm-hero h3, #hm-hero h4, #hm-hero p {
    color: #fff;
}

#hm-hero h1, #hm-hero .h1 {
    line-height: 1.1em;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    max-width: 650px;
    font-size: 30px;
    margin: 0 auto 15px;
}

#hm-hero h2.larger {
    font-size: 1.65rem;
}

#hm-hero .large-5 img {
    /*max-width: 75%;*/
    max-height: 200px;
    width: auto;
}

#hm-hero .btn-mrg {
    margin: 35px 0 15px;
}

#hm-hero .large-12 .btn-mrg {
    margin: 35px auto;
}

#hm-hero .h1 {
    margin-bottom: 5px;
}

#hm-hero .h2 {
    font-weight: bold;
    font-size: 22px;
    max-width: 85%;
    margin: 0 auto;
}

#hm-hero p {
    margin: 15px 0;
    max-width: 500px;
}

#hm-hero .statwrap {
    margin: 15px 0 0;
}

#hm-hero .statwrap .small-4 .stats {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    padding: 10px 5px;
    /*border-right: 1px solid #fff;*/
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hm-hero .statwrap .small-4:last-of-type .stats {
    border-right: none;
}

#hm-hero li.dark,
#hm-hero li.dark h1,
#hm-hero li.dark h2,
#hm-hero li.dark h3,
#hm-hero li.dark p {
    color: #003e79;
}

#hm-hero .statwrap span {
    display: block;
    font-size: 28px;
    margin: 0;
    line-height: 1em;
    color: #0195d4 !important;
    /* font-family: 'Nunito', sans-serif; */
    font-weight: 800;
}

#hm-hero .statwrap span img {
    max-height: 20px;
    position: relative;
    top: -5px;
}

#hm-hero .statwrap p {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 500;
    color: #0195d4 !important;
}

#hm-hero .statwrap .cell:last-of-type:after {
    height: 0;
    margin: 0;
    display: none;
}

#hm-hero li.light .statwrap span {
    color: #0095D3 !important;
}
#hm-hero li.light .statwrap p {
    color: #003D79 !important;
}

#hm-hero .large-7 .cont-wrap {
    text-align: left;
}

#hm-hero .large-7 .cont-wrap small {
    color: #fff;
    font-size: 70%;
}

#hm-hero .large-5 {
    text-align: center;
}

#hm-hero .large-5 img {
    display: block;
    margin: 35px auto;
}

#hm-hero #bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    overflow: hidden;
}

#hm-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#subhero {
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px 0;
    /*padding: 0;*/
}

#subhero .grid-container {
    max-width: 1000px;
}

#subhero .grid-x {
    justify-content: center;
    align-items: center;
}

#subhero img {
    /*max-width: 45%;*/
    max-height: 55px;
    display: block;
    margin: 0 auto;
    filter: grayscale(100%) opacity(65%);
    -webkit-filter: grayscale(100%) opacity(65%);
    -moz-filter: grayscale(100%) opacity(65%);
}

#subhero a {
    display: block;
}

#subhero a img:hover {
    filter: grayscale(0%) opacity(100%);
    -webkit-filter: grayscale(0%) opacity(100%);
    -moz-filter: grayscale(0%) opacity(100%);
}

#subhero img:last-of-type {
    margin-bottom: 0;
}

.mcr {
    color: #003d79;
    overflow: hidden;
}

.mcr h3 {
    font-weight: normal;
    color: #003d79;
    margin: 0 0 25px;
    line-height: 1.2em;
}

.mcr p {
    font-size: 18px;
}

.mcr .large-6:first-of-type {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('images/green-circle.png'), url('images/green-circle.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 25%, bottom 20px right 25%;
    background-size: 75px, 75px;
}

.mcr .grid-x:nth-of-type(even) .large-6:first-of-type {
    background: url('images/blue-circle.png'), url('images/blue-circle.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px right, bottom 20px left;
    background-size: 75px, 75px;
}

.mcrimg {
    border-radius: 35px;
}

.cp_head {
    background-color: #e3f2f7;
    padding: 50px 0;
    text-align: center;
}

.cp_head h2 {
    text-align: center;
    color: #003d79;
    font-weight: bold;
    margin: 0 auto 35px;
    max-width: 500px;
}

.cp_head h3 {
    color: #003d79;
    font-weight: normal;
}

.cp_head p {
    color: #003d79;
    font-size: 16px;
    line-height: 1.3em;
}

.cp_head .grid-x {
    margin-bottom: 50px;
}

.cp_head a.grid-x h3,
.cp_head a.grid-x p {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #003d79;
}

.cp_head a.grid-x:hover h3,
.cp_head a.grid-x:hover p {
    color: #0095d3;
}

.cp_head .grid-x:last-of-type {
    /*margin-bottom: 0;*/
}

.cpimg {
    height: 152px;
    width: 152px;
    border-radius: 100px;
    display: block;
    text-align: center;
    margin: 0 auto 25px;
}

.cp_head .grid-container {
    max-width: 1050px;
}

.cp_head .blue-btn {
    font-size: 12px !important;
    padding: 8px 25px;
}

.cp_head .btn-mrg {
    margin: 65px 0 15px;
}

.thrcol {
    padding: 35px 0;
}
.normalContainer.grid-container,
.thrcol .grid-container {
    max-width: 1100px;
}


.thrcol .box-wrap {
    /*max-width: 300px;*/
    max-width: 400px;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.thrcol .bwcont {
    padding: 15px 25px;
}

.thrcol .bwimg {
    min-height: 125px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.thrcol .bwimg .video-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.thrcol .bwimg .video-overlay {
    font-size: 26px;
}

.thrcol .bwimg .video-overlay a {
    background-color: rgba(170, 219, 31, 0.8);
    width: 55px;
    height: 55px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.thrcol .bwimg .video-overlay a:hover {
    background-color: #aadb1f;
}

.thrcol .bwimg .video-overlay a .fas {
    position: relative;
    left: 4px;
}

.thrcol .smtxt {
    color: #003d79;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.thrcol h3 {
    color: #003d79;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 21px;
}

.thrcol .btn-mrg {
    margin-bottom: 10px;
    text-align: center;
}

.thrcol .large-4 {
    margin-bottom: 50px;
}

.thrcol .large-4:last-of-type {
    margin-bottom: 0;
}

.thrcol .blue-btn {
    font-size: 12px !important;
    padding: 8px 25px;
}

.hmcta {
    background-color: #003e79;
    padding: 50px 0;
    text-align: center;
}
.hmcta h4 {color: #ffffff;}
.hmcta h4 a {
    color: #aadb1e;
}
.hmcta h4 a:hover {
    color: #ffffff;
}
.hmcta h2 {
    color: #fff;
    font-weight: 400;
}

.hmcta .btn-mrg {
    margin-bottom: 7px;
}

#key-benefits {
    padding: 50px 0;
    text-align: center;
}

#key-benefits h2 {
    font-weight: bold;
    color: #000;
    margin-bottom: 35px;
}

#key-benefits .large-4 {
    margin-bottom: 25px;
}

#key-benefits .cont-wrap img {
    max-width: 125px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

#key-benefits .cont-wrap p {
    color: #000;
    font-weight: 500;
    font-size: 1.1em;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4em;
}

#key-benefits .video {
    margin-top: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#key-benefits .video h2 {
    margin-bottom: 25px;
}

#key-benefits .video .video-trigger:focus {
    outline: none;
}

#kb_video {
    position: relative;
    overflow-y: visible;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

#kb_video:focus {
    outline: none;
}

.reveal-overlay {
    background-color: rgba(0, 0, 0, 0.85);
}

.reveal {
    background-color: transparent;
    border: none;
    padding: 2em;
}

.reveal .close-button {
    background-color: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.reveal .close-button .fas {
    color: #fff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.reveal .close-button .fas:hover {
    color: rgba(255, 255, 255, 0.5);
}

.slides {
    background: url("images/newsletter.png") no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}
.blog-banner .slides {padding: 0}
.slides h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.slides h4 {
    text-align: center;
    color: #fff;
}

.slides ul {
    color: #fff;
}

.slides .owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}

.slides .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.slides .medium-7 h4 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
    font-size: 1.3em;
}

#slider {
    margin-top: 25px;
}

#slider ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
}

#slider ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat center left;
    background-size: 7px;
    margin-bottom: 15px;
}

#slider .medium-5 {
    text-align: center;
}

#slider img.round {
    max-width: 250px;
    margin: 25px auto 0;
}

#slider .btn-mrg {
    text-align: center;
    font-size: 16px;
}

#slider .owl-dots {
    margin-top: 25px;
}

#hm-quotes {
    background: -webkit-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: -o-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: -ms-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: -moz-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: linear-gradient(55deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    padding: 50px 0;
}

#hm-quotes .owl-item blockquote,
#hm-quotes .owl-item cite {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#hm-quotes blockquote {
    color: #fff;
    padding-left: 0;
    border-left: 0;
    text-align: center;
    font-size: 14pt;
    line-height: 1.3em;
    margin: 0;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 25px;
}

#hm-quotes blockquote p {
    color: #fff;
    line-height: 1.3em;
}

#hm-quotes cite {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#hm-quotes cite:before {
    content: '';
}

#hm-quotes img.quote {
    display: block;
    margin: 0 auto 25px;
    max-width: 35px;
}

#hm-quotes .owl-carousel {
    position: relative;
}

#hm-quotes .owl-nav {
    color: #fff;
    font-size: 4em;
    position: absolute;
    top: calc(50% - 45px);
    width: 100%;
}

#hm-quotes .owl-nav button.owl-prev {
    position: absolute;
    left: -15px;
    height: 35px;
}

#hm-quotes .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

#hm-quotes .owl-nav button.owl-prev:focus {
    outline: none;
}

#hm-quotes .owl-nav button.owl-next {
    position: absolute;
    right: -15px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    height: 35px;
}

#hm-quotes .owl-nav button.owl-next:focus {
    outline: none;
}

#hm-quotes .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}

#why-us {
    padding: 50px 0;
}

#why-us h2 {
    font-weight: bold;
    margin-bottom: 50px;
}

#why-us .cont-wrap {
    margin-bottom: 50px;
}

#why-us .cont-wrap p {
    margin-bottom: 10px;
}

#why-us hr.grad {
    max-width: 200px;
    margin: 8px 0 10px;
}

#why-us .grid-x {
    margin-bottom: 50px;
}

#why-us .grid-x:last-of-type {
    padding-bottom: 0;
}

#why-us .grid-x:nth-of-type(odd) .medium-5 {
    text-align: right;
    padding: 0 25px;
}

#why-us .grid-x:nth-of-type(odd) .medium-5 .cont-wrap {
    margin-left: auto;
}

#why-us .grid-x:nth-of-type(odd) hr.grad {
    margin-left: auto;
    margin-right: 0;
}

#why-us .grid-x:nth-of-type(odd) .medium-7 {
    text-align: right;
}

#why-us .grid-x:nth-of-type(even) .medium-5 {
    padding: 0 25px;
}

#why-us .grid-x:nth-of-type(even) .medium-5 .cont-wrap {
    margin-right: auto;
}

#why-us .grid-x:nth-of-type(even) .medium-5 hr.grad {
    margin-right: auto;
    margin-left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddecad+0,78c6e8+100 */
    background: #ddecad;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ddecad 0%, #78c6e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ddecad 0%, #78c6e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ddecad 0%, #78c6e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddecad', endColorstr='#78c6e8', GradientType=1);
    /* IE6-9 */
}

#why-us .grid-x .medium-7 img {
    max-width: 85%;
}

#why-us .grid-x h3 {
    color: #0099cc;
    font-weight: 800;
    margin-bottom: 0;
}

#deeper-dive {
    padding: 0 0 50px;
}

#deeper-dive h2 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 35px;
}

#deeper-dive .grid-x {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#deeper-dive .cta-box {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    position: relative;
}

#deeper-dive .cta-box h3 {
    padding: 20px 15px;
    text-align: center;
    font-size: 12pt;
    text-transform: uppercase;
    color: #717175;
    letter-spacing: 2px;
    margin: 0;
    font-weight: bold;
}

#deeper-dive .cta-box p {
    padding: 0 25px;
    margin-bottom: 10px;
}

#deeper-dive .cta-box p.lm {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#deeper-dive .cta-box p.lm a {
    color: #abcf37;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12pt;
}

#deeper-dive .cta-box p.lm a:visited {
    color: #abcf37;
}

#deeper-dive .cta-box p.lm a:hover {
    color: #8caa29;
}

#deeper-dive .cta-box .cont-wrap {
    padding-bottom: 65px;
}

#deeper-dive .imgwrap {
    background-color: #013d79;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 15px;
    min-height: 165px;
}

#deeper-dive .btn-mrg {
    margin-top: 75px;
}

#deeper-dive .teaser {
    font-weight: 400;
    line-height: 1.2em;
}

#hm-newsletter {
    background: url("images/newsletter.png") no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}

#hm-newsletter h2 {
    color: #fff;
    font-weight: bold;
    margin: 0 0 25px;
}

#hm-newsletter h2 img {
    max-height: 35px;
    vertical-align: center;
    margin-right: 15px;
    width: auto;
}

#hm-newsletter .gform_wrapper ul.gfield_checkbox li label {
    padding-left: 35px;
}

#hm-newsletter .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

@media only screen and (max-width: 1200px) {
    #hm-newsletter .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
        margin-top: 9px;
    }
}

@media only screen and (max-width: 700px) {
    #hm-newsletter .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
        margin-top: 10px;
    }
}

#hm-newsletter .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-top: 4px !important;
}

#hm-newsletter .gform_wrapper .gfield_description {
    display: inline-block;
    width: 75%;
    position: relative;
    margin-left: 15px;
}

#hm-newsletter .gform_wrapper .gfield_description a {
    color: #fff;
}

#hm-newsletter .gform_wrapper .gfield_description a:visited {
    color: #fff;
}

#hm-newsletter .gform_wrapper .gform_footer {
    text-align: left !important;
}

#hm-newsletter .gform_wrapper .gform_footer {
    max-width: 200px;
}

#analyst-perspective {
    padding: 50px 0;
}

#analyst-perspective .h1 {
    color: #0099cc;
    font-weight: 300;
    font-size: 22pt;
    max-width: 80%;
}

#analyst-perspective p {
    max-width: 80%;
}

#analyst-perspective .btn-mrg {
    margin-left: 0;
    text-align: left;
}

#analyst-perspective .ap_img {
    position: relative;
    right: -25px;
}

#page-hero {
    padding: 50px 0;
}

#page-hero h1 {
    color: #fff;
    text-align: center;
    margin: 0;
}

#mission {
    padding: 50px 0;
}

#mission .cont-wrap {

    margin-left: auto;
    margin-right: auto;
}


.video-trigger {
    margin-bottom: -145px;
}

.video-trigger:focus {
    outline: none;
}

#about-vid .img-head {
    margin-bottom: 15px;
}

#about-vid .thumb-link {
    margin-bottom: -115px;
}

#about_video:focus {
    outline: none;
}

#about-quote {
    background: url("images/newsletter.png") no-repeat center center;
    background-size: cover;
    padding: 175px 0 50px;
    text-align: center;
}

#about-quote blockquote {
    padding-left: 0;
    border-left: 0;
    position: relative;
    font-weight: 300;
}

#about-quote blockquote strong {
    font-weight: 800;
}

#about-quote blockquote:before {
    margin-bottom: 35px;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: url("images/quote.png") no-repeat top center;
    background-size: 50px;
}

#about-quote blockquote p {
    color: #fff;
}

#about-quote cite {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.8em;
}

.r-row {
    padding: 50px 0;
}

.r-row h2.section-title {
    margin-bottom: 35px;
}

.r-row h3 {
    color: #0099cc;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1.3em;
}

.r-row hr.grad {
    max-width: 200px;
    margin: 10px 0;
}

.r-row .grid-x {
    margin-bottom: 50px;
}

.r-row .grid-x:last-of-type {
    margin-bottom: 0;
}

.r-row .grid-x:nth-of-type(odd) {
    text-align: right;
}

.r-row .grid-x:nth-of-type(odd) hr.grad {
    margin-left: auto;
}

.r-row .grid-x:nth-of-type(odd) .rrimg {
    position: relative;
    right: -25px;
}

.r-row .grid-x:nth-of-type(even) hr.grad {
    margin-right: auto;
}

.r-row .grid-x:nth-of-type(even) .rrimg {
    position: relative;
    left: -25px;
}

.r-row .cont-wrap {
    margin-bottom: 25px;
}

.r-row .two-coltxt {
    margin-bottom: 50px;
}

.r-row .two-coltxt .grid-x:nth-of-type(odd) {
    text-align: left;
}

.r-row .two-coltxt .grid-x:nth-of-type(odd) ul {
    max-width: 100%;
    margin-left: 0 !important;
}

#core-values {
    padding: 50px 0;
    text-align: center;
}

#core-values h2.section-title {
    margin-bottom: 50px;
    font-weight: 300;
}

#core-values h2.section-title strong {
    font-weight: 800;
}

#core-values h4 {
    font-weight: 800;
    font-size: 15pt;
    line-height: 1.3em;
    margin-bottom: 25px;
}

#core-values img {
    margin-bottom: 25px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

#core-values .medium-6 {
    margin-bottom: 50px;
}

#core-values .grid-margin-y {

    margin-left: auto;
    margin-right: auto;
}

.blog #main {
    padding: 50px 0;
}

.blog .large-9 {
    /*padding-bottom: 50px;*/
}

.post-wrap {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #cccccc;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
}

.post-wrap .fimg {
    min-height: 175px;
    width: 100%;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.post-wrap .post-cont {
    padding: 15px;
}

.post-wrap .date {
    color: #717175;
    font-weight: 500;
    font-size: 13pt;
    margin-bottom: 5px;
}

.post-wrap h3 {
    font-size: 18pt;
    line-height: 1.2em;
    font-weight: 800;
}

.post-wrap h3 a {
    color: #000;
}

.post-wrap h3 a:visited {
    color: #000;
}

.post-wrap h3 a:hover {
    color: #abcf37;
}

.post-wrap .author {
    color: #717175;
    font-weight: 500;
    margin-bottom: 15px;
}

.post-wrap .rm {
    font-size: 11pt;
    letter-spacing: 2px;
    font-weight: bold;
}

.post-wrap .rm a {
    text-transform: uppercase;
    color: #abcf37;
}

.post-wrap .rm a:visited {
    color: #abcf37;
}

.post-wrap .rm a:hover {
    color: #8caa29;
}

.post-wrap .soc-share {
    position: absolute;
    bottom: 10px;
}

.soc-share a {
    display: inline-block;
}

.soc-share a .fab {
    color: #f4f4f4;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #6db33f;
}

.soc-share a .fab:hover {
    background-color: #568d32;
}

.soc-share a:last-of-type .fab {
    margin-right: 0;
}

.wp-pagenavi {
    text-align: center;
    padding: 50px 0;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a {
    border-color: transparent;
    border-radius: 5px;
    color: #717175;
    padding: 3px 9px;
    display: inline-block;
}

.wp-pagenavi a:visited {
    color: #717175;
}

.wp-pagenavi a:hover {
    color: #abcf37;
    border-color: transparent;
    background-color: transparent;
}

.wp-pagenavi span.current {
    border-color: #abcf37;
    border-radius: 5px;
    color: #717175;
    padding: 3px 9px;
    background-color: transparent;
}

#sidebar {
    background-color: #f7f7f7;
    padding: 35px;
    margin-bottom: 50px;
    font-size: 13pt;
}

.search-sidebar .widget-title,
#sidebar h2.widget-title {
    color: #0099cc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16pt;
    margin: 0 0 25px;
}

.pinned-post ul, 
#sidebar ul {
    margin-left: 0;
    list-style-type: none;
}

.pinned-post li,
#sidebar li {
    margin-bottom: 25px;
}

.pinned-post a,
#sidebar a {
    color: #000;
    font-weight: bold;
}

.pinned-post a:visited,
#sidebar a:visited {
    color: #000;
}

.pinned-post a:hover,
#sidebar a:hover {
    color: #0099cc;
}

.newslter::after,
.pinned-post ul::after, #sidebar .widget:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78c6e8+0,ddecad+100 */
    background: #78c6e8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #78c6e8 0%, #ddecad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #78c6e8 0%, #ddecad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #78c6e8 0%, #ddecad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c6e8', endColorstr='#ddecad', GradientType=1);
    /* IE6-9 */
    height: 1px;
}

#sidebar .widget:last-of-type:after {
    height: 0;
    background: none !important;
}

#sidebar .widget_recent_entries ul li {
    display: flex;
    flex-direction: column-reverse;
}

#sidebar .widget_categories li {
    margin-bottom: 3px;
}

.single #main {
    padding-top: 50px;
}

.entry-header .author {
    font-size: 12pt;
}

.entry-header .soc-share {
    margin: 15px 0;
}

.post-date {
    color: #999999;
    display: block;
    font-weight: 800;
    font-size: 18px;
}

h1.entry-title {
    color: #0099cc;
    font-weight: bold;
    line-height: 1.1em;
    font-size: 20pt;
    margin-top: 15px;
    margin-bottom: 10px;
}

h2.bsub {
    color: #000;
    font-weight: bold;
    font-size: 14pt;
    margin: 0 0 25px;
}

#reply-title {
    text-align: center;
    font-size: 16pt;
}

#comments {
    margin-top: 65px;
}

#commentform .comment-notes {
    display: none;
}

#commentform label {
    font-weight: bold;
    font-size: 14pt;
}

#commentform input[type='text'],
#commentform input[type='email'],
#commentform textarea {
    font-size: 14pt;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-bottom: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: #f4f4f4;
}

#commentform input[type='text'],
#commentform input[type='email'] {
    height: 50px;
}

#commentform textarea {
    padding: 15px;
}

#commentform .form-submit {
    text-align: center;
}

#commentform input[type="submit"] {
    background-color: #abcf37;
    border: 1px solid #abcf37;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    padding: 10px 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 14px !important;
    cursor: pointer;
}

#commentform input[type="submit"]:visited {
    color: #fff;
}

#commentform input[type="submit"]:hover {
    background-color: #fff;
    color: #abcf37;
}

#commentform .comment-form-cookies-consent label {
    font-weight: 300;
    font-size: 12pt;
}

#commentform input[type="checkbox"] {
    float: left;
    opacity: 0.01;
    position: absolute;
}

#commentform input[type="checkbox"] + label {
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    padding-left: 40px;
    position: relative;
}

#commentform input[type="checkbox"] + label::before {
    background: no-repeat center center;
    background-color: #f4f4f4;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

#commentform input[type="checkbox"]:checked + label::before {
    background-color: #abcf37;
    background-image: url("images/check.png");
    background-size: 12px 10px;
    border-color: #abcf37;
}

#commentform input[type="checkbox"]:focus + label::before {
    outline: auto 5px -webkit-focus-ring-color;
}

.yarpp-related h3.text-center {
    margin-bottom: 25px;
}

.yarpp-related .medium-4 {
    margin-bottom: 50px;
}

#contact-hero {
    background: url("images/cont-hero.png") no-repeat left -100px center;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

#contact-hero .no-margin {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#contact-hero h2 {
    font-weight: 300;
    letter-spacing: 2px;
    margin: 5px 0;
}

#contact-hero h3 {
    color: #000;
    font-weight: 300;
}

#contact-hero a {
    color: #fff;
    font-weight: 300;
}

#contact-hero a:visited {
    color: #fff;
}

#contact-hero a:hover {
    color: rgba(255, 255, 255, 0.65);
}

#contact-hero .intro {
    margin-bottom: 35px;
}

#contact-hero .grid-x {
    margin-bottom: 25px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#contact-hero .grid-x .medium-6:first-of-type {
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 5px;
}

#contact-hero .grid-x .medium-6:last-of-type {
    padding-top: 5px;
}

#offices {
    padding: 50px 0;
}

#offices h3.section-title {
    text-align: center;
    margin-bottom: 35px;
}

#offices .grid-x h3 {
    color: #0099cc;
}

#offices .grid-x hr.grad {
    margin: 10px 0;
    max-width: 200px;
}

#offices .grid-margin-y {
    margin-bottom: 50px;
}

#offices .grid-margin-y:last-of-type {
    margin-bottom: 0;
}

#offices .large-7 .grid-x {
    flex-direction: column-reverse;
}

#offices .large-7 .grid-x .medium-6:last-of-type {
    margin-bottom: 15px;
}

#getademo {
    padding: 50px 0;
    background: url("images/gad-bg.jpg") no-repeat center center;
    background-size: cover;
}

#getademo h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

#getademo .gad-cont {
    color: #fff;
    font-weight: 300;
    text-align: center;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.gad-form {
    margin-top: 50px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.gad-form .gform_wrapper .gfield_required {
    color: #abcf37;
}

.gad-form .gform_wrapper .gform_footer {
    text-align: center;
}

.gad-form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_first label,
.gad-form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_last label {
    font-size: 16px !important;
    font-weight: 300;
    color: #fff !important;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gad-form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_first label span,
.gad-form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_last label span {
    color: #abcf37;
}

.gad-form .gform_wrapper .top_label .gfield_label {
    color: #fff !important;
    font-weight: 300 !important;
}

.gad-form .gform_wrapper .field_description_below .gfield_description {
    color: #fff;
}

.gad-form .gform_wrapper .field_description_below .gfield_description a {
    color: #abcf37;
}

.gad-form .gform_wrapper .field_description_below .gfield_description a:visited {
    color: #abcf37;
}

.gad-form .gform_wrapper .field_description_below .gfield_description a:hover {
    color: #8caa29;
}

.gad-form input[type="checkbox"] {
    float: left;
    opacity: 0.01;
    position: absolute;
}

.gad-form input[type="checkbox"] + label {
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    padding-left: 40px !important;
    padding-top: 3px !important;
    position: relative;
    height: 25px;
    color: #fff;
}

.gad-form input[type="checkbox"] + label::before {
    background: no-repeat center center;
    background-color: #f4f4f4;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

.gad-form input[type="checkbox"]:checked + label::before {
    background-color: #abcf37;
    background-image: url("images/check.png");
    background-size: 12px 10px;
    border-color: #abcf37;
}

#thank-you,
#gad {
    background: url("images/ty-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

#thank-you h1,
#gad h1 {
    color: #fff;
    font-size: 2.25em;
}

#thank-you .ty-cont,
#gad .ty-cont {
    font-weight: 300;
    font-size: 15pt;
    text-align: left;
}

#thank-you .ty-cont ul,
#gad .ty-cont ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
}

#thank-you .ty-cont ul li,
#gad .ty-cont ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

#thank-you .ty-cont p,
#gad .ty-cont p {
    color: #fff;
    font-weight: 300;
    line-height: 1.2em;
}

#thank-you a,
#gad a {
    color: #abcf37;
}

#thank-you a:visited,
#gad a:visited {
    color: #abcf37;
}

#thank-you a:hover,
#gad a:hover {
    color: #fff;
}
#thank-you .thank-content a {color: currentColor;}
#thank-you .thank-content a:hover {color: #003D79;}

#gad .gform_wrapper textarea.medium {
    height: 100px;
}

#thank-you {
    text-align: left;
}

#thank-you h1 {
    text-align: center;
}

#gad .form-wrap, 
.single-event .form-wrap,
.single-webinars .form-wrap,
#hm-newsletter .form-wrap {
    background-color: #fff;
    padding: 15px 25px;
}

#gad .form-wrap .gform_heading,
.single-downloads .form-wrap .gform_heading,
.single-event .form-wrap .gform_heading,
.single-webinars .form-wrap .gform_heading,
#hm-newsletter .form-wrap .gform_heading {
    display: none;
}

#gad .form-wrap .gform_wrapper .field_description_below .gfield_description,
.single-downloads .form-wrap .gform_wrapper .field_description_below .gfield_description,
.single-event .form-wrap .gform_wrapper .field_description_below .gfield_description,
.single-webinars .form-wrap .gform_wrapper .field_description_below .gfield_description,
#hm-newsletter .form-wrap .gform_wrapper .field_description_below .gfield_description {
    color: #000;
    padding-top: 0;
}

#gad .form-wrap .gform_wrapper .field_description_below .gfield_description a:hover,
.single-downloads .form-wrap .gform_wrapper .field_description_below .gfield_description a:hover,
.single-event .form-wrap .gform_wrapper .field_description_below .gfield_description a:hover,
.single-webinars .form-wrap .gform_wrapper .field_description_below .gfield_description a:hover,
#hm-newsletter .form-wrap .gform_wrapper .field_description_below .gfield_description a:hover {
    color: #8caa29;
}

#gad .form-wrap input[type="checkbox"],
.single-downloads .form-wrap input[type="checkbox"],
.single-webinars .form-wrap input[type="checkbox"],
.single-event .form-wrap input[type="checkbox"],
#hm-newsletter .form-wrap input[type="checkbox"] {
    float: left;
    opacity: 0.01;
    position: absolute;
}

#gad .form-wrap input[type="checkbox"] + label,
.single-downloads .form-wrap input[type="checkbox"] + label,
.single-webinars .form-wrap input[type="checkbox"] + label,
.single-event .form-wrap input[type="checkbox"] + label,
#hm-newsletter .form-wrap input[type="checkbox"] + label {
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    padding-left: 40px;
    padding-top: 3px;
    position: relative;
    height: 25px;
}

#gad .form-wrap input[type="checkbox"] + label::before,
.single-downloads .form-wrap input[type="checkbox"] + label::before,
.single-event .form-wrap input[type="checkbox"] + label::before,
.single-webinars .form-wrap input[type="checkbox"] + label::before,
#hm-newsletter .form-wrap input[type="checkbox"] + label::before {
    background: no-repeat center center;
    background-color: #f4f4f4;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

#gad .form-wrap input[type="checkbox"]:checked + label::before,
.single-downloads .form-wrap input[type="checkbox"]:checked + label::before,
.single-event .form-wrap input[type="checkbox"]:checked + label::before,
.single-webinars .form-wrap input[type="checkbox"]:checked + label::before,
#hm-newsletter .form-wrap input[type="checkbox"]:checked + label::before {
    background-color: #abcf37;
    background-image: url("images/check.png");
    background-size: 12px 10px;
    border-color: #abcf37;
}

#gad .gform_wrapper,
.single-downloads .gform_wrapper,
.single-event .gform_wrapper,
.single-webinars .gform_wrapper,
#hm-newsletter .gform_wrapper {
    margin-top: 0;
}

#gad .gform_wrapper .name_first label,
#gad .gform_wrapper .name_last label,
.single-event .gform_wrapper .name_first label,
.single-event .gform_wrapper .name_last label,
.single-webinars .gform_wrapper .name_first label,
.single-webinars .gform_wrapper .name_last label,
#hm-newsletter .gform_wrapper .name_first label,
#hm-newsletter .gform_wrapper .name_last label {
    font-size: 14pt !important;
    font-weight: 300;
    color: #000;
}

#gad .gform_wrapper .name_first label span,
#gad .gform_wrapper .name_last label span,
.single-downloads .gform_wrapper .name_first label span,
.single-downloads .gform_wrapper .name_last label span,
.single-event .gform_wrapper .name_first label span,
.single-event .gform_wrapper .name_last label span,
.single-webinars .gform_wrapper .name_first label span,
.single-webinars .gform_wrapper .name_last label span,
#hm-newsletter .gform_wrapper .name_first label span,
#hm-newsletter .gform_wrapper .name_last label span {
    color: #0099cc;
}

#gad .gform_wrapper .gfield_label,
.single-downloads .gform_wrapper .gfield_label,
.single-event .gform_wrapper .gfield_label,
.single-webinars .gform_wrapper .gfield_label,
#hm-newsletter .gform_wrapper .gfield_label {
    font-size: 14pt;
    font-weight: 300;
}

#gad .gform_wrapper .gfield_label .gfield_required,
.single-downloads .gform_wrapper .gfield_label .gfield_required,
.single-event .gform_wrapper .gfield_label .gfield_required,
.single-webinars .gform_wrapper .gfield_label .gfield_required,
#hm-newsletter .gform_wrapper .gfield_label .gfield_required {
    color: #0099cc;
}

#gad .gform_wrapper ul li.gfield,
.single-downloads .gform_wrapper ul li.gfield,
.single-event .gform_wrapper ul li.gfield,
.single-webinars .gform_wrapper ul li.gfield,
#hm-newsletter .gform_wrapper ul li.gfield {
    font-size: 14pt;
}

#gad .gform_body,
.single-downloads .gform_body,
.single-event .gform_body,
.single-webinars .gform_body,
#hm-newsletter .gform_body {
    max-width: 100%;
    overflow: hidden;
}

#gad .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.single-downloads .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.single-event .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.single-webinars .top_label div.ginput_complex.ginput_container.gf_name_has_2,
#hm-newsletter .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
    width: 100%;
}

#gad .gform_wrapper .ginput_container span:not(.ginput_price),
.single-downloads .gform_wrapper .ginput_container span:not(.ginput_price),
.single-webinars .gform_wrapper .ginput_container span:not(.ginput_price),
.single-event .gform_wrapper .ginput_container span:not(.ginput_price),
#hm-newsletter .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block;
}

#gad div.ginput_container_name span,
.single-downloads div.ginput_container_name span,
.single-event div.ginput_container_name span,
.single-webinars div.ginput_container_name span,
#hm-newsletter div.ginput_container_name span {
    padding-right: 0;
}

#gad div.ginput_complex.ginput_container.gf_name_has_2 span,
.single-downloads div.ginput_complex.ginput_container.gf_name_has_2 span,
.single-event div.ginput_complex.ginput_container.gf_name_has_2 span,
.single-webinars div.ginput_complex.ginput_container.gf_name_has_2 span,
#hm-newsletter div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
}

#gad .gform_wrapper .top_label li.gfield.gf_left_half, #gad .gform_wrapper .top_label li.gfield.gf_right_half,
.single-downloads .gform_wrapper .top_label li.gfield.gf_left_half,
.single-downloads .gform_wrapper .top_label li.gfield.gf_right_half,
.single-event .gform_wrapper .top_label li.gfield.gf_left_half,
.single-event .gform_wrapper .top_label li.gfield.gf_right_half
.single-webinars .gform_wrapper .top_label li.gfield.gf_left_half,
.single-webinars .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
}
.single-webinars .gform_wrapper .top_label li.gfield.gf_left_half {width: 100% !important;}
#gad .gform_wrapper .top_label li.gfield.gf_right_half,

.single-event .gform_wrapper .top_label li.gfield.gf_right_half,
.single-webinars .gform_wrapper .top_label li.gfield.gf_right_half,
#hm-newsletter .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-top: 0;
}

#gad .gform_wrapper .gform_footer,
.single-downloads .gform_wrapper .gform_footer,
.single-event .gform_wrapper .gform_footer,
.single-webinars .gform_wrapper .gform_footer,
#hm-newsletter .gform_wrapper .gform_footer {
    text-align: center;
}

#gad .gform_wrapper .ginput_container span:not(.ginput_price),
.single-downloads .gform_wrapper .ginput_container span:not(.ginput_price),
.single-event .gform_wrapper .ginput_container span:not(.ginput_price),
.single-webinars .gform_wrapper .ginput_container span:not(.ginput_price),
#hm-newsletter .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
}

#gad .gfield select, #gad .gform_wrapper.gf_browser_gecko select,
.single-downloads .gfield select,
.single-downloads .gform_wrapper.gf_browser_gecko select,
.single-event .gfield select,
.single-event .gform_wrapper.gf_browser_gecko select,
.single-webinars .gfield select,
.single-webinars .gform_wrapper.gf_browser_gecko select,
#hm-newsletter .gfield select,
#hm-newsletter .gform_wrapper.gf_browser_gecko select {
    padding: 12px 25px !important;
}

.nl-cont .gform-wrapper {
    margin: 0;
}

.nl-cont .gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0 !important;
}

.nl-cont p {
    margin-bottom: 10px;
}

.nl-cont .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.nl-cont input[type="checkbox"] {
    float: left;
    opacity: 0.01;
    position: absolute;
}

.nl-cont input[type="checkbox"] + label {
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    padding-left: 40px;
    padding-top: 3px;
    position: relative;
    height: 25px;
}

.nl-cont input[type="checkbox"] + label::before {
    background: no-repeat center center;
    background-color: #f4f4f4;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

.nl-cont input[type="checkbox"]:checked + label::before {
    background-color: #abcf37;
    background-image: url("images/check.png");
    background-size: 12px 10px;
    border-color: #abcf37;
}

#solent-hero {
    padding: 50px 0;
}

#solent-hero h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

#solent-hero h1 span {
    color: #abcf37;
    font-weight: 800;
}

#solent-hero .sehero-img {
    position: relative;
    top: 115px;
    margin-top: -115px;
}

.page-template-page-solutions-enterprise #benefits {
    padding-top: 100px;
}

.page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6 {
    line-height: 1.6;
}

.page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6:first-of-type {
    margin-bottom: 15px;
}

.page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6 span {
    color: #abcf37;
    font-weight: 800;
    font-size: 1.75em;
    line-height: 1em;
}

.page-template-page-solutions-enterprise #benefits .btn-mrg {
    margin-top: 75px;
}

.page-template-page-solutions-enterprise #hm-quotes {
    background: url("images/se-quote-bg.jpg") no-repeat center center;
    background-size: cover;
}

#sample-programs {
    background-color: #f9f9f9;
    padding: 50px 0;
}

#sample-programs h3.section-title {
    margin: 0 0 50px;
}

#sample-programs .grid-x {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

#sample-programs .grid-x:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

#sample-programs .grid-x h3 {
    font-weight: normal;
    margin-bottom: 25px;
}

#sample-programs .grid-x ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
}

#sample-programs .grid-x ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

#sample-programs .grid-x .btn-mrg {
    margin: 50px 0;
}

#sample-programs-Information {
    background-color: #f9f9f9;
    padding: 50px 0;
}

#sample-programs-Information h3.section-title {
    margin: 0 0 50px;
}

#sample-programs-Information .grid-x {
    /* border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
  padding-bottom: 50px;
  */
}


#sample-programs-Information .grid-x h3 {
    font-weight: normal;
    margin-bottom: 25px;
}

#sample-programs-Information .grid-x ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
}

#sample-programs-Information .grid-x ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

#charts {
    padding: 75px 0 50px;
}

.chart-wrap {
    border: 1px solid #ccc;
    padding: 25px;
    margin-bottom: 100px;
}

.chart-wrap .heading {
    position: relative;
    top: -50px;
    margin-bottom: -33px;
    text-align: center;
    margin-top: 0;
}

.chart-wrap .heading h3 {
    text-transform: uppercase;
    padding: 0 15px;
    background-color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.chart-wrap .accordion {
    margin-bottom: 0;
}

.chart-wrap .accordion-title {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    text-align: center;
    border: none !important;
    padding-top: 0;
    background-color: #fff;
    position: relative;
    top: 50px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
}

.chart-wrap .accordion-title span.active {
    display: none;
}

.chart-wrap .accordion-title span.not-active {
    display: block;
}

.chart-wrap .accordion-title::before {
    right: 0;
    left: 0;
    top: 95%;
    Content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.chart-wrap .accordion-title:focus {
    background-color: #fff;
}

.chart-wrap .accordion-item.is-active .accordion-title {
    font-weight: 900;
}

.chart-wrap .accordion-item.is-active .accordion-title span.active {
    display: block;
}

.chart-wrap .accordion-item.is-active .accordion-title span.not-active {
    display: none;
}

.chart-wrap .accordion-item.is-active .accordion-title::before {
    content: "\f077";
}

.chart-wrap .accordion-content {
    margin-top: 10px;
    padding: 0;
    border: none;
}

.chart-wrap .medium-6 {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.chart-wrap:first-of-type .medium-6 {
    background-color: #016990;
}

.chart-wrap:nth-of-type(2) .medium-6 {
    background-color: #99cccc;
}

.chart-wrap:nth-of-type(3) .medium-6 {
    background-color: #6db33f;
}

.chart-wrap.plat .medium-6 {
    display: initial;
    border: 2px solid #abcf37;
    padding: 0;
    min-height: 0;
}

.chart-wrap.plat .medium-6 .plat-head {
    height: 50px;
}

.chart-wrap.plat .medium-6 .plat-list {
    color: #000;
    text-align: left;
    padding: 25px 15px;
    font-weight: normal;
    font-size: 12pt;
    display: none;
}

.chart-wrap.plat .medium-6 .plat-list.active {
    display: block;
}

.chart-wrap.plat .grn-list {
    border: 2px solid #abcf37;
}

.chart-wrap.plat .accordion-title.is-active::before {
    content: "\f077";
}

.chart-wrap.plat .grid-x {
    margin-top: 10px;
}

.chart-wrap .plat-head {
    background-color: #abcf37;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-event #page-hero,
.single-webinars #page-hero {
    background: url("images/webinars-bg.jpg") no-repeat center center;
    background-size: cover;
}

.single-event #main,
.single-webinars #main {
    padding: 50px 0;
}

.single-webinars #main .webinar-details-title {color: #0099cc;margin: 0 0 35px;}
.single-event #main .large-8 h2,
.single-webinars #main .large-8 h2 {
    color: #0099cc;
    font-size: 20pt;
}

.single-event #main .large-8 .date-time,
.single-webinars #main .large-8 .date-time {
    margin-bottom: 25px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.single-event #main .large-8 .web-type,
.single-webinars #main .web-type,
.single-webinars #main .large-8 .web-type {
    font-weight: 900;
    font-size: 1.3em;
    margin-bottom: 0;
}

.single-event #main .large-8 ul,
.single-webinars #main .large-8 ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.2em;
}

.single-event #main .large-8 ul li,
.single-webinars #main .large-8 ul li {
    padding-left: 25px;
    background: url("images/check-ul.png") no-repeat top 3px left;
    background-size: 15px;
    margin-bottom: 15px;
}
.single-event #main .large-8 ul li {font-size: 17px;}
.single-event #main .form-wrap,
.single-webinars #main .form-wrap {
    border: 1px solid #ccc;
    padding: 15px 25px;
}

.single-event #main .form-wrap input[type="submit"],
.single-webinars #main .form-wrap input[type="submit"] {
    width: 100% !important;
}

.single-event #main .form-wrap .gform_wrapper .field_description_below .gfield_description,
.single-webinars #main .form-wrap .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

#speakers {
    padding: 50px 0;
}

#speakers h3 {
    color: #000;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
}

#speakers img {
    margin-bottom: 25px;
}

#speakers h5 {
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
    color: #000000;
}

#speakers a:hover h5 {
    color: #0099cc;
}

#speakers h5 strong {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .85em;
}

#speakers .medium-6 {
    margin-bottom: 50px;
}

#speakers .medium-6:last-of-type {
    margin-bottom: 0;
}

#speakers .grid-x {
    /* max-width: 600px;*/
}

.speaker-wrap {
    text-align: center;
}

.speaker-wrap img {
    background: #fff;
    border: 10px solid #ccc;
    border-radius: 200px;
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.page-template-page-in-videos .video-row {
    padding: 50px 0;
}

.page-template-page-in-videos .video-row .grid-container hr.grad {
    margin: 50px auto;
}

.page-template-page-in-videos .video-row .grid-container hr.grad:last-of-type {
    display: none;
}

.page-template-page-in-videos .video-row:nth-of-type(even) {
    background-color: #f7f7f7;
}

.page-template-page-in-videos .video-row h3 {
    text-align: center;
    margin: 0 0 35px;
}

.page-template-page-in-videos .video-row h4 {
    color: #0099cc;
    line-height: 1.2em;
    font-size: 16pt;
    font-weight: bold;
}

.page-template-page-in-videos .video-row video {
    max-width: 100%;
}

.page-template-page-pricing #main {
    padding: 50px 0;
}

.pricing-box {
    padding: 25px;
    text-align: center;
    border: 1px solid #999;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.pricing-box h3 {
    line-height: 1.2em;
}

.pricing-box .cost {
    color: #0099cc;
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2em;
}

.pricing-box .cost .btn-mrg {
    margin-bottom: 25px;
}

.pricing-box .features {
    padding: 25px 0 0;
}

.pricing-box ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
    text-align: left;
}

.pricing-box ul li {
    padding-left: 25px;
    background: url("images/check-ul.png") no-repeat top 3px left;
    background-size: 15px;
    margin-bottom: 15px;
}

.pricing-box.prof {
    margin-bottom: 50px;
}

.pricing-box.prof .cost {
    font-size: 28pt;
}

.pricing-box.ent .cost {
    font-size: 20pt;
}

.page-template-page-leadership #main {
    padding: 50px 25px;
}

.page-template-page-leadership #main .section > .grid-x {
    text-align: center;
    justify-content: center;
}

.page-template-page-leadership #main .section > .grid-x > .medium-4 a {
    position: relative;
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-leadership #main .section > .grid-x > .medium-4 a .arrow {
    width: 50px;
    height: 50px;
    background: #013e7a;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 145px;
}

.page-template-page-leadership #main .section > .grid-x > .medium-4 a .arrow:hover {
    background-color: #468fcc;
}

.page-template-page-leadership #main .section > .grid-x > .medium-4 a .speaker-wrap {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.page-template-page-leadership #main .section > .grid-x > .medium-4 a .speaker-wrap img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.page-template-page-leadership #main h3.section-title {
    text-align: center;
    margin: 0 0 35px;
}

.page-template-page-leadership .team-box {
    background-color: #fff;
}

.page-template-page-leadership .team-box .medium-4 {
    background: url("images/lead-left.png") no-repeat bottom left;
    background-size: cover;
    padding: 25px;
    text-align: center;
}

.page-template-page-leadership .team-box .medium-8 {
    padding: 25px;
}

.page-template-page-leadership .team-box .li-btn {
    margin-top: 35px;
    margin-bottom: 25px;
}

.page-template-page-leadership .team-box .li-btn a {
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 9pt;
}

.page-template-page-leadership .team-box .li-btn a .fab {
    margin-right: 5px;
    font-size: 1.5em;
    font-weight: normal;
    position: relative;
    top: 2px;
}

.page-template-page-leadership .team-box .li-btn a:visited {
    color: #fff;
}

.page-template-page-leadership .team-box .li-btn a:hover {
    background-color: #fff;
    color: #0099cc;
}

.page-template-page-leadership .team-box h3 {
    margin-bottom: 0;
}

.page-template-page-leadership .team-box h4 {
    line-height: 1.2em;
}

.page-template-page-leadership .team-box .tm-wrap {
    color: #8d8d8e;
}

.page-template-page-leadership .team-box p {
    color: #8d8d8e;
}

.page-template-page-leadership .team-box .close-button {
    right: 35px;
    top: 30px;
}

.page-template-page-leadership .team-box .close-button img {
    max-width: 25px;
}

.page-template-page-leadership .team-box .logos .grid-x {
    justify-content: center;
}

.page-template-page-leadership .team-box .logos img {
    width: 150px;
    height: auto;
}

.page-template-page-leadership .reveal {
    padding: 1.5em;
}

.page-template-page-leadership .reveal.large {
    max-width: 900px;
}

.page-template-page-leadership .reveal.large:focus {
    outline: none;
}

.page-template-page-leadership #founding-members {
    margin-bottom: 100px;
}

.page-template-default #main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-template-page-news .news-item {
    padding: 35px 0;
}

.page-template-page-news .news-item:nth-of-type(even) {
    background-color: #f4f4f4;
}

.page-template-page-news .news-item .date,
.page-template-page-news .news-item .loc-source {
    color: #717175;
    text-transform: uppercase;
    font-weight: bold;
}

.page-template-page-news .news-item .loc-source {
    margin-bottom: 25px;
}

.page-template-page-news .news-item h3 {
    font-weight: 800;
    color: #000;
    line-height: 1.2em;
    margin: 5px 0;
}

.page-template-page-news .news-item h3 a {
    color: #000;
}

.page-template-page-news .news-item h3 a:visited {
    color: #000;
}

.page-template-page-news .news-item h3 a:hover {
    color: #0099cc;
}

.page-template-page-news .news-item .cont-read a {
    color: #abcf37;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10pt;
}

.page-template-page-news .news-item .cont-read a:visited {
    color: #abcf37;
}

.page-template-page-news .news-item .cont-read a:hover {
    color: #8caa29;
}

.page-template-page-news .pagination {
    margin: 50px 0;
}

.page-template-page-solutions-prof .intro {
    padding: 50px 25px;
    text-align: center;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-solutions-prof .intro p {
    line-height: 1.4em;
}

.page-template-page-solutions-prof #about-quote {
    padding: 50px 0 175px;
}

.page-template-page-solutions-prof #about-quote cite:before {
    content: '';
}

.page-template-page-solutions-prof .chart-wrap.plat .medium-6 {
    background-color: #fff !important;
}

#cj-table {
    background: #fff;
    max-width: 85%;
    padding: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    top: -125px;
    margin-bottom: -50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
}

#cj-table h3 {
    margin-bottom: 0;
    color: #0099cc;
    font-weight: 800;
}

#cj-table hr.grad {
    max-width: 200px;
    margin: 10px auto;
}

#cj-table ul.green {
    text-align: left;
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.grn-circle {
    background-color: #abcf37;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px auto 50px;
}

#watch-video {
    text-align: center;
}

#watch-video h3.section-title {
    margin-bottom: 35px;
}

#watch-video .flex-video {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#watch-video .wv-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#watch-video .grn-btn {
    display: block;
}

.page-template-page-privacy-terms #main {
    padding: 50px 25px;
}

.page-template-page-privacy-terms #main h2.text-center {
    font-weight: bold;
    margin: 0 0 35px;
}

.page-template-page-privacy-terms .privacy-terms h3 {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.page-template-page-privacy-terms .privacy-terms > .grid-x {
    margin-bottom: 35px;
}

.page-template-page-privacy-terms .privacy-terms > .grid-x:first-of-type h3 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.how-it-works {
    padding: 50px 0 0;
}


.how-it-works h2 {
    text-align: center;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.how-it-works h2 span.h4 {
    color: #717175;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: 1px;
    display: block;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.how-it-works h2 span.h1 {
    color: #0099cc;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
}

.how-it-works h2 span.h3 {
    font-weight: 800;
    display: block;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-bottom: 50px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.how-it-works .diagram img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#mdet ul,
#pslec ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
    text-align: left !important;
}

#mdet ul li,
#pslec ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

#mdet ol,
#pslec ol {
    margin-top: 10px;
}

#mdet ol li,
#pslec ol li {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}

#engagement .diagram img {
    /*width: 100%;*/
    width: auto;
    max-width:100%;
}

.single-downloads #primary {
    background: url("images/download-data-sheet.jpg") no-repeat center center;
    background-size: cover;
}

.single-downloads #main {
    padding: 50px 0 !important;
    color: #fff;
}

.single-downloads #main .large-8 h1 {
    color: #fff;
}

.single-downloads #main .large-8 p {
    color: #fff;
}

.single-downloads #main .large-8 ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
    font-weight: 300;
}

.single-downloads #main .large-8 ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

.post-type-archive-event #page-hero,
.post-type-archive-webinars #page-hero {
    background: url("images/webinars-bg.jpg") no-repeat center center;
    background-size: cover;
}

.post-type-archive-webinars #main {
    padding: 50px 0;
}

.page-template-webinars-template #main .grid-margin-y,
.post-type-archive-event #main .grid-margin-y,
.post-type-archive-webinars #main .grid-margin-y {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.web-wrap {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #cccccc;
    background-color:#fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    padding-bottom: 70px;
}

.web-wrap .soc-share {
    position: absolute;
    bottom: 15px;
}

.web-wrap .fimg {
    background-size: cover !important;
    min-height: 175px;
    width: 100%;
    background-color: #ccc;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: relative;
    overflow: hidden;
}

.web-wrap .corner-ribbon {
    /*width: 200px;*/
    width: 100px;
    background-color: #0099cc;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    /*transform: rotate(-45deg);*/
    color: #fff;
    /*font-size: 14px;*/
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    /*padding: 10px 0;*/
    padding: 5px 0;
    /*left: -63px;
    top: 19px;*/
    left: 0;
    top: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.web-wrap .corner-ribbon.live {
    background-color: #6db33f;
}

.web-wrap h3 {
    font-size: 14pt;
    line-height: 1.1em;
    font-weight: 700;
}

.web-wrap h3 a {
    color: #000;
}

.web-wrap h3 a:visited {
    color: #000;
}

.web-wrap h3 a:hover {
    color: #abcf37;
}

.web-wrap .cont {
    padding: 15px;
}

.web-wrap .date-time {
    color: #717175;
    font-weight: 500;
    font-size: 13pt;
    margin-bottom: 5px;
}

.web-wrap .speakers {
    color: #717175;
    font-weight: 500;
    margin-bottom: 15px;
}

.web-wrap .su {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
}

.web-wrap .su a {
    color: #abcf37;
}

.web-wrap .su a:visited {
    color: #abcf37;
}

.web-wrap .su a:hover {
    color: #8caa29;
}

.cont-ug {
    margin: 50px auto;
    max-width: 750px;
}

.cont-ug h3 {
    margin-bottom: 35px;
}

.cont-ug ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.3em;
}

.cont-ug ul li {
    padding-left: 20px;
    background: url("images/bullet.png") no-repeat top 5px left;
    background-size: 7px;
    margin-bottom: 15px;
}

.imp-zoom-outer-wrap {
    overflow: visible !important;
}

.page-template-page-prod-prof .imp-wrap {
    margin-left: auto;
    margin-right: auto;
}

.imp-wrap {
    z-index: 100;
}

.imp-initialized {
    max-width: 100% !important;
}

@media only screen and (max-width: 1350px) {
    .imp-initialized {
        overflow: hidden !important;
        padding-bottom: 180px;
    }

    .page-template-page-prod-ent .how-it-works:first-child + .r-row {
        padding-top: 0px;
        margin-top: -125px;
    }

    .page-template-page-prod-prof .imp-initialized {
        padding-bottom: 245px;
    }

    .page-template-page-prod-prof .imp-initialized + .cont-ug {
        margin: -170px auto 50px auto;
    }
}

@media only screen and (min-width: 1320px) {
    .how-it-works .grid-container {
        max-width: 100%;
    }
}


.search #main .large-9 {
    padding: 10px 20px;
}

.search .page-header {
    width: 100%;
}

.search .page-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.search article {
    clear: both;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.search article:last-child {
    border-bottom: 0px;
}

.search article h2 {
    font-size: 2em;
}

.search .entry-meta span,
.search .entry-footer span {
    font-size: 10pt;
    padding: 5px 5px 5px 0px;
    display: inline-block;
}

.search .post-thumbnail,
.search .entry-summary {
    width: 100%;
    float: none;
    padding-right: 0px;
}

.search .navigation.posts-navigation {
    width: 100%;
    padding: 0px 25px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Pulse Report LP */

.pr-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    overflow: hidden;
}

.pr-hero .grid-container {
    padding: 50px 25px;
    text-align: center;
    max-width: 1100px;
}

.pr-hero h1 {
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-size: 40px;
    max-width: 275px;
    margin: 0 auto 25px;
}

.pr-hero h1 small {
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
}

.pr-hero h2 {
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.pr-hero img {
    display: block;
    margin: 35px auto 0;
    position: relative;
    right: -45px;
}

.pr-skills {
    padding: 50px 0;
    text-align: center;
    background: #1ea1b4;
    color: #fff;
    background: -webkit-linear-gradient(19deg, rgb(135, 204, 69) 0%, rgb(85, 184, 123) 40%, rgb(35, 163, 176) 80%, rgb(15, 155, 197) 100%);
    background: -o-linear-gradient(19deg, rgb(135, 204, 69) 0%, rgb(85, 184, 123) 40%, rgb(35, 163, 176) 80%, rgb(15, 155, 197) 100%);
    background: -ms-linear-gradient(19deg, rgb(135, 204, 69) 0%, rgb(85, 184, 123) 40%, rgb(35, 163, 176) 80%, rgb(15, 155, 197) 100%);
    background: -moz-linear-gradient(19deg, rgb(135, 204, 69) 0%, rgb(85, 184, 123) 40%, rgb(35, 163, 176) 80%, rgb(15, 155, 197) 100%);
    background: linear-gradient(71deg, rgb(135, 204, 69) 0%, rgb(85, 184, 123) 40%, rgb(35, 163, 176) 80%, rgb(15, 155, 197) 100%);
}

.pr-skills .grid-container {
    max-width: 1100px;
}

.pr-skills .grid-x {
    justify-content: center;
}

.pr-skills h2,
.pr-skills h3 {
    color: #fff;
}

.pr-skills h2 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 15px;
}

.pr-skills h3 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin: 0 0 50px;
    font-size: 20px;
}

.pr-skills .small-6 h4 {
    font-weight: normal;
    font-size: 18px;
}

.pr-skills .small-6 img {
    display: block;
    margin: 0 auto 15px;
}

.page-template-page-pulse-rep .mcr {
    padding: 25px 0;
}

.page-template-page-pulse-rep .mcr h2 {
    margin: 0 0 25px;
    font-weight: 400;
}

.page-template-page-pulse-rep .mcr h2 span {
    display: block;
}

.page-template-page-pulse-rep .mcr ul,
.prtemp-blue ul {
    padding: 50px 0;
    margin: 0 0 25px 20px;
    padding: 0;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
}

.page-template-page-pulse-rep .mcr ul li,
.prtemp-blue ul li {
    font-size: 18px !important;
    margin-bottom: 15px;
}

.prtemp-blue {
    padding: 50px 0 65px;
    background-color: #e3f2f7;
    overflow: hidden;
}

.prtemp-blue .grid-container {
    max-width: 1100px;
}

.prtemp-blue h2 {
    margin: 0 0 25px;
    font-weight: 400;
}

.prtemp-blue .intro {
    margin-bottom: 50px;
    text-align: center;
    color: #003d79;
    font-size: 18px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.prtemp-blue .white-box {
    padding: 35px 25px;
    background-color: #fff;
    color: #003d79;
    position: relative;
    z-index: 1;
}

.prtemp-blue .box-wrap {
    position: relative;
}

.prtemp-blue .box-wrap:before {
    content: '';
    background: url('images/blue-circle.png') no-repeat;
    background-size: 100px auto;
    position: absolute;
    top: -35px;
    left: -30px;
    width: 100px;
    height: 100px
}

.prtemp-blue .box-wrap:after {
    content: '';
    background: url('images/blue-circle.png') no-repeat;
    background-size: 100px auto;
    position: absolute;
    bottom: -35px;
    right: -30px;
    width: 100px;
    height: 100px
}

.prtemp-cont {
    text-align: center;
    padding: 50px 0;
    background-color: #003e79;
    color: #fff;
}

.prtemp-cont .grid-container {
    max-width: 1100px;
}

.prtemp-cont .lgtext {
    font-size: 22px;
    line-height: 1.3em;
}

.video-sec {
    text-align: center;
}

.video-sec .grid-container {
    max-width: 1080px;
}


@media only screen and (min-width: 640px) {
    .pr-hero img {
        max-width: 400px;
    }
    #hm-hero.flexslider .grid-container.text-place-right {padding-right: 0;justify-content: flex-end;} 
}

@media only screen and (min-width: 768px) {

    .pr-hero h1 {
        font-size: 44px;
        max-width: 375px;
        line-height: 1.2em;
    }

    .pr-hero h1 small {
        margin-bottom: 25px;
    }

    .pr-hero h2 {
        max-width: 65%;
        font-size: 20px;
        margin-bottom: 35px;
    }

    .pr-hero img {
        max-width: 500px;
    }

    .pr-hero .grn-btn {
        font-size: 18px !important;
    }

    .pr-skills {
        padding: 65px 0;
    }

    .pr-skills h2 {
        font-size: 40px;
    }

    .pr-skills h3 {
        font-size: 24px;
    }

    .page-template-page-pulse-rep .mcr {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .page-template-page-pulse-rep .mcrimg {
        min-height: 400px !important;
    }

    .page-template-page-pulse-rep .mcr .grid-x {
        padding-top: 50px;
        align-items: center;
    }

    .page-template-page-pulse-rep .mcr .large-6:last-of-type {
        position: relative;
        top: -35px;
        margin-bottom: -35px;
    }

    .page-template-page-pulse-rep .mcr .grid-x .mcrimg {
        right: 0 !important;
    }

    .prtemp-blue {
        padding: 65px 0;
    }

    .prtemp-cont .lgtext {
        font-size: 32px;
    }

    .prtemp-cont .lgtext:last-of-type {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (min-width: 1024px) {
    .pr-hero .grid-x {
        align-items: center;
        flex-direction: row-reverse;
    }

    .pr-hero h1 {
        text-align: right;
        margin-right: 0;
    }

    .pr-hero h2 {
        text-align: right;
        margin-right: 0;
        max-width: 400px;
    }

    .pr-hero .btn-mrg {
        text-align: right;
        margin-right: 0;
    }

    .pr-hero img {
        max-width: 606px;
    }

    .pr-skills {
        padding-bottom: 15px;
    }

    .pr-skills .small-6 {
        margin-bottom: 50px;
    }

    .page-template-page-pulse-rep .mcr .grid-x {
        align-items: center;
    }

    .page-template-page-pulse-rep .mcr .grid-container {
        max-width: 1100px;
    }

    .page-template-page-pulse-rep .mcr .large-6:last-of-type {
        position: relative;
        top: -65px;
        margin-bottom: -65px;
    }

    .prtemp-blue {
        padding: 65px 0 100px;
    }

    .prtemp-blue .box-wrap {
        margin-top: 75px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .prtemp-blue .white-box {
        padding: 50px;
    }

    .prtemp-blue .white-box .grid-x {
        flex-direction: row-reverse;
        align-items: center;
    }

    .prtemp-blue .white-box .large-7 {
        text-align: center;
    }

    .prtemp-blue .box-wrap:before,
    .prtemp-blue .box-wrap:after {
        width: 150px;
        height: 150px;
        background-size: 150px auto;
    }

    .prtemp-blue .box-wrap:before {
        top: -50px;
        left: -50px;
    }

    .prtemp-blue .box-wrap:after {
        bottom: -50px;
        right: -50px;
    }
    .post-type-archive-event .white-papers {
        padding: 75px 0;
    }

    .page-template-webinars-template .webinars,
    .post-type-archive-event .webinars {
        padding: 75px 0;
    }

}


/* End Pulse Report LP */

/* HR Tech Conference Template */

.hr-tech-hero {
    padding: 50px 0;
}

.hr-tech-hero h1 {
    color: #fff;
    text-align: center;
}

.hr-tech-hero .gform_wrapper .top_label .gfield_label {
    color: #fff;
}

.hr-tech-hero .large-5 form {
    max-width: 350px;
}

.hr-tech-hero .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 15px;
    width: 100%;
}

.hr-tech-hero .gform_legacy_markup_wrapper {
    width: 100%;
}

.hr-tech-hero .gform_wrapper .field_description_below .gfield_description {
    border: none;
    overflow: visible;
    color: #fff;
    padding:0;
    margin-top: 0;
}

.hr-tech-hero .gform_wrapper .field_description_below .gfield_description a {
    color:#fff;
    text-decoration: underline;
}

.hr-tech-hero .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.hr-tech-hero .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin:0;
}

.hr-tech-hero .gform_wrapper ul.gfield_checkbox li label {
    color:#fff;
}

.hrtech-wys {
    padding: 50px 0;
    font-size: 18px;
}

.hrtech-wys p {
    font-size: 18px;
}

.hrtech-wys .grid-container,
.hr-tech-hero .grid-container {
    max-width: 1100px;
}

.hrtech-wys ul {
    list-style-type: none;
    margin-left: 0;
}

.hrtech-wys li {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    margin: 0 0 10px;
    list-style-type: none;
    padding: 0 0 0 25px;
}

.hrtech-wys li:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ACDC24;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}




@media only screen and (min-width: 1024px) {
    .hr-tech-hero .large-5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hrtech-wys {
        padding: 65px 0;
    }
}

/* HR Tech Conference Template */

@media only screen and (min-width: 400px) {
    .off-canvas .close-button {
        width: 50px;
    }

    .off-canvas #mob-top-menu a:after {
        content: '|';
        display: inline-block;
        color: #8c8c8c;
        margin: 0 10px;
    }

    .off-canvas .menu-top-menu-container {
        margin-top: -35px;
    }
}

@media only screen and (min-width: 500px) {
    #hm-hero.flexslider .slides li.stacked {
        padding-top: 275px;
    }
}

@media only screen and (min-width: 640px) {
    #contact-hero .grid-x {
        max-width: 100%;
        margin-bottom: 0;
        align-items: center;
    }

    #contact-hero .grid-x .medium-6:first-of-type {
        text-align: right;
        padding-right: 15px;
        border-right: 1px solid #fff;
        border-bottom: 0;
        padding: 10px 15px 10px 0;
    }

    #contact-hero .grid-x .medium-6:last-of-type {
        text-align: left;
        padding: 10px 0 10px 15px;
    }

    #gad .form-wrap {
        padding-right: 9px;
    }

    #gad .form-wrap,
    .single-downloads .form-wrap,
    .single-event .form-wrap,
    .single-webinars .form-wrap,
    #hm-newsletter .form-wrap {
        padding: 15px 9px 15px 25px;
    }

    #gad .form-wrap .gform_wrapper .gform_footer, .single-downloads .form-wrap .gform_wrapper .gform_footer, .single-webinars .form-wrap .gform_wrapper .gform_footer, .single-event .form-wrap .gform_wrapper .gform_footer, #hm-newsletter .form-wrap .gform_wrapper .gform_footer {
        width: 100%;
    }

    #hm-hero .h1 {
        font-size: 30px;
    }

    #hm-hero .h2 {
        font-size: 18px;
    }

    #subhero .grid-x > .medium-3 {
        width: calc(33% - 1.25rem);
    }

    #hm-quotes blockquote {
        font-size: 16pt;
    }

    #hm-quotes cite {
        font-size: 13pt;
    }

    .mcrimg {
        min-height: 400px !important;
    }

    .mcr .large-6:first-of-type {
        background-position: top 5px left 25%, bottom 5px right 25%;
        background-size: 110px, 110px;
    }

    .mcr .grid-x:nth-of-type(even) .large-6:first-of-type {
        background-position: top 10px left -60px, bottom 95px right 30px;
        background-size: 110px, 110px;
    }

    .hmcta h2 {
        font-size: 28px;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    #hm-hero .statwrap {
        margin-top: 35px;
    }

    #hm-hero .statwrap .small-4 .stats {
        background-color: transparent;
        justify-content: flex-start;
        border-right: none;
        padding: 0 10px 0 0;
        min-height: 0;
    }

    #hm-hero .statwrap span {
        font-size: 30px;
    }

    #hm-hero .statwrap span img {
        max-height: 35px;
        left: -10px;
    }

    #hm-hero.flexslider .grid-container {
        padding: 0 25px;
    }

    #hm-hero .statwrap p {
        font-size: 16px;
    }

    #subhero img {
        max-height: 100px;
    }

    #hm-hero.flexslider .slides li.stacked {
        background-position: left top !important;
        background-size: auto 200px !important;
    }

    #hm-hero.flexslider .slides li.stacked .btn-mrg {
        margin: 35px auto;
    }

    #hm-hero.flexslider .slides li.stacked {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 768px) {
    .custom-logo-link img {
        /*max-width: 150px;*/
        max-width: 130px;
    }

    .site-footer .foot-logo {
        max-width: 150px;
    }

    .site-footer .grid-x {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

    .site-footer .large-9 {
        display: flex;
        align-items: center;
    }

    .site-footer #foot-navigation {
        width: 80%;
    }

    .site-footer .social {
        width: 26%;
        margin-bottom: 0;
        text-align: right;
    }

    .site-footer #foot-menu a {
        padding: 0 5px;
        text-align: center;
    }

    #foot-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 25px;
    }

    #foot-menu > li {
        width: auto;
        display: initial;
        margin-bottom: 0;
    }

    .legal p {
        margin-bottom: 0;
    }

    .legal span {
        display: block;
    }

    .event-sticky .grid-x {
        align-items: center;
    }

    .event-sticky .btn-mrg {
        margin: 10px 0 15px;
    }

    .event-sticky .large-9 {
        padding: 15px 0 0;
    }

    #hm-hero.flexslider .grid-x {
        align-items: center;
    }

    #hm-hero.flexslider .grid-x.reverse {
        flex-direction: row-reverse;
    }

    #hm-hero.flexslider h2 {
        font-size: 30px;
    }

    #hm-hero.flexslider h2.larger {
        font-size: 1.7rem;
    }

    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {
        font-size: 40px;
    }

    #hm-hero.flexslider h1 span, #hm-hero.flexslider .h1 span {
        display: block;
    }
    #hm-hero.flexslider .text-place-area h1 span, #hm-hero.flexslider .text-place-area .h1 span {display: inline-block;}

    #hm-hero .h2 {
        max-width: 100%;
    }

    #hm-hero.flexslider .btn-mrg {
        margin-bottom: 15px;
    }

    #hm-hero .statwrap .cell:after {
        height: 0;
        display: none;
        margin: 0;
    }

    #subhero .grid-x > .medium-3 {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }

    #subhero .grid-x > .medium-3 {
        width: calc(18.5% - 1.25rem);

    }

    #subhero .grid-x > .medium-3:nth-of-type(3) {
        width: calc(12% - 1.25rem);
    }

    #subhero img {
        display: block;
        margin: 0 auto;
        max-height: 65px;
    }

    #key-benefits .cont-wrap img {
        max-width: 150px;
    }

    .slides h4 {
        font-size: 1.2em;
        margin-bottom: 35px;
    }

    #slider .grid-x {
        align-items: center;
    }

    #slider .btn-mrg {
        margin-bottom: 15px;
        text-align: left;
        margin-top: 50px;
    }

    #hm-quotes blockquote {
        padding-left: 75px;
        padding-right: 75px;
        font-size: 16pt;
    }

    #hm-quotes .owl-nav button.owl-prev {
        left: 0;
    }

    #hm-quotes .owl-nav button.owl-next {
        right: 0;
    }

    #why-us .grid-x .cont-wrap {
        max-width: 250px;
        margin-bottom: 0;
    }

    #why-us .grid-x:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    #why-us .grid-x:nth-of-type(even) .medium-7 img {
        max-width: 100%;
    }

    #why-us .grid-x:nth-of-type(odd) .medium-7 img {
        max-width: 100%;
    }

    #analyst-perspective .h1 {
        font-size: 28pt;
        max-width: 100%;
    }

    #analyst-perspective p {
        max-width: 90%;
    }

    #analyst-perspective .grid-x {
        align-items: center;
    }

    #kb_video {
        max-width: 100%;
    }

    #kb_video .close-button {
        right: -15px;
        top: 50px;
    }

    #page-hero {
        padding: 100px 0;
    }

    #mission p {
        font-size: 1.2em;
    }

    #about-quote {
        padding-top: 150px;
    }

    #about-quote blockquote:before {
        margin-bottom: 25px;
    }

    #about-vid .thumb-link img {
        max-width: 500px;
    }

    .r-row .grid-x {
        align-items: center;
    }

    .r-row .grid-x hr.grad {
        margin: 15px 0 20px;
    }

    .r-row .grid-x:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    #core-values .medium-6 {
        margin-bottom: 25px;
    }

    .blog .grid-margin-y {
        max-width: 625px;
        margin-left: auto;
        margin-right: auto;
    }

    .single h1.entry-title {
        font-size: 26pt;
    }

    h2.bsub {
        font-size: 16pt;
        margin-bottom: 15px;
    }

    .entry-header .grid-x {
        align-items: center;
    }

    .entry-header .author {
        font-size: 14pt;
    }

    .entry-header .soc-share {
        text-align: center;
    }

    #commentform {
        margin-top: 25px;
        margin-bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #commentform p {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    #commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url {
        width: 30%;
    }

    #commentform p.comment-form-author, #commentform p.comment-form-email {
        margin-right: 5%;
    }

    #commentform p.comment-form-comment {
        width: 100%;
    }

    #commentform p.form-submit {
        width: 100%;
    }

    #contact-hero {
        background-position: center center;
    }

    #contact-hero h1 {
        font-size: 3em;
        margin-bottom: 25px;
    }

    #contact-hero .grid-x .medium-6 {
        font-size: 14pt;
    }

    #offices .large-7 .grid-x {
        flex-direction: row;
    }

    #offices .large-7 .grid-x .medium-6:last-of-type {
        margin-bottom: 0;
    }

    #offices .flex-video {
        height: 100%;
    }

    #thank-you {
        padding: 65px 0;
    }

    #thank-you h1 {
        font-size: 3em;
    }

    #thank-you .ty-cont {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #gad {
        padding: 65px 0;
    }

    #gad h1 {
        font-size: 3em;
    }

    #gad .ty-cont {
        font-size: 20pt;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #gad .form-wrap {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #gad input[type="submit"] {
        width: calc(100% - 16px) !important;
    }

    #thank-you .ty-cont ul li,
    #gad .ty-cont ul li {
        background-position: top 11px left;
    }

    #solent-hero h1 {
        max-width: 645px;
        margin-left: auto;
        margin-right: auto;
    }

    #solent-hero .sehero-img {
        top: 190px;
        margin-top: -205px;
    }

    .page-template-page-solutions-enterprise #benefits {
        padding-top: 225px;
    }

    .page-template-page-solutions-enterprise #benefits.r-row .two-col {
        align-items: flex-start;
    }

    .page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6:first-of-type {
        margin-bottom: 0;
    }

    .page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6 span {
        font-size: 2em;
    }

    #sample-programs .grid-x {
        align-items: center;
    }

    #sample-programs .grid-x h3 {
        text-align: left;
    }

    #sample-programs .grid-x .btn-mrg {
        text-align: left;
    }

    #sample-programs .grid-x .medium-6:last-of-type {
        text-align: center;
    }

    #sample-programs-Information .grid-x {
        /*align-items: center;*/
    }

    #sample-programs-Information .grid-x h3 {
        text-align: left;
    }

    #sample-programs-Information .grid-x .btn-mrg {
        text-align: left;
    }

    .chart-wrap {
        padding: 35px 35px 25px;
    }

    .chart-wrap .heading {
        top: -50px;
    }

    .chart-wrap .heading h3 {
        font-size: 18pt;
    }

    .chart-wrap .medium-6 {
        font-size: 15pt;
        min-height: 65px;
    }

    .chart-wrap .accordion-title {
        font-size: 11pt;
        top: 53px;
    }

    .chart-wrap.plat .grid-x {
        justify-content: center;
    }

    .chart-wrap.plat .plat-head {
        min-height: 65px;
        font-size: 15pt;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-template-page-pricing #main .grid-x {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-box {
        max-width: 100%;
    }

    .pricing-box.prof {
        border-right: 0;
    }

    .pricing-box.ent {
        -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.08);
        box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.08);
    }

    .page-template-page-leadership #main h3.section-title {
        margin-bottom: 50px;
    }

    .page-template-page-leadership .team-box .medium-4 {
        width: 40%;
        padding: 25px 15px;
    }

    .page-template-page-leadership .team-box .medium-8 {
        width: 60%;
    }

    .page-template-page-leadership .team-box > .grid-x > .medium-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page-template-page-leadership .team-box h4 {
        font-size: 1.4em;
    }

    .page-template-page-news .news-item h3 {
        font-size: 28px;
        max-width: 850px;
    }

    .page-template-page-solutions-prof #about-quote {
        padding-bottom: 300px;
    }

    #cj-table {
        max-width: calc(100% - 50px);
        padding: 50px 25px;
        top: -250px;
        margin-bottom: -200px;
        text-align: left;
    }

    #cj-table .cont-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 85%;
    }

    #cj-table .medium-2 {
        display: flex;
        align-items: center;
    }

    #cj-table ul.green {
        max-width: 100%;
        margin-left: 0;
    }

    #cj-table hr.grad {
        margin-left: 0;
    }

    #cj-table .medium-5:last-of-type .cont-wrap {
        margin-left: auto;
        margin-right: 0;
    }

    .page-template-page-privacy-terms .privacy-terms h3 {
        text-align: right;
        font-size: 18pt;
    }

    .page-template-page-privacy-terms .privacy-terms .grid-x {
        margin-bottom: 65px;
    }

    .page-template-page-privacy-terms .privacy-terms .medium-4 {
        border-right: 1px solid #dee2e6;
        padding-right: 25px;
    }

    .page-template-page-privacy-terms .privacy-terms .medium-8 p:last-of-type {
        margin-bottom: 0;
    }

    .page-template-page-privacy-terms #main h2.text-center {
        margin-bottom: 50px;
    }

    .diagram img {
        width: 900px;
        height: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #engagement h2 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    #mdet.r-row .grid-x:nth-of-type(odd) ul,
    #pslec.r-row .grid-x:nth-of-type(odd) ul {
        max-width: 85%;
        margin-left: auto;
    }

    #mdet.r-row .grid-x:nth-of-type(even) ul,
    #pslec.r-row .grid-x:nth-of-type(even) ul {
        max-width: 85%;
        margin-right: auto;
    }

    .single-downloads #main h1 {
        font-size: 4em;
        margin-bottom: 50px;
        text-align: center;
    }

    .single-downloads #main h2 {
        font-size: 3em;
        text-align: center;
        margin-bottom: 0.67em
    }

    .single-downloads #main p {
        font-size: 1.25rem;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    #deeper-dive .grid-x {
        justify-content: center;
        display: flex;
    }

    #deeper-dive .grid-x .cta-box {
        height: 100%;
        margin-bottom: 0;
    }

    .post-type-archive-event #main .grid-margin-y,
    .post-type-archive-webinars #main .grid-margin-y {
        justify-content: center;
    }

    #speakers h3 {
        text-align: left;
        font-size: 1.75em;
    }

    #hm-newsletter {
        padding: 25px 0 10px;
    }

    .page-template-page-prod-prof .imp-wrap {
        max-width: 750px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -47% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: 37% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: -46% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 40% !important;
    }

    #watch-video .grn-btn {
        display: initial;
    }

    #watch-video .flex-video {
        padding-bottom: 335px;
        margin-bottom: 65px;
    }

    #hm-quotes img.quote {
        max-width: 50px;
    }

    .mcr .grid-x {
        align-items: flex-start;
        padding-top: 65px;
    }

    .mcr .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem);
    }

    .mcr .grid-container {
        padding-left: 0;
        padding-right: 0;
    }

    .mcr h3 span {
        display: block;
    }

    .mcrimg {
        min-height: 300px !important;
        position: relative;
        left: -60px;
    }

    .mcr .large-6:first-of-type {
        background-position: top 20px left 25%, bottom 100px right 45%;
        background-size: 75px, 75px;
        height: 480px;
        position: relative;
        top: -50px;
    }

    .mcr .large-6:last-of-type {
        position: relative;
        left: -50px;
        padding-right: 25px;
    }

    .mcr .grid-x:nth-of-type(odd) {
        flex-direction: row-reverse;
    }

    .mcr .grid-x:nth-of-type(odd) .large-6:last-of-type {
        left: 0;
        right: -50px;
        padding-right: 0;
        padding-left: 25px;
    }

    .mcr .grid-x:nth-of-type(odd) .large-6:first-of-type {
        background-position: top 10px right 100px, bottom 0 left 200px;
        background-size: 100px, 100px;
    }

    .mcr .grid-x:nth-of-type(odd) .mcrimg {
        left: initial;
        right: -60px;
        position: relative;
    }

    .cp_head {
        text-align: left;
    }

    .cp_head .grid-x {
        margin-bottom: 25px;
        align-items: center;
    }

    .cpimg {
        margin-bottom: 0;
    }

    .cp_head p {
        font-size: 18px;
    }

    #siteseal {
        margin-top: 25px;
    }

    #hm-hero .statwrap.grid-x {
        max-width: 650px;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
    }

    #hm-hero.flexslider ul.flex-direction-nav {
        display: block;
    }

    #hm-hero.flexslider .slides li.stacked {
        background-size: cover !important;
        background-position: left -100px center !important;
        padding-top: 0;
    }

    #hm-hero.flexslider .slides li.stacked .large-6 {
        text-align: right;
    }

    #hm-hero.flexslider .slides li.stacked .h1,
    #hm-hero.flexslider .slides li.stacked .h2 {
        text-align: right;
    }

    #hm-hero.flexslider .slides li.stacked .h1 {
        font-size: 35px;
        margin-right: 0;
    }

    #hm-hero.flexslider .slides li.stacked .h2 {
        font-size: 22px;
    }

    #hm-hero.flexslider .slides li.stacked .grid-x {
        width: 100%;
    }

    #hm-hero.flexslider .slides li.stacked .grid-margin-x > .large-offset-6 {
        margin-left: calc(25% + 0.9375rem);
    }

    #hm-hero.flexslider .slides li.stacked .grid-margin-x > .large-6 {
        width: calc(75% - 1.875rem);
    }

    #hm-hero.flexslider .slides li.stacked .large-6 .statwrap.grid-x {
        max-width: 400px;
        align-items: flex-end;
        margin-right: 0;
    }

    #hm-hero.flexslider .slides li.stacked .large-6 .statwrap .small-4 .stats {
        align-items: flex-end;
    }

    #hm-hero.flexslider .slides li.stacked .grid-container {
        align-items: center;
    }

    #hm-hero.flexslider .slides li.stacked .large-6 .statwrap.grid-x {
        margin-bottom: 50px;
    }
    .grn-btn.wgetstart,
    .grn-btn.vid-btn {
        font-size: 22px !important;
    }

    .grn-btn.vid-btn .fas {
        font-size: 35px;
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {

    #topnav {
        background-color: #003D79;
    }

    #topnav a {
        color: #abcf37;
        padding: 10px;
    }

    #top-menu {
        display: flex;
        justify-content: flex-end;
    }
    #masthead {
        padding: 0;
    }
    #main-nav {
        padding: 20px 25px;
    }

    #masthead.sticky-header #main-nav {
        /*padding: 15px 25px;*/
    }

    .fullsec .grid-x,
    #main-nav .grid-x {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    .event-sticky .large-9 {
        padding: 10px 0;
        text-align: center;
    }

    .event-sticky .large-3 {
        padding: 10px 0;
        text-align: center;
    }

    #hm-hero.flexslider h2 {
        font-size: 1.75em;
    }

    #hm-hero.flexslider h2.larger {
        font-size: 2.4em;
    }

    #hm-hero.flexslider h2 span {
        display: block;
    }

    #hm-hero.flexslider .cont-wrap.mw800 {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    #hm-hero.flexslider .btn-mrg {
        margin-top: 40px;
        margin-bottom: 0;
    }

    #hm-hero.flexslider .large-5 img {
        max-width: 400px;
        max-height: 100%;
    }

    #hm-hero.flexslider .grid-x {
        width: 1000px;
    }

    #key-benefits h2 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    #key-benefits .cont-wrap p {
        font-size: 1.3em;
    }

    #key-benefits .video {
        margin-top: 50px;
    }

    #slider .grid-x {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    #slider .medium-7 {
        font-size: 1.1em;
    }

    #slider .medium-7 ul {
        line-height: 1.3em;
    }

    #slider img.round {
        margin-top: 0;
        max-width: 100%;
    }

    .slides {
        padding: 65px 0;
    }
    .blog-banner .slides {padding: 0}
    .slides h4 {
        font-size: 1.5em;
    }

    #hm-quotes blockquote {
        padding-left: 75px;
        padding-right: 75px;
        font-size: 16pt;
    }

    #why-us {
        padding: 65px 0;
    }

    #why-us .grid-x {
        margin-bottom: 100px;
    }

    #why-us .grid-x:last-of-type {
        margin-bottom: 0;
    }

    #why-us .grid-x h3 {
        font-size: 37.6px;
    }

    #why-us .grid-x .cont-wrap {
        max-width: 375px;
    }

    #why-us .grid-x .cont-wrap p {
        font-size: 1.35em;
        line-height: 1.4em;
    }

    #why-us .grid-x .cont-wrap .btn-mrg {
        font-size: 16px;
    }

    #why-us .grid-x hr.grad {
        max-width: 300px;
        position: relative;
    }

    #why-us .grid-x:nth-of-type(odd) .medium-5 .cont-wrap {
        padding-right: 25px;
        margin: 0;
    }

    #why-us .grid-x:nth-of-type(odd) .medium-5 hr.grad {
        right: -75px;
    }

    #why-us .grid-x:nth-of-type(even) .medium-5 .cont-wrap {
        padding-left: 25px;
    }

    #why-us .grid-x:nth-of-type(even) .medium-5 hr.grad {
        left: -75px;
    }

    #deeper-dive {
        padding-top: 50px;
    }

    #deeper-dive h2 {
        margin-bottom: 50px;
    }

    #deeper-dive .teaser {
        font-size: 13pt;
    }

    #hm-newsletter p {
        font-size: 16pt;
    }

    #hm-newsletter p {
        font-size: 16pt;
    }

    #analyst-perspective .h1 {
        font-size: 51px;
        max-width: 80%;
    }

    #analyst-perspective p {
        font-size: 16pt;
    }

    #mission p {
        font-size: 1.4em;
    }

    .video-trigger {
        margin-bottom: -200px;
    }

    #about-quote {
        padding-top: 175px;
    }

    #about-quote blockquote {
        font-size: 15pt;
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
    }

    #about-quote blockquote:before {
        background-size: auto;
    }

    #about-quote cite {
        font-size: 12pt;
    }

    .r-row h2.section-title {
        margin-bottom: 50px;
    }

    .r-row h3 {
        font-size: 20pt;
    }

    .r-row p {
        font-size: 14pt;
    }

    .r-row hr.grad {
        max-width: 450px;
        position: relative;
    }

    .r-row .cont-wrap {
        max-width: 450px;
    }

    .r-row .grid-x:nth-of-type(odd) .cont-wrap {
        margin-left: auto;
        margin-right: 50px;
        text-align: left
    }

    .r-row .grid-x:nth-of-type(odd) p {
        margin-left: auto;
    }

    .r-row .grid-x:nth-of-type(odd) hr.grad {
        right: 0;
    }

    .r-row .grid-x:nth-of-type(even) .medium-6:first-of-type {
        padding-left: 50px;
    }

    .r-row .grid-x:nth-of-type(even) .cont-wrap {
        margin-right: auto;
    }

    .r-row .grid-x:nth-of-type(even) hr.grad {
        left: 0;
    }

    #core-values {
        text-align: left;
    }

    #core-values h4 {
        margin-bottom: 0;
        text-align: left;
        font-size: 18pt;
    }

    #core-values .cont-wrap {
        text-align: left;
        font-size: 14pt;
    }

    #core-values img {
        margin-bottom: 0;
    }

    #core-values .medium-6:nth-of-type(odd) {
        padding-right: 25px;
    }

    #core-values .medium-6:nth-of-type(even) {
        padding-left: 25px;
    }

    #core-values .medium-6 .grid-x {
        align-items: center;
        margin-bottom: 25px;
    }

    .blog .grid-margin-y {
        max-width: 100%;
    }

    .blog #main {
        padding-top: 0;
    }
    .category.archive #main .grid-container > .grid-x,
    .search #main .grid-container > .grid-x,
    .blog #main .grid-container > .grid-x {
        flex-direction: row-reverse;
    }

    .search #main .large-9 {
        padding: 10px 50px;
    }

    .search .post-thumbnail {
        width: 25%;
        float: left;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .search .entry-summary {
        width: 75%;
        margin-top: 0px;
    }

    .blog #main .large-9 {
        padding-left: 50px;
        padding-top: 30px;
    }

    .single #main {
        padding-top: 0;
        font-size: 14pt;
    }

    .single #main.grid-container > .grid-x {
        flex-direction: row-reverse;
    }

    .single #main .large-3 {
        width: 33.333%;
    }
    .archive .content-area .cell.large-9 {padding-left: 65px;padding-top: 30px;}
    .single #main .large-9 {
        padding-left: 50px;
        padding-top: 65px;
        width: 66.666%;
    }

    .blog-left-sec {padding-top: 30px;}
    .single-downloads #main .large-9 {
        width: 60.666%
    }

    .single .entry-header .soc-share a .fab {
        width: 35px;
        height: 35px;
    }

    .yarpp-related h3.text-center {
        margin-bottom: 50px;
    }

    .yarpp-related hr.grad {
        margin-bottom: 50px;
    }

    .yarpp-related .grid-x {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    #contact-hero {
        padding: 65px 0;
    }

    #contact-hero h1 {
        font-size: 4em;
    }

    #contact-hero .intro p {
        font-size: 16 ptt;
    }

    #offices h3.section-title {
        margin-bottom: 50px;
    }

    #offices .grid-margin-y {
        flex-direction: row-reverse;
    }

    #getademo .gad-cont {
        font-size: 14pt;
    }

    #thank-you {
        padding: 75px 0;
    }

    #thank-you .ty-cont {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-size: 20pt;
    }
    #thank-you.video-big .ty-cont {max-width: 100%;}
    .video-big .ty-cont iframe {width: 100%;}
    #gad {
        padding: 75px 0;
    }

    #gad .ty-cont {
        font-size: 20pt;
        text-align: left;
        max-width: 100%;
    }

    #gad .form-wrap {
        max-width: 100%;
    }

    #gad h1 {
        text-align: left;
    }

    #solent-hero h1 {
        max-width: 900px;
    }

    .page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6 span {
        font-size: 2em;
    }

    .page-template-page-solutions-enterprise .chart-wrap.plat .large-3 {
        width: calc(20% - 1.875rem);
    }

    #sample-programs {
        padding: 65px 0;
    }

    #sample-programs .grid-x .medium-6:first-of-type {
        padding-left: 50px;
    }

    #sample-programs p {
        font-size: 14pt;
    }

    #sample-programs ul {
        font-size: 14pt;
    }

    #sample-programs-Information {
        padding: 65px 0;
    }

    #sample-programs-Information .grid-x .medium-6 {
        padding-left: 50px;
    }

    #sample-programs-Information p {
        font-size: 14pt;
    }

    #sample-programs-Information ul {
        font-size: 14pt;
    }

    #charts {
        padding: 85px 0;
    }

    #charts .text-divider.top h3 {
        font-size: 1.5em;
    }

    .chart-section .medium-6 {
        min-height: 65px;
        font-size: 16pt;
    }

    .single-event #main,
    .single-webinars #main {
        padding: 65px 0;
    }

    .single-event #main.grid-container > .grid-x,
    .single-webinars #main.grid-container > .grid-x {
        flex-direction: row;
    }

    .single-event #main .large-8,
    .single-webinars #main .large-8 {
        padding-right: 50px;
    }

    .single-event #main .large-8.large-12,
    .single-webinars #main .large-8.large-12 {
        padding-right: 0;
    }

    .single-event #main .large-8 h2,
    .single-webinars #main .large-8 h2 {
        font-size: 32pt;
        margin: 10px 0 35px;
    }

    .single-event #main .large-8 .web-type,
    .single-webinars #main .web-type,
    .single-webinars #main .large-8 .web-type {
        font-size: 24pt;
        margin: 0;
    }

    .single-event #main .large-8 .date-time,
    .single-webinars #main .large-8 .date-time {
        font-size: 18pt;
    }

    .single-event #main .large-8 ul li,
    .single-webinars #main .large-8 ul li {
        background-size: 21px;
        padding-left: 35px;
    }

    #speakers {
        padding: 65px 0 75px;
    }

    #speakers h2.text-center {
        margin-bottom: 50px;
        font-size: 35pt;
    }

    #speakers .medium-6 {
        margin-bottom: 0;
        max-width: 320px;
    }

    .speaker-wrap img {
        border-width: 10px;
    }

    .page-template-page-in-videos .video-row .grid-x {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: row-reverse;
    }

    .page-template-page-in-videos .video-row h3 {
        margin-bottom: 50px;
    }

    .page-template-page-in-videos .video-row h4 {
        font-size: 20pt;
    }

    .page-template-page-in-videos .video-row hr.grad {
        max-width: 1075px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-pricing #main {
        padding: 65px 0;
    }

    .pricing-box {
        padding: 35px 45px;
    }

    .pricing-box .features {
        font-size: 14pt;
    }

    .pricing-box ul li {
        background-size: 21px;
        padding-left: 35px;
        margin-bottom: 25px;
    }

    .founders {
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-leadership #main {
        padding: 65px 0;
    }

    .page-template-default #main {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .page-template-page-solutions-prof .intro {
        padding: 65px 25px;
        text-align: center;
    }

    .page-template-page-solutions-prof .intro p {
        font-size: 16pt;
    }

    .page-template-page-solutions-prof #about-quote p {
        font-size: 18pt;
    }

    .page-template-page-solutions-prof .chart-wrap.plat .large-3 {
        width: calc(20% - 1.875rem);
    }

    #cj-table {
        max-width: 1200px;
    }

    #mdet.r-row ul,
    #pslec.r-row ul {
        font-size: 14pt;
    }

    .single-downloads #main {
        padding: 65px 0 !important;
    }

    .how-it-works {
        padding: 65px 0;
    }

    .cont-ug {
        font-size: 14pt;
    }

    .cont-ug h3 {
        font-size: 1.75em;
    }

    .page-template-page-prod-ent .imp-wrap {
        max-width: 550px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -38% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: -11% !important;
        top: 58% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: 35% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 16% !important;
        top: 44% !important;
    }

    .page-template-page-prod-prof .imp-wrap {
        max-width: 750px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-prof .how-it-works {
        padding: 65px 0 0;
    }

    #hm-quotes img.quote {
        max-width: 50px;
    }

    .mcrimg {
        min-height: 400px !important;
        max-width: 500px;
    }

    .mcr .grid-x {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .mcr .large-6:first-of-type {
        background-position: top 10px left 25%, bottom 10px right 45%;
        background-size: 110px, 110px;
        height: 500px;
    }

    .mcr .grid-x:nth-of-type(even) .large-6:first-of-type {
        background-position: top 0px left -100px, bottom 0 right 15px;
        background-size: 165px, 165px;
        margin-right: 1.875rem;
        margin-left: 0;
    }

    .hmcta {
        padding: 65px 0;
    }

    .hmcta h2 {
        font-size: 40px;
    }

    .hmcta h2 span {
        display: block;
    }

    .cp_head {
        padding: 65px 0;
    }

    .cp_head h2 {
        max-width: 800px;
        font-size: 46px;
        margin-bottom: 50px;
    }

    .cp_head h2 span {
        display: block;
    }

    .cp_head p {
        font-size: 20px;
    }

    .cp_head .large-10 {
        padding-left: 25px;
    }

    .thrcol {
        padding: 80px 0;
    }

    .thrcol .box-wrap {
        position: relative;
        padding-bottom: 35px;
    }

    .thrcol .btn-mrg {
        position: absolute;
        left: 15px;
        right: auto;
        text-align: center;
        bottom: 15px;
        margin: 0;
    }

    .thrcol .large-4 {
        margin-bottom: 0;
    }

    .site-footer .grid-container {
        max-width: 1100px;
    }

    #hm-hero.flexslider .grid-container {
        padding-left: 75px;
        padding-right: 75px;
    }

    #hm-hero.flexslider .grid-container .grid-x {
        max-width: 600px;
    }

    #hm-hero.flexslider .slides li.stacked .grid-container .grid-x {
        max-width: 100%;
    }

    #hm-hero.flexslider .slides li.stacked {
        background-position: top left !important;
    }

    #hm-hero.flexslider .slides li.stacked .btn-mrg {
        margin-right: 0;
    }

    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {
        font-size: 32px;
    }

    #hm-hero p {
        font-size: 1.2em;
        /* max-width: 400px;*/
    }
    #hm-hero.flexslider .grid-container {padding-bottom: 0;padding-top: 0;}
}

@media only screen and (min-width: 1200px) {
    .custom-logo-link img {
        /*max-width: 100%;*/
        /*max-width: 175px;*/
    }

    .site-footer .foot-logo {
        max-width: 100%;
        width: 180px;
    }

    #foot-menu ul.sub-menu li a {
        padding: 0 0 10px;
    }

    .site-footer .grid-x {
        margin-bottom: 25px;
    }

    .legal {
        margin-top: 0;
    }

    .legal span {
        display: inline-block;
    }

    .legal a:after {
        margin: 0 8px;
    }

    .event-sticky .large-5 {
        text-align: center;
    }

    .event-sticky .date-loc {
        text-align: left;
    }

    #hm-hero.flexslider h2 {
        font-size: 2.2em;
    }

    #hm-hero.flexslider h2.larger {
        font-size: 3.1em;
    }

    #hm-hero.flexslider .cont-wrap.mw800 {
        max-width: 700px;
    }

    #hm-hero.flexslider .large-5 img {
        max-width: 550px;
    }

    #key-benefits {
        padding: 65px 0;
    }

    #key-benefits .grid-x {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    #key-benefits h2 {
        max-width: 100%;
    }

    #key-benefits h2 span {
        display: block;
    }

    #key-benefits .cont-wrap p {
        font-size: 1.5em;
        max-width: 300px;
    }

    #slider .grid-x {
        max-width: 900px;
    }

    #slider .medium-7 {
        font-size: 1.3em;
    }

    #hm-quotes {
        padding: 75px 0;
    }

    #hm-quotes .owl-nav {
        font-size: 6em;
        top: calc(50% - 57.5px);
    }

    #hm-quotes blockquote {
        font-size: 20pt;
    }

    #hm-quotes cite {
        font-size: 13pt;
        margin-top: 50px;
    }

    #hm-quotes img.quote {
        margin-bottom: 35px;
    }

    #why-us {
        padding: 75px 0;
    }

    #why-us .grid-x {
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
    }

    #analyst-perspective .h1 {
        font-size: 64px;
    }

    .r-row {
        padding: 75px 0;
    }

    .r-row h2.section-title {
        margin-bottom: 65px;
    }

    .r-row h3 {
        font-size: 22pt;
        margin-bottom: 10px;
    }

    .r-row p, .r-row ul, .r-row ol {
        font-size: 14pt;
    }

    .r-row .grid-x {
        margin-bottom: 75px;
    }

    #core-values {
        padding: 65px 0;
    }

    #core-values h2.section-title {
        margin-bottom: 65px;
    }

    #about-vid .thumb-link img {
        max-width: 600px;
    }

    .single .post-thumbnail {
        margin: 25px 0 50px;
    }

    .single h1.entry-title {
        font-size: 28pt;
    }

    .single #main .large-3 {
        width: 25%;
    }

    .single #main .large-9 {
        width: 75%;
    }

    .single-downloads #main .large-9 {
        width: calc(75% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }

    .single-downloads #main .large-3 {
        width: calc(25% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }

    #contact-hero {
        padding: 75px 0;
    }

    #contact-hero h1 {
        font-size: 5em;
    }

    #contact-hero h2 {
        font-size: 3em;
        margin-bottom: 0;
    }

    #contact-hero h3 {
        margin: 0;
        font-size: 2.2em;
    }

    #contact-hero .intro p {
        font-size: 16pt;
    }

    #contact-hero .grid-x .medium-6 {
        font-size: 16pt;
    }

    #offices {
        padding: 75px 0;
    }

    #offices h3.section-title {
        margin-bottom: 75px;
    }

    #getademo {
        padding: 75px 0;
    }

    #thank-you .grid-container {
        max-width: 1040px;
    }
    #thank-you .thank-head .grid-container,
    #thank-you .thank-content .grid-container {
        max-width: 1150px;
    }

    #gad .large-7 {
        width: calc(68% - 1.875rem);
    }

    #gad .large-5 {
        width: calc(32% - 1.875rem);
    }

    #gad h1 {
        font-size: 4em;
        text-align: center;
    }

    #gad .ty-cont {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    #gad .ty-cont.no-pad {
        max-width: 100%;
    }

    #gad .ty-cont p {
        font-size: 26pt;
    }

    #solent-hero {
        padding-top: 75px;
    }

    #solent-hero h1 {
        margin-bottom: 75px;
    }

    #solent-hero .sehero-img {
        top: 205px;
    }

    .page-template-page-solutions-enterprise #benefits {
        padding-top: 250px;
    }

    .page-template-page-solutions-enterprise #benefits.r-row .two-col .medium-6 {
        font-size: 16pt;
    }

    .page-template-page-solutions-enterprise #benefits .btn-mrg {
        margin: 100px 0 50px;
    }

    #sample-programs {
        padding: 75px 0;
    }

    #sample-programs h3.section-title {
        margin-bottom: 65px;
    }

    #sample-programs .grid-x {
        padding-bottom: 75px;
        margin-bottom: 75px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #sample-programs-Information {
        padding: 75px 0;
    }

    #sample-programs-Information h3.section-title {
        margin-bottom: 65px;
    }

    #charts {
        padding: 100px 0 75px;
    }

    .chart-wrap {
        padding: 45px 50px;
    }

    .chart-wrap .heading {
        top: -60px;
    }

    .chart-wrap .heading h3 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .page-template-page-pricing #main {
        padding: 75px 0;
    }

    .page-template-page-leadership #main {
        padding: 75px 0;
    }

    .page-template-page-leadership #founding-members {
        margin-bottom: 150px;
    }

    .page-template-page-solutions-prof #about-quote {
        padding-top: 65px;
        padding-bottom: 350px;
    }

    #cj-table {
        top: -250px;
        margin-bottom: -150px;
    }

    .single-downloads #main .large-8 {
        margin-top: 50px;
    }

    #mdet.r-row .two-coltxt {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    #mdet.r-row .two-coltxt hd.grad {
        position: relative;
        left: -25px;
    }

    #hm-newsletter .gform_wrapper .gfield_description {
        top: -7px;
        width: 90%;
    }

    #hm-newsletter .gform_wrapper ul.gform_fields {

    }

    #hm-quotes .owl-item blockquote {
        font-size: 22pt;
    }

    #hm-quotes .owl-item cite {
        font-size: 16pt;
    }

    .mcr .grid-x {
        max-width: 1124px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .mcr .large-6:first-of-type {
        padding-left: 50px;
        padding-right: 50px;
    }

    .mcr .grid-x:nth-of-type(even) .large-6:first-of-type {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        background-position: top 0px left 0, bottom 0 right 60px;
    }

    .mcr .grid-x:nth-of-type(even) .mcrimg {
        right: -15px;
    }

    .mcr .large-6:last-of-type {
        padding-right: 50px;
    }

    .mcr .grid-x:nth-of-type(even) .large-6:last-of-type {
        padding-left: 50px;
    }

    #hm-hero.flexslider .slides li.stacked .h1 {
        font-size: 40px;
    }

    #hm-hero.flexslider .slides li.stacked .h2 {
        font-size: 24px;
    }

    #hm-hero.flexslider .slides li.stacked .statwrap span {
        font-size: 32px;
    }

    #hm-hero.flexslider .slides li.stacked .grid-container {
        max-width: 1100px;
    }

    #hm-hero.flexslider .slides li.stacked .grid-container {
        padding-right: 0;
    }
    #hm-hero.flexslider .grid-container {padding-bottom: 25px;padding-top: 25px;}
    #hm-hero .flex-control-nav {bottom: 0;}
}


@media only screen and (min-width: 1366px) {
    #hm-hero {
        max-height: inherit;
    }

    #hm-hero.flexslider h2 {
        font-size: 2em;
    }

    #hm-hero.flexslider .cont-wrap.mw800 {
        max-width: 800px;
    }

    #hm-hero.flexslider .grid-container {
        /*min-height: 600px;*/
        min-height: 350px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 1500px) {
    #hm-hero .flex-control-nav {bottom: 20px;}
    #hm-hero.flexslider .grid-container {padding-bottom: 65px;padding-top: 65px;}
    #hm-hero.flexslider .grid-container {min-height: 400px;}
    #hm-hero { /*max-height: 685px;*/
    }

    #hm-hero.flexslider .slides li { /*min-height: 685px;*/
    }
}

@media only screen and (min-width: 1600px) {
    #hm-hero { /*max-height: 720px;*/
    }

    #hm-hero.flexslider .slides li { /*min-height: 720px;*/
    }

    .event-sticky .large-7 h3 {
        text-align: right;
        font-size: 1.5rem;
    }

    .event-sticky .date-loc {
        text-align: center;
    }

    .event-sticky .date-loc span.sep {
        display: inline-block;
    }

    .event-sticky .date-loc .loc {
        display: inline-block;
        text-align: center;
    }

    .event-sticky .date-loc .date {
        display: inline-block;
    }

    .single-downloads #main {
        padding: 100px 0 !important;
    }

    .page-template-page-prod-ent .imp-wrap {
        max-width: 750px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -24% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: -11% !important;
        top: 56% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: 26% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 16% !important;
        top: 45% !important;
    }
}

@media only screen and (min-width: 1920px) {
    #hm-hero.flexslider .slides li {
        background-position: center center !important;
    }

    #hm-hero { /*max-height: 860px;*/
    }

    #hm-hero.flexslider .slides li { /*min-height: 860px;*/
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-page-prod-ent .imp-wrap {
        max-width: 550px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -38% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: -11% !important;
        top: 51% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: 35% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 13% !important;
        top: 33% !important;
    }

    .page-template-page-prod-prof .imp-wrap {
        max-width: 750px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -41% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: 35% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: -40% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 38% !important;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -28% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: -9% !important;
        top: 55% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: 180px !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 14% !important;
        top: 52% !important;
    }

    .page-template-page-prod-prof .imp-wrap {
        max-width: 750px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        left: -47% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: 37% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: -46% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 40% !important;
    }
}

@media only screen and (max-width: 640px) {
    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        top: -6% !important;
        left: -50% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        left: -8% !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: 180px !important;
    }

    .page-template-page-prod-ent .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 12% !important;
        top: 28% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        top: -11% !important;
        left: -57% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        top: -11% !important;
        left: 45% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: -55% !important;
        top: 62% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 48% !important;
        top: 65% !important;
    }
}

@media only screen and (max-width: 480px) {
    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image {
        width: 100% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(1) {
        top: -19% !important;
        left: -78% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(2) {
        top: -22% !important;
        left: 61% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(3) {
        left: -74% !important;
        top: 51% !important;
    }

    .page-template-page-prod-prof .imp-wrap .imp-image-backgrounds-container .imp-shape-background-image:nth-of-type(4) {
        left: 61% !important;
        top: 49% !important;
    }
}

/*# sourceMappingURL=maps/style.css.map */

/*16.7.2020*/
.my-topbanner {
    width: 100%;
    height: auto;
}

.my-topbanner img {
    width: 100%;
    height: auto;
}

.demo-btnwrapper {
    background: #f5f6f7;
    width: 100%;
    padding: 60px 0;
    margin-bottom: 50px;
}

.land-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.lan-demobtn {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.lan-demobtn li {
    list-style: none;
    margin-right: 15px
}

.lan-demobtn li a:hover {
    opacity: 0.7;
}

.lan-demobtn li:nth-child(1) a {
    text-decoration: none;
    background: #003d79;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 100px;
}

.lan-demobtn li:nth-child(2) a {
    text-decoration: none;
    background: #a8cf4a;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 100px;
}

.lan-demobtn li:nth-child(3) a {
    text-decoration: none;
    background: #468ecb;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 100px;
}

.land-txt p {
    color: #2b3942;
    font-size: 19px;
    line-height: 27px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.lan-4box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    padding: 0;
    margin: 30px 0 0 0;
    flex-direction: row;
}

.lan-4box li {
    list-style: none;
}

.land-tabl {
    margin-top: 45px;
}

.land-btmcont {
    border-top: 2px solid #95a0ac;
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 40px;
    margin-bottom: 50px;
}

.land-txt p span {
    font-weight: bold;
}

.land-btmcont p {
    color: #2b3942;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 70%;
    margin: 0 auto 50px;
    text-align: center;
}

.land-tabl img {
    max-width: inherit;
    height: auto;
}

#subhero > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#subhero a {
    color: #013d79;
    font-size: 20px;
    margin: 10px;
    font-weight: 700;
    padding: 0;
    border-radius: 5px;
}

.botm-txtlogo {
}

@media only screen and (max-width: 1156px) {
    .land-container {
        padding: 0 20px;
    }

    .lan-4box li {
        width: 50%;
        margin-bottom: 20px;
    }

    .lan-4box li img {
        width: 100%;
    }

    .land-tabl img {
        width: 100%;
    }

    .land-btmcont p {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .lan-4box li {
        width: 100%;
    }

    .lan-demobtn li:nth-child(1) a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .lan-demobtn li:nth-child(2) a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .lan-demobtn li:nth-child(3) a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .lan-demobtn li {
        width: 100%;
        margin-bottom: 20px;
    }

    .lan-demobtn {
        flex-direction: column;
    }
}

#benefits .two-col .medium-6 {
    width: 100%;
    margin-bottom: 20px !important;
    text-align: left;
    padding-left: 0;
}

.smart-habtitle {
    font-weight: bold;
}

.smart-habtitle3 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 38px;
}

.smart-habtitle3 span {
    display: block;
    font-weight: 600;
}

.smart-habtitle {
    font-size: 2em !important;
}

.smart-habtitle2 {
    font-size: 1.5em;
}

.videosec-smart iframe {
    width: 100%;
    height: 490px;
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
}

.videosec-smart p {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.videosec-smart ul {
    display: flex;
    text-align: left;
    justify-content: left;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 20px;
}

.videosec-smart ul li {
    list-style: none;
    font-size: 1.3em;
    margin-right: 27px;
}

.regis-nowbtn {
    padding: 22px 70px;
    background-color: #abcf37;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 23px;
    margin-top: 10px;
    display: inline-block;
}

.videosec-smart {
    width: 100%;
    max-width: 1500px;
    margin: 50px auto 0;
    text-align: left;
    display: flex;
}

.videonwrapp {
    width: 100%;
    margin-right: 50px;
}

.vdotxtwrapp {
    width: 100%;
}

.smart-habtitle2 span {
    font-weight: 600;
}

.smart-habtitle2 sup.tradmark {
    top: -1em;
    font-size: 14px;
    left: -7px;
}

@media only screen and (max-width: 767px) {
    nav.mobile-navigation {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 290px);
    }

    .videosec-smart {
        display: block;
    }

    .disflx {
        display: block !important;
    }

    .bottom-footersection {
        float: none;
    }

    .bottom-date-warp {
        display: block !important;
        clear: both;
    }

    .botmdat {
        margin-bottom: 20px;
        line-height: 27px;
        width: 100% !important;
    }

    .left-center {
        width: 100% !important;
    }
}

#subhero .grid-container a:nth-child(2) img {
    max-width: 342px;
}


/*pop-up coustom*/

#overlay {
    width: 60%;
    margin: 0 auto;
    background: none;
    color: black;
    padding: 10px;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 1000;
    display: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
    width: 100%;
    height: 100%;
    display: none;
}

#overlay:target, #overlay:target + #mask {
    display: block;
    opacity: 1;
}

.close {
    display: block;
    position: absolute;
    top: 10px;
    right: -32px;
    background: #013d79;
    color: white;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 35px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

#open-overlay {
    padding: 12px 30px;
    background: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 20px;

}

.videoonpop iframe {
    width: 100%;
    height: 630px;
}

.mainwrapper {
    padding-bottom: 70px;
}

.main-container {
    margin: 0 auto;
    background: #0f1f36;
    padding-bottom: 50px;
    width: 100%;
}

.top-headersection img, .bottom-footersection img {
    width: 100%;
    height: auto;
}

.main-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main-title span {
    display: block;
    font-size: 25px;
}

.center-content p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}

.center-content {
    padding: 0 20px;
}

.disflx {
    display: flex;
    margin-top: 40px;
}

.left-center {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 19px;
    margin-top: 50px;
}

.left-centitle, .main-skillttle {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.main-skillttle {
    text-decoration: underline;
}

.bottom-date-warp {
    display: flex;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
}

.botmdat {
    color: #fff;
    text-align: center;
    width: 50%;
    font-weight: bold;
    font-size: 20px;
}

.btnrgisbtnn {
    width: 240px;
    margin: 0 auto;
    display: block;
    background: #92d050;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
}

.main-skilinlef ul li {
    text-align: left;
    font-weight: 100;
    position: relative;
    list-style: none;
    line-height: 35px;
}

.main-skilinlef ul li:before {
    background: url("https://devwp.numly.io/wp-content/uploads/2020/11/list-newstyle.jpg") no-repeat;
    content: "";
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 21px;
    top: 5px;
    left: -22px;
}

.bottom-footersection {
    clear: both;
    margin-top: 30px;
    width: 100%;
    border-left: 2px solid #0f1f36;
    border-right: 1px solid #0f1f36;
}

.top-headersection {
    margin-top: 50px;
}

.top-headersection img {
    border-right: 4px solid #0f1f36;
    border-top: 2px solid #0f1f36;
}

.page-template-page-press-release .news-item {
    padding: 35px 0;
}

.page-template-page-press-release .news-item:nth-of-type(even) {
    background-color: #f4f4f4;
}

.page-template-page-press-release .news-item .date,
.page-template-page-press-release .news-item .loc-source {
    color: #717175;
    text-transform: uppercase;
    font-weight: bold;
}

.page-template-page-press-release .news-item .loc-source {
    margin-bottom: 25px;
}

.page-template-page-press-release .news-item h3 {
    font-weight: 800;
    color: #000;
    line-height: 1.2em;
    margin: 5px 0;
}

.page-template-page-press-release .news-item h3 a {
    color: #000;
}

.page-template-page-press-release .news-item h3 a:visited {
    color: #000;
}

.page-template-page-press-release color: #0099cc

;
}

.page-template-page-press-release .news-item .cont-read a {
    color: #abcf37;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10pt;
}

.page-template-page-press-release .news-item .cont-read a:visited {
    color: #abcf37;
}

.page-template-page-press-release .news-item .cont-read a:hover {
    color: #8caa29;
}

.page-template-page-press-release .pagination {
    margin: 50px 0;
}

.clear {
    clear: both;
    width: 100%;
}

/*17-03-2021*/
.pr_images_column {
    border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
    padding: 5px;
    margin-top: 65px;
}

.pr_images_column p {
    margin: 0;
    padding: 10px;
}

.pr_image {
    margin: 10px 0;
}

.single #main .large-9.pcont-left {
    padding-right: 60px;
    padding-left: 0
}

.press-release-sec {
    margin-bottom: 50px;
}

.onlycont {
    padding-top: 65px;
}

.calendly-form-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(31, 31, 31, 0.4);
    z-index: 9999;
    display: none;
}

.show-calendly {
    overflow: hidden;
}

.show-calendly .calendly-form-wrap {
    display: flex;
}

.calendly-form {
    display: block;
    min-width: 1000px;
    max-width: 1000px;
    height: 90%;
    max-height: 680px;
    position: relative;
}

.calendly-form iframe {
    border: 0 none;
}

.close-cf {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: none;
    border: 0 none;
    font-size: 50px;
    line-height: normal;
    padding: 20px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.close-cf:hover {
    cursor: pointer;
    color: #dadada
}

.event-sticky-wrap.sticky-container + .event-sticky-wrap.sticky-container .sticky.is-stuck.is-at-top {
    top: 54px !important;
}

.event-sticky-wrap {
    position: relative;
}

.single-downloads #main .large-8 img.alignright {
    margin-top: 35px;
}

.main-navigation ul ul li:hover ul.sub-menu {
    left: inherit;
    right: 100%;
}

.main-navigation ul ul li ul.sub-menu li a {
    width: 230px;
}

.single-downloads #main .form-wrap h2 {
    color: #000;
    font-size: 16pt !important;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}

.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield, .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0 !important;
}
.hr-banner {
    position: relative;
}

.hr-banner::before {
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hr-banner-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hr-banner-cont .grid-x {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.hr-banner-cont h1 {
    font-size: 64px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
    display: block;
    padding: 30px 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.hr-banner-cont img {
    max-width: 530px;
}

.hr-pulse-content .grid-x {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.hr-pulse-content .large-8 p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}

.hr-pulse-content ul {
    margin: 0;
    padding: 0;
}

.hr-pulse-content .large-8 ul li {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    margin: 0 0 10px;
    list-style-type: none;
    padding: 0 0 0 20px;
}

.hr-pulse-content .large-8 ul li::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ACDC24;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}

.hr-pulse-content .large-8 p strong {
    font-weight: 500;
}

.hr-pulse-content {
    padding: 60px 0;
}

.hr-pulse-content .form-wrap {
    background-color: #ffffff;
    box-shadow: 0 3px 56px rgb(0 0 0 / 16%);
    padding: 45px;
    margin: -500px 0 0;
    position: relative;
}

.hr-pulse-content .form-wrap h3.gform_title {
    display: none;
}

.hr-pulse-content .form-wrap h2 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

.hr-pulse-content .form-wrap .gform_wrapper ul li.gfield {
    padding-right: 0;
}

.hr-pulse-content .form-wrap div.ginput_container_name span,
.hr-pulse-content .form-wrap input[type="text"],
.hr-pulse-content .gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium, .hr-pulse-content .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .hr-pulse-content .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100% !important;
}

.hr-pulse-content .form-wrap label {
    font-size: 18px !important;
    line-height: normal;
    font-weight: normal;
    position: relative;
    color: #0a0a0a;
}

.hr-pulse-content .form-wrap input[type="checkbox"] + label::before {
    background: no-repeat center center;
    background-color: #f4f4f4;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

.hr-pulse-content .form-wrap input[type="checkbox"]:checked + label::before {
    background-color: #abcf37;
    background-image: url(https://devwp.numly.io/wp-content/themes/numly/images/check.png);
    background-size: 12px 10px;
    border-color: #abcf37;
}

.hr-pulse-content .form-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.hr-pulse-content label.gfield_consent_label {
    padding-left: 31px !important;
    font-size: 14px !important;
    line-height: 25px;
}

.hr-pulse-content .gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description,
.hr-pulse-content .gform_legacy_markup_wrapper .field_description_below .gfield_consent_description {
    margin-top: 0;
    border: 0 none;
    overflow: inherit;
    font-size: 14px;
    line-height: 24px;
    color: #0a0a0a;
}

.hr-pulse-content .grid-x > .large-8 {
    padding-right: 115px;
}


.bannertop {
    padding: 80px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bannertop h1 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 34px;
    padding-bottom: 25px;
    position: relative;
}

.bannertop h1 span {
    color: #AADB1E;
}

.greencont p span span,
.sf-title span span,
.bannertop h1 span span {
    font-family: 'Itim', cursive;
    font-weight: normal;
}

.bannertop h1::after {
    display: block;
    content: "";
    background-color: #C6E768;
    height: 5px;
    width: 55px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.bannertop p {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    color: #ffffff;
}

.testimonial-sec .mainbd-wrap {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-sec {
    overflow: hidden;
    background-color: #ffffff;
    background-image: url("images/testimonial-bgtopright.png"), url("images/testimonial-bgbottompright.png");
    background-repeat: no-repeat;
    background-position: bottom right, top right;
}

.trcont h2 {
    color: #111313;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 10px;
}

.trcont p {
    color: #111313;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
}

.trcont h2 span {
    display: block;
    font-size: 53%;
    font-weight: normal;
    margin: 2px 0;
}
.future-program.testimonial-sec .tsrc {
    margin-right: 50px;
    max-width: 50%;
    flex: 1 1 50%;
}
.future-program.testimonial-sec .tsrc figure::before {
    width: 64px;
    height: 70%;
    border-radius: 0;
    background-color: #003D79;
    transform: inherit;
    top: -10px;
    left: -10px;    
}
.future-program.testimonial-sec .tsrc figure::after {
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border-radius: 0;
    background-color: #6DB33F;
    bottom: -10px;
    right: -10px;    
    position: absolute;
    z-index: -1;
}
.future-program.testimonial-sec .mainbd-wrap {
    padding: 0 15px;
}
.future-program.testimonial-sec .trcont {
    font-style: italic;
    flex: 1;
}
.future-program.testimonial-sec .trcont h2 {
    margin-bottom: 20px;
}
.future-program.testimonial-sec .trcont p {
    font-size: 16px;
    margin-bottom: 20px;
}
.mainbd-wrap .trcont h5 {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    margin: 25px 0 0;
    text-align: left;
}

.trcont {
    padding: 45px 0;
    max-width: 60%;
    flex: 0 0 60%;
    position: relative;
    z-index: 1;
}

.tsrc {
    max-width: 40%;
    flex: 0 0 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tsrc figure {
    margin: 0;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 3px 26px rgb(0 0 0 / 16%);
    position: relative;
    z-index: 1;
}

.tsrc figure::before {
    display: block;
    content: "";
    background-color: rgb(255 255 255 / 64%);
    /* background-color: #3e9231; */
    width: 160%;
    height: 160%;
    border-radius: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    box-shadow: 0 -7px 66px rgb(0 0 0 / 2%);
}

.tsrc figure img {
    position: relative;
}

.tsrc::before {
    display: block;
    content: "";
    background-color: rgb(245 246 246 / 44%);
    /* background-color: #3e9231; */
    width: 160%;
    height: 160%;
    border-radius: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 1;
}

.tsrc::after {
    display: block;
    content: "";
    background-color: rgb(245 246 246 / 60%);
    /* background-color: #3e9231; */
    width: 200%;
    height: 200%;
    border-radius: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 0;
}

.greencont {
    background-color: #387C2C;
    padding: 60px 15px 45px;
    color: #fff;
}


.greencont p {
    color: #ffffff;
    font-size: 26px;
    line-height: 38px;
}

.greencont p span {
    color: #D7FF65;
}
.greycont {
    background-color: #f1f1f1;
    padding: 60px 15px 36px;
}
.greycont p {
    font-size: 22px;
    line-height: 34px;
}
.greycont p span {
    color: #3e9231;
}

.logosliderwrap {
    padding: 60px 0;
}

.logoslider a {
    display: block;
}

.logoslider .item {
    border: 1px solid #ccc;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 170px;
    margin: 0 10px;
    border-radius: 10px;
}
.logoslider .item a {
    display: table;
    text-align: center;
}
.logoslider .item  img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    object-position: center;
}

.logoslider .owl-carousel .owl-item img {
    width: 95%;
    margin: auto;
}

.logoslider .owl-nav {
    margin: 0;
}

.logoslider .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -80px;
    top: 0;
    width: 35px;
    margin: 0;
    height: 100%;
    line-height: 0;
}

.logoslider .owl-theme .owl-nav {
    margin: 0;
    line-height: 0;
}

.logoslider .owl-theme .owl-nav [class*=owl-] span {
    /* display: none; */
    font-size: 60px;
    font-family: 'Varela Round', sans-serif;
    color: #c8c8c8;
}

.logoslider .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.logoslider .owl-theme .owl-nav [class*=owl-]:hover span {
    color: #000000;
}

.logoslider .owl-theme {
    line-height: 0;
}

.logoslider .owl-theme .owl-nav [class*=owl-].owl-next {
    left: inherit;
    right: -80px;
}

.logoslider {
    position: relative;
    padding: 30px;
    box-shadow: 0 3px 76px rgb(0 0 0 / 10%);
}

.logoslider .owl-carousel .owl-item {
    text-align: center;
}

.sf-title {
    font-size: 34px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    max-width: 890px;
    margin: 0 auto 0;
    position: relative;
    background: transparent url("images/title-line-icon.svg") no-repeat top center;
    padding-top: 27px;
}


.occ-sec {
    padding: 50px 0;
    overflow-x: hidden;
}

.contsdesk {
    display: flex;
    flex-wrap: wrap;
}

.contsdesk figure {
    max-width: 58%;
    flex: 0 0 58%;
}
.contsdesk.newadd {
    background-size: cover;
    justify-content: end;
    margin: 40px 0;
}

.occ-cont {
    max-width: 42%;
    flex: 0 0 42%;
    padding-top: 90px;
}
.contsdesk.newadd .occ-cont {
    position: relative;
    padding: 60px 40px 60px 20px;
}
.contsdesk.newadd .occ-cont::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 80px;
    background: url(images/fc-icon.png) no-repeat;
    bottom: 0;
    right: -63px;
}

.occ-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.occ-cont li {
    color: #387C2C;
    font-size: 22px;
    line-height: normal;
    padding: 15px 0 15px 40px;
    position: relative;
}
.contsdesk.newadd .occ-cont li {
    padding: 10px 0 10px 34px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.occ-cont li:nth-child(even) {
    color: #003D79;
}

.occ-cont li i {
    width: 25px;
    height: 25px;
    background-color: #ABD037;
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    border-radius: 100%;
    box-shadow: 0 3px 16px rgb(0 0 0 / 20%);
    z-index: 1;
}

.contsdesk.newadd .occ-cont li i {
    width: 15px;
    height: 15px;
    background-color: #003D79;
    border-width: 3px;
    top: 14px;
}

.occ-cont li:nth-child(even) i {
    background-color: #89CBDF;
}

.occ-cont li::before {
    display: block;
    content: "";
    border-left: 4px dotted #E2E2E2;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 5px;
    height: 100%;
}
.contsdesk.newadd .occ-cont li::before {
    display: none;
}

.occ-cont li:last-child:before {
    opacity: 0;
}

.programs-sec .sf-title {
    margin-bottom: 40px;
}

.programs-sec .colglist > div {
    background-color: #F2F2F2;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.programs-sec .skill-wrap {
    box-shadow: none;
    margin: 0;
    padding: 5px 27px;
}

.programs-sec .colglogo-nam {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 0;
}

.programs-sec .colglogo-nam .clg-logo {
    width: auto;
    height: 78px;
    padding: 15px;
    /*display: block;*/
    border-radius: 20px 0 0 0;
    box-sizing: border-box;
    margin: 0;
}

.programs-sec .colglogo-nam .clg-logo img {
    width: auto !important;
    max-width: inherit;
    height: auto;
    max-height: 100%;
    display: block;
}

.programs-sec .clg-name {
    display: none;
}

.programs-sec .orgname {
    color: #0095D3;
    font-weight: 600;
    margin: 0;
    padding: 18px 27px 0;
    height: auto;
}

.programs-sec .skill-title {
    font-size: 20px;
    line-height: normal;
    color: #393939;
    position: relative;
    padding-left: 20px;
}

.programs-sec .skill-title::before {
    display: block;
    content: "";
    border: 3px solid #0095D3;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}

.programs-sec .skill-list li {
    border-color: #8E8E8E;
    padding: 7px 12px !important;
    margin: 5px;
    border-radius: 18px;
}

.programs-sec .skill-list {
    padding: 0 0 20px 13px;
}

.programs-sec ol.skill-list li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 35px !important;
}

.programs-sec ol.skill-list {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.programs-sec ol.skill-list li::before {
    content: counter(my-awesome-counter) " ";
    color: #ffffff;
    display: flex;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    background-color: #6DB33F;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bot-listwrap .colglist:nth-child(7), .botoom-logo li:nth-child(8),
.hideme {
    display: none;
    visibility: hidden;
}

.programs-sec .colglist:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
}

.programs-sec .bot-listwrap .colglist:nth-child(7), .programs-sec .botoom-logo li:nth-child(8), .hideme {
    display: block;
    visibility: visible;
}

.hide-note-sticky .event-sticky-wrap.sticky-container {
    overflow: hidden;
    height: auto !important;
}

.main-navigation .menu > li:nth-child(5) > ul > li:nth-child(5) > a {
    text-transform: none;
}

#employee-experience .imp-wrap {
    z-index: 90;
}

.single-event #main .large-8 .date-time,
.single-event #main .large-8 p,
.single-webinars #main .large-8 .date-time,
.single-webinars #main .large-8 p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.single-event #main .large-8 .date-time,
.single-webinars #main .large-8 .date-time {
    font-size: 19px;
    font-weight: bold;
}

.single-event #main .large-8 .sm-text,
.single-webinars #main .large-8 .sm-text {
    margin-top: 15px;
    font-size: 15px;
}

.single-event #main .large-8 .sm-text p,
.single-webinars #main .large-8 .sm-text p {
    font-size: 15px;
    line-height: 1.5;
}

.countdown-heading {
    color: #000000;
    margin-top: 65px;
    /* display: none; */
    max-width: 358px;
    text-align: center;
    font-size: 1.3em;
}

.timer-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #abcf37;
    max-width: 358px;
    justify-content: space-around;
}

.withcountdown .timer-box {
    float: right;
}

.withcountdown .countdown-heading {
    margin-top: 20px;
    max-width: 100%;
}

.timer-box > div {
    text-align: center;
    padding: 10px 10px;
    background-color: #abcf37;
    margin: 0 3px;
    font-weight: bold;
}

.timer-box span {
    display: block;
}

a.onlylinkslider {
    display: block;
    /* background-color: green; */
    /* position: absolute;
     top: 0;
     left: 0;
     height: 100%;*/
     width: 100%;
     z-index: 1;
     cursor: pointer;
 }

 .onlylinkslider figure {
    margin: 0;
}

a.onlylinkslider + .grid-container {
    display: none !important;
}

.text-place-area {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.conference-page .grid-container {
    max-width: 950px;
}

.conference-form h3.gform_title {
    display: none;
}

.conference-form .gform_body ul.gform_fields li.gfield {
    float: left !important;
    width: auto !important;
    max-width: 50%;
    flex: 0 0 50%;
    clear: none !important;
    margin: 0 !important;
    padding: 10px 15px 0 !important;
}

.conference-form .gform_body ul.gform_fields li.gfield select,
.conference-form .gform_body ul.gform_fields li.gfield input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #606060;
    height: 61px;
    box-shadow: none;
}

.conference-form .gform_body ul.gform_fields li.gfield select {
    background: transparent url("images/select-bg.svg") no-repeat right 26px center;
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.conference-form .gform_body ul.gform_fields li.gfield .name_first label {
    display: none;
}

.conference-form .gform_body ul.gform_fields li.gfield label {
    font-weight: normal;
    color: #606060;
    font-size: 20px;
}

.conference-form .gform_body ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.conference-form .gform_body ul.gform_fields li.gfield:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.conference-form .gform_wrapper .gform_footer input[type="submit"] {
    width: auto !important;
    background-color: #086DB4;
    border-color: #086DB4 !important;
    min-width: 450px;
    margin: 0;
    float: none !important;
}

.conference-form .gform_wrapper .gform_footer {
    text-align: center;
}

.conference-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #086DB4;
    background-color: transparent;
}

.conference-form h2 {
    font-size: 40px;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
}

.conference-form-wrap {
    position: relative;
    overflow: hidden;
    background: transparent url('images/conference-form-bg.jpg') no-repeat center / cover;
    padding: 50px 0;
}

.conference-form-wrap::after {
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.conference-form {
    position: relative;
    z-index: 1;
}

.conf-cont {
    padding: 50px 0;
}

.conf-cont p strong {
    font-weight: 600;
}

.conf-cont p:last-child {
    margin-bottom: 0;
}

.cbanner-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0 0 60px;
}

.cbanner-cont h1 {
    font-size: 78px;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding-top: 40px;
}

.conference-form .gform_confirmation_message {
    color: green;
    font-size: 1.5em;
    text-align: center;
    padding: 0 10px;
}

.hr-pulse-content .form-as-subscribe .form-wrap {
    margin: 0 0 50px;
    padding: 20px 30px;
}

.hr-pulse-content .form-as-subscribe .form-wrap .gform_body.gform-body {
    padding-right: 220px;
}

.hr-pulse-content .form-as-subscribe .form-wrap .gform_footer.top_label {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.hr-pulse-content .form-as-subscribe .form-wrap .gform_legacy_markup_wrapper {
    position: relative;
    margin: 0;
}

.hr-pulse-content .form-as-subscribe .form-wrap h2 {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.hr-banner-cont .form-wrap .skinny {
    background-color: #ffffff;
    box-shadow: 0 3px 56px rgb(0 0 0 / 16%);
    padding: 45px;
    margin: 0 0 0;
    position: relative;
    min-width: 350px;
}

.hr-banner-cont .form-wrap h2 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

.hr-banner-cont .gform_title {
    display: none;
}

.hr-banner-cont .form-wrap .gform_wrapper ul li.gfield {
    padding-right: 0;
    position: relative;
}

.hr-banner-cont input[type="text"] {
    width: 100% !important;
}

.hr-banner-cont .form-wrap label {
    font-size: 18px !important;
    line-height: normal;
    font-weight: normal;
    position: relative;
    color: #0a0a0a;
}

.hr-pulse-content .grid-x .cell.large-8.large-12 {
    padding: 0;
}

.space-between {
    justify-content: space-between;
}

.hr-banner-cont .gform_legacy_markup_wrapper div.validation_error {
    position: absolute;
    top: 20px;
    left: 0;
    border: 0 none;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
}

.hr-banner-cont .gform_validation_errors > h2.hide_summary {
    font-size: 14px;
}

.hr-banner-cont .gform_legacy_markup_wrapper li.gfield.gfield_error {
    border: 0 none;
    background-color: transparent;
}

.hr-banner-cont .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    position: absolute;
    left: 0;
    top: 98%;
    padding: 0;
    font-size: 11px;
    line-height: normal;
}
.ipadshow,
.mobileshow,
.mobile-slider-sm,
.mobile-slider-bg {
    display: none !important;
}
.page-template-page-about h2.section-title {
    line-height: 1.5;
}
h2.section-title span {font-weight: 400;}
.comments-area .comment-respond .comment-form-cookies-consent {width: 100%;}
.anr_captcha_field {margin-bottom: 15px;}
.contact-address h2 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-address {
    padding: 75px 0;
    text-align: center;
}

.contact-address h3 {
    font-size: 20px;
    line-height: 1.5;
    /* color: #0099cc; */
    text-transform: uppercase;
}

.contact-video {
    margin: 40px auto 0;
}

.contact-video p {
    margin: 0;
}
#contact-hero .grid-x .cell p {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}
.postid-5399 div#speakers,
.postid-4648 div#speakers {
    padding-bottom: 0;
}
/*.page-template-page-numly-100-100-100-program #gad .form-wrap {
    background-color: transparent;
    padding: 0;
}

.page-template-page-numly-100-100-100-program #gad .form-wrap label.gfield_label {
    color: #ffffff;
    font-weight: bold;
}

.page-template-page-numly-100-100-100-program #gad .form-wrap label.gfield_label span.gfield_required.gfield_required_asterisk {
    color: red;
}
.page-template-page-numly-100-100-100-program .grid-margin-x {margin: auto;}
.page-template-page-numly-100-100-100-program .grid-container {
    max-width: 1100px;
}

.page-template-page-numly-100-100-100-program .grid-container .cell.medium-6.formcol {
    width: 42%;
    padding-left: 80px;
    margin-top: -40px;
}

.page-template-page-numly-100-100-100-program .grid-container .cell.medium-6 {
    width: 58%;
}

.programe-cont {
    padding: 70px 0;
}

.page-template-page-numly-100-100-100-program #gad .grid-container {
    padding-bottom: 90px;
}
.programe-cont h4 {
    margin: 30px 0 20px;
}*/
.page-id-3573 .gform_heading {
    display: none;
}
.page-id-3573 .hr-tech-hero .large-5 {
    margin-top: -72px;
}
.page-id-3573 .hr-tech-hero h1 {
    padding-bottom: 50px;
}
/**/
.page-template-page-contact .gad-form {
    max-width:580;
}
.page-template-page-contact .gform_footer.top_label input[type=submit] {margin: 0 !important;}
.page-template-page-contact .gform_footer.top_label {
    max-width: 634px;
    margin: auto;
}

.page-template-page-contact .gform_footer.top_label input {
    margin: 0;
}

.page-template-page-contact ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-contact  .gform_body.gform-body {
    max-width: 900px;
    margin: auto;
}

.page-template-page-contact .gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text] {margin-bottom: 1rem;}
.page-template-page-contact form .gform_body.gform-body >  ul.gform_fields > li {
    width: 100%;
    /*max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 0;
    margin: 0 !important;*/
}

.page-template-page-contact form .gform_body.gform-body > ul.gform_fields > li.subscription {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    padding-bottom: 40px;
}

.page-template-page-contact ul.gform_fields li span {
    padding-right: 0;
}

.page-template-page-contact ul.gform_fields li div label {
    margin: 0 !important;
    line-height: normal;
    padding: 0;
}

.page-template-page-contact ul.gform_fields li .ginput_container_name input {
    margin: 4px 0 0;
}

.page-template-page-contact ul.gform_fields li .ginput_container_name label {position: relative;top: -8px;}

.page-template-page-contact ul.gform_fields li.subscription .ginput_container_checkbox {
    /* width: 220px; */
}

.page-template-page-contact ul.gform_fields li.subscription  .gfield_description {
    top: 0;
    width: 100%;
    float: none;
}
html{
    scroll-behaviour : smooth;
}
section#block-3 {
    margin: 0;
}

section#block-3::after {
    display: none !important;
}
#sidebar section#text-4,
#sidebar li.cat-item.cat-item-170 {display: none;}
.pinned-post {background-color: #f7f7f7;padding: 35px 35px 0;margin-bottom: 0;font-size: 13pt;}

.pinned-post h2 {
    color: #0099cc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16pt;
    margin: 0 0 20px;
}
.pinned-post ul {margin: 0;}
.pinned-post li {padding: 0 0 25px;margin: 0;}

/* Leadership Program Page Template Styling */
.leadprog-hero {
    background-position: top right -80px !important;
    position: relative;
}
.lp-wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.leadprog-hero .grid-container {
    min-height:300px;
    display:flex;
    align-items: center;
    justify-content:flex-start;
    max-width:1100px;
}
.leadprog-hero .lp-wrap .grid-container {
    min-height: inherit !important;
    position: relative;
    height: 100%;
}
.leadprog-hero h1 {
    color:#fff;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom:0;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.leadprog-hero h1 span {
    display:block;
    font-size:.6em;
}

.leadprog-info .grid-container {max-width: 1100px;}
.leadprog-info .grid-container.fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
} 
.leadprog-info .large-6 {
    padding:25px;
}
.video-cont,
.leadprog-info .large-6:first-of-type {
    color:#003d79;
}

.leadprog-info h2 {
    color:#003d79;
    font-size: 30px;
    margin:0 0 25px;
    font-weight: 400;
}

.leadprog-info .right-green-form {
    background: -webkit-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: -o-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: -ms-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: -moz-linear-gradient(35deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    background: linear-gradient(55deg, rgb(162, 216, 39) 0%, rgb(91, 186, 116) 40%, rgb(50, 169, 160) 60%, rgb(1, 149, 212) 100%);
    color:#fff;
}
.fullsec #speakers .grid-x {justify-content: center;}
.fullsec #speakers h3 {text-align: center;}
.leadprog-info .fullsec .cell.large-6 {background: #ffffff;color: #003d79;width: 100%;padding-left: 0;padding-right: 0;}
.leadprog-info .form-wrap2 > .gform_wrapper,
.leadprog-info .gform_wrapper.gravity-theme {
    max-width: 415px;
    margin:0 auto;
}

.leadprog-info  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px;
}
.single-downloads .right-green-form .gfield label,
.form-wrap2  .gform_wrapper.gravity-theme .gfield_label,
.leadprog-info .gform_wrapper.gravity-theme .gfield_label {
    color:#fff;
    font-weight:normal;
}
.single-downloads .right-green-form select.large,
.single-downloads .right-green-form input.large,
.single-downloads .gform_wrapper input[type="text"],
.single-downloads .gform_wrapper input[type="email"],
.single-downloads .gform_wrapper .gfield input.large,

.form-wrap2 .gform_legacy_markup_wrapper select.large,
.form-wrap2 .gform_legacy_markup_wrapper input.large,
.leadprog-info .right-green-form .gform_wrapper input[type="text"],
.leadprog-info .right-green-form .gform_wrapper input[type="email"],
.leadprog-info .right-green-form .gform_wrapper .gfield input.large,

.form-wrap2 .gform_legacy_markup_wrapper select.large,
.form-wrap2 .gform_legacy_markup_wrapper input.large,
.leadprog-info .gform_wrapper .gfield  input[type="tel"],
.leadprog-info .gform_wrapper.gravity-theme input[type="text"],
.leadprog-info .gform_wrapper.gravity-theme input[type="email"],
.leadprog-info .gform_wrapper.gravity-theme .gfield input.large {
    border-radius:50px;
    border:none;
    background-color:#fff;
    height:32px;
    margin: 0;
    font-size: 16px !important;
    font-weight: normal;
    /* padding: 5px 10px !important;*/
}

.leadprog-info .gform_legacy_markup_wrapper .gform_footer,
.leadprog-info .gform_wrapper.gravity-theme .gform_footer.left_label {
    padding:10px 0 0;
    max-width: 200px;
    margin:15px auto 0;
}

.leadprog-info .gform_wrapper .gform_footer input[type="submit"] {
    border:2px solid #fff !important;
    font-weight:normal;
    font-size:18px !important;
    line-height:1em !important;
    width:100% !important;
    height:45px !important;
}


.leadprog-info .gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width:100%;
}

.leadprog-info .gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    align-items:center;
}


.leadprog-info .right-green-form h3 {
    color:#fff;
    font-size:20px;
    font-weight:bold;
    max-width:400px;
    margin:0 auto 25px;
    text-align: center;
}
.single-webinars .leadprog-info .right-green-form h3 {max-width: 100%;}
.leadprog-why-join {
    background-color: #e3f2f7;
    padding:50px 0;
} 
.leadprog-why-join .grid-container {
    max-width:1100px;
}
.ask-sec h2,
.faq-sec h2,
.hwpage h2,
.leadprog-why-join h2 {
    text-align: center;
    color:#003e79;
    font-weight: bold;
    margin: 0 0 25px;
    font-size:30px;
}
.ask-sec h2 {color: #ffffff;margin-bottom: 10px}
.faq-sec h2 {margin-bottom: 10px}
.leadprog-why-join .large-4 {
    margin-bottom:50px;
}

.leadprog-why-join .large-4:last-of-type {
    margin-bottom:0;
}

.leadprog-why-join .icon-wrap {
    text-align:center;
    max-width: 250px;
    margin: 0 auto;
}

.leadprog-why-join .icon-wrap p {
    color:#003e79;
    font-weight: bold;
    margin-top:15px;
    margin-bottom:0;
    font-size:18px;
    line-height: 1.3em;
}


#gad a.grn-btn {
    color: #fff;
    vertical-align: middle;
    margin-top: 10px;
    display: inline-block;
}
#gad a.grn-btn:hover {color: #abcf37;}
#gad .ty-cont p.od-title {
    font-weight: bold;
    color: #abcf37;
    padding-bottom: 20px;
}

ul.od-list li {
    padding-bottom: 20px;
}
.page-template-page-about h2.section-title small {
    color: inherit;
}
.aiowps-captcha-equation strong {
    display: flex;
    min-width: 200px;
    align-items: center;
    margin: -8px 0 0 10px;
}

.aiowps-captcha-equation {
    display: inline-block;
    vertical-align: middle;
}

.aiowps-captcha-equation input[type='text'] {
    width: 80px;
    margin: 0 0 0 5px;
}
.els-two-sec .hrtech-wys {width: 65%;float: left;padding-right: 80px;}

.els-two-sec .right-form {width: 35%;float: left;margin-top: 60px;box-shadow: 0 3px 56px rgb(0 0 0 / 16%);padding: 45px;}

.els-two-sec .right-form h3.gform_title {display: none;}

.els-two-sec .right-form h2 {font-size: 20px;line-height: normal;font-weight: bold;text-align: center;}

.els-two-sec {padding-bottom: 80px;}
.els-two-sec .gform_legacy_markup_wrapper {margin-bottom: 0;}
.els-two-sec .gform_legacy_markup_wrapper .top_label input.medium, .els-two-sec .gform_legacy_markup_wrapper .top_label select.medium {width: 100%;}
.els-two-sec .right-form form .gform_body .ginput_container label {font-weight: 700;font-size: 16px;}
.els-two-sec .right-form form .gform_body .ginput_container label.gfield_consent_label {font-weight: normal;}
.full-width-input .ginput_container span {display: block;width: 100% !important;}
.common-page {padding-top: 30px;}
.common-page.p-0 {padding-top: 0;}
.hci-page .web-wrap {padding-bottom: 0;}

.hci-page .grid-margin-y {max-width: 950px;margin-left: auto;margin-right: auto;justify-content: center;}

.hci-page {padding-bottom: 80px;padding-top: 50px;}
.web-wrap a h3 {color: #000000;}
.web-wrap a:hover h3 {color: #abcf37;}
.hci-page .section-title {padding-bottom: 20px;}
.event-sticky-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header#masthead.if-has-stiky-note {top: 54px;}
.checkbox-cs [type='checkbox'] {margin: 0;}
.checkbox-cs .gchoice label {margin: 0;color: #fff;}
.checkbox-cs {display: flex !important;align-items: baseline !important;flex-wrap: nowrap !important;}
.checkbox-cs .ginput_container_checkbox {width: auto !important;float: none !important;padding-right: 10px;}
.checkbox-cs a {color: #ffffff;text-decoration: underline;}
.single-webinars #main .cell.large-4.withcountdown .form-wrap {
    margin-top: 10px;
}
.form-wrap2 .gform_heading,
.form-wrap2 .gform_heading .gform_required_legend,
.form-wrap2 h2.gform_title {display: none;}
.leadprog-info .cont-wrap p.web-type {font-weight: 900;font-size: 24pt;margin: 0 0 10px;}
.leadprog-info .cont-wrap .web-type.Upcoming {color: #6db33f;}
.leadprog-info .date-time {margin-bottom: 15px;font-weight: bold;font-size: 19px;line-height: normal;}
.leadprog-info .timer-box > div {background-color: rgba(255,255,255,0.9);color: #3e9231;border-radius: 7px;margin: 0;font-size: 14px;padding: 10px 15px;font-weight: normal;text-transform: uppercase;}
.leadprog-info .timer-box {border-color: #fff;border-radius: 7px;padding: 15px 10px;max-width: 410px;}
.leadprog-info .timer-box > div span {font-size: 22px;line-height: normal;color: #3e9231;font-weight: bold;margin-bottom: 5px;}
.leadprog-hero a {display: block;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {display: flex;justify-content: flex-end;flex-wrap: wrap;width: 100%;align-items: center;margin: 10px 0 0 !important;padding: 0;}
.leadprog-info .fullsec .cont-wrap {max-width: 100%;margin: 0;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label .gfield_required {color: #c02b0a;font-size: 13px;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label {font-weight: normal;color: #ffffff;font-size: 16px;line-height: normal;padding-right: 15px;text-align: right;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label.gfield_label_before_complex {display: none;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.checkbox-cs input[type=checkbox] {margin: 0;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.checkbox-cs .ginput_container {width: auto !important;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.checkbox-cs .gfield_description {overflow: inherit;padding-right: 0 !important;padding-left: 5px;border: 0 none;color: #ffffff;font-size: 16px;line-height: normal;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.notli .ginput_container {display: flex;align-items: center;}
.form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.notli .ginput_container label {color: #ffffff;font-size: 16px;line-height: normal;margin-right: 5px;}
h4.gform-title {
    color: #000102;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 10px 0 0;
}
.contact-wrap {display: flex;flex-wrap: wrap;}
.contact-wrap > div {flex-basis: 50%;max-width: 50%;}
.video-cont {margin: 50px 0 -50px;}
.video-cont p {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
#hm-hero.flexslider .grid-container .grid-x .cell {
    width: auto;
    padding: 0 30px;
}
.hideform {
    display: none !important;
}
.leadprog-info .large-6 div {
    color: #000;
}

.leadprog-info .large-6 fieldset div {
    color: #fff;
}
.form-wrap2 .gform_legacy_markup_wrapper select.large {
    padding: 4px 30px 4px 10px !important;
    width: 99.99% !important;
}
.page-id-6149 .bannertop h1 {
    color: #000000;
    font-weight: normal;
}

.page-id-6149 .bannertop h1 span {
    color: #000;
    font-weight: bold;
}

.page-id-6149 .bannertop h1 span span {
    font-family: inherit;
}

.page-id-6149 .bannertop h1:after {
    background-color: #F18C21;
    border-radius: 15px;
    height: 6px;
}
.page-id-6149 .bannertop h1:after {
    display: block;
    content: "";
    background-color: #933E46;
    height: 6px;
    width: 55px;
    position: absolute;
    bottom: -1px;
    left: 15px;
    border-radius: 15px;
}
.page-id-6149 .bannertop h1:before {
    display: block;
    content: "";
    background-color: #F18C21;
    height: 6px;
    width: 55px;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 15px;
}
.page-id-6149 .bannertop p {color: #393939;}
/* .page-id-6149 .tsrc figure img {
    border-radius: 10px;
    box-shadow: 4px 5px 20px 3px rgb(0 0 0 / 16%);
    border: 5px solid #fff;
} */
.only-banner-skill {position: relative;overflow: hidden;}
.only-banner-skill h1 {position: absolute;z-index: -1;opacity: 0;visibility: hidden;}
.only-banner-skill img {width: 100%;}
.mobilebanner {display: none !important;}
.page-id-5565 #gad .form-wrap {
    padding: 15px 25px 15px 25px;
}
.page-id-5565 #gad .form-wrap .iti__flag-container .iti__selected-dial-code,
.page-id-5565 #gad .form-wrap .iti__flag-container .iti__country-name {
    color: #2a2a2a;
}

/* MEGAMENU CSS */
#mega-menu-wrap-main-menu {
    display: flex;
    justify-content: flex-end;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu {
    padding: 0px 0px 0px 160px;
}
#site-navigation .mega-sub-menu {
    background: #fff!important;
}
#site-navigation .mega-sub-menu .mega-menu-item {
    /* color: #fff!important; */
}
#site-navigation .mega-sub-menu .mega-menu-row .mega-sub-menu {
    max-width: 850px!important;
    margin: 0 auto!important;   
}
#site-navigation #mega-menu-main-menu>li.mega-menu-item>ul.mega-sub-menu {
    /* padding: 30px 35px!important; */
    border-bottom: 6px solid #aadb1e;
}

#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #003d79;
    color: #57575c;
    font-size: 16px;
    /*text-transform: capitalize;*/
    text-decoration: none;
    font-weight: bold;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-6344 a.mega-menu-link {
    text-transform: none;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #8caa29;    
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu {
    padding-left: 0;
} 
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
    padding: 7px 0 7px 15px;
} 
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item:last-child {
    padding-bottom: 0;
} 
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
    color: #606060;
} 
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #8caa29;
} 
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
    content: "\f345";
    display: block;
    color: #606060;
    font-size: 15px;
    line-height: 1.2;
    padding: 0;
    position: absolute;
    top: 4px;
    left: -19px;
    margin: 0;
} 
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
    content: "";
    display: inline-block;
    color: #003d79;
    padding: 0;
    position: absolute;
    left: -20px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #919191;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 4px 15px 4px 20px;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu ul.mega-sub-menu .mega-left-widget {
    padding: 30px 15px 30px 40px!important;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu ul.mega-sub-menu .mega-left-widget::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    /* border-right: 1px solid #d3d3d3; */
    right: -1px;
    display: block;
}
#site-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu ul.mega-sub-menu .mega-right-widget {
    /* border-left: 1px solid #d3d3d3; */
    background-color: #f8f7f9;
    padding: 30px 32px 30px 15px!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.mega-menu-main-menu #main-nav {
    padding-top: 0;
    padding-bottom: 0;
}
.mega-menu-main-menu #main-nav .grid-x {
    align-items: center;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 26px;
    color: #919191;
    line-height: 1;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu li.mega-menu-item-has-children:hover > .mega-sub-menu {
    display: block!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu li.mega-menu-item-has-children:hover > a.mega-menu-link > span.mega-indicator:after {
    content: '\f142';
}
#mega-menu-wrap-main-menu .mega-blog a {
    padding: 0!important;
    margin:10px 0 0 0!important;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;    
}
#mega-menu-wrap-main-menu .mega-blog a,
#mega-menu-wrap-main-menu .mega-sub-menu h5 a {
    color: #0195d4;
    text-decoration: underline;
}
#mega-menu-wrap-main-menu .mega-blog a:hover,
#mega-menu-wrap-main-menu .mega-sub-menu h5 a:hover {    
    color: #abcf37;
    text-decoration: none;
}
.main-navigation ul ul a.blue-btn {
    width: inherit;
    display: table;
    padding: 10px 25px 8px 25px;
    color: #fff;
}
.main-navigation #mega-menu-wrap-main-menu .mega-sub-menu a.blue-btn {
    float: right;
    padding: 0;
    color: #abcf37;
    background-color: transparent;
    font-size: 12px!important;
}
.main-navigation #mega-menu-wrap-main-menu .mega-sub-menu a.blue-btn:hover {
    color: #0195d4;
}
.main-navigation ul ul a.blue-btn:hover {
    color: #abcf37;
}
.leadrship-pro-page .grid-margin-y {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.leadrship-pro-page {
    padding-bottom: 60px;
}
.entries-closed {
    display: inline-block;
/*    background-color: #9E3039;
    padding: 7px 30px;*/
    margin-bottom: 30px;
}
.leadprog-info .cont-wrap .entries-closed p {
    margin: 0;
    color: #9E3039;
    font-size: 24px;
}
#mega-menu-6308-0-1 .mega-sub-menu li,
#mega-menu-6318-0-1 > ul.mega-sub-menu > li,
#mega-menu-6303-0-1 > ul.mega-sub-menu > li {
    display: none !important;
} 
#mega-menu-6308-0-1 .mega-sub-menu li.show,
#mega-menu-6318-0-1 > ul.mega-sub-menu > li.show,
#mega-menu-6303-0-1 > ul.mega-sub-menu > li.show {
    display: block !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link.active {
    color: #8caa29 !important;
}
.mega-sub-menu .mega-block-title {display: none !important;}
.thumbnail-bg-blank {display: none;}
.leadrship-pro-page {padding-top: 50px;}
.single-post .entry-header .soc-share {text-align: right;}
#thank-you.p-0 {padding: 0 !important;}
.module-slider-sec .owl-carousel .owl-nav button,
.thrcol .owl-carousel .owl-nav button {
    position: absolute;
    right: -65px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    height: auto;
    top: 50%;
    transform:translateY(-50%);
    border: 0 none;
}
.module-slider-sec .owl-carousel .owl-nav button {right: 33px}
.module-slider-sec .owl-carousel .owl-nav button:active,
.module-slider-sec .owl-carousel .owl-nav button:focus,
.thrcol .owl-carousel .owl-nav button:active,
.thrcol .owl-carousel .owl-nav button:focus {border: 0 none}
.module-slider-sec .owl-carousel .owl-nav button.owl-prev, 
.thrcol .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -65px;
    right:inherit;
    height: auto;
}
.module-slider-sec .owl-carousel .owl-nav button.owl-prev {left: 33px}
.module-slider-sec .owl-theme .owl-nav [class*="owl-"] span {
    display: block;
    color: #0195d4;
    font-size: 74px;
    line-height: 1.2;
    padding: 0;
    position: relative;
    top: -4px;
}

.thrcol .owl-theme .owl-nav [class*="owl-"] span {
    color: #0195d4;
}

.module-slider-sec .owl-carousel .owl-nav button:hover, 
.thrcol .owl-carousel .owl-nav button:hover {
    background: none;
}

.module-slider-sec .owl-theme .owl-nav [class*="owl-"]:hover span,
.thrcol .owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #aadb1e;
}
.verysmall .grid-margin-x > .small-4 {
    width: 12%;
    margin: 10px;
}
.section-title.text-left {text-align: left;}
.single-downloads .right-form .skinny div.gfield_description:not(.validation_message) {
    border: 1px solid #ddd;
    font-size: .688em;
    margin-top: 22px;
    max-height: 240px;
    overflow-y: scroll;
    padding: 6px 8px;
    width: 100%;
}
.single-downloads .right-form .gfield label {font-weight: bold;}
.single-downloads .right-form .gfield ul.gfield_checkbox li label {
    font-weight: normal;
    display: inline-block;
    vertical-align: text-bottom;
}
/* 23-11-2022 */
#promobox {
    background-color: #E3F2F7;
}
#promobox.thrcol .box-wrap {
    background-color: #ffffff;
}
.thrcol .two-promobox .box-wrap {height:100%}
.ncl-setion {
    background: #E3F2F7;
    padding: 110px 0;
}
.solution-sec {background-color: #003D79;}

.ncl-setion h2 {
    font-size: 40px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #003D79;
    font-weight: bold;
}
.solution-sec h2 {color: #ffffff}
.ncl-setion .sub-title {
/*    font-size: 22px;*/
font-size: 20px;
text-align: center;
color: #003D79;
}
.ncl-setion .img-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    display: block;
}
.ncl-setion .img-box,
.ncl-setion .img-box .img {
    height: 360px;
}
.ncl-setion .img-box a.img {display: block;}
/* .ncl-setion .img-box .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: block;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}
.ncl-setion .cell:hover .img-box .img::before {
    opacity: 0.53;
} */
.ncl-setion .img-box h3 {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.ncl-setion .cont-wrap {
    margin-top: 48px;
}
.ncl-setion .cont-wrap p {
    font-size: 18px;
    font-weight: 700;
    color: #003D79;
    text-align: center;
}
.ncl-setion .btn-mrg {
    margin: 25px auto 0;
    display: table;
}
.connected-leaders {
    padding: 110px 0 33px;
    background: #003D79;
}
.connected-leaders h2,
.clp-section h2 {
    font-size: 40px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #003d79;
    font-weight: bold;
}
.connected-leaders h2 a {color: currentColor;}
.coaching-programs {
    padding: 110px 0!important;
}
.connected-leaders h2 {color: #ffffff}
.coaching-programs .cp-item>div {
    padding-bottom: 0;
}
.coaching-programs h2 {
    margin-bottom: 30px!important;
}
#hm-hero.flexslider .grid-container.text-place-left {
    justify-content: start;
    padding-left:25px;
    padding-right:25px;
}
#hm-hero.flexslider .grid-container.text-place-left .grid-x {
    justify-content: start;
    width: auto;
}
#hm-hero.flexslider .grid-container.text-place-left .grid-x.statwrap {
    margin-left: 0;
}
#hm-hero.flexslider .grid-container.text-place-left .grid-x .cell {
    padding: 0;
}
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap,
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap h3 {
    text-align: left;
}
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt {
    margin: 10px 0 0;
}
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt .grn-btn {
    margin: 0 20px 0 0;
    background-color: #00A1D8;
    border-color: #00A1D8;
    font-size: 16px!important;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
}
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt .grn-btn.vid-btn i {
 display: none!important;
}
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt .grn-btn:hover {
    background-color: #ffffff;
    color: #00A1D8
}
#hm-hero.flexslider .h1,
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap h3 {
    color: #ffffff;
}
#hm-hero.flexslider .grid-container.text-place-left .cont-wrap h3 {
    background: #AADB1E;
    display: table;
    margin: 0;
    padding: 2px 15px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hm-hero .statwrap p {
    font-weight: 400;
}
.why-banner .banner-cont ul,
#hm-hero.flexslider .slides .grid-container.text-place-left ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-top: 6px;
} 
.why-banner .banner-cont ul {max-width: 640px;}
#hm-hero.flexslider .slides .grid-container.text-place-left li {
    background-color: transparent;
    color: #003D79;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
}
.why-banner .banner-cont ul li::before,
#hm-hero.flexslider .slides .grid-container.text-place-left li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0095D3;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

#hm-hero.flexslider .grid-container.text-place-left .statwrap {
    margin-top: 15px;
}
.hmcta.wyn .grn-btn {
    display: inline-block;
    margin-top: 0;
}
/*newsletter*/
.newslter h2 {
    color: #0099cc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16pt;
    margin: 0 0 25px;
    padding: 0 35px;
}

.newslter {
    background-color: #E3F2F7;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 13pt;
    position: relative;
    border-radius: 4px;
}

.newslter::after { 
    width: calc(100% - 70px);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    /* bottom: 0;*/
} 
.newslter h2 {
    color: #0099cc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16pt;
    margin: 0 0 15px;
    padding: 0;
}
.newslter h4 a {
    color: inherit;
}

.newslter p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px;
}
.newslter p.btn-mrg {margin-bottom: 0}
.newslter p a {color: currentColor;}
.newslter p a:hover {color: #09c;}
.blog-left-sec .widget {
    background-color: #f7f7f7;
    padding: 22px;
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    margin-bottom: 15px;
}
.newslter div {
    background-color: #195A8E;
    padding: 20px 15px 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.newslter p.btn-mrg a {
    display: inline-block;
    line-height: 1.2;
}
.blog-left-sec #sidebar {
    padding: 0;
    background-color: transparent;
    margin: 0;
}
.newslter::after, .pinned-post ul::after, #sidebar .widget:after {
    display: none;
}

.blog-left-sec #sidebar .widget ul,.blog-left-sec #sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.search-sidebar .widget-title {display: none;}
.search-sidebar input[type="submit"] {
    background: #abcf37 url(https://devwp.numly.io/wp-content/themes/numly/images/search-icon.svg) no-repeat center / 20px auto;
    text-indent: -150px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
    padding: 10px 25px;
    cursor: pointer;
}
.search-sidebar form.search-form {
    position: relative;
    padding-right: 46px;
}

.search-sidebar [type="search"] {
    border-color: #abcf37;
    box-shadow: none;
    width: calc(100% - 5px);
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
}
.search-sidebar [type="search"]::-webkit-input-placeholder { 
  color: #999999;
}
.search-sidebar [type="search"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.search-sidebar [type="search"]:-ms-input-placeholder {
  color: #999999;
}
.search-sidebar [type="search"]:-moz-placeholder {
  color: #999999;
}
.category  .post-wrap .post-cont,
.blog .post-wrap .post-cont {padding-bottom: 70px}
.category  .post-wrap .rm,
.blog .post-wrap .rm {position: absolute;bottom: 20px}
#speakers h3 {text-align: center;}
#speakers .grid-x {justify-content: center;margin: 0}
.cont-b-s {
    text-align: center;
    padding: 60px 0 0;
}
.cont-a-s {padding-bottom: 40px;text-align: center;}
.leadprog-info .fullsec .cont-wrap .grn-btn {
    margin-top: 10px;
    display: inline-block;
}
.single-downloads  .right-green-form .gform_wrapper .gfield_required,
.single-webinars .right-green-form .gform_wrapper .gfield_required {color: #c02b0a;}
.cont-b-s p {
    margin-bottom: 10px;
    font-size: 18px;
} 
.cs-yes label.gfield_label.gfield_label_before_complex {
    display: none;
}

.leadprog-info .gform_wrapper .top_label li.gfield.cs-yes,
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes {
    justify-content: inherit;
    width: 100%;
}
.leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.cs-yes > .ginput_container,
.leadprog-info.gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox,
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox {
    width: auto !important;
}

.leadprog-info .form-wrap .gform_wrapper .field_description_below .gfield_description {font-size: 14px}
.leadprog-info .form-wrap .gform_wrapper .field_description_below.cs-yes .gfield_description,
.single-downloads .form-wrap .gform_wrapper .field_description_below.cs-yes .gfield_description {
    width: 100%;
    padding: 0 0 0 53px;
    color: #fff;
    font-size: 14px;
}

.leadprog-info .form-wrap .gform_wrapper .field_description_below.cs-yes .gfield_description a,
.single-downloads .form-wrap .gform_wrapper .field_description_below.cs-yes .gfield_description a {
    color: currentColor;
    text-decoration: underline;
}

.leadprog-info .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox input[type="checkbox"],
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox input[type="checkbox"] {
    opacity: 1;
    margin: 5px 0 0;
}

.leadprog-info .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox label::before,
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox label::before {
    display: none;
}

.leadprog-info .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox label,
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox label {
    padding: 0 0 0 19px;
    color: #fff;
    font-size: 15px;
}

.leadprog-info .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox li,
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox li {
    margin: 0;
}

.leadprog-info .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox ul,
.single-downloads .gform_wrapper .top_label li.gfield.cs-yes .ginput_container.ginput_container_checkbox ul {
    margin: 0 0 4px 0;
}
.leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.cs-yes > .ginput_container,
li.gfield.cs-yes .ginput_container.ginput_container_checkbox {
    position: absolute;
    left: 0;
    top: 0;
}
.leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.cs-yes label {
    color: #fff;
    margin: 0;
}
.leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.cs-yes {
    display: block;
    position: relative;
    margin: 30px 0 20px;
}
fieldset.checkbox-cs {
    padding-bottom: 10px !important;
}
.leadprog-info .large-6 .form-wrap   .gform_legacy_markup_wrapper {
    max-width: 415px;
}
.leadprog-info .gform_wrapper .top_label.gform_fields li#field_59_8 {margin-bottom: 0}
.leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.cs-yes .gfield_description {
    position: static;
    float: none;
    border:0 none;
    overflow: inherit;
} 
.page-id-7808 .gform_heading h3.gform_title,
.page-id-5481 .gform_heading h3.gform_title,
.page-id-5738 .gform_heading h3.gform_title,
.page-id-6614 .gform_heading h3.gform_title {
    display: none;
}
.leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.two_name_filed  > .gfield_label {    
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
.leadprog-info .cont-wrap ul {
    list-style: none;
    margin: 0;
}

.leadprog-info .cont-wrap ul li {
    background: transparent url(https://devwp.numly.io/wp-content/themes/numly/images/check-icon.png) no-repeat left top 5px / 13px auto;
    padding-left: 22px;
    margin-bottom: 10px; 
}

.mb-10 {margin-bottom: 10px}
#hm-hero.flexslider .light-placement .grid-container.text-place-left .cont-wrap h3 {
    color: #00a1d8;
    background: none;
    padding: 0;
    margin: 0;
}

#hm-hero  .light-placement .statwrap.grid-x {
    display: none;
}
#hm-hero.flexslider .light-placement .h1 {
    margin: 0 0 5px;
}
.single-webinars .leadprog-info .cont-wrap p.web-type {font-size: 24pt}
.single-webinars .leadprog-info .cont-wrap p {font-size: 16px;}
.logo-slider-wrap {padding: }
.logo-slider-wrap .grid-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo-slider .owl-theme .owl-nav {margin: 0}
.logo-slider .owl-theme .owl-nav button {
    position: absolute;
    top: -4px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.logo-slider .owl-theme .owl-nav button:focus {outline: 0 none}
.logo-slider .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.logo-slider .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.logo-slider .owl-theme .owl-nav [class*="owl-"] span {
    color: #0195d4;
    top: 0;
    /* height: 100%; */
}

.logo-slider .owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #aadb1e;
}

.logo-slider .owl-theme .owl-nav [class*="owl-"] {
    background: none;
}
.logo-slider-title {
    flex-basis: 22%;
    max-width: 22%;
    padding-right: 20px;
}

.logo-slider-title p {
    color: #004C84;
    font-size: 28px;
    line-height: normal;
    font-weight: 900;
    margin: 0;
}

.logo-slider {
    flex-basis: 78%;
    max-width: 78%;
    padding: 30px 37px 30px 60px;
    border-left: 1px solid rgb(112 112 112 / 20%);
}
.owl-carousel .owl-item .logo-item img {
   /* width: auto;
    max-width: 130px;*/
    max-height: 40px;
    object-fit: contain;
}
.logo-item a {pointer-events: none;}
.logo-item {display: flex;align-items: center;justify-content: center;height: 60px;width: 100%}
.solution-sec .img-box .img {
    height: 100%;
}

.solution-sec .img-box {
    height: 221px;
}

.solution-sec .cell:nth-child(2) .img-box {height: 186px;}
.solution-sec .cell:nth-child(3) .img-box {height: 246px;}
.solution-sec .cell:nth-child(4) .img-box {height: 322px;}
.solution-sec .cell:nth-child(5) .img-box {height: 186px;}
.solution-sec .cell:nth-child(6) .img-box {height: 298px;}
.solution-sec .cell:nth-child(7) .img-box {height: 156px;}

.solution-sec .grid-margin-x {
    margin: 0 -8px;
}

.solution-sec .cell {
    padding: 8px;
    width: 33.333%;
    margin: 0;
}

.solution-sec .img-box h3 {
    font-size: 20px;
}

.solution-sec .cell:nth-child(4) {
    margin-top: -25px;
}

.solution-sec .cell:nth-child(5) {
    margin-top: -60px;
}

.solution-sec .cell:nth-child(7) {
    margin: -172px auto 0;
}

.solution-sec .img-box .img {

    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}
.solution-sec .img-box:hover .img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    
}


.fancybox-caption__body {font-size: 2rem}
.solution-popup {display: none;width: 600px;margin: auto;padding: 15px !important}
.solution-popup h4 {margin: 20px 0 10px;}
.solution-popup p {margin: 0}
.solution-page-sec {
    max-width: 800px;
    margin: auto;
    padding: 0 0 40px;
}

.solution-page-sec h1 {
    font-size: 46px;
    margin: 0;
    color: #003d79;
    font-weight: bold;
}

.solution-page-sec p {
    color: #134678;
    font-size: 16px;
    line-height: 1.375;
}
.solution-title {
    font-size: 26pt;    
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    margin-bottom: 65px;
}
.solution-sec .img-box h3 {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(0%, 0%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.solution-sec .img-box:hover h3 {
    transform: translate(0%, 150%);
}
.show5 .grid-margin-x > .large-4 {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
}
.show5 .grid-margin-x, 
.show4 .grid-margin-x {
    justify-content: center;
}
.show4 .grid-margin-x > .large-4 {
    width: 25%;
    margin-left: 0;
    margin-right: 0; 
}
.program-arrangment {
    display: flex;
    margin-bottom: 15px;
}
.program-arrangment + p.text-white {
    padding-top: 10px;
    font-size: 18px;
}
.program-arrangment p,
.leadprog-info .cont-wrap .program-arrangment p {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
}

.program-arrangment figure {
    margin: 0;
    min-width: 24px;
    width: 24px;
} 
.text-white {color: #ffffff}
.promo-txt {
    /* font-size: 20px; */
    color: #003D79;
    margin-bottom: 10px;
}
.skill-conts {
    margin: 0 0 5px;
    color: #003D79;
    list-style-type: none;
}
.skill-popup {
    display: none;
    position: absolute;
    width: auto;
    min-width: 270px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #003D79;
    z-index: 2;
    left: 0;
    bottom: 100%;
    padding: 15px;
    color: #003D79;
    border-radius: 10px;
    margin-bottom: 11px;
    opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.skill-popup::before {
    content: '\f140';
    font-family: dashicons;
    position: absolute;
    left: 0;
    display: block;
    bottom: -40px;
    transform: rotate(0deg);
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2;
    text-shadow: 0 5px 7px rgb(0 0 0 / 29%);
}
.skill-conts li img:hover + .skill-popup {display: block;opacity: 1}
.skill-conts li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}

.skill-conts li::before {
    width: 4px;
    height: 4px;
    background-color: #003D79;
    display: block;
    content: "";
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}
.skill-conts li:last-child:before,.skill-conts li:last-child img {display: none;}
.two-promobox .sub-title-skill {margin: 0 0 5px;font-weight: bold;color: #00A1D8;line-height: 1.2;display: flex;align-items: baseline;}
.two-promobox .program_cost {
    min-height: 36px;
    margin-bottom: 10px;
}
.two-promobox .grid-x {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
}
.two-promobox .medium-6 {
    padding: 15px;
}

.two-promobox .box-wrap {
    max-width: 100%;
}
.two-promobox .bwimg {
    min-height: inherit;
    overflow: hidden;
}
.sub-title-skill span:last-child {
 color: #003D79;
 /*font-weight: normal;*/
 font-size: 14px;
}
#thank-you.thank-banner {
    background: none;
    padding: 0;
}

.thank-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
}

.thank-banner-wrap {
    position: relative;
}
.thank-banner-wrap > img {width: 100%}
.thank-head .grid-container {
    width: 100%;
}

#thank-you .thank-head h1 {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    max-width: 500px;
    margin: 0;
}
.thank-content {
    background: #E3F2F7;
    text-align: center;
    padding: 60px 0;
}

.thank-content iframe {
    margin: auto;
    vertical-align: middle;
    border-radius: 10px;
    overflow: hidden;
}

#thank-you .ty-cont.grid-container {
    text-align: center;
}

#thank-you .thank-content .ty-cont p {
    color: #003D79;
    font-size: 23px;
    line-height: 1.4;
    font-weight: normal;
}
.thank-banner-wrap img {
    width: 100%;
}
.connected-leaders .sub-title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}
.solution-sec .sub-title {
    color: #fff;
}
.programe-sec-ebook {background-color: #E3F2F7;padding: 30px 0}
.programe-sec-ebook #promobox {background-color: transparent;}
.page-template-ebook-template .gform_heading {
    display: none;
}
.programe-sec-ebook h2 {
    color: #003e79;
    font-size: 47px;
    line-height: normal;
    font-weight: bold;
    margin: 0 auto 20px;
    max-width: 840px;
    text-align: center;
}
.none-page {
    position: absolute;
    z-index: -4;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}
.leadprog-hero img,
.blog-banner ul.slides li img,
.leadprog-hero a.linkgoto img,
.ipadhide img {
    width: 100%;
}
.social a .fa-twitter {
    top: 1px;
    position: relative;
}
.fa-twitter:before {
    content: "";
    background: transparent url(images/twitter.svg) no-repeat center / contain;
    display: block;
    width: 13px;
    height: 12px;
    position: relative;
    top: 0;
}
.soc-share i.fa-twitter:before,
a:hover i.fa-twitter:before {
  background-image: url(images/twitter-h.svg);
}
.faq-sec {padding: 75px 0;background: #e3f2f7}
.in-program .grid-container,
.container-cs,
.faq-sec .grid-container {
    max-width: 1100px;
}
.accordion-button i {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    border: 1px solid #707070;
}
.accordion .angle-up {
    background: transparent url(images/down-arrow.svg) no-repeat left 9px top 12px;
}
.accordion .angle-down {
    background: transparent url(images/up-arrow.svg) no-repeat left 9px top 10px;
}
.accordion-button h3 {
    position: relative;
    font-size: 20px;
    line-height: normal;
    color: #1F1F1F;
    font-weight: bold;
    margin: 0;
    padding: 25px 60px 25px 25px;
    cursor: pointer;
}
.active .accordion-button h3 {color: #0094D4;}
.faq-sec .accordion {background: none}
.accordion-item {
    border: 1px solid #C3C3C4;
    border-radius: 10px;
    padding: 0;
    margin-top: 25px;
    background-color: #ffffff;
}
.accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s; 
    -moz-transition: max-height 0.5s; 
    -ms-transition: max-height 0.5s; 
    -o-transition: max-height 0.5s; 
    transition: max-height 0.5s; 
}
.ac-cont {padding: 0 25px 25px;}
.active .accordion-body {max-height: 1000px}
.ask-sec {background: #003D79;padding: 75px 0}
.ask-sec .gform_wrapper.gravity-theme .gfield_validation_message,
.ask-sec .gform_wrapper.gravity-theme .gfield--type-captcha .gfield_validation_message:focus-visible,
.ask-sec .gform_wrapper.gravity-theme .gform_validation_errors:focus-visible,
.ask-sec .gform_wrapper.gravity-theme .gfield--type-captcha .gfield_validation_message,
.ask-sec .gform_wrapper.gravity-theme .gform_validation_errors {
    border: 0 none;
    background: none;
    padding: 0;
    box-shadow: none;
    outline: 0 none;
}
.ask-sec .gform_wrapper.gravity-theme .gfield_validation_message,
.ask-sec .gform_wrapper.gravity-theme .gfield--type-captcha .gfield_validation_message, .ask-sec .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: #ff6868;
    text-align: center;
}

.ask-sec .gform_wrapper.gravity-theme .gfield_validation_message {
    width: 100% !important;
}
.page-id-8511 .leadprog-info .gform_heading,
.ask-sec .gfield_label,.ask-sec .gform_heading {
    display: none !important;
}

.ask-sec .gform_fields .gfield .ginput_container {
    width: 100% !important;
    border-radius: 26px;
    overflow: hidden;
}

.ask-sec .gform_wrapper.gravity-theme .gform_footer.left_label {
    padding: 0;
    justify-content: center;
}

.ask-sec .gravity-theme {
    max-width: 805px;
    margin: auto;
    text-align: center;
}

.ask-sec .gravity-theme .gform_button.button {
    width: auto !important;
    padding: 10px 60px;
    margin: 20px 0 0;
    display: inline-block;
}

.ask-sec .gform_fields .gfield .ginput_container.ginput_recaptcha {
    border-radius: 0;
    overflow: inherit;
}

.ask-sec .gform_fields .gfield .ginput_container.ginput_recaptcha > div {
    margin: auto;
}
.ask-sec .gform_fields .gfield .ginput_container input {
    padding: 10px 30px;
}
.ask-sec .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  color: #1F1F1F !important;
}
.ask-sec .gform_fields .gfield .ginput_container input::-moz-placeholder {
  color: #1F1F1F !important;
  opacity: 1;
}
.ask-sec .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
  color: #1F1F1F !important;
}
.ask-sec .gform_fields .gfield .ginput_container input:-moz-placeholder {
  color: #1F1F1F !important;
}
.faq-sec #speakers {padding: 0}
.in-program .cont-a-s {
    padding: 20px 0 0;
}
.page-template-raffle-program-template .thrcol .grid-x {
    margin-left: -15px;
    margin-right: -15px;
}

.page-template-raffle-program-template .thrcol .grid-x .cell {
    padding: 15px;
}

.page-template-raffle-program-template .thrcol h3 {
    font-size: 18px;
}
.normalContainer.grid-container,
.page-template-raffle-program-template .thrcol .grid-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-info-sec .grid-container {max-width: 1100px} 
.contact-info-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-info-sec ul li {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 0 45px;
    position: relative;
}

.contact-info-sec ul li::before {
    height: 54px;
    width: 1px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #BFBEBE;
    transform: translateY(-50%);
}

.contact-info-sec ul li:first-child:before {
    display: none;
}

.contact-info-sec {
    padding: 45px 0;
    color: #000;
}

.contact-info-sec a {
    color: inherit;
}
.contact-info-sec h4,
.page-template-raffle-program-template .cont-wrap .h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.terms-txt p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.terms-txt ul {
    margin: 0;
    padding: 5px 0 0 17px;
}

.terms-txt ul li {
    font-size: 14px;
    color: #fff;
}

.terms-txt {
    padding: 10px 0 0;
}
.leadprog-info .cont-wrap ul.raffle-icon li{
    padding-left: 60px;
    background-size: 39px;
}
.leadprog-info .cont-wrap ul li.smd-icon {background-image: url(https://devwp.numly.io/wp-content/uploads/2023/11/raffle-icon-1-1.png);}
.leadprog-info .cont-wrap ul li.ora-icon {background-image: url(https://devwp.numly.io/wp-content/uploads/2023/11/raffle-icon-2.png);}
.leadprog-info .cont-wrap ul li.eye-icon {background-image: url(https://devwp.numly.io/wp-content/uploads/2023/11/raffle-icon-3.png);}
.leadprog-info .cont-wrap ul li.dwp-icon {background-image: url(https://devwp.numly.io/wp-content/uploads/2023/11/raffle-icon-4.png);}
ul.raffle-icon li strong {color: #58b974}
.term-sec {
    background: #003D79;
    padding: 40px 0;
    color: #ffffff;
}

.term-sec ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.term-sec ul li {
    font-size: 18px;
    margin-top: 10px;
}
.raffle-page .form-wrap p.text-white {
    max-width: 100%;
    font-size: 20px;
    color: darkblue;
}
.grid-margin-x > .cell.speaker-full, .speaker-full {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
}

.speaker-avatar {
    width: 185px;
    min-width: 185px;
    margin-right: 30px;
}

.speaker-cont {
    text-align: left;
}

#speakers .speaker-cont h5 {
    text-align: inherit;
}
.speaker-cont p {
    margin: 0;
    text-align: inherit;    
}
.slider-with-three-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.btn-col {
    flex-basis: 33.333%;
}

.slider-with-three-btn .grn-btn {
    display: inline-block;
    padding: 10px 20px;
    line-height: 1.3rem;
    font-size: 15px !important;
}
span.gfield_required.gfield_required_asterisk {
    color: #c02b0a;
}
.row-reverse {
    flex-direction: row-reverse;
}
.signup-cont-item .icon-wrap {
    display: flex;
    padding-bottom: 10px;
}

.signup-cont-item figure {
    margin: 0 27px 0 0;
    width: 68px;
    min-width: 68px;
}

.signup-cont-item h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    color: #003D79;
}

.module-item .desk p,
.signup-cont-item .desk p {
    font-size: 18px;
}
.module-slider-sec h2,
.page-id-8658 #speakers h3,
.why-signup-sec h2 {
    font-weight: bold;
    color: #003e79;
    font-size: 38px;
    line-height: normal;
}

.why-signup-sec h2 {
    margin: 45px 0;
}
.why-signup-sec {
    padding: 75px 0;
}
.page-id-8658 .in-program {
    background: #E3F2F7;
}

.signup-cont-item:last-child .desk p:last-child {
    margin: 0;
}
.module-slider-sec {background-color: #E3F2F7;padding: 75px 0}
.module-slider-sec h2 {text-align: center;margin-bottom: 30px}
.module-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.module-item h4 {
    color: #003D79;
    font-size: 28px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 10px;
}
.module-item p:last-child {margin-bottom: 0}
.module-item figure  {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0; 
    display: flex;
    align-items: center;
}
.active .module-item figure {
    flex-basis: 50%;
    max-width: 50%;    
}
.module-item figure img {height: 260px;object-fit: cover;opacity: 0.2}
.active .module-item figure img {height: 100%;opacity: 1;}

.module-item > div {flex-basis: 50%;max-width: 50%;display: none;padding: 45px 40px;background-color: #ffffff}
.active .module-item > div {display: block;}
.module-slider-sec .owl-stage {
    display: flex;
}

.module-slider-sec .item {
    height: 100%;
}
/*start responsive*/

@media only screen and (min-width: 640px) {
    .leadprog-hero {
        background-position: top right !important;
    }
    .leadprog-hero h1 {
        max-width: 50%;
    }
}
@media only screen and (min-width: 641px) {
    .leadprog-info .gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
        width:70%;
    }
    .leadprog-info .gform_wrapper.gravity-theme .left_label .gfield_label {
        text-align:right;
        padding-right:15px;
    }
    .page-template-page-contact .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
        margin: 0 !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield,
    .single-downloads .gform_wrapper .top_label li.gfield.gf_right_half,
    .single-downloads .gform_wrapper .top_label li.gfield.gf_left_half,
    .single-downloads .gform_wrapper .top_label li.gfield {display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;margin: 0 0 10px}
    .single-downloads .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
    .single-downloads .gform_wrapper li.gfield .ginput_container,
    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield > .ginput_container,
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span input[type="text"],
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span input[type="text"],
    .single-downloads .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
    .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .ginput_container,
    .leadprog-info .gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
        width:68% !important; 
        margin: 0;
    }
    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield > .gfield_label,
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span label,
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span label,
    .single-downloads .gform_wrapper .gfield_label,
    .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label,
    .leadprog-info .gform_wrapper.gravity-theme .left_label .gfield_label {
        width: 32%;
        margin: 0;
        text-align: right;
    }

    .leadprog-info .gform_wrapper .top_label li.gfield.mt-0,
    .single-downloads .gform_wrapper .top_label li.gfield.gf_left_half, .single-downloads .gform_wrapper .top_label li.gfield.mt-0 {
        margin-top: 0 !important;
    }
    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield > .gfield_label,
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span label,
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span label,
    .single-downloads .gform_wrapper .gfield_label {
        font-size: 16px;
        color: #ffffff;
        line-height: 1.2;
        padding-right: 15px;
        font-weight: normal;
    }
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span span.ast,
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span span.ast {
        width: auto;
        padding: 0;
        color: #c02b0a;
        font-size: 16px;
        margin-left: 4px !important;
        font-weight: 300;
    }
    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.two_name_filed,
    .gform_wrapper .top_label li.gfield.two_name_filed, 
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed {
        display: block;
        margin: 0;
    }

    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield.two_name_filed  > .ginput_container,    
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container,
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container {
        width: 100% !important;
    }
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span,
    .single-downloads .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
        padding: 0 0 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .leadprog-hero .grid-container {
        min-height: 500px;
    }
    .leadprog-hero h1 {
        font-size:42px;
        max-width:75%;
    }
    .leadprog-info h2 {
        font-size: 34px;
    }
    .page-template-page-leadership-program .leadprog-info h2 {font-size: 27px;}
    .leadprog-info .large-6 {
        padding:50px 25px;
    }
    .leadprog-why-join {
        padding:75px 0;
    }
    .show4.leadprog-why-join {padding-bottom: 35px}
    .show4 .grid-margin-x > .large-4 {padding-bottom: 40px}
    .faq-sec h2 {font-size:38px;}
    .hwpage h2,
    .ask-sec h2,
    .leadprog-why-join h2 {
        margin: 0 0 50px;
        font-size:38px;
    }
    .ask-sec h2 {margin-bottom: 25px}
    .hwpage .video-cont h2 {margin: 0 0 20px;}
    .video-cont {margin: 50px 0 -50px;}
    .leadprog-why-join .large-4 {
        margin-bottom:0;
    }
    .leadprog-why-join .icon-wrap p {
        font-size:20px;
    }
    .leadprog-info .form-wrap2,
    .leadprog-info .form-wrap  {
        margin:0 0 0 50px;
    }
    .raffle-page .grid-x {/*flex-direction: row-reverse;*/}
    .raffle-page .large-6 .form-wrap .gform_legacy_markup_wrapper {
        margin-left: auto;
    }

    .raffle-page .form-wrap .text-white {
        max-width: 415px;
        margin-left: auto;
    }
    .leadprog-info .right-green-form {
        display:flex;
        /*align-items:center;*/
    }
    .leadprog-info .right-green-form h3 {
        text-align:left;
        margin:0 0 25px;
    }
    .leadprog-info .gform_wrapper.gravity-theme {
        margin:0;
    }
    .page-id-8511 .leadprog-info .cont-wrap ul {
        padding-bottom: 20px;
    }

    .leadprog-info .cont-wrap ul li {font-size: 16px}
    .page-id-8511 .leadprog-info .cont-wrap ul li {margin-bottom: 20px}
    .page-id-8511 .leadprog-info .cont-wrap ul li,
    .video-cont,
    .video-cont p,
    .leadprog-info .cont-wrap,
    .leadprog-info .cont-wrap p {
        font-size: 18px;
    } 

}

@media only screen and (min-width: 1200px) {
    .leadprog-hero h1 {
        font-size:51px;
    }
    .leadprog-info .cont-wrap {
        max-width: 500px;
        margin:0 50px 0 auto;
    }
    .leadprog-info .form-wrap2,
    .leadprog-info .form-wrap  {
        max-width: 500px;
        margin:0 auto 0 50px;
        padding: 0 !important;
    }
    /*.onlylinkslider figure img {
        height: calc(100vh - 90px) !important;
        object-fit: cover;
        width: 100%;
    }*/
}
@media (min-width: 1279px) {
    .home .ncl-setion h2 {
        margin-bottom: 10px;
    }
    .connected-leaders h2,
    .clp-section h2 {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    
    .connected-leaders h2 {max-width: 100%}
    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {
        font-size: 34px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap h3 {
        font-size: 20px;
        margin-top: 8px;
    }
    #hm-hero .statwrap span {
        font-size: 38px;
    }
    #hm-hero .statwrap .small-4 .stats {
        padding: 0 40px 0 0;
    }
    #hm-hero .statwrap {
        margin-top: 15px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li {
        font-size: 17px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li::before {
        width: 7px;
        height: 7px;        
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left ul {
        margin: 10px 0 0 0;
        max-width: 710px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt {
        margin: 15px 0 0;
    }
    .slider-with-three-btn {padding-bottom: 40px}

}
@media (min-width:1360px) {
    .slider-with-three-btn {padding-bottom: 50px}
}
@media (min-width:1440px) {
    .raffle-page.leadprog-info .cont-wrap {margin: 0 auto 0 50px;}
    .raffle-page.leadprog-info .form-wrap {
        margin: 0 50px 0 auto;
    }
    .slider-with-three-btn {padding-bottom: 60px}
}
@media (min-width: 1590px) {
    .slider-with-three-btn {padding-bottom: 70px}
}
@media (min-width: 1800px) {
    .slider-with-three-btn {
        padding-bottom: clamp(1.875rem, -5.1838rem + 8.8235vw, 7.5rem);
    }
    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {
        font-size: 46px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap h3 {
        font-size: 24px;
        margin-top: 15px;
    }
    #hm-hero .statwrap {
        margin-top: 35px;
    }
    #hm-hero .statwrap span {
        font-size: 46px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li {
        font-size: 19px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li::before {
        width: 10px;
        height: 10px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left ul {
        margin: 15px 0 0 0;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt .grn-btn {        
        min-width: 199px;
        padding: 15px 31px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt {
        margin: 20px 0 0;
    }
}
/*after min responsive*/
.why-banner .banner-cont ul li::before,
#hm-hero.flexslider .slides .light-placement .grid-container.text-place-left  li::before {
    width: 17px;
    height: 12px;
    background: transparent url("https://devwp.numly.io/wp-content/themes/numly/images/tick-mark-green.png") no-repeat center / contain;
    border-radius: 0;
} 
.why-banner .banner-cont ul li,
#hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li {
    padding-left: 25px;
    color: #000000;
    margin-top: 5px;
    position: relative;
}
#hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li {color: #ffffff}
.why-banner .banner-cont ul li {font-size: 18px;}
@media (max-width: 1700px) {
    .cbanner-cont h1 {
        font-size: 60px;
        padding-top: 60px;
    }

    .conference-form h2 {
        font-size: 35px;
    }
}

@media (max-width: 1400px) {
    .cbanner-cont h1 {
        font-size: 50px;
        padding-top: 50px;
    }

    .cbanner-cont {
        padding: 35px 0 0 50px;
    }

    .conference-form h2 {
        font-size: 30px;
    }
}

@media (max-width: 1278px) {    
    .slider-with-three-btn {padding-bottom: 40px}
    .btn-col:first-child {
        flex-basis: 30%;
    }

    .btn-col:nth-child(2) {
        flex-basis: 36.5%;
    }

    .btn-col:last-child {
        flex-basis: 33%;
    }
    #thank-you .thank-head h1 {
        font-size: 34px;
        max-width: 470px;
    }
    .logo-slider-title p {font-size: 26px}
    .why-banner .banner-cont ul {max-width: 590px;}
    .why-banner .banner-cont ul li {font-size: 15px}
    .blog-banner .flex-control-nav {bottom: -9px}
    .contact-info-sec .grid-container,
    .normalContainer.grid-container,
    .thrcol .grid-container {max-width: 95%;}
    .thrcol .owl-carousel .owl-nav button.owl-prev {left: -40px;}
    .thrcol .owl-carousel .owl-nav button.owl-next {right: -40px;}
    .thrcol .box-wrap {min-height: 300px;}
    .thrcol .two-promobox .box-wrap {min-height: inherit;}
    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {font-size: 30px;}
    #hm-hero .h2 {font-size: 18px;}
    #hm-hero .statwrap span {font-size: 24px;}
    #hm-hero .statwrap p {font-size: 14px;}
    #hm-hero .flex-control-nav {bottom: 0;}
    .menu a {
        padding: 0.7rem 0.41rem;
    }
    .cbanner-cont a {
        display: inline-block;
        max-width: 170px;
    }

    .cbanner-cont a img {
        display: block;
    }

    .cbanner-cont h1 {
        font-size: 35px;
        padding-top: 30px;
    }

    .conference-form h2 {
        font-size: 25px;
    }

    .timer-box > div {
        font-size: 14px;
    }

    .calendly-form {
        height: 80%;
    }

    .event-sticky .large-9 h3 {
        font-size: 14px;
    }

    .hr-banner-cont img {
        max-width: 400px;
    }

    .hr-banner-cont .grid-x,
    .hr-pulse-content .grid-x {
        max-width: 90%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hr-pulse-content .form-wrap {
        margin-top: -400px;
    }

    .hr-banner-cont h1 {
        font-size: 30px;
    }

    .hr-pulse-content .grid-x > .large-8 {
        padding-right: 55px;
    }

    .page-template-page-skills-future-program .mainbd-wrap,
    .programs-sec .mainbd-wrap {
        padding: 0 15px;
    }

    .logoslider .owl-theme .owl-nav [class*="owl-"] {
        left: -10px;
    }

    .logoslider .owl-theme .owl-nav [class*="owl-"].owl-next {
        left: inherit;
        right: -10px;
    }

    .trcont h2,
    .sf-title,
    .bannertop h1 {
        font-size: 27px;
    }

    .bannertop p {
        font-size: 20px;
        line-height: 32px;
    }

    .trcont p {
        color: #111313;
        font-size: 15px;
        line-height: 27px;
    }

    .mainbd-wrap .trcont h5 {
        margin-top: 20px;
        font-size: 14px;
    }

    .greencont p {
        font-size: 22px;
        line-height: 34px;
    }

    .occ-cont li {
        font-size: 18px;
    }

    .programs-sec .orgname {
        font-size: 18px;
        line-height: normal;
    }

    .programs-sec .skill-title {
        font-size: 17px;
    }

    .programs-sec .skill-title::before {
        top: 4px;
    }
    .els-two-sec .hrtech-wys {width: 60%;}
    .els-two-sec .right-form {width: 40%;}

    .ipadhide {display: none !important;}
    .ipadshow {display: block !important;}
    .connected-leaders h2,
    .clp-section h2 {
        font-size: 44px;
    }
    .connected-leaders svg {
        max-width: 100%;
        height: auto;
    }
    #hm-hero.flexslider .grid-container .grid-x {
        max-width: 770px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .grid-x .cell {
        padding: 0 50px;
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 1022px) {
    .module-item > div,.active .module-item figure {
        flex-basis: 100%;
        max-width: 100%;
    }

    .module-item figure img {
        height: 460px;
    }
    .module-item > div {padding: 35px 30px}
    .slider-with-three-btn {padding-bottom: 24px}
    .btn-col:first-child {
        flex-basis: 30%;
    }

    .btn-col:nth-child(2) {
        flex-basis: 36.5%;
    }

    .btn-col:last-child {
        flex-basis: 33%;
    }
    #hm-hero.flexslider .grid-container .grid-x {
        max-width: 530px;
    }
    #thank-you .thank-head h1 {
        font-size: 30px;
        max-width: 350px;
    }
    .program-arrangment p,
    .leadprog-info .cont-wrap .program-arrangment p {font-size: 22px}
    .logo-slider-title p {font-size: 18px}
    .why-banner .banner-cont ul {max-width: 490px;margin: 0}
    .why-banner .banner-cont ul li {font-size: 14px}
    .leadprog-info .large-6 .form-wrap .gform_legacy_markup_wrapper {max-width: 415px;margin: auto;}
    .single-downloads .gform_wrapper .gfield_label,
    .leadprog-info .right-green-form .gfield.two_name_filed label {font-size: 16px !important;color: #ffffff}
    .leadprog-info .right-green-form .form-wrap {padding: 0;}
    .blog #main {padding: 30px 0}
    .archive .content-area .cell.large-9 {padding-top: 30px;} 
    #mob-top-menu {display: none;}
    nav.mobile-navigation {max-height: calc(100vh - 190px);padding-top: 50px;}
    .menu .login-btn {margin-top: 20px;}
    .menu .login-btn a {
        border: 2px solid #aadb1e;
        border-radius: 35px;
        padding: 10px 20px;
        color: #aadb1e;
        display: inline-block;
    }
    #mob-menu li.demo-btn {margin-top: 20px;}
    #offCanvas.off-canvas {height: 100%;top: 0 !important;z-index: 9999}
    .single h1.entry-title {font-size: 24pt;}
    .entry-content .blog h2 {font-size: 20pt !important;}
    .single-post .entry-content {padding-top: 20px;}
    .thumbnail-bg-blank {display: block;}
    .thumb-list .web-wrap {max-width: 100%;}
    .banner-cont p, .cp-item p {font-size: 16px;}
    #mob-menu li li a {text-transform: none;}
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {border-color: #aadb1e transparent transparent;}
    .leadprog-info .right-green-form h3 {margin-top: 20px;}
    .leadprog-info .timer-box {margin-left: auto;margin-right: auto;}
    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {font-size: 24px;}
    #hm-hero .h2 {font-size: 16px;}
    #hm-hero .statwrap span {font-size: 20px;}
    #hm-hero .flex-control-nav {line-height: 1;}
    #hm-hero .statwrap p {font-size: 13px;margin: 2px 0 0;}
    #hm-hero .statwrap {margin-top: 10px;}
    .els-two-sec .right-form,
    .els-two-sec .hrtech-wys {width: 100%;padding: 0;}
    .els-two-sec .right-form {padding: 40px;}
    .page-id-3573 .hr-tech-hero .large-5 {margin-top: 20px;}
    .page-id-3573 .hr-tech-hero h1 {padding-bottom: 0;}
    .hr-banner-cont .form-wrap .skinny {
        padding: 5px 25px 10px;
    }

    .hr-banner-cont .gform_legacy_markup_wrapper {
        margin: 0;
    }

    .cbanner-cont {
        padding: 25px 0 0 40px;
    }

    .cbanner-cont a {
        max-width: 150px;
    }

    .cbanner-cont h1 {
        font-size: 30px;
        padding-top: 25px;
    }

    .conference-form h2 {
        font-size: 20px;
    }

    .programs-sec .colglist:nth-child(even) {
        padding-right: 0;
    }

    .event-sticky-wrap.sticky-container + .event-sticky-wrap.sticky-container .sticky.is-stuck.is-at-top {
        top: 96px !important;
    }

    .pr_images_column a {
        display: block;
    }

    .pr_images_column img {
        display: block;
        margin: auto;
    }

    .pr_images_column p {
        text-align: center;
    }

    .pr_images_column {
        margin-top: 0
    }

    .single #main .large-9.pcont-left {
        padding-right: 0
    }

    .calendly-form {
        min-width: 98%;
    }

    .calendly-form {
        height: 90%;
    }

    .hr-banner-cont img {
        max-width: 290px;
        margin: auto;
    }

    .hr-pulse-content .form-wrap {
        margin-top: 30px;
    }

    .hr-pulse-content .grid-x > .large-8 {
        padding-right: 0;
    }

    .bannertop {
        padding: 40px 0 20px;
    }

    .bannertop p {
        font-size: 16px;
        line-height: 26px;
    }

    .trcont h2, .sf-title, .bannertop h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .greencont {
        padding: 30px 0 15px;
    }

    .greencont p {
        font-size: 17px;
        line-height: 30px;
    }

    .logosliderwrap {
        padding: 40px 0;
    }

    .programs-sec .orgname {
        font-size: 17px !important;
    }

    .programs-sec .skill-list li {
        display: inline-block;
        line-height: normal;
    }

    .conference-form h2 {
        font-size: 20px;
    } 

    .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {margin-top: 3px !important;}
    .video-cont {margin: 30px 0 -40px;}
    .contsdesk.newadd .occ-cont {
        max-width: 52%;
        flex: 0 0 52%;
    }
    .logo-col-foot {text-align: center;}
    .thumb-list .grid-x {justify-content: center;}
    .thumb-list .grid-container {padding-right: 0;padding-left: 0;}
    .ncl-setion h2 {font-size: 40px;}
    #hm-hero.flexslider .slides .grid-container.text-place-left li::before {
        top: 6px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li {
        line-height: 1.2;
    }
    #hm-hero.flexslider .grid-container.text-place-left .statwrap {
        margin-top: 5px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt {
        margin: 5px 0 0;
    }
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt .grn-btn {
        margin: 0 10px 0 0;
        font-size: 15px!important;
        padding: 6px 20px;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left ul {
        margin-top: 3px;
    }
    .ncl-setion .img-box h3 {
        font-size: 18px;
    }
    #hm-hero.flexslider .light-placement .h1 {margin-top: 10px}
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left ul {display: block;max-width: 98%}
    #hm-hero.flexslider  .light-placement .grid-container.text-place-left .cont-wrap .wtwobnt, 
    #hm-hero.flexslider .slides  .light-placement .grid-container.text-place-left ul, 
    #hm-hero.flexslider  .light-placement .h1 {text-align: left;}
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li {
        padding-left: 19px;
        margin-top: 5px;
        font-size: 12px;
    }
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li::before {
        width: 13px;
        height: 9px;
        position: absolute;
    }
    .programe-sec-ebook h2 {font-size: 44px;}
}

@media (max-width: 767px) {
    .module-slider-sec, .why-signup-sec {
        padding: 50px 0;
    }
    .module-slider-sec h2, .page-id-8658 #speakers h3, .why-signup-sec h2 {font-size: 27px}
    .grid-margin-x > .cell.speaker-full, .speaker-full {
        display: block;
        margin-bottom: 40px;
    }

    .speaker-avatar {
        margin: auto;
    }

    .speaker-cont {
        text-align: center;
    }
    .contact-info-sec ul {
        display: block;
        text-align: center;
        margin: 0;
    }

    .contact-info-sec ul li {
        flex: inherit;
        max-width: 100%;
        padding: 10px 0;
    }

    .contact-info-sec ul li::before {
        display: none;
    }

    .contact-info-sec h4 {
        text-align: center;
    }

    .contact-info-sec ul li:first-child {
        padding-top: 0;
    }
    .contact-info-sec h4, .page-template-raffle-program-template .cont-wrap .h4 {
        font-size: 20px;
    }  
    .page-template-raffle-program-template .thrcol .grid-x .cell {padding: 0 15px}
    .programe-sec-ebook h2 {font-size: 38px;}
    #hm-hero.flexslider .grid-container.text-place-left .grid-x .cell {padding: 0}
    .thrcol .two-promobox .box-wrap {height: auto;}
    .program-arrangment {align-items: self-start;}
    .show4 .grid-margin-x > .large-4,
    .show5 .grid-margin-x > .large-4 {
        width: 33.333%;
    }
    .solution-sec .img-box {
        height: 300px !important;
    } 
    .solution-sec .cell {
        width: 50%;
        margin: 0 !important;
    }
    .logo-slider-wrap .grid-container {display: block;}
    .logo-slider-title {
        flex-basis: inherit;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .logo-slider {
        flex-basis: inherit;
        max-width: 100%;
        padding: 30px 40px;
        border-left: 0 none;
    }
    .logo-slider-title p {
        font-size: 24px;
        padding-top: 30px;
    }
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span.name_last {margin-top: 15px;} 
    .single-downloads .gform_wrapper .gfield_label, .leadprog-info .right-green-form .gfield.two_name_filed label {margin-top: 0 !important}
    .gform_wrapper .top_label li.gfield.two_name_filed .ginput_container > span span.ast {
        width: auto;
        padding: 0;
        color: #c02b0a;
        font-size: 16px;
        margin-left: 4px !important;
        margin-bottom: 0;
        font-weight: 300;
        display: inline-block;
    }
    .leadprog-info .gform_wrapper .top_label.gform_fields li.gfield > .gfield_label {color: #ffffff;font-weight: normal;}
    body .right-green-form .gform_legacy_markup_wrapper .top_label div.ginput_container {margin-top: 0}
    .right-green-form .gform_fields .checkbox-cs {padding-bottom: 20px !important;}
    .leadprog-info .right-green-form  .form-wrap2 .gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons), 
    .right-green-form  .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .ginput_container,
    .leadprog-info .right-green-form .form-wrap2 .gform_wrapper.gravity-theme .left_label .gfield_label,  
    .right-green-form .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label {width: 100% !important}
    .right-green-form .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.checkbox-cs .ginput_container, 
    .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield.checkbox-cs .ginput_container {width: auto !important;}
    .leadprog-info .right-green-form .gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {display: block;}   
    .category  .post-wrap .post-cont,
    .blog .post-wrap .post-cont {padding-bottom: 15px}
    .category  .post-wrap .rm, 
    .blog .post-wrap .rm {position: static;bottom: 0}
    .thrcol .box-wrap {min-height: 330px;}
    nav.mobile-navigation {max-height: calc(100vh - 190px);padding-top: 20px;}
    .thumb-list .cell.medium-6.large-4 {
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
        padding: 15px;
    }
    .site-footer .social,
    #foot-menu > li {text-align: center;}
    #hm-hero.flexslider .grid-container .grid-x .cell {padding: 0 15px;}
    #contact-hero .grid-x {max-width: 290px;}
    .contact-wrap {display: block;}
    .contact-wrap > div {flex-basis: 100%;max-width: 100%;}
    .video-cont {margin: 30px 0 -30px;}
    .leadprog-info .gform_wrapper.gravity-theme .gform_footer.left_label {margin: 15px auto;}
    .leadprog-info .gform_wrapper.gravity-theme .gfield {justify-content: normal !important;}
    #hm-hero.flexslider .grid-container {padding: 10px 25px;}
    #hm-hero .large-12 .btn-mrg {margin: 15px auto;}
    .page-template-page-contact form .gform_body.gform-body > ul.gform_fields > li {flex: 0 100%;max-width: 100%;}
    .page-template-page-contact ul.gform_fields li .ginput_container_name label {top: 0;}
    .page-template-page-contact ul.gform_fields li .ginput_container_name label span {display: inline-block;margin-left: 7px;}
    a.onlylinkslider {
        position: relative;
        height: 100%;
    }
    #hm-hero .h1 {margin-bottom: 0;}
    #hm-hero .statwrap {margin-top: 0;}

    .hr-banner-cont .form-wrap .skinny {
        min-width: 280px;
    }

    .conference-form .gform_confirmation_message {
        padding: 15px 10px 20px;
    }

    .conference-form-wrap {
        background-image: url('images/conference-form-bg-mobile.jpg');
        padding: 40px 0 0;
    }

    .conference-form .gform_wrapper .gform_footer {
        padding-bottom: 0;
    }

    .conference-form-wrap .gform_legacy_markup_wrapper {
        margin-bottom: 0;
    }

    .conference-form .gform_body ul.gform_fields li.gfield select, .conference-form .gform_body ul.gform_fields li.gfield input {
        height: 35px;
        padding: 5px 4px !important;
    }

    .conference-form .gform_body ul.gform_fields li.gfield select {
        background-image: url('images/select-bg-mobile.svg');
        background-position: right 12px center;
        padding-left: 35px;
    }

    .conference-form .gform_body ul.gform_fields li.gfield {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cbanner-cont {
        padding: 20px 0 0 30px;
    }

    .cbanner-cont h1 {
        font-size: 25px;
        padding-top: 20px;
    }

    .conference-form h2 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .banner-conference picture img {
        width: 100%;
    }

    .conference-form-wrap .grid-container {
        padding: 0;
    }

    .conference-form .gform_body ul.gform_fields {
        padding: 0 65px;
    }

    .conference-form .gform_wrapper .gform_footer input[type="submit"] {
        width: 100% !important;
        border-radius: 0;
        font-size: 22px !important;
        line-height: normal !important;
        height: 45px !important;
        min-width: inherit;
        letter-spacing: 4px;
    }

    .countdown-heading {
        text-align: center;
        max-width: 100%;
        margin-top: 0;
    }

    .withcountdown .timer-box,
    .timer-box {
        margin: auto;
        float: none;
    }

    .event-sticky-wrap.sticky-container + .event-sticky-wrap.sticky-container .sticky.is-stuck.is-at-top {
        top: 101px !important;
    }

    .show-calendly .calendly-form-wrap {
        align-items: flex-end;
    }

    .calendly-form {
        height: 80%;
        margin-bottom: 5px;
    }

    .hr-banner-cont img {
        max-width: 230px;
    }

    .hr-banner-cont h1 {
        font-size: 22px;
        padding: 20px 0;
    }

    .hr-pulse-content {
        padding: 40px 0
    }

    .bannertop {
        position: relative;
    }

    .bannertop::before {
        display: block;
        content: "";
        background-color: rgb(0 0 0 / 24%);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .bannertop .mainbd-wrap {
        position: relative;
    }

    .logoslider {
        padding: 30px 60px;
    }

    .occ-cont,
    .contsdesk figure {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .occ-cont {
        padding-top: 40px;
    }

    .logoslider .owl-theme .owl-nav [class*="owl-"] {
        left: -28px;
    }

    .logoslider .owl-theme .owl-nav [class*="owl-"].owl-next {
        left: inherit;
        right: -28px;
    }

    .sf-title {
        background-size: 24px;
    }
    .full-width-input .ginput_container label span {width: auto !important;display: inline-block !important;}
    .contsdesk.newadd .occ-cont {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 40px 20px 40px 20px;
    }
    .contsdesk.newadd .occ-cont::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #ffffff;
        opacity: 0.5;
    }
    .future-program.testimonial-sec .mainbd-wrap {
        display: block;
    }
    .future-program.testimonial-sec .trcont,
    .future-program.testimonial-sec .tsrc {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .future-program.testimonial-sec .tsrc {
        margin: 0;
        padding: 0 10px;
    }
    .future-program.testimonial-sec {
        padding-top: 60px;
    }
    .ncl-setion {
        padding: 40px 0 45px;
    }
    .ncl-setion h2,.connected-leaders h2,.clp-section h2 {font-size: 38px;}
    .ncl-setion .cont-wrap {
        margin-top: 18px;
    }
    .ncl-setion .btn-mrg {
        margin: 10px auto 0;
    }
    .connected-leaders {
        padding: 40px 0 20px;
    }
    .coaching-programs {
        padding: 40px 0!important;
    }
    .coaching-programs h2 {
        margin-bottom: 15px!important;
    }
    .single-downloads .gform_wrapper ul li.gfield.two_name_filed span.ast {
        width: auto;
        color: #c02b0a;
        margin-left: 4px;
    }
    #hm-hero.flexslider .light-placement .h1 {margin-top: 10px}
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left ul {display: block;max-width: 98%}
    #hm-hero.flexslider  .light-placement .grid-container.text-place-left .cont-wrap .wtwobnt, 
    #hm-hero.flexslider .slides  .light-placement .grid-container.text-place-left ul, 
    #hm-hero.flexslider  .light-placement .h1 {text-align: left;}
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li {
        padding-left: 19px;
        margin-top: 5px;
        font-size: 10px;
    }
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li::before {
        width: 13px;
        height: 9px;
        position: absolute;
    }
    .why-banner .banner-cont ul li {font-size: 12px;margin: 0}
    .why-banner .banner-cont ul {max-width: 380px}
    #thank-you .thank-head h1 {
        font-size: 28px;
        text-align: center;
        max-width: 100%;
    }
    .thank-head {padding: 40px 0;display: block;}
    #thank-you .thank-content .ty-cont p {font-size: 16px}
    .thank-content {padding: 30px 0}
    .thank-content iframe {height: 220px}
}

@media (max-width: 639px) {
    .module-slider-sec .grid-container {
        padding: 0;
    }
    .module-item > div {
        padding: 25px 20px;
    }
    .module-item h4 {
        font-size: 22px;
    }

    .module-item .desk p, .signup-cont-item .desk p {
        font-size: 16px;
    }
    .skill-conts li {display: block;}
    .show4 .grid-margin-x > .large-4,
    .show5 .grid-margin-x > .large-4,
    .solution-sec .cell {width: 100%}
    .solution-sec .img-box {
        height: 260px !important;
    }
/*    .why-banner .banner-cont {background-color: rgba(255,255,255,0.5);}*/

.thrcol .owl-carousel .owl-nav button.owl-prev {left: 0;}
.thrcol .owl-carousel .owl-nav button.owl-next {right: 0;}
.thrcol .box-wrap {min-height: inherit;}
.thumb-list .cell.medium-6.large-4 {
    flex-basis: 100%;
    max-width: 100%;
}
.hr-banner-cont .form-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 30px;
    flex: 0 0 100%;
    max-width: 100%;
    left: 0;
}

section.hr-banner.withrightform {
    margin-bottom: 250px;
}
.greycont p {
    font-size: 20px;
    line-height: 32px;
}

.common-page .grid-container {
    padding-top: 20px;
}
}

@media (max-width: 479px) { 
    .module-slider-sec .owl-carousel .owl-nav button {right: 3px}
    .module-slider-sec .owl-carousel .owl-nav button.owl-prev {left: 3px}
    .slider-with-three-btn .grn-btn {
        font-size: 8px !important;
        padding: 5px 5px;
        line-height: 1.2;
    }
    .btn-col:first-child {
        flex-basis: 28%;
    }

    .btn-col:nth-child(2) {
        flex-basis: 38.5%;
    }

    .btn-col:last-child {
        flex-basis: 32%;
    }
    .accordion-button i {
        top: 30px;
        right: 15px;
    }
    .programe-sec-ebook {padding: 0}
    .program-arrangment p,
    .accordion-button h3,
    .leadprog-info .cont-wrap .program-arrangment p {font-size: 18px}
    .program-arrangment img {height: 18px;width: auto;max-width: inherit;}
    .solution-title {font-size: 18pt}
    .why-banner .banner-cont ul li::before {width: 13px;height: 9px;padding-left: 19px}
    .why-banner .banner-cont ul li {font-size: 14px}
    .programe-sec-ebook h2,
    .blog-banner .flex-direction-nav a:before {font-size: 24px}
    .blog-banner .flex-direction-nav .flex-prev {left: 2px} 
    .blog-banner .flex-direction-nav .flex-next {right: 2px} 
    #hm-hero.flexslider .grid-container.text-place-left .grid-x.statwrap {margin: 10px 0 6px;}
    #hm-hero.flexslider .slides .grid-container.text-place-left ul {display: none;} 
    .thrcol .owl-carousel .owl-nav button.owl-prev {left: -32px;}
    .thrcol .owl-carousel .owl-nav button.owl-next {right: -32px;}
    nav.mobile-navigation {padding-top: 50px;}
    .site-footer .social {margin-top: 10px;}
    #foot-menu > li {margin-bottom: 5px;}
    .desktopbanner {display: none !important;}
    .mobilebanner {display: block !important;}
    .page-id-6149 .bannertop:before {background-color: rgb(255 255 255 / 55%);}
    .page-id-6149 .bannertop {background-position: right center;}
    .page-id-6149 .bannertop h1:after {height: 6px;}
    .els-two-sec .right-form .ginput_recaptcha {transform: scale(0.9);position: relative;left: -13px;}
    /* #hm-hero.flexslider .h1 span {display: block;} */
    #hm-hero .h2 {max-width: 100%;margin-top: 10px;}
    #contact-hero .grid-x .cell p {font-size: 14px;}
    .video-cont {margin-bottom: 0;}
    .leadprog-info .form-wrap2 .gform_wrapper.gravity-theme .left_label .gfield_label, .form-wrap2 .gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label {padding-right: 0;text-align: left;}
    .leadprog-info .timer-box > div span {margin-bottom: 2px;font-size: 18px;}
    .leadprog-info .timer-box > div {padding: 5px 8px;}
    .leadprog-info .gform_wrapper.gravity-theme .left_label .gfield_label {width: 100%;}
    #hm-hero.flexslider .grid-container {/*min-height: 470px;*/}
    .els-two-sec .right-form {padding: 30px 20px;}
    .cp_head h2 {line-height: 1.5;}
    .leadprog-hero h1 {font-size: 1.7em;}

    .ipadshow {display: none !important;}
    .mobileshow {display: block !important;}

    .mobile-slider-bg {
        display: block !important;
        height: 100% !important;
        /*object-fit: cover;*/
        position: relative;
        min-height: 540px;
    }

    .hr-banner-cont .gform_legacy_markup_wrapper div.validation_error {
        top: 5px;
    }

    .conf-cont {
        padding: 35px 0;
    }

    .conference-form .gform_body ul.gform_fields {
        padding: 0 55px;
    }

    .conference-form .gform_body ul.gform_fields li.gfield label {
        font-size: 18px;
    }

    .conference-form-wrap {
        padding-top: 20px;
    }

    .cbanner-cont h1 {
        font-size: 18px;
        padding-top: 10px;
    }

    .cbanner-cont a {
        max-width: 120px;
    }

    .cbanner-cont {
        padding: 10px 0 0 10px;
    }

    .timer-box > div {
        font-size: 14px;
    }

    .sf-title {
        background-size: 22px;
    }

    .event-sticky-wrap.sticky-container + .event-sticky-wrap.sticky-container .sticky.is-stuck.is-at-top {
        top: 117px !important;
    }

    .close-cf {
        padding-top: 0;
    }

    .calendly-form {
        height: 90%
    }

    .single-downloads #main .large-8 img.alignright {
        margin: 10px 0;
    }

    .hr-banner-cont h1 {
        font-size: 20px;
        padding: 15px 0;
    }

    .hr-banner-cont img {
        max-width: 120px;
    }

    .hr-pulse-content .form-wrap {
        padding: 20px;
    }

    .bannertop {
        padding: 25px 0 5px;
    }

    .bannertop h1::after {
        height: 2px;
    }

    .trcont h2, .sf-title, .bannertop h1 {
        font-size: 21px;
    }

    .bannertop h1 {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .bannertop p {
        font-size: 14px;
        line-height: 22px;
    }

    .contsdesk,
    .testimonial-sec .mainbd-wrap {
        display: block;
    }

    .trcont,
    .occ-cont, .contsdesk figure,
    .tsrc,
    .future-program.testimonial-sec .tsrc {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .future-program.testimonial-sec .tsrc {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .trcont {
        padding: 20px 0 0;
    }

    .testimonial-sec {
        padding: 40px 0;
    }
    .future-program.testimonial-sec {
        padding: 40px 0 20px;
    }

    .greencont p {
        font-size: 15px;
        line-height: 25px;
    }

    .greencont {
        padding: 25px 0 5px;
    }
    .greycont {
        padding: 30px 15px 10px;
    }
    .contsdesk.newadd {
        margin: 20px 0 0;
        background-position: 35% 0;
    }
    .occ-cont {
        padding-top: 0;
    }

    .occ-sec {
        padding: 40px 0;
    }

    .occ-cont li {
        font-size: 15px;
        line-height: 24px;
    }

    .programs-sec .orgname {
        font-size: 16px !important;
    }

    .programs-sec .skill-list li {
        /*padding: 1px 11px !important;*/
        margin: 2px;
        font-size: 13px;
    }

    .programs-sec .skill-wrap {
        padding: 5px 17px;
    }

    .programs-sec .orgname {
        padding: 13px 17px 0;
    }

    .logosliderwrap {
        padding-bottom: 0;
    }
    #hm-hero .large-12 .btn-mrg {margin: 0 auto;}
    .wtwobnt .grn-btn {
        margin: 0 2px;
        font-size: 12px !important;
        padding: 8px 8px;
    }
    .grn-btn.vid-btn {padding-right: 20px;padding-left: 40px;}
    #hm-hero.flexslider .grid-container {padding-top: 25px;align-items: flex-start;}
    #hm-hero.flexslider .grid-container.text-place-left {justify-content: center}
    #hm-hero .flex-control-nav {bottom: 3px;}
    .grn-btn.vid-btn .fas {
        font-size: 22px;
        left: 8px;
        top: 5px;
    }
    .hw-banner img {
        min-height: 200px;
        object-fit: cover;
    }
    .banner-cont p, .cp-item p {font-size: 14px;}
    #foot-menu > li > a {font-size: 16px;}
    .why-banner img {height: 180px;object-fit: cover;}
    .ncl-setion h2,.connected-leaders h2,.clp-section h2 {font-size: 30px;}
    #hm-hero.flexslider .grid-container.text-place-left {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
    #hm-hero.flexslider .grid-container.text-place-left .grid-x,
    #hm-hero.flexslider .grid-container.text-place-left .grid-x .cell {
        margin: 0;
    }
    #hm-hero.flexslider .grid-container.text-place-left .grid-x .cell.large-12 {
        width: 100%;
    }
    #hm-hero.flexslider .grid-container .grid-x .cell {width: 33.333%}

    .text-place-area {
        background-color: rgba(0,0,0,0.3);
    }
    #hm-hero.flexslider .text-place-area {
        background-color: rgba(0,0,0,0);
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li {
        padding-left: 0;
    }
    #hm-hero.flexslider .slides .grid-container.text-place-left li::before {
        background-color: #ffffff;
    }
    #hm-hero .statwrap .small-4 .stats {
        min-height: auto;
        padding: 5px;
    }
    #hm-hero .statwrap p {font-size: 10px}
    #hm-hero .statwrap p br {display: none;}
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt .grn-btn {
        font-size: 10px!important;
        padding: 6px 15px;
        font-weight: normal;
    }
    #hm-hero.flexslider .light-placement .h1{
        margin: 5px 0;
        font-size: 18px;
    }
    .banner-cont .wtwobnt.btn-mrg {
        margin: 12px 0;
    }
    .banner-cont .grid-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-downloads .gform_wrapper .gfield_label {font-size: 16px}
    /*  new hero banner  */ 
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left ul {display: block;max-width: 78%}
    #hm-hero.flexslider  .light-placement .grid-container.text-place-left .cont-wrap .wtwobnt, 
    #hm-hero.flexslider .slides  .light-placement .grid-container.text-place-left ul, 
    #hm-hero.flexslider  .light-placement .h1 {text-align: left;}
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li {
        padding-left: 19px;
        margin-top: 8px;
        font-size: 10px;
    }
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left li::before {
        width: 13px;
        height: 9px;
        position: absolute;
    }
    .why-banner .banner-cont .grid-container {display: flex !important;}
    .banner-cont h1 {padding-top: 0 !important;font-size: 18px !important}
    .why-banner .banner-cont ul li {
        font-size: 10px;
        padding-left: 20px;
        margin-top: 5px;
    }
    .why-banner .banner-cont ul li::before {width: 13px;height: 9px;top: 5px}
    .why-banner .banner-cont ul {
        max-width: 221px;
    }
    .logo-slider-title p {padding-top: 10px;font-size: 20px}
    .logo-slider-wrap {padding: 0;}
    .logo-slider {padding: 0 40px}
    .home .hmcta, .coaching-programs, .home .connected-leaders, .home .ncl-setion, .home .thrcol {
        padding: 15px 0 !important;
    }
    .event-sticky .large-9 {padding-bottom: 0}
    #thank-you .thank-head h1 {
        font-size: 22px;
        text-align: center;
    }
    .thank-head {padding: 15px 0;display: block;}
    #thank-you .thank-content .ty-cont p {font-size: 16px}
    .thank-content {padding: 30px 0}
    .thank-content iframe {height: 220px}
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap h3 {font-size: 11px}
    #hm-hero.flexslider .slides .light-placement .grid-container.text-place-left ul {margin: 0;max-width: 100%}
    #hm-hero.flexslider .grid-container.text-place-left .cont-wrap .wtwobnt {
        margin:0;
        position: absolute;
        bottom: 20px;
    }
    #hm-hero.flexslider .grid-container.text-place-left .grid-x,#hm-hero.flexslider .grid-container.text-place-left .grid-x .cell.large-12, #hm-hero.flexslider .grid-container.text-place-left .cont-wrap {
        height: 100%;
    }
}

@media (max-width: 380px) {
 #thank-you .thank-head h1 {font-size: 18px;}
/*    .why-banner .banner-cont ul li {font-size: 13px}*/
nav.mobile-navigation {padding-top: 20px;}
.conference-form .gform_body ul.gform_fields {
    padding: 0 35px;
}

.cbanner-cont h1 {
    font-size: 16px;
}
.mobile-slider-bg {min-height: inherit;}  
#subhero .grid-container {padding: 0;}
#subhero .grid-x > .small-4 {width: auto;max-width: 33.333%;}
#hm-hero.flexslider .grid-container.text-place-left .grid-x.statwrap {margin: 5px 0}
}
@media (max-width:370px) {
/*    .why-banner .banner-cont ul li {font-size: 12px;}*/
}
@media (max-width: 350px) {
    .program-arrangment p,
    .leadprog-info .cont-wrap .program-arrangment p {font-size: 17px} 
    #hm-hero.flexslider h1, #hm-hero.flexslider .h1 {font-size: 20px;}
    #hm-hero .h2 {font-size: 14px;}
    #hm-hero .statwrap .small-4 .stats {min-height: 80px;}
    .flexslider .slides .mobileshow img {height: inherit;}
    .wtwobnt .grn-btn.vid-btn {padding-left: 30px;}
    .cbanner-cont a {
        max-width: 110px;
    }

    .cbanner-cont h1 {
        font-size: 14px;
        padding-top: 5px;
    }

    .timer-box {
        padding: 8px 5px;
    }

    .timer-box > div {
        font-size: 13px;
        padding: 8px;
    }
    .mobile-slider-bg {display: none !important;}
    .mobile-slider-sm {display: block !important;height: 100%;position: relative;width: 100%;}
    #hm-hero.flexslider .grid-container {/*min-height: 540px;*/}
    .leadprog-info .timer-box {padding: 10px 4px;}
    .leadprog-info .timer-box > div {padding: 5px 8px;font-size: 12px;}
    .grn-btn.vid-btn .fas {
        font-size: 18px;
        left: 6px;
        top: 5px;
    }
    .grn-btn.vid-btn {
        padding-right: 15px;
        padding-left: 30px;
    }
    .wtwobnt .grn-btn {
        margin: 0 2px;
        font-size: 11px !important;
        padding: 8px 15px;
    }
    #hm-hero .flex-control-nav {bottom: 5px;}
/*    .why-banner .banner-cont ul li {font-size: 12px}*/
}
/*home gap adjust css below*/
.hmcta,
.coaching-programs,
.connected-leaders,
.ncl-setion,
.thrcol {
    padding: 30px 0 !important;
}
.connected-leaders {padding-bottom: 0 !important} 
.ncl-setion .btn-mrg .grn-btn {
    display: inline-block;
}
.ncl-setion h2 {margin-bottom: 20px}
.ncl-setion .cont-wrap {margin-top: 20px;}
.ncl-setion .btn-mrg {margin-top: 15px}
.connected-leaders h2 {margin-bottom: 10px}
.coaching-programs h2 {margin-bottom: 0!important}

