/*
    Theme Name: TalkingPoints 2022
    Author: IELLC
    Author URI: 
    Description: Custom theme
    Version: 1.0.143
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: talking-pts
    Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

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

    = Table Of Contents =

    # Normalizese
    # General
        ## Typography
        ## Elements
        ## Forms
        ## Links
        ## Screen Reader
    # WordPress Specific
        ## Captions
        ## Galleries
    # Floats and Clearing
    # Columns System
    # General
    # Header
        ## Logo
        ## Navigation
        ## Mobile Nav
    # Main
        ## Content
        ## Blog Post Style 1 - Listing
        ## Blog Post Style 2 - Listing
        ## Blog Post Style 3 - Listing
        ## Pagination
        ## Blog Post - Single
        ## Social Links
        ## Comments
        ## Contact Form 7
        ## Sidebar
    # Widgets
        ## Widget - Search
        ## Widget - Tag Cloud
    # Footer
        ## Footer Widgets
        ## Footer Bottom
    # Responsive
        ## Medium Monitors
        ## Normal Monitors
        ## Smaller Monitors
        ## Tablets
        ## Phones ( landscape + portrait )
        ## Phones ( landscape )
        ## Phones ( portrait )

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

/*--------------------------------------------------------------
    # Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    ## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    font-family: CircularStd, serif;
    line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    color: #212529;
    line-height: 1.45;
    font-weight: bold;
    font-family: CircularStd;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 18px;
}

p {
    margin: 0;
    margin-bottom: 1rem;
}

p:last-child {
    margin: 0;
}

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

blockquote {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    border-left: 7px solid #e6e9ec;
    color: #55595c;
}

    blockquote p:last-child {
        margin: 0;
    }

address {
    margin-bottom: 25px
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    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;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

small {
    font-size: 75%;
}

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

body {
    background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #e5e5e5;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
}

ul,
ol {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0 0 0 40px;
}

ul {
    
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    margin-bottom: 25px;
    width: 100%;
    line-height: 1;
}

.widget table {
    table-layout: fixed;
}

table thead {
    background: #216ab9;
    color: #fff;
    text-align: left;
}

table td,
table th {
    padding: 10px;
    text-align: left;
}

table tbody th {
    background: #216ab9;
    color: #fff;
}

table tbody th a {
    color: inherit;
}

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

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

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

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit]{
    border: 0;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #429BD7;
    padding: 0 22px;
    margin: 0;
    border-radius: 0;
    text-transform: none;
    text-transform: uppercase;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit]{
    background: #429BD7 !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    background: rgb(239, 239, 239);
    border: 0;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 13px;
    max-width: 100%;
    box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #4d4d4d;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
    ## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: #429BD7; /*changed by Steve #216ab9; */
}

/*--------------------------------------------------------------
    ## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    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;
}

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

.sticky {

}

.bypostauthor {
    
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
    ## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
    margin-bottom: 10px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
    -webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
    box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
    font-size: 13px;
    font-style: italic;
    margin: 0;
    padding: 0 10%;
    margin-top: 10px;
}

.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;
}

/*--------------------------------------------------------------
    # Floats and Clearing
--------------------------------------------------------------*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
    # Columns System
--------------------------------------------------------------*/

.wrapper {
    max-width: 1110px;
    margin: 0 auto;
}

.col {
    display: block;
    float: left;
    margin-right: 3.42%;
}

body.rtl .col {
    float: right;
    margin-left: 3.42%;
    margin-right: 0;
}

.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }

.col-last {
    margin-right: 0;
}

body.rtl .col-last {
    margin-left: 0;
}

.col-first {
    clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
    margin-right: 0;
}

.owl-carousel .col {
    width: auto;
    margin-right: 0;
}

/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/

#page,
#page-inner {
    position: relative;
}

#page {
    min-height: 100vh;
    background: #429BD7;
}

#page-inner {
    background: #fff;
}

/*--------------------------------------------------------------
    # Top Bar
--------------------------------------------------------------*/

.top-bar {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background: #4E0CBA;
    z-index: 999;
}

    .top-bar a {
        color: inherit;
        text-decoration: underline;
    }

/*--------------------------------------------------------------
    # Header
--------------------------------------------------------------*/

#header {
    background: #F3F5F9;
    position: relative;
}

    #header .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 80px;
    }

    .header-left {

    }

    .header-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .account-links {
            margin-left: 48px;
        }

            .account-links a {
                margin-left: 15px;   
            }

            .account-links a:first-child {
                margin-left: 0;
            }

/*--------------------------------------------------------------
    ## Logo
--------------------------------------------------------------*/

#logo {
    position: relative;
    line-height: 0;
    float: left;
}
    
    #logo a,
    #logo img {
        display: inline-block;
    }

    #logo .site-title {
        color: #fff;
        font-weight: 700;
        font-size: 34px;
        line-height: 1;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }

        #logo .site-title a {
            color: inherit;
        }

    #logo .site-description {
        color: #828992;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;		
    }

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

#navigation {
    float: right;
    z-index: 99998;
    position: relative;
}

    #navigation-inner {
        position: relative;
    }

    #navigation ul,
    #navigation li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        /* Top level item */
        #navigation .menu > li {
            display: inline-block;
            position: relative;
            z-index: 99998;
            margin-right: 30px;
        }

        #navigation .menu > li.nav-btn {
            margin-right: 15px;
        }

        #navigation .menu > li.nav-btn-transparent {
            margin-left: 20px;
        }

        #navigation .menu > li:last-child {
            margin-right: 0;
        }

            /* Top level chevron */
            #navigation .subnav-arrow {
                display: inline-block;
                margin-left: 5px;
                vertical-align: 0.255em;
                content: "";
                border-top: 0.3em solid;
                border-right: 0.3em solid transparent;
                border-bottom: 0;
                border-left: 0.3em solid transparent;
            }

            #navigation .nav-btn .subnav-arrow {
                display: none;
            }

            /* Top level item anchor */
            #navigation .menu > li:not(.nav-btn) > a {
                display: inline-block;
                text-decoration: none;
                vertical-align: middle;
                color: rgba(0,0,0,.5);
                font-size: 14.4px;
                font-weight: 400;
                line-height: 45px;
                padding: 0;
            }

            /* Top level item anchor hover */
            #navigation .menu > li:not(.nav-btn) > a:hover {
                color: rgba(0,0,0,.7);
            }

            /* Top level item anchor current */
            #navigation .menu > li.current-menu-item:not(.nav-btn) > a,
            #navigation .menu > li.current-menu-ancestor:not(.nav-btn) > a {
                color: rgba(0,0,0,.9);
            }

    /* Submenu */
    #navigation .menu ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0; /* same as horrizontal padding on #navigation .menu ul li */
        text-align: left;
        padding: 0;        
        transition: .5s opacity;
        background: #FFFFFF;
        box-shadow: 0px 8px 10px rgb(0 0 0 / 14%), 0px 3px 14px rgb(0 0 0 / 12%), 0px 5px 5px rgb(0 0 0 / 20%);
        border-radius: 10px;
    }

        /* Submenu item */
        #navigation .menu ul li {
            position: relative;
            display: block;
            white-space: nowrap;
            margin: 0;
            padding: 0; /* same as left on #navigation .menu ul */
            min-width: 220px;
            border-bottom: 1px solid #E0E0E0;
        }

            /* Submenu item anchor */
            #navigation .menu ul li > a {				
                display: block;
                line-height: 1;
                text-decoration: none;
                color: #080808;
                font-size: 16px;
                font-weight: 400;
                line-height: 15px;
                padding: 15px 24px;
            }

            /* Submenu last item anchor */
            #navigation .menu ul li:last-child > a {
                border-bottom: 0 !important;
            }

            /* Submenu item anchor hover */
            #navigation .menu ul li > a:hover {
                 color: #3a3a3a;
            }

            /* Submenu item anchor hover */
            #navigation .menu ul li.current-menu-item > a {
                color: #429BD7; /* changed by Steve #080808; */
            }

        /* Second lvl submenu */
        #navigation .menu ul ul {
            left: 100%;
            margin-left: 0;
            top: -11px; /* upper level padding + border */
        }

        /* Show submenu on hover */
        #navigation .menu li:hover > ul {
            visibility: visible;
            opacity: 1;
        }

/*--------------------------------------------------------------
    ## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
    display: none;
}
    
    #mobile-navigation .fa {
        font-size: 18px;
    }

    .header-mobile-nav-hook {
        display: inline-block;
        cursor: pointer;
        line-height: 35px;
        padding-top: 3px;
        width: 50px;
        text-align: center;
        border: 1px solid rgba( 0, 0, 0, 0.2 );
        color: rgba( 0, 0, 0, 0.7 );
        border-radius: 3px;
        cursor: pointer;
        position: relative;
    }
    
/* mobile navigation */
.mobile-navigation-menu {
    display: none;
    background: #F3F5F9;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 0 20px;
    padding-bottom: 30px;
}

.header-regular .mobile-navigation-menu {
    margin-top: 1px;
}

