@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);@charset "UTF-8";
/*
Theme Name: Some Like it Neat
Theme URI: https://github.com/digisavvy/some-like-it-neat
Author: Alex Vasquez
Author URI: http://alexhasnicehair.com
Description: A simple yet advanced Starter Theme built using _S, Bourbon and Neat (http://underscores.me, http://bourbon.io, http://neat.bourbon.io). Please refer to the README.md file for basic usage instructions and prerequisites. You can always grab the latest version over at http://github.com/digisavvy.some-like-it-neat
Version: 1.3.7
License: GNU General Public License
License URI: license.txt
Text Domain: some_like_it_neat
Domain Path: /library/languages/
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Some Like it Neat is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Modified to fit Trim Agency SCSS style guide.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Vendors
    1.1 - Vendor Overrides
2.0 - Base
3.0 - Components
    3.1 - Atoms & Molecules
4.0 - Layout
    4.1 - Header
    4.2 - Footer
--------------------------------------------------------------*/
@font-face {
  font-family: 'Swiss 721 Condensed BT';
  font-style: normal;
  font-weight: normal;
  src: local("Swiss 721 Condensed BT"), url("/wp-content/themes/c-solutions/assets/fonts/Swiss721CondensedBT.woff") format("woff"); }

/* keep this first */
/*--------------------------------------------------------------
1.0 Vendors
--------------------------------------------------------------*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 60rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 70rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/c-solutions/assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/c-solutions/assets/fonts/slick.eot");
  src: url("/wp-content/themes/c-solutions/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/c-solutions/assets/fonts/slick.woff") format("woff"), url("/wp-content/themes/c-solutions/assets/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/c-solutions/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 0.6rem;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition: backgroud-color 0.3s ease-in-out; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*--------------------------------------------------------------
1.1 Vendor Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
.color.holder .colors, .icons, .logo.holder .logo, nav .menu-main-nav-container ul, nav .menu-footer-nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.leadership-title .expert-spotlight-title, .leadership-title::before {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@media (max-width: 479px) {
  .desktop-only {
    display: none; } }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 1rem/1.2 "Swiss 721 Condensed BT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

a {
  text-decoration: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 3.157rem;
  font-weight: 900; }

h2,
.h2 {
  font-size: 2.369rem;
  font-weight: 900; }

h3,
.h3 {
  font-size: 1.777rem;
  font-weight: bold; }

h4,
.h4 {
  font-size: 1.333rem; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em;
  line-height: 1.5; }

a {
  color: #4A7ECD;
  transition: font-weight 0.3s ease-in-out; }
  .current_page_item a, a:hover, a:focus {
    text-decoration: none;
    font-weight: bold; }

/*--------------------------------------------------------------
3.0 Components
--------------------------------------------------------------*/
button:focus {
  outline: 0; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #C1C1C1; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #C1C1C1; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #C1C1C1; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #C1C1C1; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #C1C1C1; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.overlay-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2; }
  .overlay-wrap.mobile-menu-wrap {
    position: fixed;
    z-index: 999999; }

.spinner-wrap {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%); }

.spinner {
  height: 100px;
  width: 100px;
  display: inline-block;
  animation: spin 1s steps(12, end) infinite; }
  .spinner i {
    height: 20px;
    width: 6px;
    margin-left: -3px;
    display: block;
    transition: height 1s;
    position: absolute;
    left: 50%;
    transform-origin: center 50px;
    background: #fff;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
    border-radius: 3px; }

.spinner i:nth-child(1) {
  opacity: .08; }

.spinner i:nth-child(2) {
  transform: rotate(30deg);
  opacity: .167; }

.spinner i:nth-child(3) {
  transform: rotate(60deg);
  opacity: .25; }

.spinner i:nth-child(4) {
  transform: rotate(90deg);
  opacity: .33; }

.spinner i:nth-child(5) {
  transform: rotate(120deg);
  opacity: .4167; }

.spinner i:nth-child(6) {
  transform: rotate(150deg);
  opacity: .5; }

.spinner i:nth-child(7) {
  transform: rotate(180deg);
  opacity: .583; }

.spinner i:nth-child(8) {
  transform: rotate(210deg);
  opacity: .67; }

.spinner i:nth-child(9) {
  transform: rotate(240deg);
  opacity: .75; }

.spinner i:nth-child(10) {
  transform: rotate(270deg);
  opacity: .833; }

.spinner i:nth-child(11) {
  transform: rotate(300deg);
  opacity: .9167; }

