/*
Theme Name: Robot Child Theme - Client
Theme URI: http://www.simplethemes.com/wordpress-themes/theme/skeleton
Description: Skeleton Child Theme. Use this child theme to safely make modifications to the existing theme. Using a child theme ensures that you do not lose the modifications with theme updates.
Version: 2.0.0
Author: Robot Creative
Author URI: http://www.robotcreative.com
Template: smpl_skeleton
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*




/* Table of Contents
==================================================
	#Global Reset
	#Module Specific Edits
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Misc
		#Utitlity
*/


/* @group Global Reset */

html {
    font-size: 16px;
}


/* @end */


/*	#Structural Customization */

.column,
.columns {
    padding-left: 1.538rem;
    padding-right: 1.538rem;
}

.main-content {
    margin: 2.7rem 0 0
}

.home .main-content {
    margin-bottom: 0;
}

.archive .main-content,
.search-results .main-content {
    margin: 2.7rem 0 2.7rem
}

.module1-5 .row {
    position: relative;
}

.module1-5 .last {
    float: left;
}

.module1-6 .row {
    position: relative;
}

.module1-6 .last {
    float: right;
}


/* @end */


/* @group Typography Utility classes */

body {
    color: #3b657c;
}

h1,
h2,
h3,
h4,
h5 {
    color: #004677;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 16px;
}

h1,
h1 span {
    font-size: 48px;
    font-weight: 300;
    color: #f57e20;
    letter-spacing: 0.5px;
}

h2+p {
    margin-top: -16px;
}

h3+p {
    margin-top: -26px;
}

h4+p {
    margin: .55rem 0 0;
}


/* h1+p {
    padding-bottom: 50px;
} */

h1+ul,
h2+ul,
h3+ul,
h4+ul {
    margin: 0.125rem 0 0;
}

h2,
h2 span {
    font-size: 36px;
    font-weight: 400;
    color: #3b657c;
    line-height: normal;
}

.services h2,
.services h2 a {
    color: #f67f21;
    font-weight: normal;
    text-decoration: none;
    font-size: 30px;
    line-height: normal;
}

.services p {
    font-weight: normal;
    margin-top: 20px;
}

h3,
h3 *,
h3 span {
    font-size: 26px;
    font-weight: 300;
    color: #676767;
    margin-bottom: 30px;
    line-height: normal;
}

.remediation-assistance h3 {
    font-weight: bold;
    margin-bottom: 0px;
    color: #f57e20;
}

.remediation-assistance-box {
    background-color: whitesmoke;
    padding-top: 30px;
    padding-bottom: 30px;
}

.remediation-assistance-box-2 {
    background-color: #EBEBEB;
    padding-top: 30px;
    padding-bottom: 30px;
}

h4,
h4 *,
h4 span,
h4 a {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    font-weight: bold;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

p,
ul,
ol,
a,
span,
table,
mark {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #3b657c;
    font-weight: 300;
    line-height: 1.9rem;
}

p.large {
    font-size: 29px;
    font-weight: 300;
    color: #676767;
}

* {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

:hover {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

p,
ul,
ol,
table {
    padding-bottom: 26px;
}

a {
    color: #f57e20;
}

a:hover {
    color: #f57e20;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

ul {
    list-style-position: outside;
}

li {
    margin-left: 1rem;
    margin-bottom: 4px;
}

sup {
    top: -0.05em
}

img.scale-with-grid {
    width: 100%;
    vertical-align: bottom;
}

form {}

.button,
#search input[type="submit"],
input,
input[type="text"],
input[type="textarea"],
textarea,
.nav-links a {
    background: rgb(236, 236, 236);
    padding: 10px;
}

.button,
#search input[type="search"],
#search input[type="submit"],
input[type="submit"],
.nav-links a {
    background: #3b657c;
    color: #fff;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 7px 10px;
}

.button,
#search input[type="submit"],
input[type="text"]::placeholder,
input[type="text"]::-webkit-input-placeholder,
.nav-links a {
    color: #7f7f7f;
    font-style: none;
    font-weight: bold;
}

#search input[type="submit"],
#search input[type="search"] {
    padding: 5px 10px;
}

#search input[type="search"] {
    background: #fff;
    color: #000;
}

.header .search-submit,
#secondaryBar .search-submit {
    display: none!important;
}

.button,
.nav-links a {
    background: #3b657c;
}

.button:hover,
.btn:hover,
a:hover.btn.btn--orange,
.nav-links a {
    color: #fff;
    padding: 6px 36px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
}

.button:hover,
.button:hover a,
.button:focus,
input[type="submit"]:hover,
input[type="search"]:hover,
.nav-links a:hover {
    background: #ee7f1e;
    color: #fff;
    transition: all 0.25s ease-out;
    text-decoration: none!important;
}

.button:hover,
.btn:hover,
a:hover.btn.btn--orange {
    text-decoration: none!important;
}

.quote * {
    font-size: 22px!important;
    letter-spacing: 0.5px;
    line-height: 36px;
}

.callout.secondary {
    background: #fafafa;
    border: none;
}

.exploreServices ul {
    padding-left: 30px;
    line-height: 1.5em;
    line-height: 26px;
    list-style: square;
}

.exploreServices ul li {
    padding-left: 14px;
    font-size: 22px;
    margin-bottom: 8px;
}

.exploreServices ul li a {
    font-size: 22px;
}


/* @end */


/* @group Typography Utility classes */

.display-posts-listing * {
    line-height: 1.5em;
}

.display-posts-listing .listing-item a:hover {
    text-decoration: underline;
}

.display-posts-listing .listing-item .title {
    display: block;
    text-decoration: none;
    line-height: 18px;
}

.display-posts-listing .listing-item .date {
    font-weight: bold;
    font-style: italic;
}

.readMore {
    padding: 0 0 .75rem 0;
}

.readMore p {
    padding-bottom: 0
}

.author.callout.secondary {
    margin-top: 2rem;
}

.authorInfo {
    overflow: auto;
    clear: both;
}

.authorInfo p,
.authorInfo a,
.authorInfo span {
    font-size: 1rem;
}

.authorImage {
    max-height: 200px;
    padding: 0 1rem 1rem 0;
    float: left;
}

.authorInfo a i {
    font-size: 42px;
    padding-right: 1rem;
}

.authorInfo a:last-child i {
    padding-right: 0;
}

.categories p {
    padding-bottom: 0;
}


/* YOUTUBE UTILITY FLEX RESPONSIEVE VIDEOS */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#salesforce_w2l_lead_4 {
    text-align: center;
}