body.mobile-navigation-menu-active .mobile-navigation-menu {
    display: block;	
}

.mobile-navigation-menu ul,
.mobile-navigation-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* Top level item */
    .mobile-navigation-menu li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
    }

    .mobile-navigation-menu li.nav-btn {
        margin-top: 15px;
    }

    .mobile-navigation-menu .menu li:last-child {
        border-bottom: 0;
    }

        /* Top level chevron */
        .mobile-navigation-menu .menu a .fa {
            display: inline-block;
            color: rgb(165, 165, 165);
            font-size: 7px;
            margin-left: 10px;
            vertical-align: middle;
        }

        /* Top level item anchor */
        .mobile-navigation-menu .menu li > a {
            display: block;
            text-decoration: none;
            color: rgba(0,0,0,.5);
            font-size: 14px;
            line-height: 40px;
            padding: 0;
        }

        /* Top level item anchor hover */
        .mobile-navigation-menu .menu li > a:hover {
            color: rgba(0,0,0,.7);
        }

        /* Top level item anchor current */
        .mobile-navigation-menu .menu li.current-menu-item > a {
            color: rgba(0,0,0,.9);	
        }

        .mobile-navigation-menu .menu li.nav-btn > a {
            color: #fff;
        }

        .mobile-navigation-menu .menu li.nav-btn-transparent > a {
            color: #429BD7;
        }

/* Submenu */
.mobile-navigation-menu .menu ul {	
    border-top: 1px solid #ddd;
    padding-left: 10px;
    display: none;
}

/* submenu expanded */
.mobile-navigation-menu li.expand > ul {
    display: block;
}

    /* Submenu item */
    .mobile-navigation-menu .menu ul li {	
        border-bottom-width: 1px;
        position: relative;
    }

        /* submenu indicator */
        .mobile-navigation-menu li .fa {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            line-height: 44px;
            height: 44px;
            text-align: center;
            cursor: pointer;
            color: #000;
            padding-right: 10px;
            padding-left: 20px;            
        }

        .mobile-navigation-menu li.nav-btn .fa {
            display: none;
        }

        .mobile-navigation-menu li ul .fa {
            height: 32px;
            line-height: 32px;
        }

        /* submenu indicator active */
        .mobile-navigation-menu li.expand > .fa:before {
            content: "\f106";
        }

        /* Submenu anchor */
        .mobile-navigation-menu .menu ul li > a {	
            font-size: 14px;
            line-height: 32px;
        }

/*--------------------------------------------------------------
    # Main
--------------------------------------------------------------*/

#main {
    padding: 0;
}

#main > .wrapper {
    padding: 80px 0;
}

body.page-template-template-team-php #main > .wrapper {
    padding-top: 0;
}

#main-inner > .wrapper:empty {
    display: none;
}

/* section padding top */
.section-pt-none {
	padding-top: 0;
}
.section-pt-small {
	padding-top: 20px;
}
.section-pt-medium {
	padding-top: 50px;
}
.section-pt-large,
.section-pt-default {
	padding-top: 100px;
}
.section-pt-huge {
	padding-top: 200px;
}

/* section padding bottom */
.section-pb-none {
	padding-bottom: 0;
}
.section-pb-small {
	padding-bottom: 20px;
}
.section-pb-medium {
	padding-bottom: 50px;
}
.section-pb-large,
.section-pb-default {
	padding-bottom: 100px;
}
.section-pb-huge {
	padding-bottom: 200px;
}

.section-header {
	margin-bottom: 40px;
}

	.section-header-title {
		font-size: 40px;
		line-height: 1.25;
	}

    .section-bg-accent .section-header-title,
    .section-bg-accent-darker .section-header-title {
        color: #fff;
    }

    /* title font size huge */
    .section-header-title.fs-h {
        font-size: 64px;
    }

    /* title font size large */
    .section-header-title.fs-l {
        font-size: 48px;
    }

    /* title font size medium */
    .section-header-title.fs-m {
        font-size: 40px;
    }

    /* title font size small */
    .section-header-title.fs-s {
        font-size: 32px;
    }

	.section-header-content {
		margin-top: 20px;
        color: #616161;
	}

    /* content font size small */
    .section-header-content.fs-s {
        font-size: 16px;
    }

    /* content font size large */
    .section-header-content.fs-l {
        font-size: 30px;
    }

    /* content font size medium */
    .section-header-content.fs-m {
        font-size: 24px;
    }

    .section-bg-accent .section-header-content,
    .section-bg-accent-darker .section-header-content {
        color: #fff;
    }

.btn,
.nav-btn > a {
    display: inline-block;
    border: 2px solid #429BD7;
    border-radius: 50px;
    padding: 0 30px;
    color: white;
    background: #429BD7;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
    transition: background .3s, border-color .3s;
}

.btn:hover {
    background: #3678AF;
    border-color: #3678AF;
}

.nav-btn-transparent > a,
.btn.btn-transparent {
    background: transparent;
    color: #429BD7;
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #fff;
}

.btn.btn-white {
    background: #fff;
    color: #429BD7;
}

.nav-btn > a,
.btn.btn-small {
    padding: 0 15px; /*edited by steve*/
    line-height: 30px;
    font-size: 12px;
}

.tns-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    background: #429bd7;
    width: 40px;
    height: 40px;
    padding: 0;
    color: white;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 16%);
    border-radius: 50%;
}

.tns-controls button:first-child {
    margin-right: 10px;
}

/*--------------------------------------------------------------
	## Section - Shared
--------------------------------------------------------------*/

.section {

}

.section-bg-gray {
    background: #F3F5F9;
}

.section-bg-white {
    background: #fff;
}

.section-bg-dark {
    background: #0A2739;
}

.section-bg-accent {
    background: #429BD7;
}

.section-bg-accent-darker {
    background: #00599B;
}

.phone-apps {
    display: flex;
}

.info-box-primary:first-child:last-child .phone-apps,
.info-box-layout-stack .phone-apps,
.info-box-layout-stack-alt .phone-apps {
    justify-content: center;
}

    .phone-apps a {
        display: block;
        width: 175px;
        max-width: 45%;
    }

    .phone-apps a:first-child {
        margin-right: 20px;
    }

/*--------------------------------------------------------------
	## Section - Info Box
--------------------------------------------------------------*/