.spinner i:nth-child(12) {
  transform: rotate(330deg);
  opacity: 1; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.mailing-list-form, .challenge-sign-up, .contact-us-form {
  position: relative; }

/*--------------------------------------------------------------
3.1 Atoms & Molecules
--------------------------------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.container {
  max-width: 1336px;
  padding: 67px 10px 28px 10px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding: 30px 10px 0 10px; } }

.block.name {
  font-size: 0.75rem;
  color: #0B2945;
  display: block;
  padding: 0 0 9px 0; }

.color.holder {
  width: 27%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .color.holder {
      width: 100%; } }
  .color.holder .colors {
    font-size: 0;
    padding: 0 0 27px 0; }
    .color.holder .colors li {
      display: inline-block;
      vertical-align: top;
      width: 48px;
      height: 48px;
      border-radius: 3px;
      margin: 0 8px 8px 0; }

.bilberry {
  color: #0B2545; }

.bilberry-dark {
  color: #0B2545; }

.darkblue {
  color: #0E34A0; }

.blue {
  color: #2759B7; }

.lightblue {
  color: #4A7ECD; }

.heavenly {
  color: #95C2FB; }

.green {
  color: #26C485; }

.red {
  color: #F03A47; }

.purple {
  color: #6E44FF; }

.white {
  color: #fff; }

.bg-bilberry {
  background: #0B2545; }

.bg-bilberry-dark {
  background: #0B2945; }

.bg-darkblue {
  background: #0E34A0; }

.bg-blue {
  background: #2759B7; }

.bg-lightblue {
  background: #4A7ECD; }

.bg-heavenly {
  background: #95C2FB; }

.bg-green {
  background: #26C485; }

.bg-red {
  background: #F03A47; }

.bg-purple {
  background: #6E44FF; }

.bg-white {
  background: #fff; }
  .colors .bg-white {
    border: 1px solid #C1C1C1; }

.icons {
  font-size: 0; }
  .icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px; }
    .icons li a {
      display: block; }

.logo.holder {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 2px; }
  .logo.holder .logo li {
    display: inline-block;
    vertical-align: middle; }
    .logo.holder .logo li:hover a {
      background: #0E34A0; }
      .logo.holder .logo li:hover a .hover {
        display: block; }
      .logo.holder .logo li:hover a .static {
        display: none; }
  .logo.holder .logo a {
    display: block;
    transition: all 0.3s; }
    .logo.holder .logo a .static {
      display: block; }
    .logo.holder .logo a .hover {
      display: none; }

.with.logotype {
  padding: 15px; }

.without.logotype {
  padding: 30px; }

.row.medium {
  padding: 51px 0 87px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .row.medium {
      padding: 25px 0; } }

.text.holder {
  float: left; }

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

.jumbo {
  font-size: 4.208rem;
  font-weight: 900;
  letter-spacing: -0.07rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 14px 0;
  color: #0B2945; }

h1, h2 {
  font-weight: 900;
  letter-spacing: -0.05rem;
  margin: 0 0 14px;
  color: #0B2945; }

h3 {
  font-weight: 700;
  margin: 0 0 18px;
  color: #0B2945; }

h4 {
  font-weight: 400;
  margin: 0 0 1rem;
  color: #0B2945; }

.body.regular {
  font-weight: 400; }

.body.light {
  font-weight: 300; }

.caption,
caption {
  font-size: 0.75rem;
  font-weight: 400;
  display: block; }

.button.holder {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px; }
  @media (max-width: 767px) {
    .button.holder {
      padding: 0; } }
  .button.holder .rectangular {
    padding: 0 0 18px 0; }

.btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 176px;
  text-decoration: none;
  text-align: center;
  padding: 14px 0;
  border-radius: 7px;
  margin: 0 15px 0 0;
  color: #fff;
  box-shadow: 0px 1px 14px 0px #979797;
  transition: all 0.3s; }
  @media (max-width: 479px) {
    .btn {
      margin: 0 15px 15px 0; } }
  .btn:hover {
    background: #2759B7;
    transition: all 0.3s;
    box-shadow: 0px 7px 24px 0px #979797; }
  .btn:active {
    background: #0c2b7e;
    box-shadow: none; }
  .btn.disabled {
    background: #c2c2c2;
    box-shadow: none;
    cursor: no-drop; }
  .btn.default, .btn .disabled {
    color: #fff; }
  .btn.second {
    color: #0B2945; }
    .btn.second:hover {
      background: #a9cefb;
      box-shadow: 0px 7px 24px 0px #979797; }
    .btn.second:active {
      background: #719cc9;
      box-shadow: none; }
    .btn.second.disabled {
      background: #c2c2c2;
      box-shadow: none;
      cursor: no-drop; }

.first.group {
  padding: 11px 2px 21px; }
  @media (max-width: 479px) {
    .first.group {
      padding: 11px 2px 6px; } }

.round {
  padding: 0 0 25px 0; }

.button.circle {
  border-radius: 50%;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 15px 0 0 0;
  padding: 6px 0 0;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 15px 0 rgba(11, 37, 69, 0.4);
  transition: all 0.3s; }
  .button.circle.white {
    background-color: rgba(255, 255, 255, 0.4); }
  .button.circle:active, .button.circle:hover {
    opacity: 1; }
    .button.circle:active.white, .button.circle:hover.white {
      background-color: white; }
  .button.circle:hover {
    box-shadow: 0px 7px 24px 0px rgba(11, 37, 69, 0.4); }
  .button.circle:active {
    box-shadow: none; }
  .button.circle.disabled {
    background: #c2c2c2;
    box-shadow: none;
    cursor: no-drop; }

.left {
  padding: 0 0 21px; }

.link {
  padding: 23px 54px 30px 34px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 479px) {
    .link {
      padding: 23px 40px 30px 34px; } }

.side.navigation {
  z-index: 0;
  color: #fff;
  font-size: 1rem;
  padding: 15px 17px 14px 15px;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .side.navigation:hover {
    text-shadow: 1px 0 #fff; }
  .side.navigation:active {
    color: #0B2945;
    text-shadow: 1px 0 #0B2945; }
    .side.navigation:active:after {
      z-index: -1;
      top: 1px;
      content: '';
      width: 120%;
      height: 120%;
      left: -15px;
      position: absolute;
      background: url("/wp-content/themes/c-solutions/assets/images/polygon.svg") no-repeat;
      background-size: cover; }

.row.third {
  padding: 20px 0 0; }
  .row.third .block.name {
    padding: 0 0 17px; }
  .row.third .field.holder {
    display: inline-block;
    vertical-align: middle; }
    .row.third .field.holder .place.holder {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 20px; }
      .row.third .field.holder .place.holder label {
        font-size: 12px;
        color: #0B2945;
        display: block;
        padding: 0 0 8px 0; }
      .row.third .field.holder .place.holder .information {
        font-size: 0.75rem;
        display: block;
        color: #7043fe; }

input[type="text"], input[type="email"] {
  width: 229px;
  height: 48px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  padding: 10px 1rem 12px 1rem;
  margin: 0 13px 11px 0;
  transition: all 0.5s ease; }
  input[type="text"].contact, input[type="email"].contact {
    width: 90%; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
    color: #0B2945; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #0B2945; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
    color: #0B2945; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
    color: #0B2945; }
  input[type="text"].placeholder, input[type="email"].placeholder {
    color: #0B2945; }
  input[type="text"].disabled:disabled, input[type="email"].disabled:disabled {
    cursor: no-drop;
    background-color: #fff; }
    input[type="text"].disabled:disabled::-webkit-input-placeholder, input[type="email"].disabled:disabled::-webkit-input-placeholder {
      color: #C1C1C1; }
    input[type="text"].disabled:disabled::-moz-placeholder, input[type="email"].disabled:disabled::-moz-placeholder {
      opacity: 1;
      color: #C1C1C1; }
    input[type="text"].disabled:disabled:-moz-placeholder, input[type="email"].disabled:disabled:-moz-placeholder {
      color: #C1C1C1; }
    input[type="text"].disabled:disabled:-ms-input-placeholder, input[type="email"].disabled:disabled:-ms-input-placeholder {
      color: #C1C1C1; }
    input[type="text"].disabled:disabled.placeholder, input[type="email"].disabled:disabled.placeholder {
      color: #C1C1C1; }
  input[type="text"]:focus, input[type="email"]:focus {
    outline: none;
    transition: all 0.5s ease; }
  input[type="text"].active, input[type="email"].active {
    border-color: #95C2FB !important;
    outline: none; }
    input[type="text"].active::-webkit-input-placeholder, input[type="email"].active::-webkit-input-placeholder {
      font-weight: 400; }
    input[type="text"].active::-moz-placeholder, input[type="email"].active::-moz-placeholder {
      opacity: 1;
      font-weight: 400; }
    input[type="text"].active:-moz-placeholder, input[type="email"].active:-moz-placeholder {
      font-weight: 400; }
    input[type="text"].active:-ms-input-placeholder, input[type="email"].active:-ms-input-placeholder {
      font-weight: 400; }
    input[type="text"].active.placeholder, input[type="email"].active.placeholder {
      font-weight: 400; }
  input[type="text"].text::-webkit-input-placeholder, input[type="email"].text::-webkit-input-placeholder {
    color: #2d475e;
    font-weight: 300; }
  input[type="text"].text::-moz-placeholder, input[type="email"].text::-moz-placeholder {
    opacity: 1;
    color: #2d475e;
    font-weight: 300; }
  input[type="text"].text:-moz-placeholder, input[type="email"].text:-moz-placeholder {
    color: #2d475e;
    font-weight: 300; }
  input[type="text"].text:-ms-input-placeholder, input[type="email"].text:-ms-input-placeholder {
    color: #2d475e;
    font-weight: 300; }
  input[type="text"].text.placeholder, input[type="email"].text.placeholder {
    color: #2d475e;
    font-weight: 300; }
  input[type="text"].populated::-webkit-input-placeholder, input[type="email"].populated::-webkit-input-placeholder {
    font-weight: 400; }
  input[type="text"].populated::-moz-placeholder, input[type="email"].populated::-moz-placeholder {
    opacity: 1;
    font-weight: 400; }
  input[type="text"].populated:-moz-placeholder, input[type="email"].populated:-moz-placeholder {
    font-weight: 400; }
  input[type="text"].populated:-ms-input-placeholder, input[type="email"].populated:-ms-input-placeholder {
    font-weight: 400; }
  input[type="text"].populated.placeholder, input[type="email"].populated.placeholder {
    font-weight: 400; }
  input[type="text"].error, input[type="text"].error-message, input[type="email"].error, input[type="email"].error-message {
    border-color: #F03A47 !important;
    transition: all 0.5s ease; }

textarea {
  resize: none;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  padding: 10px 1rem 12px 1rem;
  margin: 0 13px 11px 0; }
  textarea.contact {
    width: 90%; }
  textarea::-webkit-input-placeholder {
    color: #0B2945; }
  textarea::-moz-placeholder {
    opacity: 1;
    color: #0B2945; }
  textarea:-moz-placeholder {
    color: #0B2945; }
  textarea:-ms-input-placeholder {
    color: #0B2945; }
  textarea.placeholder {
    color: #0B2945; }
  textarea.disabled:disabled {
    cursor: no-drop;
    background-color: #fff; }
    textarea.disabled:disabled::-webkit-input-placeholder {
      color: #C1C1C1; }
    textarea.disabled:disabled::-moz-placeholder {
      opacity: 1;
      color: #C1C1C1; }
    textarea.disabled:disabled:-moz-placeholder {
      color: #C1C1C1; }
    textarea.disabled:disabled:-ms-input-placeholder {
      color: #C1C1C1; }
    textarea.disabled:disabled.placeholder {
      color: #C1C1C1; }
  textarea:focus {
    outline: none; }
  textarea.active {
    border-color: #95C2FB !important;
    outline: none; }
    textarea.active::-webkit-input-placeholder {
      font-weight: 400; }
    textarea.active::-moz-placeholder {
      opacity: 1;
      font-weight: 400; }
    textarea.active:-moz-placeholder {
      font-weight: 400; }
    textarea.active:-ms-input-placeholder {
      font-weight: 400; }
    textarea.active.placeholder {
      font-weight: 400; }
  textarea.text::-webkit-input-placeholder {
    color: #2d475e;
    font-weight: 300; }
  textarea.text::-moz-placeholder {
    opacity: 1;
    color: #2d475e;
    font-weight: 300; }
  textarea.text:-moz-placeholder {
    color: #2d475e;
    font-weight: 300; }
  textarea.text:-ms-input-placeholder {
    color: #2d475e;
    font-weight: 300; }
  textarea.text.placeholder {
    color: #2d475e;
    font-weight: 300; }
  textarea.populated::-webkit-input-placeholder {
    font-weight: 400; }
  textarea.populated::-moz-placeholder {
    opacity: 1;
    font-weight: 400; }
  textarea.populated:-moz-placeholder {
    font-weight: 400; }
  textarea.populated:-ms-input-placeholder {
    font-weight: 400; }
  textarea.populated.placeholder {
    font-weight: 400; }
  textarea.error, textarea.error-message {
    border-color: #F03A47 !important; }

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #95C2FB; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    font-weight: 400; }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: 1;
    font-weight: 400; }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    font-weight: 400; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    font-weight: 400; }
  input[type='text']:focus.placeholder,
  input[type='tel']:focus.placeholder,
  input[type='email']:focus.placeholder,
  input[type='search']:focus.placeholder,
  input[type='password']:focus.placeholder,
  textarea:focus.placeholder {
    font-weight: 400; }

.information.wrong {
  color: #F03A47 !important; }

.btn-cta {
  border: none;
  background: none;
  outline: none;
  padding: 1rem 0;
  position: relative;
  transition: transform 0.3s ease-in-out; }
  .btn-cta::after {
    content: "";
    display: block;
    position: absolute;
    right: -0.7rem;
    bottom: calc(48% - 0.3125rem); }
  .btn-cta:hover {
    transform: translateY(0.25rem); }
  .btn-cta:not(.download-white).white::after {
    height: 0;
    width: 0;
    border-bottom: 0.3125rem solid transparent;
    border-left: 0.3125rem solid #fff;
    border-top: 0.3125rem solid transparent; }
  .btn-cta:not(.download).bilberry::after {
    height: 0;
    width: 0;
    border-bottom: 0.3125rem solid transparent;
    border-left: 0.3125rem solid #0B2545;
    border-top: 0.3125rem solid transparent; }
  .btn-cta.download::after, .btn-cta.download-white::after {
    background-position: center;
    background-repeat: none;
    background-size: cover;
    content: '';
    display: block;
    right: -1.2rem;
    top: 1.2rem;
    width: 1rem;
    height: 1rem; }
  .btn-cta.download::after {
    background-image: url("/wp-content/themes/c-solutions/assets/images/download.svg"); }
  .btn-cta.download-white::after {
    background-image: url("/wp-content/themes/c-solutions/assets/images/download-white.svg"); }

.hover-container {
  display: block;
  padding: 2rem 1.5rem 2rem; }
  @media (min-width: 769px) {
    .hover-container {
      /* Permalink - use to edit and share this gradient: 
		http://colorzilla.com/gradient-editor/#0b2945+0,0b2945+14&0+0,0.8+35 */
      background: -moz-linear-gradient(top, rgba(11, 41, 69, 0) 0%, rgba(11, 41, 69, 0.32) 14%, rgba(11, 41, 69, 0.8) 35%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(11, 41, 69, 0) 0%, rgba(11, 41, 69, 0.32) 14%, rgba(11, 41, 69, 0.8) 35%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(11, 41, 69, 0) 0%, rgba(11, 41, 69, 0.32) 14%, rgba(11, 41, 69, 0.8) 35%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b2945', endColorstr='#cc0b2945',GradientType=0 );
      /* IE6-9 */
      transform: translateY(-6rem); } }

