@import url('https://fonts.googleapis.com/css?family=PT+Mono');
@import url('https://fonts.googleapis.com/css?family=Song+Myung');

/*
 Theme Name:   Chariot Solutions
 Theme URI:    http://chariotsolutions.com
 Description:  2018 Chariot Website Overhaul
 Author:       John Doe
 Author URI:   http://example.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Typography */
body, html {
  overflow-x: hidden;
}

body {
  letter-spacing: .2px;
  font-weight: 400;
  color: #172124;
}

h1.header {
  font-size: 5em;
  font-weight: 400;
  font-family: 'Song Myung';
  line-height: 90px;
}

h1 {
  font-size: 2.5em;
  font-weight: 400;
  font-family: 'Song Myung';
  line-height: 50px;
}

h1.home {
  margin-top: 5px;
}

h2 {
  font-size: 1.9em;
  font-weight: 400;
  font-family: 'Song Myung';
  line-height: 40px;
}

h2.subheading {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: .3px;
}

h2.home {
  margin-top: 20px;
}

h2.subheading-contact {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: .3px;
}

h2.entry-title a {
  color: #172123 !important;
}

h2.wp-show-posts-entry-title a {
  color: #333E48 !important;
}

h3 {
  font-size: 1.3em;
  font-weight: 400;
  font-family: 'Song Myung';
  line-height: 30px;
}

h3.home {
  margin-top: -10px;
}

h3.home.blogarea {
  padding-top: 20px;
  margin-bottom: 5px;
}

h3.staff {
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

h4 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 28.8px;
}

span.preheader {
  color: #0075bf;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px !important;
  display: block;
}

span.preheader-dark {
  color: #F2F4F7;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin: 0px 0px !important;
  display: block;
}

p.numbers {
  margin-top: 40px;
  font-weight: 700;
  font-size: 12px;
  opacity: .4;
}

p.title {
  font-size: 14px;
  margin-top: -10px;
}

p.read-more-container {
  display: none;
}

p.tags {
  font-size: 13px;
  line-height: 20px;
}

p.tags a {
  text-decoration: underline;
}

.entry-meta {
  font-size: 16px;
  color: #172124;
}

.entry-meta a {
  color: #1BAC6B !important;
}

.footer-hiring {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: .3px;
  text-align: left;
}

.footer-hiring-cta {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  font-family: 'PT Mono';
  text-align: left;
  color: #1BAC6B !important;
  padding-top: 18px;
}

.footer-hiring-cta a {
  color: #1BAC6B !important;
}

.wp-show-posts-entry-meta.wp-show-posts-entry-meta-below-title.post-meta-inline {
  margin-top: 15px;
}

.wp-show-posts-entry-summary {
  margin-bottom: 4px;
}

img {
  vertical-align: middle;
}

.separate-containers .site-main {
  margin-top: 30px;
  margin-bottom: 80px;
}

/* Code */

.syntaxhighlighter .preprocessor {
  color: #eaeaea !important;
}

.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: #eaeaea !important;
}

/* Buttons */
.button.cta {
    background-color: #0075bf!important;
	color: #fff!important;
	font-family: 'Helvetica';
    text-transform: capitalize;
    font-weight: 500!important;
    background-color: #0075bf!important;
    border-radius: 40px 40px;
	padding: 20px 40px 20px 40px;
    margin-top: 12px!important;
    font-size: 15px;
    letter-spacing: .5px;
}