.info-box {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

	.info-box-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
        position: relative;
	}

    /* align */
    .info-box-align-center {
        text-align: center;
    }

    .info-box-align-right {
        text-align: right;
    }

    /* wrap if stacked */
    .info-box-layout-stack .info-box-inner,
    .info-box-layout-stack-alt .info-box-inner {
        flex-wrap: wrap;
    }

    /* color black */
    .info-box-color-black .info-box-inner {
        padding: 64px;
        background: #0A2739;
        border-radius: 20px;
    }

    /* color gray */
    .info-box-color-gray .info-box-inner {
        padding: 40px;
        background: #F3F5F9;
        border-radius: 20px;
    }

    /* colora accent */
    .info-box-color-accent .info-box-inner {
        padding: 50px 40px;
        background: #1F599B;
        border-radius: 20px;
    }

    /* wrapped */
    .info-box-wrapped .info-box-inner {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        align-items: normal;
    }

        .info-box-wrapped .info-box-primary {
            padding: 25px;
            padding-left: 0;
        }

        /* primary - 100% width if stacked */
        .info-box-layout-stack .info-box-primary,
        .info-box-layout-stack-alt .info-box-primary {
            width: 100%;
        }

        /* primary - move after secondary */
        .info-box-layout-stack-alt .info-box-primary {
            order: 5;
        }

        /* primary - move after secondary */
        .info-box-layout-image-text .info-box-primary {
			order: 2;
		}

		/* make primary 100% width when no secondary */
		.info-box-primary:first-child:last-child {
			width: 100%;
		}

            /* before title */
			.info-box-before-title {
				margin-bottom: 0;
			}

            /* title */
			.info-box-title {
				margin-bottom: 20px;
				line-height: 1.25;
			}

            /* title no marign if last */
            .info-box-title:last-child {
                margin-bottom: 0;
            }

            /* title font size huge */
            .info-box-title.fs-h {
                font-size: 64px;
            }

            /* title font size large */
            .info-box-title.fs-l {
                font-size: 48px;
            }

            /* title font size medium */
            .info-box-title.fs-m {
                font-size: 40px;
            }

            /* title font size small */
            .info-box-title.fs-s {
                font-size: 32px;
            }

            /* title white if background dark */
            .info-box-color-black .info-box-title,
            .section-bg-dark .info-box-title,
            .section-bg-accent .info-box-title,
            .section-bg-accent-darker .info-box-title,
            .info-box-color-accent .info-box-title {
                color: #fff;
            }

            /* content */
			.info-box-content {
                font-size: 24px;
                color: #616161;
			}

            /* content max width and center */
            .info-box-align-center .info-box-primary:first-child:last-child .info-box-content,
            .info-box-layout-stack .info-box-align-center .info-box-content,
            .info-box-layout-stack-alt .info-box-align-center .info-box-content {
                margin-left: auto;
                margin-right: auto;
                width: 800px;
                max-width: 100%;
            }

            /* content font size small */
            .info-box-content.fs-s {
                font-size: 16px;
            }

            /* content font size large */
            .info-box-content.fs-l {
                font-size: 30px;
            }

            /* content white if background dark */
            .info-box-color-black .info-box-content,
            .section-bg-dark .info-box-content,
            .section-bg-accent .info-box-content,
            .section-bg-accent-darker .info-box-content,
            .info-box-color-accent .info-box-content {
                color: #fff;
            }

            /* content no bottom margin if last */
			.info-box-content:last-child {
				margin-bottom: 0;
			}

                /* content links inherit color */
                .info-box-color-accent .info-box-content a {
                    color: inherit;
                }

				.info-box-content a { /*added by Steve for read more links*/
                    text-transform:uppercase;
					font-size:14px;
                }

				body.page-id-1560 .info-box-content.fs-m li a { /*added by Steve for /privacy-and-security/ */
					text-transform:none;
					color:#216ab9;
					font-size:24px;
				}

                .info-box-content .el-box {
                    padding: 24px 24px 24px 24px;
                    background-color: #FFFFFF;
                    border: 1px solid #eee;
                    border-radius: 10px 10px 10px 10px;
                }

                    .info-box-content .el-box p:empty {
                        display: none;
                    }

                /* content small */
                .info-box-content small {
                    font-size: 14px;
                    color: #9E9E9E;
                }

                /* content h4 */
                .info-box-content h4 {
                    font-size: 18px;
                }

                /* content no bottom margin on last element */
                .info-box-content *:last-child {
                    margin-bottom: 0;
                }

                /* content lists */
                .info-box-content ul,
                .info-columns-item-content ul {
                    list-style-type: none;
                    list-style-position: inside;
                    margin-left: 0;
                    padding-left: 0;
                }

                    .info-box-content > ul > li,
                    .info-columns-item-content li {
                        display: flex;
                        align-items: center;
                        margin-bottom: 10px;
                        padding-top: 10px;
                        border-top: 2px solid #f3f3f3;
                    }

                        .info-box-content > ul > li::before,
                        .info-columns-item-content li::before {
                            content: '';
                            display: block;
                            width: 14px;
                            height: 14px;
                            border: 5px solid #fff;
                            background-color: #429BD7;
                            border-radius: 50%;
                            margin-right: 8px;
                            flex-shrink: 0;
                        }

                        .section-bg-transparent .info-box-content > ul > li::before,
                        .section-bg-transparent .info-columns-item-content li::before {
                            border-color: #F3F5F9;
                        }

                        #BambooHR .info-box-content li::before {
                            display: none;
                        }

                        #BambooHR-Footer,
                        .BambooHR-ATS-board h2 {
                            display: none !important;
                        }

                        .BambooHR-ATS-board ul ul {
                            border-bottom: none !important;
                        }

                        .BambooHR-ATS-board li {
                            display: flex;
                            justify-content: space-between;
                        }

                        .BambooHR-ATS-board .BambooHR-ATS-Location {
                            white-space: nowrap;
                        }

						.info-box-content.fs-m .BambooHR-ATS-Jobs-List li a { /*added by Steve for job list*/
							text-transform:none;
							color:#216ab9;
							font-size:16px;
						}

						.BambooHR-ATS-Location {/*added by Steve*/
							text-transform:none;
						}

            /* content buttons */
            .info-box-buttons {

            }

                .info-box-buttons .btn {
                    margin-top: 20px;
					padding:15px 20px;
					line-height:14px;/*Added by Steve for mobile */
                }

                .info-box-buttons .btn:first-child {
                    
                }

                .info-box-color-black .info-box-buttons .btn.btn-transparent {
                    border: none;
                    font-size: 16px;
                    letter-spacing: 0;
                    padding: 0;
                }

        /* secondary */
        .info-box-secondary {
            flex-shrink: 0;
			max-width: 50%;
			width: 50%;
            margin-right: 0;
            margin-left: 40px;
        }

        .info-box-wrapped .info-box-secondary {
            display: flex;
        }

        /* secondary - image on left */
        .info-box-layout-image-text .info-box-secondary {
            margin-right: 40px;
            margin-left: 0;
        }

        /* secondary - image top offset if black bg */
        .info-box-color-black .info-box-secondary {
            margin-top: -90px;
        }

        /* secondary - 100% width if stacked */
        .info-box-layout-stack .info-box-secondary,
        .info-box-layout-stack-alt .info-box-secondary {
            width: 100%;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        /* secondary - top margin if stack with secondary on top */
        .info-box-layout-stack .info-box-secondary {
            margin-top: 40px;
        }

        /* secondary - bottom margin if stack with secondary on bottom */
        .info-box-layout-stack-alt .info-box-secondary {
            margin-bottom: 40px;
        }

            /* secondary - image */
			.info-box-secondary-image {
				
			}

                .info-box-secondary:not(:first-child) .info-box-secondary-image a {
                    background: #ffffff;
                    border: 1px solid #eeeeee;
                    box-shadow: 0px 8px 24px rgb(0 0 0 / 6%);
                    border-radius: 10px;
                    padding: 24px;
                    cursor: pointer;
                    display: block;
                    text-decoration: none;
                }

                .info-box-secondary:not(:first-child) .info-box-secondary-image a:hover {
                    background: #e6f6fb;
                    border: 1px solid #429bd7;
                    box-shadow: 0px 8px 24px rgb(0 0 0 / 16%);
                }

                /* secondary - limit svg size */
				.info-box-secondary-image svg {
					max-width: 100%;
					height: auto;
                    display: block;
				}

                .info-box-secondary-image img {
                    display: inline-block;
                }

                .info-box-wrapped .info-box-secondary-image img {
                    display: block;
                    height: 100%;
                    object-fit: cover;
                }

            /* secondary - video */
            .info-box-secondary-video {

            }

                .info-box-secondary-video video {
                    max-width: 100%;
                }

            /* secondary - content */
			.info-box-secondary-content {
                margin-top: 30px;
			}

            /* secondary - buttons */
            .info-box-secondary-buttons {
                margin-top: 30px;
            }

    /* icon boxes */
    .info-box-icon-boxes {
        margin-top: 40px;
    }

        .info-box-icon-box {
            display: flex;
            margin-bottom: 20px;
        }

        .info-box-icon-box:last-child {
            margin-bottom: 0;
        }

            .info-box-icon-box-image {
                flex-shrink: 0;
                margin-right: 20px;
            }

            .info-box-icon-box-main {
                width: 100%;
            }

                .info-box-icon-box-title {
                    font-size: 20px;
                    font-weight: 500;
                    margin-bottom: 8px;
                }

    /* weird shapes */
    
    .info-box-shape-1 {
        position: absolute;
        right: 5%;
        bottom: -30px;
    }
    
    .info-box-shape-2 {
        position: absolute;
        left: 4%;
        top: -30px;
    }

/*--------------------------------------------------------------
	## Section - Info Columns
--------------------------------------------------------------*/

.info-columns {
	position: relative;
}

.info-columns-3-cols {
	
}

    .info-columns .tns-controls {
        position: absolute;
        top: 0;
        right: 0;
    }

    .info-columns .tns-nav {
        text-align: left;
        margin-top: 0;
        margin-bottom: 25px;
    }

        .info-columns .tns-nav button {
            display: inline-block;
            width: 10px;
            height: 10px;
            padding: 0;
            line-height: 10px;
            background: #429BD7;
            opacity: 0.4;
            border-radius: 50%;
            margin-right: 10px;
        }

        .info-columns .tns-nav button.tns-nav-active {
            background: #429BD7;
            opacity: 1;
        }

	.info-columns .wrapper {
		position: relative;
	}

    /* title font size huge */
    .info-columns .section-header-title.fs-h {
        font-size: 64px;
    }

    /* title font size large */
    .info-columns .section-header-title.fs-l {
        font-size: 48px;
    }

    /* title font size medium */
    .info-columns .section-header-title.fs-m {
        font-size: 40px;
    }

    /* title font size small */
    .info-columns .section-header-title.fs-s {
        font-size: 32px;
    }

    /* content font size small */
    .info-columns .section-header-content.fs-s {
        font-size: 16px;
    }

    /* content font size large */
    .info-columns .section-header-content.fs-l {
        font-size: 24px;
    }

	.info-columns-items {
		display: flex;
		flex-wrap: wrap;
        justify-content: space-between;
	}

        .info-columns .posts-carousel-items .section-header {
            border-bottom: 1px solid #429bd7;
        }

        .info-columns-item {
            margin-bottom: 40px;
        }

        a.info-columns-item {
            display: block;
            color: inherit;
            border: 1px solid transparent;
        }

        a.info-columns-item:hover {
            background: #e6f6fb;
            border: 1px solid #429bd7;
            box-shadow: 0px 8px 24px rgb(0 0 0 / 16%);
            border-radius: 10px;
        }

		.info-columns-2-cols .info-columns-item {
			width: 48%;
			position: relative;
		}

		.info-columns-3-cols .info-columns-item {
			width: 31%;
		}

        .info-columns-4-cols .info-columns-item {
			width: 23%;
		}

        /* wrapped s1 item */
		.info-columns-style-wrapped .info-columns-item {
			background: #fff;
			padding: 34px 40px;
			border-radius: 10px;
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			margin: 20px 0;
		}

        /* wrapped s2 item */
        .info-columns-style-wrapped-v2 .info-columns-item {
            padding: 20px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            margin-top: 40px;
        }

        /* wrapped s3 item */
        .info-columns-style-wrapped-v3 .info-columns-item {
            padding: 40px;
            background: #fff;
            border-radius: 10px;
        }

        .section-bg-transparent.info-columns-style-wrapped-v2 .info-columns-item {
            background: #F3F5F9;
        }

        /* black item */
		.info-columns-style-black .info-columns-item {
			background: #0A2739;
			padding: 34px 40px;
			border-radius: 10px;
		}

		.info-columns-item-bg-accent {
			background: #f15300;
		}

			.info-columns-item-image {
				margin-bottom: 2px;
			}

            .info-columns-style-black .info-columns-item-image {
                margin-top: -100px;
                margin-bottom: 25px;
            }

                .info-columns-style-black .info-columns-item-image img {
                    max-height: 180px;
                }

			.info-columns-item-image-center {
				text-align: center;
				margin-top: 20px;
				margin-bottom: 10px;
			}

            /* title */
			.info-columns-item-title {
				margin-bottom: 8px;
				font-weight: 500;
				font-size: 20px;
			}

            /* title - wrapped v3 */

            .info-columns-style-wrapped-v3 .info-columns-item-title {
                margin-bottom: 20px;
            }
            .info-columns-style-wrapped-v3 .info-columns-item:nth-child(1) .info-columns-item-title {
                color: #429BD7;
            }
            .info-columns-style-wrapped-v3 .info-columns-item:nth-child(2) .info-columns-item-title {
                color: #FF8A54;   
            }
            .info-columns-style-wrapped-v3 .info-columns-item:nth-child(3) .info-columns-item-title {
                color: #9554FF;
            }

            /* title - font size huge */
            .info-columns-item-title.fs-h {
                font-size: 64px;
            }

 			h3.info-columns-item-title.fs-h { /*added by Steve to match legacy*/
				color: #00599B;
            }

            /* title - font size large */
            .info-columns-item-title.fs-l {
                font-size: 39px;
            }

            /* title - font size medium */
            .info-columns-item-title.fs-m {
                font-size: 30px;
                font-size: 24px;
            }

            /* title - font size small */
            .info-columns-item-title.fs-s {
                font-size: 20px;
            }

            /* title - white on dark bg */
			.info-columns-item-bg-accent .info-columns-item-title,
            .info-columns-style-black .info-columns-item-title {
				color: #fff;
			}

            /* title - wrapped v2 */
            .info-columns-style-wrapped-v2 .info-columns-item-title {
                color: #429BD7;
                font-weight: bold;
                margin-bottom: 0px;
            }

            .info-columns-style-wrapped-v2 .info-columns-item-title:first-child {
                margin-top: -40px;
            }

            body.page-id-297 .info-columns-style-wrapped-v2 .info-columns-item-title:first-child {
                margin-top: -52px;
            }

            .info-columns-style-wrapped-v2 .info-columns-item-title.fs-h {
                margin-top: -60px;
            }

            /* content */
			.info-columns-item-content {
				font-size: 16px;
			}

            /* content font size small */
            .info-columns-item-content.fs-s {
                font-size: 16px;
            }

            /* content font size large */
            .info-columns-item-content.fs-l {
                font-size: 24px;
            }

            /* content - white on dark bg */
			.info-columns-item-bg-accent .info-columns-item-content,
            .info-columns-style-black .info-columns-item-content {
				color: #fff;
			}

            /* buttons */
			.info-columns-item-buttons {
				margin-top: 34px;
			}

				.info-columns-item-buttons .button {
					
				}

				.info-columns-item-buttons a { /*added by Steve */
					text-transform:uppercase;
					font-size:14px;
				}

    /* SPECIFIC to translations page */

    body.page-id-7031 .info-columns-style-wrapped .info-columns-item {
        padding: 10px;
    }

    body.page-id-7031 .info-columns-style-wrapped .info-columns-item-image {
        float: left;
        width: 99px;
        margin-right: 15px;
    }

    body.page-id-7031 .info-columns-style-wrapped .info-columns-item-title {
        font-size: 32px;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    body.page-id-7031 .info-columns-style-wrapped .info-columns-item-content p:first-child strong {
        color: #616161;
        font-weight: 400;
    }

    body.page-id-7031 .info-columns-style-wrapped .info-columns-item-content p:not(:first-child) {
        padding-left: 8px;
        padding-right: 8px;
        clear: both;
    }

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

        body.page-id-7031 .info-columns-style-wrapped .info-columns-item {
            text-align: center;
        }

        body.page-id-7031 .info-columns-style-wrapped .info-columns-item-image {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

        body.page-id-7031 .info-columns-style-wrapped .info-columns-item-content {
            font-size: 14px;
        }

        body.page-id-7031 .info-columns-style-wrapped .info-columns-item-content p:not(:first-child) {
            text-align: left;
        }

    }

/*--------------------------------------------------------------
	## Section - Testimonials
--------------------------------------------------------------*/

.testimonials {
	
}

	.testimonials-inner {
		position: relative;
	}

        .testimonials .tns-controls {
            position: absolute;
            top: 0;
            right: 0;
        }

        .testimonials .section-header {
            padding-bottom: 30px;
            border-bottom: 1px solid #429bd7;
        }

		.testimonials-item {
			
		}

			.testimonials-item-inner {
				background: #ffffff;
                border: 1px solid #eeeeee;
                box-shadow: 0px 8px 24px rgb(0 0 0 / 6%);
                border-radius: 10px;
                padding: 24px;
			}

				.testimonials-item-main {
                    margin-bottom: 24px;
				}

                    .testimonials-item-short {
                        color: #080808;
                        font-weight: bold;
                        margin-bottom: 8px;
                    }

					.testimonials-item-content {
                        font-size: 16px;
                        color: #616161;
                        height: 106px;
                        overflow-y: auto;
					}

                    body.page-id-7031 .testimonials-item-content {
                        height: 322px;
                    }

                .testimonials-item-author {
                    display: flex;
                    align-items: center;
                }

                    .testimonials-item-author-image {
                        flex-shrink: 0;
                        margin-right: 20px;
                        position: relative;
                    }

                        .testimonials-item-author-image img {
                            display: block;
                            max-width: 80px;
                            border-radius: 50%;
                        }

                        .testimonial-quote-icon {
                            position: absolute;
                            top: -12px;
                            right: -12px;
                        }

                            .testimonial-quote-icon img {
                                filter: hue-rotate(90deg);
                            }

                    .testimonials-item-author-main {

                    }

                        .testimonials-item-author-name {
                            font-weight: bold;
                            font-size: 16px;
                            color: #080808;
                        }

                        .testimonials-item-author-position {
                            font-size: 14px;
                            color: #616161;
                        }
                
/*--------------------------------------------------------------
	## Section - Testimonials Slider
--------------------------------------------------------------*/

.testimonials-slider .tns-controls {
    position: absolute;
    z-index: 50;
    left: 70px;
    bottom: 70px;
}

.testimonials-slider {

}

    .testimonials-slider-inner {
        position: relative;
        background: #ffffff;
        border: 1px solid #eeeeee;
        box-shadow: 0px 8px 24px rgb(0 0 0 / 6%);
        border-radius: 10px;
        margin: 0 15px;
        padding: 0 60px;
    }

    .testimonials-slider-item {
        position: relative;
    }

    .testimonials-slider-item-inner {
        position: relative;
        display: flex;
        padding: 60px 0;
    }

        .testimonials-slider-item-quote {
            position: absolute;
            top: -30px;
            left: 15px;
        }

            .testimonials-slider-item-quote img {
                display: block;
                width: 94px;
            }

        .testimonials-slider-item-main {
            padding-bottom: 80px;
            min-height: 250px;
        }

            .testimonials-slider-item-content {
                font-size: 24px;
                line-height: 34px;
                color: #616161;
                overflow-y: auto;
                margin-bottom: 16px;
            }

            .testimonials-slider-item-author-name {
                font-size: 16px;
            }

            .testimonials-slider-item-author-position {
                font-size: 14px;
                color: #616161;
            }

        .testimonials-slider-item-author-image {
            flex-shrink: 0;
            width: 374px;
            margin: -30px 0;
        }

/*--------------------------------------------------------------
	## Section - Languages
--------------------------------------------------------------*/

.languages {
    
}

    .languages-short {
        padding-bottom: 30px;
        background: #429BD7;
    }

    .languages-bg-color-dark .languages-short {
        background: #00599B;
    }

        .languages-inner {
            display: flex;
            align-items: center;
        }

            .languages-media {
                width: 28%;
                flex-shrink: 0;
                margin-right: 40px;
            }

            .languages-image-pos-right .languages-media {
                order: 2;
                margin-right: 0;
                margin-left: 40px;
            }

                .languages-media img {
                    margin-top: -40px;
                }

            .languages-list {
                width: 100%;
                display: flex;
                justify-content: space-between;
                color: #fff;
                text-align: center;
            }

                .languages-list > div {
                    padding: 10px;
                }

                .languages-list p {
                    margin-bottom: 0;
                }

    .languages-buttons {
        background: #00599B;
        text-align: center;
    }

        .languages-buttons .wrapper {
            position: relative;
            padding: 30px 0;
        }

        .languages-buttons .weird-shape {
            position: absolute;
            top: -25px;
            width: 70px;
            right: 10%;
        }

    .languages-full {
        background: #E6F6FB;
        color: #212529;
        padding: 50px 0;
        display: none;
    }

        .languages-full-top {
            margin-bottom: 20px;
        }

        .languages-full-list {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .languages-full-list > div {
                padding: 10px;
            }

            .languages-full-list p {
                margin-bottom: 0;
            }

        .languages-full-bottom {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }

		.languages-full-bottom a.btn.btn-white { white-space: nowrap;}


/*--------------------------------------------------------------
	## Section - Quote
--------------------------------------------------------------*/

.s-quote-inner {
    padding: 40px;
    padding-top: 60px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

    .s-quote-inner::before {
        content: '';
        display: block;
        position: absolute;
        left: 40px;
        top: -23px;
        background-image: url("images/quote.png");
        background-repeat: no-repeat;
        width: 65px;
        height: 46px;
        background-size: contain;
    }

    .s-quote-title {
        font-size: 32px;
        line-height: 40px;
    }

    .s-quote-author {
        color: #616161;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .s-quote-link {
        font-size: 14px;
        text-transform: uppercase;
    }

/*--------------------------------------------------------------
    ## Out Team
--------------------------------------------------------------*/

.team-grid {
    padding-top: 0;
    margin-top: -130px;
}

.team-grid-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
}

    .team-grid-item {
        width: 14.5%;
        text-align: center;
        margin-bottom: 30px;
        cursor: pointer;
        position: relative;
    }

        .team-grid-item-image {
            padding: 5px;
            box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.5 );
            margin-bottom: 15px;
            background-color: #fff;
        }

            .team-grid-item-image img {
                display: block;
                width: 100%;
            }

        .team-grid-item-title {
            font-size: 16px;
            margin-bottom: 0;
        }

        .team-grid-item-position {
            font-size: 13.5px;
            font-weight: 400;
            color: #616161;
        }

    .team-grid-item-hover {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        background: rgba(0,15,45,0.64);
        display: none;
    }

    .team-grid-item.active .team-grid-item-hover,
    .team-featured-item.active .team-grid-item-hover {
        display: flex;
    }

        .team-grid-item-hover-inner {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            background: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.1 );
            border-radius: 10px;
            width: 870px;    
            max-width: 95%;
            display: flex;
        }

            .team-grid-item-hover-primary {
                width: 270px;
                flex-shrink: 0;
                padding: 25px 35px;
                border-right: 1px solid #7BB8E2;
            }

                .team-grid-item-hover .team-grid-item-title {
                    font-size: 22px;
                }

                .team-grid-item-hover .team-grid-item-position {
                    font-size: 14px;
                }

            .team-grid-item-hover-secondary {
                padding: 25px;
                text-align: left;
            }

                .team-grid-item-content {
                    font-size: 16px;
                }


            .team-grid-item-hover-close {
                position: absolute;
                right: -15px;
                top: -15px;
                display: block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                background: #429BD7;
                color: #fff;
            }
/*--------------------------------------------------------------
    ## Out Team
--------------------------------------------------------------*/

.team-featured {
    
}

.team-featured-items {
    display: flex;
    flex-wrap: wrap;
}

    .team-featured-item {
       /* steve width: 33.33%; */
		width: 25%;
        text-align: center;
        margin-bottom: 30px;
        cursor: pointer;
    }

        .team-featured-item-image {
            margin-bottom: 15px;
        }

            .team-featured-item-image img {
                display: block;
            }

        .team-featured-item-title {
            font-size: 16px;
            margin-bottom: 0;
        }

        .team-featured-item-position {
            font-size: 13.5px;
            font-weight: 400;
            color: #616161;
        }

/*--------------------------------------------------------------
	## Section - Posts Grid
--------------------------------------------------------------*/

.posts-grid-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .posts-grid-item {
        width: 31%;
        margin-bottom: 40px;
        background: #fff;
        border-radius: 10px 10px;
        overflow: hidden;
    }

    .posts-grid-item-empty {
        opacity: 0;
        height: 0;
    }

    .posts-grid-item.size-half {
        width: 48.5%;
    }

    .posts-grid-item.size-fourth {
        width: 23%;
    }

    .posts-carousel-items .posts-grid-item {
        width: 100%;
    }

    .posts-grid-item-full {
        width: 100%;
        display: flex;
    }

        .posts-grid-item-image {

        }

            .posts-grid-item-image a,
            .posts-grid-item-image img {
                display: block;
            }

            .posts-grid-item-full .posts-grid-item-image a,
            .posts-grid-item-full .posts-grid-item-image img {
                height: 100%;
            }

            .posts-grid-item-full .posts-grid-item-image img {
                object-fit: cover;
            }

        .posts-grid-item-main {
            padding: 24px;
        }

        .posts-grid-item-full .posts-grid-item-main {
            width: 31%;
            flex-shrink: 0;
        }

            .posts-grid-item-cats {
                margin-bottom: 16px;
            }

                .posts-grid-item-cats a {
                    display: inline-block;
                    line-height: 30px;
                    padding: 0 8px;
                    border-radius: 10px;
                    background: rgba(66, 155, 215, 0.1);
                    color: #429BD7;
                    font-size: 14px;
                }

            .posts-grid-item-meta {
                margin-bottom: 10px;
                color: #9E9E9E;
                font-size: 14px;
            }

            .posts-grid-item-title {
                font-size: 24px;
            }

            .posts-grid-item.size-fourth .posts-grid-item-title {
                font-size: 16px;
            }

                .posts-grid-item-title a {
                    color: inherit;
                }

            .posts-grid-item-excerpt {
                color: #616161;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            
            .case-study .posts-grid-item-excerpt {
            	display: -webkit-box;
                -webkit-line-clamp: 4;
            }

            .posts-grid-item-excerpt-full {
                display: block;
                overflow: visible;
            }

            .posts-grid-item-read-more {
                margin-top: 20px;
            }

                .posts-grid-item-read-more a {
                    color: #429BD7;
                    font-weight: bold;
                    font-size: 14px;
                }

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

.c-search {
    margin-bottom: 56px;
}

body.page-template-template-resources-php .c-search {
    margin-bottom: 0;
    margin-top: 40px;
}

    .c-search form {
        display: flex;
    }

        .c-search form label {
            width: 100%;
        }

            .c-search form label input {
                width: 100%;
                background: #FFFFFF;
                border: 1px solid #EEEEEE;
                border-radius: 40px;
                padding: 17px 20px;
                outline: none;
                color: #616161;
				font-size:16px; /*added by Steve*/
            }

        .c-search input[type="submit"] {
            border-radius: 40px;
            margin-left: 16px;
            padding:0 20px;
            flex-shrink: 0;
        }

/*--------------------------------------------------------------
    ## Resources
--------------------------------------------------------------*/

.resources-groups {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

    .resources-group {
        width: 47%;
        margin-bottom: 60px;
    }

        .resources-group-header {
            border-bottom: 2px solid #f3f3f3;
            margin-bottom: 10px;
            padding-bottom: 20px;
        }

            .resources-group-image {
                margin-bottom: 23px;
            }

                .resources-group-image img {
                    display: block;
                }

            .resources-group-header-title {
                font-size: 31px;
                margin-bottom: 0;
            }

        .resources-group-main {
            margin-bottom: 15px;
        }

            .resources-group-main-item {
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 2px solid #f3f3f3;
            }

                .resources-item-title {
                    font-weight: bold;
                    margin-bottom: 5px;
                }

                .resources-item-content {
                    font-size: 14px;
                }

                    .resources-item-content a {}

/*--------------------------------------------------------------
	## Section - News Carousel
--------------------------------------------------------------*/

.posts-carousel-items {
    position: relative;
}

    .section-header-w-border {
        padding-bottom: 30px;
        border-bottom: 1px solid #429bd7;
    }

    .posts-carousel-items .tns-controls {
        position: absolute;
        top: 0;
        right: 0;
    }

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

.tp-quote {
    margin-bottom: 20px;
    background: #F3F5F9;
    border-radius: 10px;
    padding: 15px;
}

    .tp-quote-main {
        margin-bottom: 15px;
    }

    .tp-quote .testimonials-item-author-image > img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 50%;
    }

#content {
    position: relative;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
    
}

/*--------------------------------------------------------------
    ## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.post-s1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

    .post-s1-thumb {
        float: left;
        margin-right: 40px;
    }

    .layout-classic-v2 .post-s1-thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }

        .post-s1-thumb a,
        .post-s1-thumb img {
            display: block;
        }

    .post-s1-main {
        overflow: hidden;
    }

    .layout-classic-v2 .post-s1-main {
        overflow: visible;
    }

        .post-s1-meta {
            color: rgba( 0, 0, 0, 0.5 );
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .post-s1-meta a {
                color: inherit;
            }

        .post-s1-title {
            margin-bottom: 15px;
            font-size: 28px;
            letter-spacing: -1px;
            line-height: 1.2;
        }

            .post-s1-title a {
                color: inherit;
            }

        .post-s1-excerpt {
            margin-bottom: 15px;
        }

        .post-s1-read-more {

        }

            .post-s1-read-more a {
                display: inline-block;
                padding: 12px;
                background: #216ab9;
                color: #fff;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                font-weight: bold;
            }

        .post-meta-comments {
            margin-left: 7px;
        }

        .post-meta-cats {
            margin-left: 7px;
        }

        .post-meta-cats:before,
        .post-meta-comments:before {
            content: " ";
            display: inline-block;
            background: #aeb6b9;
            width: 2px;
            height: 2px;
            vertical-align: middle;
            margin-right: 10px;
        }

/*--------------------------------------------------------------
    ## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
    margin-bottom: 30px;
}

    .post-s2-thumb {
        position: relative;
        margin-bottom: 25px;
    }

        .post-s2-thumb img,
        .post-s2-thumb a {
            display: block;
        }

        .post-s2-cats {
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
            text-align: center;
        }

            .post-s2-cats a {
                display: inline-block;
                background: #216ab9;
                color: #fff;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                padding: 7px;
                border: 4px solid #fff;
                border-bottom-width: 0px;
            }

    .post-s2-main {
        text-align: center;
    }

        .post-s2-title {
            font-size: 17px;
            line-height: 1.4;
            margin-bottom: 5px;
            color: #000;
        }

            .post-s2-title a {
                color: inherit;
            }

        .post-s2-excerpt {
            margin-bottom: 15px;
        }

        .post-s2-meta {
            color: rgba( 0, 0, 0, 0.5 );
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .post-s2-meta a {
                color: inherit;
            }
            
            .post-meta-date {

            }

            .post-meta-comments {

            }

/*--------------------------------------------------------------
    ## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.post-s3 {
    position: relative;
}

    .post-s3-thumb {
        position: relative;
    }

        .post-s3-thumb img,
        .post-s3-thumb a {
            display: block;
            width: 100%;
        }

        .post-s3-thumb-overlay {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(49,49,49,.45);
            background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
            background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
            background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
        }

        .post-s3-cats {
            margin-bottom: 15px;
        }

            .post-s3-cats a {
                display: inline-block;
                background: #216ab9;
                color: #fff;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                padding: 7px;
            }

    .post-s3-main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 40px;
    }

        .post-s3-title {
            font-size: 28px;
            line-height: 1.4;
            margin-bottom: 15px;
            color: #fff;
        }

            .post-s3-title a {
                color: inherit;
            }

        .post-s3-excerpt {
            margin-bottom: 15px;
            color: rgba( 255, 255, 255, 0.8 );
        }

        .post-s3-meta {
            color: rgba( 255, 255, 255, 0.5 );
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .post-s3-meta a {
                color: inherit;
            }
            
            .post-meta-date {

            }

            .post-meta-comments {

            }

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

.pagination {
    margin-top: 30px;
    text-align: center;
}

    .pagination ul,
    .pagination li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .pagination-type-numbered li {
        display: inline-block;
        margin: 0 5px;
    }

        .pagination-load-more a,
        .pagination-type-numbered a {
            display: inline-block;
            background: #429BD7;
            border: 0;
            color: #fff;
            font-size: 14px;
            font-weight: 900;
            line-height: 40px;
            text-transform: uppercase;
            padding: 0 30px;
            border-radius: 30px;
        }

        .pagination-load-more.inactive a,
        .pagination-type-numbered .inactive a {
            background-color: #e4e4e4;
            color: #979797;
        }

            .pagination-load-more .fa {
                margin-right: 10px;
            }

/*--------------------------------------------------------------
    ## Blog Post - Single
--------------------------------------------------------------*/

    .blog-post-single {
        position: relative;
        display: flex;
    }

        .blog-post-single-sidebar-primary {
            width: 48px;
            margin-right: 52px;
        }

            .blog-post-social {
                position: sticky;
                left: 0;
                top: 15px;
            }

                .blog-post-social a {
                    display: block;
                    width: 48px;
                    height: 48px;
                    line-height: 48px;
                    text-align: center;
                    color: #fff;
                    border-radius: 50%;
                    margin-bottom: 16px;
                    font-size: 24px;
                }

                .blog-post-social-twitter {
                    background: #429BD7;
                }

                .blog-post-social-facebook {
                    background: #4267B2;
                }

                .blog-post-social-linkedin {
                    background: #429BD7;
                }

                .blog-post-social-instagram {
                    background: #00599B;
                }

        .blog-post-single-main {

        }

            .blog-post-single-excerpt {
                margin-bottom: 25px;
            }

            .blog-post-single-content img:not(.alignleft):not(.alignright):not(.aligncenter) {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            .blog-post-single-content {
                position: relative;
            }

            .blog-post-single-content blockquote {
                position: relative;
            }

            .quote-tweet {
                position: absolute;
                right: 0;
                bottom: 0;
            }

            .blog-post-single-content .gallery-columns-1 {
                position: relative;
            }

                .blog-post-single-content .tns-outer {
                    position: relative;
                }

                .blog-post-single-content .tns-controls {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    z-index: 9999;
                }

                .blog-post-single-content .tns-nav {
                    text-align: center;
                    margin-top: 0;
                    margin-bottom: 25px;
                }

                    .blog-post-single-content .tns-nav button {
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        padding: 0;
                        line-height: 10px;
                        background: #eee;
                        border-radius: 50%;
                        margin: 0 8px;
                    }

                    .blog-post-single-content .tns-nav button.tns-nav-active {
                        background: #ddd;
                    }

        .blog-post-single-sidebar-secondary {
            width: 270px;
            margin-left: 30px;
            flex-shrink: 0;
            position: relative;
        }

            .blog-post-single-links {
                position: sticky;
                left: 0;
                top: 15px;
                color: #9E9E9E;
            } 

                .blog-post-single-links ul {
                    list-style-type: none;
                    margin-left: 0;
                    margin-bottom: 0;
                    padding-left: 0;
                }

                    .blog-post-single-links li {

                    }







    /* thumbnail */
    .blog-post-single-thumb {
        margin-bottom: 30px;
    }

        .blog-post-single-thumb img {
            display: block;
        }

    /* main */
    .blog-post-single-main,
    .page-single-main {
        
    }

    body.page-template-template-simple-page-php .page-single-main {
        width: 760px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .blog-post-single-title,
        .page-title {
            font-size: 35px;
            font-weight: bold;
            line-height: 1.2;
            color: #222;
            letter-spacing: -1px;
            margin-bottom: 20px;
        }

        .search .page-title,
        .archive .page-title {
            margin-bottom: 50px;
        }

        .blog-post-single-meta {
            position: relative;
            margin-bottom: 10px;
            font-size: 15px;
            color: #9e9e9e;
        }

        .page-single-title {
            margin-bottom: 30px;
        }

        .blog-post-single-title {
            font-size: 48px;
            line-height: 1.25;
        }

        /* tags */
        .blog-post-single-tags {
            margin-top: 25px;
            font-size: 13px;
        }

            .blog-post-single-tags a {

            }

        /* pagination */
        .blog-post-single-pagination {
            margin-top: 20px;
        }

            .blog-post-single-pagination a {
                font-weight: bold;
            }

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

    .blog-post-single-nav-button {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #216ab9;
        line-height: 40px;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .blog-post-single-nav-next .blog-post-single-nav-button {
        float: right;
    }

        .blog-post-single-nav-button .fa {
            margin-right: 10px;
        }

        .blog-post-single-nav-next .fa {
            margin-right: 0;
            margin-left: 10px;
        }

    .blog-post-single-nav .post-s2 {
        margin-bottom: 0;
    }

    .blog-post-single-nav .post-s3-thumb {
        clear: both;
    }

/*--------------------------------------------------------------
    ## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter .fa {
    background: #1da1f2;
    color: #fff;
}

body a.social-link-facebook .fa {
    background: #3b5998;
    color: #fff;
}

body a.social-link-youtube .fa {
    background: #cd201f;
    color: #fff;
}

body a.social-link-vimeo .fa {
    background: #1ab7ea;
    color: #fff;
}

body a.social-link-tumblr .fa {
    background: #35465c;
    color: #fff;
}

body a.social-link-pinterest .fa {
    background: #bd081c;
    color: #fff;
}

body a.social-link-linkedin .fa {
    background: #0077b5;
    color: #fff;
}

body a.social-link-instagram .fa {
    background: #004879;
    color: #fff;
}

body a.social-link-github .fa {
    background: #4183c4;
    color: #fff;
}

body a.social-link-google-plus .fa {
    background: #dc4e41;
    color: #fff;
}

body a.social-link-dribbble .fa {
    background: #ea4c89;
    color: #fff;
}

body a.social-link-dropbox .fa {
    background: #007ee5;
    color: #fff;
}

body a.social-link-flickr .fa {
    background: #0063dc;
    color: #fff;
}

body a.social-link-foursquare .fa {
    background: #f94877;
    color: #fff;
}

body a.social-link-behance .fa {
    background: #1769ff;
    color: #fff;
}

body a.social-link-vine .fa {
    background: #00b488;
    color: #fff;
}

body a.social-link-rss .fa {
    background: #f26522;
    color: #fff;
}

body a.social-link-email .fa {
    background: #ef7583;
    color: #fff;
}

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

.comments-area {
    margin-top: 50px;
}

.comments-section-heading {	
    margin-bottom: 20px; 
}

    .comments-section-heading-title {
        font-size: 25px; 
        font-weight: bold; 
        float: left;
        margin: 0;
    }	

.comments-area ul,
.comments-area ol,
.comments-area li {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

.comment {

}
    
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
    margin-bottom: 10px;
    font-size: 13px;
    background: #fff;
    padding: 10px;
}

    .comment-inner {
        background: #fff;
        padding: 35px;
        border: 1px solid #eee;
        margin-bottom: 25px;
    }

        .comment-author-avatar {
            float: left;
            margin-right: 15px;
            width: 40px;
        }

            .comment-author-avatar img {
                border-radius: 50%;
                display: block;
            }

        .comment-info {
            margin-bottom: 20px;
        }

            .comment-meta {
                float: left;
                margin-top: 5px !important
            }

                .comment-meta-author {
                    display: block;
                    color: #216ab9;
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 1;
                    margin-bottom: 4px !important;
                }

                .comment-meta-date {
                    display: block;
                    font-size: 12px;
                    line-height: 1;
                }

            .comment-reply {
                float: right;
            }

                .comment-reply a {
                    line-height: 40px;
                    display: inline-block;
                    font-size: 12px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

        .comment-main {
            
        }

    .comment .children {
        margin-left: 80px;
    }

    .comments-no-comments {
        margin-bottom: 20px;
    }

.comment-respond {
    background: #fff;
    padding: 35px;
    border: 1px solid #eee;
}

.comment-list .comment-respond {
    margin-bottom: 25px;
}

    .comment-reply-title {
        margin: 0;
        padding: 0;
        color: #232323;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 20px;
    }

    .comment-respond .logged-in-as,
    .comment-notes {
        font-size: 14px;
    }

        .comment-form-comment {
            font-size: 0;
            line-height: 0;
            margin: 0;
        }

        .comment-form-name,
        .comment-form-email,
        .comment-form-website {
            margin-top: 20px;
            font-size: 0;
            line-height: 0;
        }

            .comment-respond input[type="text"],
            .comment-respond textarea {
                background: #fff;
                border: 1px solid #eee;
            }

            .comment-respond textarea {
                height: 140px;
            }

        .comment-respond .form-submit {
            clear: both;
            padding-top: 20px;
            margin-bottom: 0;
        }

/*--------------------------------------------------------------
    ## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
    padding: 40px;
    border: 1px solid #eee;
}

.wpcf7 label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

body input[type="text"],
body input[type="email"],
textarea {
    
}

/*--------------------------------------------------------------
    ## Sidebar
--------------------------------------------------------------*/

#sidebar {
    position: relative;
    word-break: break-word;
}
    
    #sidebar .widget {
        margin-top: 35px;
    }

    #sidebar .widget:first-child {
        margin-top: 0;
    }

        #sidebar .widget-title {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
        }