@media (min-width: 769px) {
  .hero-panel:hover .bg-image,
  .service-panel:hover .bg-image,
  .service-square:hover .bg-image {
    transform: scale(1.07); }
  .hero-panel:hover .service-panel-content,
  .service-panel:hover .service-panel-content,
  .service-square:hover .service-panel-content {
    transform: translateY(6rem); } }

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
/* -------- pages -------- */
.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  .title h2 {
    display: inline-block;
    text-align: center;
    width: 100%; }
    @media (max-width: 767px) {
      .title h2 {
        padding: 0 2rem; } }

.panel-left,
.panel-middle,
.panel-right,
.panel-third {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(100vw / 3);
  height: 100%; }
  .panel-left .bg-image,
  .panel-middle .bg-image,
  .panel-right .bg-image,
  .panel-third .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    transform: scale(1.01);
    transition: transform 1.5s ease-in-out; }
  .panel-left img,
  .panel-middle img,
  .panel-right img,
  .panel-third img {
    width: 100%;
    height: auto; }

.home-content {
  background-color: #164e84; }

.home-hero-container,
.home-hero-carousel,
.hero-panel .bg-image,
.hero-panel {
  height: 100vh; }
  @media only screen and (orientation: landscape) {
    .home-hero-container,
    .home-hero-carousel,
    .hero-panel .bg-image,
    .hero-panel {
      min-height: 500px !important; } }

.home-hero-container {
  position: relative;
  width: 100%; }
  .home-hero-container .hero-title {
    opacity: 1;
    transition: opacity .5s ease-in-out; }
    .home-hero-container .hero-title h2 {
      display: inline-block;
      position: relative;
      top: 5rem;
      left: 0;
      text-align: center;
      width: 100%; }
      @media (min-width: 350px) {
        .home-hero-container .hero-title h2 {
          top: 5em; } }
      @media (min-width: 769px) {
        .home-hero-container .hero-title h2 {
          top: 9em; } }
  @media (min-width: 769px) {
    .home-hero-container:hover .hero-title {
      opacity: 0; } }

.home-hero-carousel {
  position: relative;
  display: flex;
  width: 100%; }
  .home-hero-carousel .panel-left .bg-image {
    background-image: url("/wp-content/themes/c-solutions/assets/images/hero-focus@3x.jpg"); }
  .home-hero-carousel .panel-middle .bg-image {
    background-image: url("/wp-content/themes/c-solutions/assets/images/hero-intelligence@3x.jpg"); }
  .home-hero-carousel .panel-right .bg-image {
    background-image: url("/wp-content/themes/c-solutions/assets/images/hero-teamwork@3x.jpg"); }
  .home-hero-carousel .hero-panel-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateY(-3rem); }
    @media (min-width: 769px) {
      .home-hero-carousel .hero-panel-content {
        transform: translateY(100%); } }
  .home-hero-carousel .hero-panel-title {
    text-transform: capitalize;
    margin-bottom: 2rem; }
  .home-hero-carousel .hero-panel {
    overflow: hidden; }
    @media (max-width: 768px) {
      .home-hero-carousel .hero-panel .bg-image {
        width: 100vw; } }
    @media (min-width: 769px) {
      .home-hero-carousel .hero-panel:hover .bg-image {
        transform: scale(1.07); }
      .home-hero-carousel .hero-panel:hover .hero-panel-content {
        transform: translateY(6rem); } }