.success_message {
    color: #f57e20;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


/* @end */


/* Small screens */

@media only screen {}


/* Define mobile styles */

@media only screen and (max-width: 40em) {
    .small-12.flexCenter {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .authorImage {
        width: 100%;
        max-height: 100%;
    }
    .RemoveVerticalCenterMobile {
        transform: none !important;
    }
}


/* max-width 640px, mobile-only styles, use when QAing mobile issues */


/* Medium screens */

@media only screen and (min-width: 40.063em) {}


/* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .RemoveVerticalCenterMobile {
        transform: none !important;
    }
}


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


/* Large screens */

@media only screen and (min-width: 64.063em) {}


/* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {}


/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */


/* XLarge screens */

@media only screen and (min-width: 90.063em) {}


/* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {}


/* min-width 1441px and max-width 191.25rem, use when QAing xlarge screen-only issues */


/* XXLarge screens */

@media only screen and (min-width: 120.063em) {}


/* min-width 1921px, xxlarge screens */


/*CJ CUSTOM STYLES*/

#Container .mix {
    display: none;
}

.controls button {
    margin: 5px;
    color: #fff;
}

.controls .active,
.controls .current_page_item a button {
    color: #f57e20;
}

.controls .cat_divider {
    margin: 0 10px;
    display: inline-block;
}

.absolute-centered {
    overflow: auto;
    /* optionnal */
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Menus */

#secondaryBar {
    padding: 2px 0;
}

#secondaryBar,
#mega-menu-wrap-secondary-menu {
    background: #343434;
}

.home .header {
    padding: 0px 0;
}