/*--------------------------------------------------------------
    # Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
    ## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
    position: relative;
}

.widget_search input[type="search"] {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #216ab9;
}

/*--------------------------------------------------------------
    ## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
    font-size: 0;
    line-height: 0;
}

    .widget .tagcloud a {
        display: inline-block;
        line-height: 30px;
        padding: 0 10px;
        background: #216ab9;
        color: #fff;
        font-size: 12px !important;
        font-weight: bold !important;
        text-transform: uppercase;
        margin-right: 10px;
        margin-bottom: 10px;
    }

/*--------------------------------------------------------------
    # Footer
--------------------------------------------------------------*/

#footer {
    background: #429BD7;
    color: #fff;
    padding: 80px 0;
}

/*--------------------------------------------------------------
    ## Footer Widgets
--------------------------------------------------------------*/

.footer-widgets {

}

    .footer-widgets-inner {
        display: flex;
        justify-content: space-between;
    }

        .footer-widgets-primary {
            margin-right: 100px;
        }

            .footer-widgets ul.menu {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                padding: 0;
                margin: 0;
                list-style: none;
                justify-content: space-between;
                width: 580px;
            }

                .footer-widgets ul.menu > li {
                    padding: 0;
                    margin: 0;
                }

                    .footer-widgets ul.menu > li > a {
                        text-decoration: none;
                        color: white;
                        cursor: default;
                        pointer-events: none;
                        font-weight: 500;
                        font-size: 16px;
                        text-transform: uppercase;
                        margin-bottom: 12px;
                        display: block;
                    }

                .footer-widgets ul.menu ul {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                    .footer-widgets ul.menu ul li {
                        margin-bottom: 8px;
                    }

                    .footer-widgets ul.menu ul li a {
                        display: block;
                        color: #fff;
                        font-size: 15px;
                    }

                    .footer-widgets ul.menu ul li a:hover {
                        text-decoration: underline;
                    }

    .footer-copyright {
        font-size: 14px;
    }

/*--------------------------------------------------------------
    ## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
    padding: 30px 0;
}
    
    /**
     * Footer Copyright
     */

    #footer-copyright {
        float: left;
        text-align: center;
        font-size: 12px;	
        line-height: 1;	
        text-transform: uppercase;
    }

        #footer-copyright a {
            font-weight: bold;
        }

    /**
     * Footer Navigation
     */

    #footer-navigation {
        float: right;
        font-size: 0;
        line-height: 1;
    }

        #footer-navigation ul,
        #footer-navigation li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            /* Top level item */
            #footer-navigation .menu > li {
                display: inline-block;
                position: relative;
                z-index: 99998;
                margin-left: 25px;
            }

                /* Top level item anchor */
                #footer-navigation .menu > li > a {
                    display: inline-block;
                    text-decoration: none;
                    vertical-align: middle;
                    color: rgba( 0, 0, 0, 0.8 );
                    font-size: 12px;
                    font-weight: normal;
                    line-height: inherit;
                    text-transform: uppercase;
                }

                /* Top level item anchor hover */
                #footer-navigation .menu > li > a:hover {
                    color: #000;
                }

                /* Top level item anchor current */
                #footer-navigation .menu > li.current-menu-item > a,
                #footer-navigation .menu > li.current-menu-ancestor > a {
                    color: #000;
                }

        /* Submenu */
        #footer-navigation .menu ul {
            display: none;
        }