.offices-map-container {
  background-color: #164e84;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
  height: 35rem; }
  @media (min-width: 768px) {
    .offices-map-container {
      height: 45rem; } }
  @media (min-width: 1024px) {
    .offices-map-container {
      padding: 0 2.625rem; } }
  @media (min-width: 1920px) {
    .offices-map-container {
      padding: 0;
      max-width: 100rem; } }

.offices-map {
  position: absolute;
  top: 0;
  left: -14.25rem;
  max-width: initial;
  height: 100%; }
  @media (min-width: 768px) {
    .offices-map {
      left: 0rem; } }
  @media (min-width: 1024px) {
    .offices-map {
      left: 0%; } }

@media (max-width: 768px) {
  .offices-map-mask {
    background-color: rgba(11, 37, 69, 0.4);
    position: absolute;
    top: 0;
    left: 0rem;
    width: 100%;
    height: 100%; } }

.offices-map-content {
  padding: 5rem 2.25rem 3rem 2.25rem;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 33rem;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .offices-map-content {
      padding: 9rem 7rem 6rem 7rem;
      max-width: 37rem;
      min-width: 37rem; } }
  @media (min-width: 1024px) {
    .offices-map-content {
      right: 0%; } }
  @media (min-width: 1200px) {
    .offices-map-content {
      right: initial;
      left: 40%; } }
  .offices-map-content h2 {
    max-width: 19rem; }
  .offices-map-content h4 {
    line-height: 1.5;
    max-width: 20rem; }

.team-container,
.team-carousel,
.slide-wrapper,
.team-member-flex-row,
.team-member-slide {
  min-height: 50rem; }
  @media (min-width: 769px) {
    .team-container,
    .team-carousel,
    .slide-wrapper,
    .team-member-flex-row,
    .team-member-slide {
      max-height: 50rem; } }

.team-member-flex-row {
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative;
  width: 100vw; }
  @media (min-width: 769px) {
    .team-member-flex-row {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; } }
  @media (min-width: 1024px) {
    .team-member-flex-row {
      padding: 0 2.625rem; } }
  @media (min-width: 1200px) {
    .team-member-flex-row {
      margin: 0 auto; } }
  @media (min-width: 1920px) {
    .team-member-flex-row {
      padding: 0;
      max-width: 100rem; } }