.header {
    background: #222;
    padding: 1.25rem 0;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu {
    text-align: right;
}

#mega-menu-wrap-topbar-menu {
    background: transparent;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link:focus {
    font-weight: bold;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.750rem
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item {
    margin: 10px 0;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item:hover a.mega-menu-link {}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item {
    border-left: 1px solid #fff
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu {
    padding: 0px 0 0px 0px;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 0 1rem;
    line-height: 1.7rem;
    height: 1.7rem;
    font-size: 18px;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu li.mega-menu-flyout.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu li.mega-menu-flyout li.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item-has-children>a.mega-menu-link:after {
    display: none;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent>a.mega-menu-link,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current-menu-ancestor a,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #f57e20
}


/* Custom Post Type Menu Item Fix */

.single-resources #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item#mega-menu-item-7665>a.mega-menu-link,
.single-resources #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item#mega-menu-item-7665>a.mega-menu-link {
    color: #f57e20
}

.post-type-archive-press-releases #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent#mega-menu-item-976>a.mega-menu-link,
.post-type-archive-news #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent#mega-menu-item-976>a.mega-menu-link,
.single-press-releases #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent#mega-menu-item-976>a.mega-menu-link,
.post-type-archive-resources #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent#mega-menu-item-976>a.mega-menu-link,
.single-resources #mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent#mega-menu-item-976>a.mega-menu-link {
    color: #3c667d;
}


/* FLYOUT MENU - TOP SECONDARY MENU */

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
    line-height: 1.1;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link:last-child {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.pagination a,
.pagination button,
.nav-previous,
.nav-next {
    display: inline-block;
}

.nav-next {
    float: right;
}

.nav-links {}

.pagination a,
.pagination button {
    padding: 0.1875rem 0.425rem
}


/* mobile menu styling */

#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after,
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item-has-children a.mega-menu-link:after {
    float: none;
}

.navbar .columns {
    z-index: 1;
    padding-right: 0;
    line-height: 2.3rem;
}

.logo a {
    position: relative;
}

.logo a img {
    position: absolute;
    max-width: 262px!important;
}

@media only screen and (max-width: 64em) {
    .logo a img {
        position: relative;
    }
}

@media only screen and (max-width: 39.999em) {
    .logo a {
        text-align: center;
    }
    .logo a img {
        max-width: initial!important;
    }
}


/*#search label{ display: none; }
	#search input[type="text"]{ width: 75%; float: left; }
	#search input[type="submit"]{ float: right; }*/


/* Hero Section */

.featuredImage {
    margin-top: -30px;
    margin-bottom: 1rem;
}

.featuredImage img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#video {
    z-index: 0;
}

.hero {
    width: 100%;
    height: 90%;
    min-height: 560px;
    position: relative;
    background: #000;
    overflow: hidden;
    padding: 0px;
}

.hero .stitches {
    position: absolute;
    bottom: 0;
    background: url('../images/assets/sitches.png') repeat-x;
    width: 100%;
    height: 23px;
}

.hero .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.heroText {
    max-width: 1000px;
    /*	position: absolute;
	top: 25%;
	right: 5%;
	-webkit-transform: translate(-5%, -62.4%);
	-moz-transform: translate(-5%, -62.4%);
	-ms-transform: translate(-5%, -62.4%);
	-o-transform: translate(-5%, -62.4%);
	transform: translate(-5%, -62.4%); */
    text-align: center;
    color: white;
    text-align: right;
    font-size: 4.4vmax;
    font-size: 4.4vw;
    font-weight: 300;
    line-height: 1.1;
}

@media only screen and (max-width: 40em) {
    .heroText {
        width: 100%;
        position: absolute;
        top: 50%;
        text-align: center;
        left: 0;
        /* -webkit-transform: translate(-50%, -62.4%); */
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        text-align: center;
        color: white;
        /* text-align: right; */
        font-size: 34px;
    }
}


/* search */


/*.site-header{
	position: relative;
	}
	.site-header .search-form {
	position: absolute;
}

.site-header .search-field-icon {
	background-color: transparent;
	background-image: url(../images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field-icon:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 95%;
}
.search-form
.search-submit, .screen-reader-text {
display:none;
}*/


/* SEARCH */

.screen-reader-text {
    display: none;
}

.search-field-icon {
    color: #fff;
    font-size: 27px;
    margin-left: 1.25rem;
}

.search-field-icon:hover,
.search-field-icon.active {
    cursor: pointer;
    color: #f57e20;
}

#secondaryBar form.search-form {
    position: absolute;
    right: 9999999px;
    float: right;
    width: 220px;
    padding: 6px 0px;
    opacity: 0;
}

#secondaryBar form.search-form.active {
    position: relative!important;
    right: 0;
    opacity: 1;
}

#secondaryBar form.search-form,
#secondaryBar form.search-form.active,
#secondaryBar .secondary-menu {
    transition: 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
    -moz-transition: opacity 0.8s ease-in;
    -o-transition: opacity 0.8s ease-in;
    -ms-transition: opacity 0.8s ease-in;
    transition: opacity 0.8s ease-in;
}

#secondaryBar #search input[type="search"] {
    text-transform: none;
}

#secondaryBar form .search-field {
    float: left;
    width: 100%;
    height: 28px;
}

#secondaryBar form .search-submit {
    float: right;
    width: 33%;
    height: 28px;
    margin-bottom: 0;
}

@media only screen and (max-width: 64em) {
    #secondaryBar form[role="search"] {
        width: 220px;
    }
    #secondaryBar .search-field-icon {
        color: #3c667d;
    }
}

@media only screen and (max-width: 39.999em) {
    #secondaryBar form[role="search"] {
        width: 100%;
        padding-top: 1.25rem;
        opacity: 1;
        position: relative;
        right: 0;
    }
}

.header form.search-form {
    position: absolute;
    right: 9999999px;
    float: right;
    width: 220px;
    padding: 6px 0px;
    opacity: 0;
}