.button.cta-secondary {
  background-color: transparent !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  border: 2px #0075bf solid;
  font-family: 'Helvetica';
  font-size: 13px;
  color: #333E47!important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.cta-tertiary {
  background-color: transparent !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  border: 2px #fff solid;
  font-family: 'Helvetica';
  font-size: 13px;
  color: #fff!important;
  margin-left: 8px!important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.apply-now-button {
  background-color: #0075bf !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  font-family: 'Helvetica';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
}

.button.cta:hover {
  background-color: #0075bf !important;
}

.button.cta:active {
  background-color: #0075bf !important;
}

.button.cta:visited {
  background-color: #0075bf !important;
}

/* New Button: 2022 */

.button.primary-home {
	background-color: transparent;
	padding: 20px 40px 20px 40px;
  	border-radius: 40px;
  	margin: 24px 0 0 0;
  	font-family: 'Helvetica';
  	font-size: 17px;
	border: 1px solid white; 
	text-align: center;
}

.button.primary-home:hover {
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}

.button.cta-home {
  background-color: #04ad69 !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  margin: 12px 0 0 0;
  font-family: 'Helvetica';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.cta-home:hover {
  background-color: #0075bf !important;
}

.button.cta-home:active {
  background-color: #0075bf !important;
}

.button.cta-home:visited {
  background-color: #0075bf !important;
}

.button-blog.cta {
  background-color: #0075bf !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  font-family: 'Helvetica';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 16px;
  display: block;
  color: #fff;
}

.button-blog.cta:hover {
  background-color: #0075bf !important;
}

.button-blog.cta:active {
  background-color: #0075bf !important;
}

.button-blog.cta:visited {
  background-color: #0075bf !important;
}

a.read-more {
  color: #0075bf !important;
  text-transform: uppercase!important;
  font-family: 'Helvetica'!important;
  font-weight: 800!important;
  background-color: transparent!important;
  padding: 10px 0px 0px 0px!important;
  font-size: 14px!important;
  display: block;
  margin-top: 8px;
}

a.read-more:hover {
  background-color: transparent;
  color: #0075bf !important;
}

a.read-more:focus {
  background-color: transparent;
  color: #0075bf !important;
}

.button.text {
  color: #0075bf !important;
  text-transform: uppercase;
  font-weight: 800; 
  font-family: 'Helvetica';
  background-color: transparent;
  padding: 10px 0px 0px 0px;
  font-size: 13px;
}

.button.text:hover {
  background-color: transparent;
  color: #0075bf !important;
}

.button.text:focus {
  background-color: transparent;
  color: #0075bf !important;
}

a#icon {
  padding-top: 16px;
}

a.view-gallery {
  display: none !important;
}

i.fa.fa-link {
  color: #fff;
}

img.home-icons {
  margin-bottom: 32px;
}

input[type="submit"] {
  background-color: #0075bf !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  font-family: 'Helvetica';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Blog Page */
.rt-tpg-container .rt-tpg-isotope-buttons button {
  font-family: 'Helvetica';
  font-size: 16px;
  letter-spacing: .2px;
  margin: 0px 10px 5% 10px;
  background-color: #fff;
  font-weight: 200;
  color: #172124 !important;
}

body .rt-tpg-container .rt-tpg-isotope-buttons .selected {
  border-bottom: #04ad69 solid 2px;
  background-color: #fff !important;
}

.rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more {
  display: inline-block;
  background-color: #04ad69 !important;
  padding: 15px 40px 15px 40px;
  border-radius: 2px;
  font-family: 'Helvetica';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.rt-tpg-container i {
  display: none;
}

.post-meta-user span, .post-meta-tags span {
  display: block;
}

.rt-tpg-container .rt-tpg-isotope-buttons {
  margin: 0px !important;
}

p.powerpress_links.powerpress_links_mp3 {
  margin-top: 20px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background-color: #333E48 !important;
}

img.avatar.avatar-75.photo {
  display: none;
}

/* Containers */
.spacing {
  margin-top: 20px;
}

.single .entry-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-show-posts-inner {
  margin-bottom: 48px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

img {
  vertical-align: middle;
}

.site-header .header-image {
  width: 170px;
}

.main-navigation .navigation-logo img {
  width: 140px;
}

.skin.flat .layer-content {
  text-align: left;
  padding: 0px 0px;
}

.grid-nav-bottom {
  display: none;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.entry-summary {
  margin-top: 16px;
}

.col-md-6.offgrid {
  position: relative;
  top: -170px;
  background-color: #004b85;
  padding: 50px 50px 40px 50px;
}

/* .inside-article {
  padding: 3% 50px 3% 50px
} */

.inside-article {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0px;
}

.inside-article p {
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.8;
}

.col-md-6.service {
  margin-bottom: 50px;
  padding-right: 80px;
}

.cat-links, .tags-links, .comments-link {
  margin-bottom: 20px;
}

.rt-tpg-container .isotope1 .rt-holder {
  padding-bottom: 80px;
}

.grid-plus-container .grid-post-item.thumbnail-title .post-info {
  padding: 30px !important;
}

.wpsm_panel-body {
  padding: 40px 40px;
}

.title {
  font-family: 'Song Myung';
  font-size: 24px;
  line-height: 24px !important;
  letter-spacing: 0px !important;
}

#wpsm_accordion_15857 .ac_title_class {
  font-family: Lato;
}

#wpsm_accordion_15857 .wpsm_panel-body {
  font-family: Lato !important;
}

body .column-top-margin {
  margin-top: 10px !important;
  margin-bottom: 40px !important;
}

.testimonial_rotator.template-longform hr.longform_hr {
  background-color: #333E48;
}

ul.slick-dots {
  display: none !important;
}

h2.wpostahs-centent-title {
  display: none !important;
}

.wpostahs-title {
  color: #04ad69;
  font-family: 'Helvetica';
  font-size: 17px;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
  background-color: #04ad69;
  border-color: #04ad69;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
  background-color: #04ad69;
}

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

.search .page-header {
  display: none;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

/* Forms */
input#sf_first_name,
input#sf_company,
input#sf_last_name,
input#sf_email,
input#sf_phone {
  width: 100% !important;
  margin-bottom: 24px;
}

textarea#sf_00NG000000C78yd {
  width: 100% !important;
  margin-top: 6px !important;
  margin-bottom: 0px !important;
}

select#sf_00NG000000C78fh {
  width: 100% !important;
  margin-top: 26px !important;
  margin-bottom: 36px !important;
}

label.w2llabel.checkbox.w2llabel-checkbox-label {
  margin-left: 20px;
}

.salesforce_w2l_lead form.w2llead {
  margin-top: 32px;
}

.w2lsubmit {
  margin-bottom: 32px;
}

option {
  font-family: Helvetica;
  font-weight: 200;
  margin-bottom: 8px;
}

/* WP Show Posts Styles */

p.wp-show-posts-entry-title a {
	color: #212930!important;
	font-weight: bold;
}

.wp-show-posts-inner {
	padding: 0px 20px 0px 20px!important;
	margin-bottom: 0px!important;
}

.wp-show-posts .wp-show-posts-entry-title { padding-right: 10px; }

.testimonial_rotator_wrap.with-prevnext {
	z-index: 0;
}

.wp-show-posts-entry-meta.wp-show-posts-entry-meta-below-title.post-meta-inline {
margin-top: 8px; }

/* Site-Wide Preheader */

span.preheader {
margin: 0px 0px -20px 0px !important;
}

/* I think this was Ken's IE hack he added while I was gone? */

.wp-show-posts-image.wpsp-image-center { display: none; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body.home > div.page-hero > div > div.inside-header {
    margin-top: 100px;
	}
}



/* Hompage Redesign 2022 */

.services-cards {
	background-color: #fff;
	border-radius: 12px;
	padding: 20% 11% 10% 11%!important;
	min-height: 420px;
	margin-bottom: 16px;
}

@media (max-device-width: 800px) {
  .centerMobileOnly {
    text-align: center;
  }
}

.services-cards:hover {
	box-shadow: inset 0 -6px 0 0 #0075bf;
	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
	transform: translateY(-5px);
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.1);
}