/*--------------------------------------------------------------
    # Helpers
--------------------------------------------------------------*/

.display-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

/*--------------------------------------------------------------
	# Animations
--------------------------------------------------------------*/

@keyframes TalkingPtsFadeIn {
	0% {
		display: block;
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
  }

.iva-top-bottom {
    opacity: 0;
    transition: all .8s;
    transform: translateY(-50px);
}

.iva-top-bottom.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-bottom-top {
    opacity: 0;
    transition: all .8s;
    transform: translateY(100px);
}

.iva-bottom-top.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-left-right {
    opacity: 0;
    transition: all .8s;
    transform: translateX(-50px);
}

.iva-left-right.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-right-left {
    opacity: 0;
    transition: all .8s;
    transform: translateX(50px);
}

.iva-right-left.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all .8s;
}

.iva-scale.iva-active {
    opacity: 1;
    transform: scale(1);
}

/*--------------------------------------------------------------
	# Internet Explorer
--------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .iva-top-bottom,
    .iva-bottom-top,
    .iva-left-right,
    .iva-right-left,
    .iva-scale {
        opacity: 1;
        transform: none;
    }

}

/*--------------------------------------------------------------
    # Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    ## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

    /* post s3 */
    body .post-s3-main {
        padding: 20px;
    }

}