.leadership-title {
  display: flex;
  align-items: center;
  padding: 4rem 2.625rem 6rem;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1600px;
  z-index: 1; }
  @media (min-width: 769px) {
    .leadership-title {
      position: absolute; } }
  @media (min-width: 1025px) {
    .leadership-title {
      padding: 5rem 2.625rem 6rem; } }
  @media (min-width: 1201px) {
    .leadership-title {
      margin: 0 auto; } }
  @media (min-width: 1600px) {
    .leadership-title {
      margin: 0 auto;
      padding: 5rem 0rem 2rem;
      max-width: calc(100vw - 5.25rem); } }
  @media (min-width: 1920px) {
    .leadership-title {
      margin: 0 auto;
      padding: 5rem 0rem 2rem;
      max-width: 1600px; } }
  .leadership-title h2 {
    padding-top: .5em;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .leadership-title .expert-spotlight-title {
    display: inline-block;
    margin: 0 1.5rem 0 0;
    width: auto; }
  .leadership-title hr {
    display: inline-block;
    border: 0;
    color: #a1a1a1;
    border-top: 1px solid #CCC;
    display: block;
    flex: 1;
    margin: 0;
    padding: 0;
    opacity: .5;
    height: 1px;
    width: auto; }
  .leadership-title::before {
    color: #0B2545;
    content: '"We believe that experience is realized with the people assigned work on your project"';
    font-size: 1.333rem;
    font-weight: 700;
    margin-right: 2rem;
    text-align: left;
    top: 6.5rem;
    left: 3rem;
    position: absolute;
    max-width: 90%; }
    @media (min-width: 769px) {
      .leadership-title::before {
        display: block; } }
    @media (min-width: 1025px) {
      .leadership-title::before {
        top: 8rem;
        margin-right: 0rem;
        left: 13.5rem;
        max-width: 50%; } }
    @media (min-width: 1201px) {
      .leadership-title::before {
        font-size: 2.28rem;
        max-width: 50rem; } }
    @media (min-width: 1601px) {
      .leadership-title::before {
        left: 11rem; } }

.team-member-title {
  display: none;
  opacity: 0; }
  @media (min-width: 769px) {
    .team-member-title {
      display: block; } }

.team-member-content {
  margin: 2.5rem 2.8rem 3.5rem 3.5rem;
  width: auto;
  max-width: 40rem;
  margin-bottom: 3rem !important; }
  @media (min-width: 1025px) {
    .team-member-content {
      margin: 5rem 5.625rem 7rem 7rem; } }
  @media (min-width: 1201px) {
    .team-member-content {
      margin: 0 auto; } }
  .team-member-content .team-member-copy {
    margin: 2rem 0 0;
    transition: margin 0.3s ease-in-out; }
    @media (min-width: 769px) {
      .team-member-content .team-member-copy {
        margin: 2rem 0 0 3rem; } }
    @media (min-width: 1025px) {
      .team-member-content .team-member-copy {
        margin: 4rem 0 0 4rem; } }
  @media (min-width: 1200px) {
    .team-member-content {
      margin: 5rem 15% 7rem 19%; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .team-member-content {
      margin-right: 7%; } }
  @media (min-width: 1200px) {
      .team-member-content .team-member-copy {
        margin-left: 0rem; } }

.team-member-photo-holder {
  display: block;
  position: relative;
  width: 25rem; }
  @media (min-width: 1200px) {
    .team-member-photo-holder {
      min-height: 50rem; } }
  @media (max-width: 768px) {
    .team-member-photo-holder {
      width: 100%; } }

.team-member-photo {
  display: block;
  position: absolute;
  top: 10%;
  right: 0; }
  @media (min-width: 1200px) {
    .team-member-photo {
      top: unset;
      right: 0;
      bottom: 5%;
      min-height: 68%; } }
  @media (max-width: 768px) {
    .team-member-photo {
      position: relative;
      width: 100%;
      height: auto; } }

.slick-arrow {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  margin: 0 15px 0 0;
  padding: 15px 0 0 0;
  padding: 6px 0 0;
  position: absolute;
  top: calc(50% - 1.5rem);
  opacity: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  z-index: 1;
  box-shadow: 0 4px 15px 0 rgba(11, 37, 69, 0.4);
  transition: all 0.3s; }
  .slick-arrow:hover {
    background-color: #fff; }
  .slick-arrow:active {
    box-shadow: none; }
  @media (max-width: 768px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%; }
  .slick-arrow.slick-prev {
    left: 2.625rem; }
    .slick-arrow.slick-prev::before {
      background-image: url("/wp-content/themes/c-solutions/assets/images/left.svg");
      margin-left: 0.3rem; }
  .slick-arrow.slick-next {
    right: 2.625rem; }
    .slick-arrow.slick-next::before {
      background-image: url("/wp-content/themes/c-solutions/assets/images/right.svg");
      margin-left: 0.5rem; }

.slick-dots {
  bottom: 1rem; }

.services-container:hover .slick-arrow {
  opacity: 1; }

.team-container {
  background-color: #fff;
  position: relative; }
  .team-container .slick-dots li button::before {
    color: #0B2545; }
  .team-container .slick-dots li.slick-active button:before {
    color: #0B2545; }
  .team-container:hover .slick-arrow {
    opacity: 1; }

.services-hero-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/c-solutions/assets/images/services-hero@3x.jpg");
  position: relative;
  width: 100%;
  height: 32rem; }
  @media (min-width: 481px) {
    .services-hero-container {
      height: 22.25rem; } }
  .services-hero-container .hero-title {
    padding: 0 3rem;
    position: relative;
    top: 9rem;
    left: 0;
    width: 100%; }
    .services-hero-container .hero-title h2, .services-hero-container .hero-title p {
      display: block;
      text-align: center; }
    .services-hero-container .hero-title p {
      max-width: 640px;
      margin: 0 auto; }

.services-flex-grid {
  background-color: #0B2545;
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.service-square {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vw - 1rem); }
  @media (min-width: 481px) {
    .service-square {
      width: calc(100% / 2);
      height: calc((100vw - 1rem) / 2); } }
  @media (min-width: 769px) {
    .service-square {
      width: calc(100% / 3);
      height: calc((100vw - 1rem) / 3); } }
  .service-square .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    transition: transform 1.5s ease-in-out; }
  @media (min-width: 769px) {
    .service-square:hover .bg-image {
      transform: scale(1.07); } }

.water-treatment-facilities .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/water-treatment@3x.jpg"); }

.water-distribution-systems .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/water-distribution@3x.jpg");
  background-position-x: 0%; }

.water-supply-systems .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/water-supply.jpg"); }

.wastewater-treatment-facilities .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/wastewater-treatment@3x.jpg"); }

.wastewater-collection-systems .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/wastewater-collection.jpg"); }

.pump-stations .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/pump-stations.jpg"); }

.hydraulic-modeling .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/hydraulic-modeling@3x.jpg"); }

.stormwater-management .bg-image {
  background-image: url("/wp-content/themes/c-solutions/assets/images/stormwater-management@3x.jpg"); }

.services-container {
  position: relative;
  height: 100vh; }
  .services-container .services-title {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 20rem;
    z-index: 2; }
    .services-container .services-title h2 {
      position: relative;
      top: 1.5em; }

.services-carousel {
  position: relative;
  height: 100vh; }
  .services-carousel .service-panel {
    width: calc(100vw/3);
    height: 100vh; }
    .services-carousel .service-panel .service-link::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(to top, rgba(11, 37, 69, 0), rgba(11, 37, 69, 0.7));
      width: 100%;
      height: 10rem;
      z-index: 1; }
    .services-carousel .service-panel .bg-image {
      height: 100vh; }

.service-link {
  display: block;
  width: 100%;
  height: 100%; }

.service-panel-content {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-3rem); }
  @media (min-width: 769px) {
    .service-panel-content {
      transform: translateY(100%); } }
  .service-panel-content .service-panel-title {
    text-transform: capitalize;
    margin-bottom: 2rem; }