.header form.search-form.active {
    position: relative!important;
    right: 0;
    opacity: 1;
}

.header form.search-form,
.header form.search-form.active,
.header .secondary-menu {
    transition: 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
    -moz-transition: opacity 0.8s ease-in;
    -o-transition: opacity 0.8s ease-in;
    -ms-transition: opacity 0.8s ease-in;
    transition: opacity 0.8s ease-in;
}

.header #search input[type="search"] {
    text-transform: none;
}

.header form .search-field {
    float: left;
    width: 100%;
    height: 28px;
}

.header form .search-submit {
    float: right;
    width: 33%;
    height: 28px;
    margin-bottom: 0;
}

@media only screen and (max-width: 64em) {
    .header form[role="search"] {
        width: 220px;
    }
    .header .search-field-icon {
        color: #3c667d;
    }
}

@media only screen and (max-width: 39.999em) {
    .header form[role="search"] {
        width: 100%;
        padding-top: 1.25rem;
        opacity: 1;
        position: relative;
        right: 0;
    }
}

.searchFormContainer,
.searchFormContainer form {
    display: block;
    overflow: auto;
}

.search-no-results .main-content input[type="search"] {
    width: 72%;
    margin-right: 2%;
    float: left;
    height: 44px;
}

.search-no-results .main-content input[type="submit"] {
    width: 25%;
    float: right;
}

@media only screen and (max-width: 39.999em) {
    .search-no-results .main-content input[type="search"] {
        width: 100%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .search-no-results .main-content input[type="submit"] {
        width: 100%;
        float: right;
    }
}


/* @end SEARCH */


/* Home Page Sections */

.home .salesforce_w2l_lead span.required {
    color: #3b657c!important;
}

#services {
    background: #ececec;
}

#services h1 {}

#services .serviceItems {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#services .serviceItems .columns {
    padding-top: .875rem;
    padding-bottom: .875rem;
}

#services h2 {
    color: #737373;
}

#services .serviceItems .columns:hover h2 {
    color: #3b657c;
}

#services .serviceItems .columns p {
    visibility: hidden;
    opacity: 0;
}

#services .serviceItems .columns:hover p {
    visibility: visible;
    opacity: 1;
}


/* Transistion effects for hovers */

#services .serviceItems .columns:hover h2,
#services .serviceItems .columns:hover p {
    transition: 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
    -moz-transition: opacity 0.8s ease-in;
    -o-transition: opacity 0.8s ease-in;
    -ms-transition: opacity 0.8s ease-in;
    transition: opacity 0.8s ease-in;
}

#services .threadFix {
    background: #f57e20;
    padding: 1.25rem 1.25rem;
}

#services .threadFix * {
    color: #fff;
}

#services .threadFix .threadFixText {
    padding: 0 1.25rem;
}

#services .threadFix a {
    font-weight: bold;
}

#services .threadFix h3 {
    padding: 1.25rem 0 1.25rem;
}

.threadFixLogo {
    text-align: center;
}

.threadFixLogo img {
    width: 100%;
    max-width: 300px;
}

@media only screen and (max-width: 64em) {
    #services .threadFix .threadFixText {
        padding: 0 0;
    }
    .ContactUs .columns {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 39.999em) {
    #services .serviceItems .columns {
        padding-bottom: .075rem;
        padding-top: .075rem;
    }
    #services .serviceItems img:first-of-type {
        max-width: 40px;
    }
    #services .serviceItems {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #services .threadFix {
        padding: 2rem 1.25rem 1.25rem 1.25rem;
    }
    #services .threadFixLogo img {
        width: 60%;
    }
}

.about .columns:last-child {
    padding-bottom: 10%;
    padding-top: 10%;
}

.about .last.columns {
    padding-left: 6%;
}

.about .columns:first-child {
    padding-right: 0;
}

.about .end.columns:last-child {
    padding-right: 6%;
}

.about,
.about .moduleImage,
.about .row {
    min-height: 400px;
}

.about .row,
.about .medium-6.columns {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 500px;
    display: table;
}

@media only screen and (max-width: 64em) {
    .about,
    .about .moduleImage,
    .about .row,
    .about .row,
    .about .medium-6.columns {
        min-height: initial;
    }
    .about .moduleContent {
        margin: 30px 0!important;
    }
}

@media only screen and (max-width: 39.999em) {
    .about .moduleContent {
        margin: 2rem 0 1.25rem!important;
    }
}

.ContactUs {}

.ContactUs .columns:first-child {
    padding-left: 0;
    padding-right: 0;
}