/*--------------------------------------------------------------
    ## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

    /* post s3 */
    body .post-s3-main {
        padding: 20px;
    }
    body .post-s3-cats {
        display: none;
    }

}

/*--------------------------------------------------------------
    ## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

    body .wrapper {
        max-width: 940px;
    }

    /* header */
    #navigation .menu > li {
        margin-right: 18px;        
    }
    #navigation .menu > li.nav-btn-transparent {
        margin-left: 5px;
    }

    /* info box */
    .info-box-title.fs-h {
        font-size: 54px;
    }
    .info-box-title.fs-l {
        font-size: 42px;
    }
    .info-box-title.fs-m {
        font-size: 36px;
    }

    /* footer */
    .footer-widgets-primary {
        margin-right: 20px;   
    }
    .footer-widgets ul.menu {
        width: 100%;
    }
    .footer-widgets ul.menu > li {
        margin-right: 40px;
    }
    .footer-widgets ul.menu > li:last-child {
        margin-right: 0;
    }

}

/*--------------------------------------------------------------
    ## Tablets
--------------------------------------------------------------*/

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

    body .wrapper {
        max-width: 748px;
    }	

    /* header */
    #navigation {
        display: none;
    }
    #mobile-navigation {
        display: block;
    }

    /* info box */
    .info-box-title.fs-h {
        font-size: 54px;
    }
    .info-box-title.fs-l {
        font-size: 42px;
    }
    .info-box-title.fs-m {
        font-size: 36px;
    }
    .info-box-content {
        font-size: 20px;
    }

    /* info columns */
    .info-columns-item-title.fs-l {
        font-size: 32px;
    }

    /* languages */
    .languages-list .btn {
        line-height: 1.2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* testimonials */
    .testimonials-item-author {
        flex-wrap: wrap;
    }
        .testimonials-item-author-main {
            width: 100%;
        }

    /* testimonials slider */
    .testimonials-slider-item-author-image {
        width: 220px;
    }

    /* post single */
    .blog-post-single-sidebar-secondary {
        width: 215px;
    }
    .blog-post-single-title {
        font-size: 38px;
    }

    /* footer */
    .footer-widgets-primary {
        margin-right: 20px;   
    }
    .footer-widgets ul.menu {
        width: 100%;
    }
    .footer-widgets ul.menu > li {
        margin: 0;
        margin-bottom: 20px;
        width: 48%;
    }

}