.services-child-hero-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/c-solutions/assets/images/services-hero@3x.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 44rem; }
  @media (min-width: 400px) {
    .services-child-hero-container {
      height: 34rem; } }
  @media (min-width: 480px) {
    .services-child-hero-container {
      height: 30rem; } }
  @media (min-width: 768px) {
    .services-child-hero-container {
      height: 26.25rem; } }
  .services-child-hero-container .hero-title {
    padding: 0 3rem;
    position: relative;
    top: initial;
    left: initial;
    width: 100%; }
    .services-child-hero-container .hero-title h2, .services-child-hero-container .hero-title p {
      display: block;
      text-align: center; }
    .services-child-hero-container .hero-title p {
      color: white;
      max-width: 640px;
      margin: 0 auto; }

.project-container,
.project-carousel,
.project-content,
.project-slide {
  position: relative;
  height: 100vh; }
  @media only screen and (orientation: landscape) {
    .project-container,
    .project-carousel,
    .project-content,
    .project-slide {
      min-height: 500px !important; } }

.project-container:hover .slick-arrow {
  opacity: 1; }

.project-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100vw; }
  .project-content::before {
    content: '';
    background-image: linear-gradient(to right, #0B2545, rgba(11, 37, 69, 0));
    position: absolute;
    width: 100%;
    height: 100%; }

.featured-projects-title {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 5.5rem;
  width: auto; }
  @media (min-width: 768px) {
    .featured-projects-title {
      top: 2.5rem;
      top: 8rem;
      left: 0rem; } }
  .featured-projects-title h2 {
    text-align: center;
    padding: 0;
    width: calc(100vw - 1rem); }

.project-copy {
  position: absolute;
  top: 10rem;
  left: 0rem;
  padding: 3rem 2.5rem 0;
  width: 100%;
  max-width: 100rem; }
  @media (min-width: 768px) {
    .project-copy {
      padding: 0;
      top: 14rem;
      left: 7rem; } }
  @media (min-width: 1921px) {
    .project-copy {
      margin: 0 auto;
      padding: 14rem 0 0;
      position: relative;
      top: initial;
      left: initial; } }
  .project-copy h3 {
    margin-bottom: .6rem; }
  .project-copy h4 {
    margin-bottom: 1.5rem; }
  .project-copy p {
    color: #fff;
    text-align: left; }
    @media (min-width: 480px) {
      .project-copy p {
        max-width: 19.5rem;
        min-width: 19.5rem; } }
  @media (min-width: 1921px) {
    .project-copy h3, .project-copy h4, .project-copy p {
      position: relative; } }

@media (min-width: 769px) {
  .project-content-right::before {
    background-image: linear-gradient(to left, #0B2545, rgba(11, 37, 69, 0)); }
  .project-content-right .project-copy {
    left: initial;
    right: 10rem;
    width: calc(100% -10rem); }
  .project-content-right h3, .project-content-right h4 {
    text-align: right; }
  .project-content-right p {
    margin-left: auto;
    margin-right: 0rem;
    text-align: justify; }
  .project-content-right .btn-cta {
    position: absolute;
    right: 1rem;
    left: initial;
    margin-left: auto;
    margin-right: 0rem; } }

.about-hero-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/c-solutions/assets/images/about-hero@3x.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 20rem; }
  .about-hero-container .hero-title {
    padding: 0 3rem;
    position: relative;
    top: 9rem;
    left: 0;
    top: initial;
    left: initial;
    width: 100%; }
    .about-hero-container .hero-title h2 {
      display: block;
      text-align: center; }
    .about-hero-container .hero-title p {
      color: white;
      max-width: 640px;
      margin: 0 auto;
      text-align: center; }

.about-us-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  position: relative;
  max-width: 100rem;
  height: auto; }
  @media (min-width: 768px) {
    .about-us-container {
      flex-direction: row;
      padding: 7rem 6rem; } }
  .about-us-container .about-certifications,
  .about-us-container .about-us-copy {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .about-us-container .about-certifications,
      .about-us-container .about-us-copy {
        width: 50%; } }
  .about-us-container .about-us-copy {
    padding: 0 0 2.5rem 0; }
    @media (min-width: 768px) {
      .about-us-container .about-us-copy {
        padding: 0 1.5rem 0 0; } }
  .about-us-container .about-certifications {
    padding: 0; }
    @media (min-width: 768px) {
      .about-us-container .about-certifications {
        display: flex;
        flex-direction: column; } }
  .about-us-container .certifications-list {
    padding-top: .8rem;
    padding-left: 1.2rem;
    line-height: 1.9;
    list-style-type: square; }

.leadership-hero-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0B2545;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.25rem; }
  @media (max-width: 480px) {
    .leadership-hero-container {
      height: 28rem; } }
  .leadership-hero-container .hero-title {
    padding: 0 3rem;
    position: relative;
    text-align: center;
    width: 100%; }
    .leadership-hero-container .hero-title p {
      max-width: 640px;
      margin: 0 auto; }

.leadership-container {
  display: none; }
  @media (min-width: 768px) {
    .leadership-container {
      display: flex;
      justify-content: flex-end;
      position: relative;
      margin: 0 auto;
      max-width: 100rem;
      max-height: 25.6875rem;
      min-height: 25.6875rem;
      max-height: calc(100vh - 20rem);
      min-height: calc(100vh - 20rem);
      transition: all 0.3s ease-in-out;
      flex-direction: row; } }
  @media (min-width: 768px) and (min-height: 59.0375rem) {
    .leadership-container {
      min-height: calc(100vh - (11.25rem + 10.75rem));
      min-height: calc(100vh - (11.25rem + 10.75rem)); } }
  .leadership-container .leadership-tabs {
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100%; }
  .leadership-container .leadership-tab {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-in-out; }
    .leadership-container .leadership-tab.active-tab, .leadership-container .leadership-tab:hover {
      background-color: #b9b9b9; }
    .leadership-container .leadership-tab .leader-name {
      width: 8rem; }
    .leadership-container .leadership-tab p {
      margin: 0; }
  .leadership-container .leader-thumbnail-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 1rem 0 0;
    overflow: hidden;
    max-width: 5rem;
    min-width: 5rem;
    height: 5rem;
    transition: all 0.3s ease-in-out; }
  .leadership-container .mark-drummond {
    background-image: url("/wp-content/themes/c-solutions/assets/images/mark-bw.jpg"); }
  .leadership-container .john-hill {
    background-image: url("/wp-content/themes/c-solutions/assets/images/john-bw.png"); }
  .leadership-container .ben-feinswog {
    background-image: url("/wp-content/themes/c-solutions/assets/images/headshot.jpg");
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .leadership-container .sean_dannelly {
    background-image: url("/wp-content/themes/c-solutions/assets/images/sean-bw.jpg"); }
  .leadership-container .leadership-content {
    width: calc(100% - 12rem); }
  .leadership-container .leader-content {
    display: flex;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
    .leadership-container .leader-content:not(.active-content) {
      display: none;
      opacity: 0; }
  .leadership-container .leader-copy {
    display: block;
    margin: 0 auto;
    padding: 3.5rem 3rem 4.7rem;
    max-width: 45rem; }
    .leadership-container .leader-copy p {
      line-height: 1.5; }
  .leadership-container .btn-cta.download {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none; }
  .leadership-container .leader-image {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 65%;
    display: none;
    min-width: 22.25rem;
    max-width: 100%;
    height: 100%; }
    @media (max-height: 58.8375rem) {
      .leadership-container .leader-image {
        height: 25.6875;
        min-width: 27rem;
        max-width: 27rem; } }
    @media (min-width: 1024px) {
      .leadership-container .leader-image {
        display: block; } }
  .leadership-container #mark-drummond .leader-image {
    background-image: url("/wp-content/themes/c-solutions/assets/images/mark-bw.jpg"); }
  .leadership-container #john-hill .leader-image {
    background-image: url("/wp-content/themes/c-solutions/assets/images/john-bw.png"); }
  .leadership-container #sean-dannelly .leader-image {
    background-image: url("/wp-content/themes/c-solutions/assets/images/sean-bw.jpg"); }
  .leadership-container .leader-info {
    text-align: left; }
  .leadership-container .leader-title {
    white-space: nowrap; }