.ContactUs .columns {
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.ContactUs .sf_field {
    width: 46%!important;
    float: left;
    margin-right: 4%!important;
    margin-bottom: 2%!important;
    clear: none!important;
}

.ContactUs .sf_field:nth-child(odd) {
    float: right!important;
    margin-right: 0!important;
}

.ContactUs .sf_field:nth-child(even) {
    clear: both!important;
}

.ContactUs .sf_field.sf_field_description {
    width: 100%!important;
}

.ContactUs .sf_field input,
.ContactUs .sf_field textarea {
    width: 100%!important;
}

.ContactUs .sf_field.sf_field_description textarea {
    height: 10em;
}

.ContactUs .sf_field.sf_field_how_did_you_hear_about_us.sf_type_select {
    width: 100%!important;
}

.sf_required_fields_msg {
    font-style: italic;
}

.ContactUs .sf_field.sf_field_how_did_you_hear_about_us.sf_type_select {
    width: 100%!important;
}

.sf_required_fields_msg {
    font-style: italic;
}

.sf_field.sf_field_captcha.sf_type_captcha label {
    width: 100%;
}

.sf_field.sf_field_captcha.sf_type_captcha {
    width: 100%!important;
}

.sf_field.sf_field_captcha.sf_type_captcha img {
    width: 77px!important;
}

.sf_field.sf_field_captcha.sf_type_captcha input {
    margin-left: 2%!important;
    width: 160px!important;
    height: 35px!important;
    font-size: 1rem!important;
}

@media only screen and (max-width: 64em) {
    .ContactUs .columns:first-child,
    .about .columns:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    /* min-width 641px, medium screens */
    #services .threadFix .threadFixText {
        padding: 0 0;
    }
    .ContactUs .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media only screen and (max-width: 39.999em) {
    .ContactUs .columns {
        padding-top: 0;
        padding-bottom: 2rem;
    }
}

.company .columns {
    padding-left: 0;
    padding-right: 0;
}

.company {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b657c+49,84a5b5+50,84a5b5+50 */
    background: #3b657c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3b657c 49%, #84a5b5 50%, #84a5b5 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3b657c 49%, #84a5b5 50%, #84a5b5 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3b657c 49%, #84a5b5 50%, #84a5b5 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b657c', endColorstr='#84a5b5', GradientType=1);
    /* IE6-9 */
}

.company .blogRoll div,
.company .newsRoll div,
.company .companyInfo:first-child div {
    padding: 2rem 2rem!important
}

.company .blogRoll *,
.company .newsRoll * {}

.newsRoll ul,
.company ul {
    color: #f57d1f;
}

.newsRoll ul li a,
.company ul li a {
    color: #3a647b;
}

.company h3 {
    margin-bottom: 1.25rem;
}

.company .blogRoll .button,
.company .newsRoll .button {
    font-weight: normal;
}

.company .blogRoll li,
.company .newsRoll li {
    padding-bottom: 1rem;
    border-bottom: solid 1px #3a647b;
    padding-top: 1rem;
}

.company .blogRoll .entryDate,
.company .newsRoll .entryDate {
    font-weight: normal;
}

.company .blogRoll .button {
    background: #f57e20;
}

.company .blogRoll .button:hover {
    background: #f1f1f1;
    color: #000;
}

.company .companyInfo p {
    padding-bottom: 0;
}

.company .companyInfo p:last-child {
    padding-bottom: 1rem;
}

.company .companyInfo p a {
    display: block;
    overflow: auto;
}

.company .companyInfo .DGLogo {
    padding: 1rem 0rem 1rem;
}

@media only screen and (max-width: 39.999em) {
    .company .blogRoll div,
    .company .newsRoll div,
    .company .companyInfo div {
        padding: 2rem 1.25rem!important;
    }
}


/*	PRESS AND NEWS SECTIONS */

.featuredImages img {
    width: 100%;
}

.newsImage {
    text-align: center;
    display: block;
    max-height: 130px;
}

.newsImage img {
    max-width: 90%;
    max-height: 100px;
}

.newsItems .news-post,
.press-release-post {
    margin-bottom: 1.1rem!important;
}

.news-post,
.press-release-post {
    border-bottom: 2px dotted #e1e1e1;
    padding: 0 0 1.4rem;
}

.news-post:last-child,
.press-release-post:last-child,
.single .news-post,
.single .press-release-post {
    border-bottom: none;
}

.single .news-post,
.single .press-release-post {
    padding-bottom: 0;
}

.status-publish.news-post,
.status-publish.press-release-post {
    display: block;
    width: 100%;
    margin-bottom: 1.1rem;
    overflow: auto;
}

*.entry-title,
*.entry-meta,
.status-publish .entry-title *,
.status-publish .entry-meta * {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.single-resources *.entry-title {
    padding-bottom: 15px!important;
}

.entry-excerpt p {
    padding-bottom: 0!important;
}

.share.addtoany {
    margin: 1.75rem 0;
}

nav.navigation.posts-navigation {
    margin: 1.75rem 0;
}


/* .status-publish article, .status-publish section { overflow: auto; } */


/* blog  and comments styling */

#commentlist {
    list-style: none;
    border-top: 1px dotted #e1e1e1;
}

#commentlist .comment {
    padding: 1rem 0;
    margin-left: 0;
    border-bottom: 1px dotted #e1e1e1;
}