h3.services-cards-header {
	font-size:24px;
	margin-bottom:16px;
}

a.services-cards-cta {
	margin-bottom: 0px!important;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #0075bf;
	margin-top:40px!important;
	text-decoration: none;
}

.wp-show-posts-columns#wpsp-18192 .wp-show-posts-inner {
	border: 1px solid #f1f4f7;
	padding: 0px 0px 0px 0px!important;
}

.wp-show-posts-columns#wpsp-18192 .wp-show-posts-image {
	width: 100%;
	padding-bottom: 16px;
}

.wp-show-posts-columns#wpsp-18192 .wp-show-posts-entry-title {
    text-align: left!important;
	padding: 0px 30px 16px 30px;
}

.wp-show-posts-columns#wpsp-18192 .wp-show-posts-entry-meta.wp-show-posts-entry-meta-below-post.post-meta-stack {
	text-align: left!important;
	padding: 0px 30px 30px 30px;
}

.wp-show-posts-columns#wpsp-18192 .wp-show-posts-entry-title a {
	text-align: left!important;
	color: #333!important;
	font-weight: normal;
}

.qualities-cards {
	background-color: #fff;
	border-radius: 12px 12px;
	padding: 10% 11% 6% 11%!important;
	margin-bottom: 24px;
	border: 1px solid #f1f4f7;
}

a.software-link {
	color: #000;
	margin-bottom: 8px!important;
	margin-top:6px!important;
	font-size:16px;
	font-family:Helvetica;
	font-weight:bold;
}

/* Safari Fix */
.row:before {display: none !important;}

a.software-link:hover {
	color: #000!important;
}

div#second-row-services { margin-top: 48px;}

div#first-row-services { margin-top: 24px;}

.software-link {
  position:relative;
  text-decoration:none;
  display:inline-block;
}

.software-link:hover:after {
  transform: scaleX(1);
  transform-origin:0 50%;
}