.team-container-mobile {
  position: relative; }
  @media (min-width: 769px) {
    .team-container-mobile {
      display: none; } }
  .team-container-mobile .team-carousel-mobile,
  .team-container-mobile .slide-wrapper,
  .team-container-mobile .team-member-flex-row,
  .team-container-mobile .team-member-slide, .team-container-mobile {
    min-height: 35rem; }
    @media (min-width: 769px) {
      .team-container-mobile .team-carousel-mobile,
      .team-container-mobile .slide-wrapper,
      .team-container-mobile .team-member-flex-row,
      .team-container-mobile .team-member-slide, .team-container-mobile {
        max-height: 35rem; } }
  .team-container-mobile .team-member-flex-row {
    background-color: #fff;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    position: relative;
    width: 100vw; }
    @media (min-width: 769px) {
      .team-container-mobile .team-member-flex-row {
        flex-direction: row; } }
  .team-container-mobile .leadership-title {
    height: 5em;
    z-index: 1; }
    .team-container-mobile .leadership-title h2 {
      margin-top: .75em;
      text-align: center; }
    @media (min-width: 769px) {
      .team-container-mobile .leadership-title {
        background-color: transparent;
        display: block;
        position: absolute;
        top: 2.5rem;
        left: 3.5rem;
        height: auto; }
        .team-container-mobile .leadership-title h2 {
          margin-top: 0; } }
    @media (min-width: 1025px) {
      .team-container-mobile .leadership-title {
        top: 5rem;
        left: 7rem; } }
    @media (min-width: 1200px) {
      .team-container-mobile .leadership-title {
        left: 19%; } }
  .team-container-mobile .team-member-title {
    display: none;
    opacity: 0; }
    @media (min-width: 769px) {
      .team-container-mobile .team-member-title {
        display: block; } }
  .team-container-mobile .team-member-content {
    margin: 2.5rem 2.8rem 3.5rem 3.5rem;
    width: auto; }
    @media (min-width: 1025px) {
      .team-container-mobile .team-member-content {
        margin: 5rem 5.625rem 7rem 7rem; } }
    .team-container-mobile .team-member-content .team-member-copy {
      margin: 2rem 0 1rem;
      transition: margin 0.3s ease-in-out; }
      @media (min-width: 769px) {
        .team-container-mobile .team-member-content .team-member-copy {
          margin: 2rem 0 0 3rem; } }
      @media (min-width: 1025px) {
        .team-container-mobile .team-member-content .team-member-copy {
          margin: 4rem 0 0 5rem; } }
      .team-container-mobile .team-member-content .team-member-copy p {
        margin-bottom: 2rem; }
    @media (min-width: 1200px) {
      .team-container-mobile .team-member-content {
        margin: 5rem 15% 7rem 19%; }
        .team-container-mobile .team-member-content .team-member-copy {
          margin-left: 0rem; } }
  .team-container-mobile .team-member-photo {
    display: block;
    height: inherit; }
    @media (max-width: 768px) {
      .team-container-mobile .team-member-photo {
        width: 100%;
        height: auto; } }
  .team-container-mobile .slick-dots li button::before {
    color: #0B2545; }
  .team-container-mobile .slick-dots li.slick-active button:before {
    color: #0B2545; }
  .team-container-mobile:hover .slick-arrow {
    opacity: 1; }

.contact-wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 14rem;
  background-image: url("/wp-content/themes/c-solutions/assets/images/contact-bg.jpg"); }
  @media (min-width: 481px) {
    .contact-wrapper {
      background-position: center;
      background-size: cover; } }
  @media (min-width: 769px) {
    .contact-wrapper {
      height: 100vh; } }
  @media only screen and (orientation: landscape) {
    .contact-wrapper {
      min-height: 800px !important; } }

.contact-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 16.25rem; }
  .contact-hero-container .hero-title {
    padding: 0 3rem;
    position: relative;
    width: 100%; }
    .contact-hero-container .hero-title h2 {
      color: #fff;
      display: block;
      padding: 5rem 0 0;
      text-align: center; }
      @media (min-width: 481px) {
        .contact-hero-container .hero-title h2 {
          color: #0B2545; } }

.contact-content {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 0 2.5rem 3rem;
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
  min-height: 20rem; }
  @media (min-width: 768px) {
    .contact-content {
      padding: 0 7rem 6rem; } }
  .contact-content .info {
    max-width: 100%;
    min-width: 100%; }
  .contact-content .contact-form {
    background: #fff;
    position: relative;
    max-width: 100%; }
    @media (min-width: 769px) {
      .contact-content .contact-form {
        min-width: calc(100% - 23rem); } }
    .contact-content .contact-form .form-container {
      padding: 3rem 0rem 3rem 2rem;
      width: auto; }
      @media (min-width: 481px) {
        .contact-content .contact-form .form-container {
          max-width: 42.5rem; } }
      .contact-content .contact-form .form-container h3, .contact-content .contact-form .form-container h4 {
        max-width: 16rem;
        line-height: 1.5; }
        @media (min-width: 481px) {
          .contact-content .contact-form .form-container h3, .contact-content .contact-form .form-container h4 {
            max-width: 20rem; } }
      .contact-content .contact-form .form-container h4 {
        margin-bottom: 2rem; }

.location-columns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .location-columns {
      flex-direction: row; } }

.email, .tel {
  transition: font-weight 0.3s ease-in-out; }
  .email:hover, .tel:hover {
    font-weight: bold; }

.location-column {
  flex-direction: row;
  margin-right: 0rem; }
  @media (min-width: 481px) {
    .location-column {
      margin-right: 3.5rem; } }

.confirmation-message {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 20rem;
  z-index: 1; }

.icon {
  width: 24px;
  height: 24px;
  background-repeat: repeat;
  background-size: contain;
  transition: all 0.3s ease;
  margin: 0 0.2rem 0 0; }
  .icon:hover {
    transform: scale(1.25);
    transition: all 0.3s; }
  .icon.marker {
    background: url(/wp-content/themes/c-solutions/assets/images/icon/marker.svg); }
  .icon.phone {
    background: url(/wp-content/themes/c-solutions/assets/images/icon/phone.svg); }
  .icon.fax {
    background: url(/wp-content/themes/c-solutions/assets/images/icon/fax.svg); }
  .icon.mail {
    background: url(/wp-content/themes/c-solutions/assets/images/icon/mail.svg); }

.flex {
  display: flex; }
  .flex.center {
    align-items: center;
    justify-content: center; }
  .flex.column {
    flex-direction: column; }

.office-info {
  margin-bottom: 1rem; }
  .office-info .address {
    max-width: 100%;
    white-space: normal;
    word-wrap: normal; }
    @media (min-width: 481px) {
      .office-info .address {
        max-width: 17rem; } }
  .office-info p {
    margin: 0 0 0.5em; }
  .office-info p.tel {
    margin: 0 0 0 0; }
  .office-info .location-name {
    font-weight: 600;
    font-size: 1.25em; }

.input-holder {
  padding-bottom: 2rem;
  position: relative; }
  .input-holder label {
    margin: 0 0 .5rem; }
  .input-holder .information.wrong {
    position: absolute;
    bottom: .3rem;
    left: 0; }

.contact-submit {
  padding: 0;
  text-align: left;
  border: none;
  margin: 0 0 2% 0;
  background: none;
  transition: all 0.3s; }
  .contact-submit:hover {
    font-size: 1.10rem;
    transition: all 0.3s; }

.submit-arrow {
  transform: rotate(90deg);
  margin-bottom: 0.15rem; }
  .submit-arrow:focus {
    outline: 0; }

/*--------------------------------------------------------------
4.1 Header
--------------------------------------------------------------*/
header {
  background-image: linear-gradient(to top, rgba(11, 37, 69, 0), rgba(11, 37, 69, 0.7));
  position: fixed;
  top: 0;
  width: 100%;
  height: 5.5rem;
  z-index: 10;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, background-image 0.9s ease-in-out; }
  @media (min-width: 481px) {
    header {
      height: 7rem; } }

.top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 100rem;
  height: 100%; }
  @media (min-width: 481px) {
    .top-panel {
      padding: 0 2.625rem; } }
  @media (min-width: 1920px) {
    .top-panel {
      padding: 0; } }