#commentlist .comment .says {
    display: none;
}

#commentlist .comment-body .author-name {
    font-weight: bold;
}

#commentlist .comment cite:before {
    content: "";
}

#commentlist .comment ul.children {
    list-style: none;
    margin-left: 1.5rem;
}

#commentlist .comment ul.children:last-child {
    padding-bottom: 0;
}

#commentlist .comment ul.children li:last-child {
    border-bottom: none;
}

#commentlist .comment ul.children li article {
    border-left: 1px dotted #e1e1e1;
    padding-left: 1rem;
}

#commentlist .comment-body cite,
#comments label {
    color: #3b657c;
}

#commentlist .comment-body p {
    padding-bottom: 0;
}

#respond {
    clear: both;
    background: #fafafa;
    padding: 2rem;
}

#respond input[type='text'],
#respond textarea {
    background: #fff;
}

#respond #reply-title {
    margin-bottom: 0;
    margin-top: 0;
}

#respond .comment-notes,
#respond form p {
    padding-bottom: .5rem;
}

#respond input[type='submit'] {
    margin-bottom: 0;
}


/* Resources */


/* Resources */

.resourcesFilterContainer {
    width: 100%;
    display: block;
    overflow: auto;
    padding: 20px 0;
}

.mix {
    margin-bottom: 1.5rem;
}

#Container .mix:last-child {
    margin-bottom: 0;
}

.resource-item--title {
    padding-bottom: 10px;
}

.resource-item--title a {
    font-weight: normal;
    color: #3c667d;
}

.resource-item--image img {
    width: 100%;
    min-height: 150px;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover; ';
}

.button.btn {
    width: 60%;
}

.resouceFeatImage {
    float: right;
    padding: 0 0 1rem 1rem;
    max-width: 400px;
}

@media only screen and (max-width: 39.999em) {
    .resouceFeatImage {
        float: none;
        width: 100%;
        padding: 1rem 0;
    }
}


/* Webinar styling */

.WebinarLogos {
    width: 100%;
    clear: both;
}

.WebinarLogos img {
    width: 46%;
    margin: right 4%;
}


/* ADDTOANY PLUGIN STYLING */

.addtoany_share_save_container {
    margin: 1rem;
}

.addtoany_list a {
    padding: 0px .4rem!important;
}

.addtoany_list a:first-child {
    padding: 0px 0.4rem 0 0!important;
}

.addtoany_list.a2a_kit_size_32 a>span {
    height: 22px!important;
    line-height: 22px!important;
    opacity: 1;
    width: 22px!important;
}

@media only screen and (max-width: 39.999em) {
    .addtoany_list.a2a_kit_size_32 a>span {
        height: 32px!important;
        line-height: 32px!important;
        opacity: 1;
        width: 32px!important;
    }
}


/* Sidebar */


/*#sidebar ul ul, #sidebar ul li{ margin-left: 0; }*/

nav#submenu ul li {
    list-style: none;
    padding: 10px 0;
}

#sidebar .widget-container.widget_recent_entries ul li {
    margin: 15px 0;
}

.widgets {
    padding: .5rem;
}

#sidebar .widgets .widgetItem:first-of-type {
    margin-top: 0;
}

.widgets .widgetItem {
    margin: 1.5rem 0;
}

.widgets .widgetItem .widget-title {
    margin-bottom: .075rem;
}

.widgets .widgetItem ul li {
    margin-bottom: .5rem;
    list-style: none;
    margin-left: 0;
    border-bottom: 1px dotted #e1e1e1;
    padding: .05rem 0 .55rem;
}

.widgets .widgetItem ul li:last-child {
    border: none;
}

.pressReleaseSidebar,
.newsSidebar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*padding: 0;*/
    position: relative;
}

.pressReleaseSidebarContainer,
.newsSidebarContainer {
    background: #fafafa;
    z-index: 10;
    /*position: absolute;*/
    word-break: break-word;
}

.pressReleaseSidebarContainer .widgets,
.newsSidebarContainer .widgets {
    padding: 0.9375rem;
}

.pressReleaseSidebar.overlay .pressReleaseSidebarContainer,
.newsSidebar.overlay .newsSidebarContainer {
    /*margin-top: -4.5rem;*/
}