/*--------------------------------------------------------------
    ## Phones ( landscape + portrait )
--------------------------------------------------------------*/

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

    /* columns */

    body .col {
        margin-right: 0;
        width: 100% !important;
    }

    /* header */
    #navigation {
        display: none;
    }
    #mobile-navigation {
        display: block;
    }

    /* general */
    .section-header-title {
        font-size: 32px;
    }
    .section-header-title.fs-l {
        font-size: 40px;
    }
    .section-header-content.fs-m {
        font-size: 18px;
    }
    #main > .wrapper {
        padding: 40px 0;
    }

    /* info box */
    .info-box-inner {
        flex-wrap: wrap;
    }
    .info-box-color-black .info-box-inner {
        padding-left: 25px;
        padding-right: 25px;
    }
        .info-box-primary,
        .info-box-secondary {
            width: 100%;
            max-width: 100% !important;
        }
        .info-box-secondary {
            margin-top: 40px;
            margin-left: 0;
            margin-right: 0;
        }
        .info-box-layout-image-text .info-box-secondary {
            margin-top: 0;
            margin-bottom: 40px;
        }
        .info-box-layout-stack .info-box-secondary {
            margin-top: 40px !important;
        }
        .info-box-color-black .info-box-secondary {
            margin-top: 0;
        }
            .info-box-title.fs-h {
                font-size: 44px;
            }
            .info-box-title.fs-l {
                font-size: 35px;
            }
            .info-box-title.fs-m {
                font-size: 30px;
            }
            .info-box-content {
                font-size: 16px;
            }

    /* info columns */
    .info-columns .section-header-title.fs-h {
        font-size: 42px;
    }
    .info-columns .section-header-title.fs-l {
        font-size: 35px;
    }
    .info-columns .section-header-content.fs-l {
        font-size: 18px;
    }
        .info-columns-item {
            width: 100% !important;
            margin: 15px 0 !important;
        }
        .info-columns-style-black .info-columns-item:last-child {
            margin-top: 60px !important;
        }

    /* languages */
    .languages-inner {
        flex-wrap: wrap;
    }
        .languages-media,
        .languages-list {
            width: 100%;
        }
        .languages-image-pos-right .languages-media {
            order: 0;
            margin-left: 0;
        }
        .languages-list {
            flex-wrap: wrap;
        }
            .languages-list > div {
                width: 100%;
                padding: 0;
            }
        .languages-full-list {
            flex-wrap: wrap;
        }
            .languages-full-list > div {
                width: 48%;
                padding: 0;
            }
        .languages-full-bottom {
            flex-wrap: wrap;
        }
            .languages-full-bottom > div {
                width: 100%;
            }
            .languages-full-bottom > div:last-child {
                margin-top: 20px;
                text-align: center;
            }
    
    /* testimonials slider */
    .testimonials-slider-inner {
        padding: 0;
    }
    .testimonials-slider-item-inner {
        flex-wrap: wrap;
        margin: 0;
        padding: 20px;
        padding-top: 60px;
    }
    .testimonials-slider-item-author-image {
        width: 100%;
    }

    /* testimonials carousel */
    .testimonials .section-header,
    .posts-carousel-items .section-header {
        padding-right: 90px;
    }

    /* posts grid */
    .posts-grid-item,
    .posts-grid-item.size-half,
    .posts-grid-item.size-fourth {
        width: 100%;
    }
    .posts-grid-item-full {
        display: block;
    }
        .posts-grid-item-full .posts-grid-item-main {
            width: 100%;
        }

    /* post single */
    .blog-post-single {
        flex-wrap: wrap;
    }
        .blog-post-single-sidebar-primary,
        .blog-post-single-sidebar-secondary {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }
        .blog-post-social {
            display: flex;
            justify-content: space-between;
        }
        .blog-post-single-title {
            font-size: 38px;
        }

    /* resources */
    .resources-group {
        width: 100%;
    }

    /* team */
    .team-grid-item {
        width: 23%;
    }
    .team-grid-item-hover-inner {
        top: 30px;
        transform: translateX(-50%);
    }
    .team-grid-item-hover-inner {
        flex-wrap: wrap;
        overflow-y: auto;
        max-height: 95vh;
    }
    .team-grid-item-hover-close {
        right: 0;
        top: 0;
        border-radius: 0;
    }
        .team-grid-item-hover-primary {
            width: 100%;
            border-right: none;
            display: flex;
            padding-bottom: 0;
        }
            .team-grid-item-hover .team-grid-item-image {
                width: 90px;
                margin-right: 15px;
            }
            .team-grid-item-hover .team-grid-item-main {
                text-align: left;
            }

    /* blog single */
    .quote-tweet {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 10px;
    }

    /* footer */
    .footer-widgets-inner {
        flex-wrap: wrap;
    }
    .footer-widgets-primary {
        margin-right: 0;   
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-widgets-secondary {
        width: 100%;
    }
        .footer-widgets ul.menu {
            width: 100%;
        }
        .footer-widgets ul.menu > li {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }

    /* other */
    body .comment .children {
        margin-left: 0;
    }

    body blockquote {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

}

/*--------------------------------------------------------------
    ## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

    body .wrapper {
        max-width: 90%;
    }

}

/*--------------------------------------------------------------
    ## Phones ( portrait )
--------------------------------------------------------------*/

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

    body .wrapper {
        max-width: 95%;
    }

    /* languages */
    .languages-full-list > div {
        width: 100%;
    }

    /* team */
    .team-grid-item {
        width: 47%;
    }
    .team-featured-item {
        width: 100%;
    }

}