.logo,
.logo-dark {
  margin: 1rem 1rem 1rem 0;
  width: 15.1rem;
  height: 3.375rem;
  transition: transform 0.3s ease-in-out; }
  @media (max-width: 480px) {
    .logo,
    .logo-dark {
      transform: scale(0.8);
      position: absolute;
      top: 0;
      left: 0; } }

.logo-dark {
  display: none; }

nav {
  display: inline-block; }

nav .menu-main-nav-container ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  @media (max-width: 767px) {
    nav .menu-main-nav-container ul {
      background-color: #0B2545;
      flex-direction: column;
      justify-content: flex-start;
      position: absolute;
      right: -100%;
      top: 0;
      opacity: 0;
      padding-top: 6rem;
      width: 100vw;
      height: 100vh;
      z-index: -1; }
      nav .menu-main-nav-container ul.is-active {
        opacity: 1;
        right: 0%; } }
  nav .menu-main-nav-container ul li a {
    color: #fff;
    margin-left: 2rem;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    transition: color 0.3s ease-in-out; }
    @media (max-width: 767px) {
      nav .menu-main-nav-container ul li a {
        margin-left: 0rem;
        line-height: 3; } }

.hamburger {
  display: block;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  transform: scale(0.8);
  outline: none;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }

.nav-up {
  top: -7rem; }

.nav-down {
  background-color: #fff;
  background-image: none; }
  .nav-down a {
    color: #0B2545 !important; }
  .nav-down .logo {
    display: none; }
  .nav-down .logo-dark {
    display: block; }
  .nav-down .hamburger-inner, .nav-down .hamburger-inner::before, .nav-down .hamburger-inner::after {
    background-color: #0B2545; }

/*--------------------------------------------------------------
4.2 Footer
--------------------------------------------------------------*/
footer {
  background-color: #0B2545;
  background-image: linear-gradient(to bottom, rgba(11, 37, 69, 0), rgba(11, 37, 69, 0.7));
  position: relative;
  transition: all 0.3s ease-in-out;
  min-height: 24rem; }
  @media (min-width: 481px) {
    footer {
      min-height: 16rem; } }
  @media (min-width: 1025px) {
    footer {
      min-height: 10.75rem; } }
  .home footer {
    min-height: 48rem; }
    @media (min-width: 400px) {
      .home footer {
        min-height: 38rem; } }
    @media (min-width: 481px) {
      .home footer {
        min-height: 35rem; } }
    @media (min-width: 769px) {
      .home footer {
        min-height: 32rem; } }
    @media (min-width: 1025px) {
      .home footer {
        min-height: 27.5rem; } }

.footer-title {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center; }
  .footer-title h2 {
    margin: 2.2em 0 0; }
  .footer-title button {
    margin-top: 2rem;
    width: 5rem; }
  .home .footer-title {
    display: flex; }

.bottom-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  max-width: 100rem; }
  @media (min-width: 1025px) {
    .bottom-panel {
      padding: 0 2.625rem;
      flex-direction: row; } }
  @media (min-width: 1921px) {
    .bottom-panel {
      padding: 0; } }

.footer-logo {
  display: inline-block;
  margin: 2rem 1rem; }
  @media (min-width: 1025px) {
    .footer-logo {
      margin: 0 1rem; } }

nav .menu-footer-nav-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 21rem; }
  @media (max-width: 479px) {
    nav .menu-footer-nav-container ul {
      width: auto; } }
  @media (min-width: 1025px) {
    nav .menu-footer-nav-container ul {
      margin-bottom: 0; } }
  nav .menu-footer-nav-container ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap; }
    @media (min-width: 401px) {
      nav .menu-footer-nav-container ul li a {
        margin-left: 2rem; } }
    nav .menu-footer-nav-container ul li a:first-child {
      margin-left: 0; }
  @media (max-width: 400px) {
    nav .menu-footer-nav-container ul {
      flex-direction: column; }
      nav .menu-footer-nav-container ul li {
        line-height: 2.5; } }

.hidden {
  display: none; }