.single-post.single .pressReleaseSidebar.overlay .pressReleaseSidebarContainer,
.archive.author .pressReleaseSidebar.overlay .pressReleaseSidebarContainer,
.single-resources .pressReleaseSidebar.overlay .pressReleaseSidebarContainer {
    margin-top: 0rem;
}

.pressReleaseSidebarContainer .socialIcons {
    display: block;
    margin: 40px 0;
}

.pressReleaseSidebarContainer .socialIcons .socialLink {
    display: inline-block;
    padding-right: 10px;
}

.pressReleaseSidebarContainer .socialIcons .socialLink:last-child {
    padding-right: 0px;
}

.pressReleaseSidebarContainer .socialIcons .socialLink img {
    height: 32px;
    width: 32px;
}

.page-template-filtered-news-page .mix {
    margin-bottom: 3.5rem;
}

.subNavWrap {
    background-color: #f57f20;
    text-align: center;
    overflow: auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    /*margin-bottom: 3.5rem;*/
}

.subNavWrap ul,
.controls ul {
    padding: 4px 0;
    max-width: 1140px;
    margin: 0 auto;
}

.subNavWrap li:nth-child(1) {
    border-left: 0;
}

.subNavWrap li:nth-child(1) {
    border-left: 0;
}

.subNavWrap li:nth-child(1) {
    border-left: 0;
}

.subNavWrap li,
.controls ul li {
    border-left: 3px solid #ee9c60;
    padding: 0 22px;
    margin-top: 12px;
    margin-left: 0;
    margin-bottom: 12px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
}

@media only screen and (max-width: 39.999em) {
    .pressReleaseSidebar,
    .newsSidebar {
        margin-top: 2rem;
    }
    .pressReleaseSidebarContainer,
    .newsSidebarContainer {
        margin-top: 0rem;
        background: #fafafa;
        position: relative;
        padding: 0.9375rem;
    }
}


/* careers */

#jobviteframe {
    padding: 1rem;
    border: 1px solid #f1f1f1;
}


/* accordion styling */

.accordion-title {
    margin-bottom: 0!important;
    background-position-x: 10px!important;
    padding: 20px 10px 20px 70px!important;
}

.accordion-title h3 {
    margin-bottom: 0;
}


/* Footer */

#footer {
    background: #ebebeb;
    padding: 30px 0px 0px 0px;
}

#footer ul {
    list-style: none;
}

#footer .sub-menu li {
    padding: 0;
}

#footer .footer-widgets ul li,
#footer .footer-widgets .menu>li:not(.menu-text)>a {
    margin-left: 0;
    line-height: 1rem;
    margin-bottom: 5px;
}

#footer .footer-widgets ul.sub-menu li {
    margin-bottom: 0px;
}

#footer ul li ul {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
}

#footer ul li a {
    font-weight: 500;
    font-size: 15px;
    padding: 0px;
    color: #3c667d;
    display: inline-block;
}

#footer ul li ul li {
    padding-left: 0;
}

#footer ul li ul li a {
    line-height: 100%;
    padding: 0px 0px 4px 0px;
}

#footer ul li ul li a,
#footer .menu-second-footer-menu-container ul li a,
#footer .menu-second-footer-menu-container ul li ul li:last-child a {
    color: #888888;
    font-weight: 400;
}

#footer ul li ul li ul.sub-menu li a {}

#footer ul li ul.sub-menu {
    margin-left: 0px;
    margin-bottom: 16px;
}


/*			#footer ul li ul li ul.sub-menu li, #footer .menu-second-footer-menu-container ul li ul li { list-style: disc outside; margin-left: 1rem;  }*/


/*#footer .menu-second-footer-menu-container ul li:last-child a{ color: #f57e20; font-weight: bold; }*/

#footer .copyright-bg {
    background: #fff;
}

#footer .copyright-container * {
    color: #3c667d;
    line-height: 44px;
    font-weight: normal;
}

#footer .copyright p,
#footer .copyright * {
    font-size: 12px;
}

#footer .copyright a {
    color: #f57e20;
}

#footer .copyright-container .row {
    padding-bottom: 0
}

#footer .social p {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .social a {
    float: right;
}

#footer .social a i {
    color: #3b657c!important;
}

#footer .social a,
#footer .social p {
    padding-right: 15px;
}

#footer .social a:first-child {
    padding-right: 0;
}


/* Medium only */