.style-svg.software {
	width: 80px;
	height:80px;
}

a.software-link:hover, .style-svg.software:hover path {
  fill: #31b479!important;
	color: #31b479!important;
}

.fil1 {
	fill:none!important;
}

/* Home - Value Prop Area */

h3.home {
	margin-bottom: 8px!important;
	margin-top:6px!important;
font-size:16px;
	font-family:Helvetica;
	font-weight:bold;
}

a#icon {
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: none!important;
	margin-top:2px;
	color: #04AD69!important;
}

a#icon {
  position:relative;
  text-decoration:none;
  display:inline-block;
}
a#icon:after {
  display:block;
  content: '';
  border-bottom: solid 1px #04AD69;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin:100% 50%
}
a#icon:hover:after {
  transform: scaleX(1);
  transform-origin:0 50%;
}

/* Home - Events */

/* Events */

div#events-home {
	width:44%;
	margin: 20px 20px 20px 20px;
	border: #F2F4F7 2px solid;
	padding: 30px 40px 30px 40px;
}

div#events-home:hover {
 box-shadow: 0 6px 6px rgba(0,0,0,0.15);
  transition: box-shadow 0.2s ease-in-out;
}

.row > #events-home {
  display: flex;
  flex-direction: column;
}

div#events-home h3 {
	color: #333D48;
}

div#events-home p a {
	color: #333D48;
}

/* Media Queries */

@media only screen and (max-width: 1230px) {
  h1.header {
    font-size: 4em;
    line-height: 75px;
  }

  a#icon {
    margin-top: 0px;
  }

  .wp-show-posts-entry-summary {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 1024px) {
  a#icon {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .site-header,
  #site-navigation,
  #sticky-navigation {
    display: none !important;
    opacity: 0;
  }

  #mobile-header {
    display: block !important;
    opacity: 1;
    width: 100% !important;
  }

  .main-navigation:not(.toggled) .main-nav>ul {
    display: none;
  }

  #mobile-header .menu-toggle,
  #mobile-header .mobile-bar-items {
    display: block;
  }

  .col-md-6.offgrid {
    position: relative;
    top: 0px;
    background-color: #004b85;
    padding: 50px 50px 40px 50px;
  }

  #post-grid-64 .element_0 {
    padding-bottom: 20px !important;
  }

  .skin.flat .layer-content {
    padding-bottom: 40px;
  }

  .inside-header {
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 960px) {
  .inside-article {
    margin-left: .5%!important;
    margin-right: .5%!important;
    }

    .row.vertical-align {
    display: block;
    /* Turn off the flexible box layout */
  }

  h1.header {
    font-size: 3.5em;
    line-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
	font-size: 2em;
    line-height: 42px;
	}

  h1.header {
    font-size: 2.5em;
    line-height: 50px;
  }

  h1.home {
    font-size: 1.5em;
    line-height: 30px;
  }

  h2 {
    font-size: 1.5em;
    line-height: 30px;
  }

  h2.subheading {
    font-family: 'Helvetica';
    letter-spacing: .2px;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
  }

  h2.subheading-contact {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica';
    font-weight: 300;
    letter-spacing: .3px;
  }

  h3 {
    font-size: 1.2em;
    line-height: 25px;
    margin-top: 30px;
  }
	
h3.services-cards-header {
		font-size: 1.2em;
		line-height: 25px;
		margin-top: 30px;
	}

  .col-sm-6.footer {
    padding-top: 25px;
  }

  .col-sm-3.footer {
    padding-top: 25px;
  }

  .col-md-3 {
    margin-bottom: 40px !important;
  }

  .button.text {
    margin-top: 15px;
  }

  .inside-header {
    padding-left: 30px;
  }

  .scroll-down {
    display: none;
  }
	
	#wpsm_accordion_380 .wpsm_panel-body {
		padding: 20px 10px;
	}
	
	#wpsm_accordion_17853 .wpsm_panel-body {
		padding: 20px 10px;
	}

  #generate-section-1 .generate-sections-inside-container {
    padding-top: 80px;
  }
}

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

	.copyright-bar, .footer-bar { padding: 0px 20px 0px 20px; }

	.wp-show-posts-entry-meta.wp-show-posts-entry-meta-below-title.post-meta-inline {
margin-bottom:24px; }

	.style-svg.software {display:none;}

div#second-row-services { margin-top: 0px;}

	div#first-row-services { margin-top: 0px;}

	a#icon { margin: 0px!important; }
}

@media only screen and (max-width: 697px) {
	div#events-home {width:100%;}
}