@media only screen and ( max-width: 1023px ) {
    .hide-mobile {
        display: none !important;
    }
}

@media only screen and ( min-width: 1024px ) {
    .hide-desktop {
        display: none !important;
    }
}

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

    @supports (-webkit-touch-callout: none) {
        .hide-android {
            display: none;
        }
    }

    @supports not (-webkit-touch-callout: none) {
        .hide-ios {
            display: none;
        }
    }

}

/* Added by Steve */
.single-tp_case_studies h2 {font-size:20px;}

[data-reactid^=".hbspt-forms"] {color:#fff!important;}
.page-id-2430 .info-box-primary {width:100%!important;}
.page-id-2430 .info-box-shape-2 {display:none!important;}

/* hide phone app icons on privacy and TOS pages only - steve*/
.page-id-1560 .site-footer .phone-apps, .page-id-1615 .site-footer .phone-apps, .page-id-2013 .site-footer .phone-apps {display:none!important;}

/*events calendar plugin prev/next links*/
.ecp-buttons {
	border:1px solid #334aff!important; 
	padding:5px 8px!important; 
	border-radius:4px; 
	background:#fff;
	color:#334aff;
	margin:0 2px!important;
}

@media only screen and ( min-width: 1024px ) {
	.tribe-events-event-url {min-width:800px;}
}

.tribe-events-c-top-bar__datepicker {display:none!important;}