@media screen and (max-width: 63.9375em) {
    #footer {
        padding: 0;
        margin: 1.25rem 0 0;
    }
    #footer .copyright {
        text-align: center;
    }
    #footer .social p,
    #footer .social .icons,
    #footer .social a {
        float: none!important;
        text-align: center;
        clear: both;
    }
    #footer .social a:first-child {
        padding-right: 15px;
    }
    #footer .social .icons {
        width: 195px;
        margin: 0 auto;
        text-align: center!important;
        float: none!important;
        display: block;
        overflow: auto;
    }
    #footer .social .icons a {
        clear: initial!important;
        float: none!important;
    }
}

@media screen and (max-width: 63.9375em) {
    .copyright-bg {
        padding-top: 0;
    }
    .copyright-bg .row div {
        padding-bottom: 0;
    }
    .social {
        padding-bottom: 1.25rem!important;
    }
}


/*	#footer .footer-widgets .columns { width: 19%!important; }*/


/* SERVICES */

.callToActionForm {
    background: rgb(59, 101, 124);
}

.callToActionForm p,
.callToActionForm h3,
.callToActionForm span,
.callToActionForm label.w2llabel {
    color: #fff;
}

.salesforce_w2l_lead .top-aligned .w2llabel {
    height: 30px
}

table tbody tr:nth-child(even) input {
    background: #fff;
}

.owl-columns ul {
    list-style: none;
}

.owl-columns ul li {
    /*margin: 0 1rem;*/
}

.owl-columns .slide:first-child {
    margin-left: 0;
}

.owl-columns .slide:last-child {
    margin-right: 0;
}

.owl-columns ul li img {
    margin-bottom: 1rem;
    border: 1px solid #fff;
}

.owl-theme .owl-next {
    right: -34px!important;
}

.owl-theme .owl-prev {
    left: -34px!important;
}

video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

.vidoOverlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#146fae+56,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(20, 111, 174, 1.00) 0%, rgba(20, 111, 174, 0.29) 27%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(20, 111, 174, 1.00) 0%, rgba(20, 111, 174, 0.29) 27%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(20, 111, 174, 1.00) 0%, rgba(20, 111, 174, 0.29) 27%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6146fae', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.vidoOverlay {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.status-publish.column {
    display: block;
}

.owl-theme .owl-nav {
    margin-top: 0!important;
    display: none;
}

.owl-prev,
.owl-next {
    max-width: 44px;
}

.owl-prev {
    float: left;
    content: url('../images/assets/arrowPrevious.png')!important;
    position: absolute;
    top: 40%;
    left: 0;
}

.owl-next {
    float: right;
    content: url('../images/assets/arrowNext.png')!important;
    position: absolute;
    top: 40%;
    right: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: none!important;
}

.owl-theme .owl-dots {
    position: relative;
    bottom: 0;
    width: 100%;
    background: none;
    line-height: 100%
}

.owl-theme .owl-dots .owl-dot span {
    background: #989898!important;
    margin: 10px 7px!important;
    width: 20px!important;
    height: 20px!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f57e20!important;
}

.owl-columns ul.postList {
    padding-bottom: 0;
}

#sf_how_did_you_hear_about_us {
    width: 100%;
    background: rgb(236, 236, 236);
    padding: 10px;
    margin: .25em 0;
    height: 40px;
}


/* EDITS FOM CJ.CSS */

.stich-repeat-over {
    margin-top: -115px;
    background: url('../images/assets/sitches-2.png') repeat-x;
    width: 100%;
    height: 116px;
    overflow: hidden;
}

.columns.medium-8.large-9 {
    height: 100%!important;
}

.zoomIn img {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoomIn:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform .4s;
}


/* post css */


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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. */
}


/*Denim Group form styling */

.callToActionForm input,
.callToActionForm input[type="text"],
.callToActionForm input[type="textarea"] {
    background: rgb(236, 236, 236);
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    clear: left;
    height: auto;
    margin: .25em 0;
}

.callToActionForm select {
    width: 100%;
    background: rgb(236, 236, 236);
    padding: 10px;
    margin: .25em 0;
    height: 40px;
}

.callToActionForm label {
    color: #fff;
    height: 30px;
    clear: left;
    margin: .25em 0;
}

.callToActionForm form .columns {
    color: #3c667d;
    margin-bottom: 5px;
    margin-top: 0;
}

.callToActionForm input[type="submit"] {
    border: solid 1px #ffffff;
    border-radius: 30px;
    float: none;
    margin: .75em 0 0 0;
    background: #ee7f1e;
    color: #fff;
    width: auto;
    cursor: pointer;
}

.g-recaptcha {
    margin-top: 5px;
}

.callToActionForm label.error,
input.error {}

.callToActionForm label.error,
input.error {
    color: red!important;
    margin-bottom: 0!important;
    font-size: 12px!important;
    transition: all .5s;
}

select.error,
textarea.error,
input.error {
    background: #f7e6e6!important;
}

.featured_resources .resource_type span {
    text-transform: capitalize;
}