/*
  Theme Name: ACC THEME
  Author: Bracketmedia | Lucas Michailian & Shuaib Khan
  Version: 1.0
*/
/* Colors */
#mobileonly {
  display: none; }

@media all and (max-width: 700px) {
  #mobileonly {
    width: 100%;
    text-align: center;
    background-color: #96c93c;
    display: block;
    color: #fff;
    font-family: "Dosis";
    font-weight: 600;
    font-size: 1.3em;
    transition: 0.2s all;
    padding-bottom: 1%;
    padding-top: 10px !important;
    text-transform: uppercase; } }

/* Basic Code Shell */
body,
html {
  min-width: 20rem; }

body {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.618em;
  font-color: #979797;
  background: url("img/bg.png") repeat; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.anchorp:target {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none; }

p {
  padding: 1em 0; }

strong, b {
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.313em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.8em; }

h6 {
  font-size: 0.7em; }

.owl-carousel .owl-stage {
  transform: none !important;
  transition: none !important; }

#header {
  position: fixed;
  display: block;
  z-index: 10000000;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #dfdfdf; }

#separator {
  padding-top: 8.9rem; }

#cd-primary-nav,
.cd-secondary-nav {
  padding-top: 6rem;
  overflow: hidden; }

.container {
  max-width: 100%;
  width: 1240px;
  margin: 0 auto; }

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  /*box-shadow: 0 0 5px #ddd;*/
  background: #fff; }

.alternate-background {
  background: #fff !important; }

.cap {
  text-transform: capitalize; }

.active {
  color: #fff !important; }

select {
  -webkit-appearance: none; }

/** Custom Buttons **/
.btn {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "Dosis";
  /*font-weight: 600;*/
  color: #fff;
  font-size: 1em;
  /*padding: 0.9em 3em;*/
  border: 0;
  cursor: pointer;
  transition: 0.2s all;
  font-size: 0.98rem;
  font-weight: 500;
  padding: 0.8375rem 1.625rem; }

.btn-success {
  background: #96c93c; }

.btn-success:hover {
  background: #99d62e; }

.btn-info {
  background: #3da4d2;
  margin-bottom: 2.5rem;
  display: inline-block; }

.btn-info:hover {
  background: #39b2e8; }

/** Custom Input **/
.custom-input {
  background: #21384b;
  padding: 1rem;
  font-family: "Roboto";
  font-weight: 500;
  color: #9bb1c3;
  font-size: 13px;
  border: 0;
  margin-right: 0.75em;
  letter-spacing: .02rem;
  padding: 14px; }

.custom-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9bb1c3;
  opacity: 1; }

.custom-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9bb1c3;
  opacity: 1; }

.custom-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9bb1c3;
  opacity: 1; }

.custom-input:-moz-placeholder {
  /* Firefox 18- */
  color: #9bb1c3;
  opacity: 1; }

#wpcf7-f86-o1 .wpcf7-form-control-wrap .wpcf7-recaptcha {
  position: relative;
  display: table;
  margin: 20px auto;
  clear: both; }

/** Top Menu **/
#top-menu {
  background: #243441; }

#top-menu .container {
  background: #243441; }

.menu-top-menu-container {
  background: #243441;
  display: block;
  overflow: hidden;
  width: 100%; }

#menu-top-menu {
  transition: 0.3s all;
  padding: 0 0.6rem 0 1.875rem;
  display: inline-block !important;
  float: right;
  /*display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;*/
  /*justify-content: flex-end;*/ }

#menu-top-menu li {
  float: left; }

#menu-top-menu a {
  font-family: "Exo 2";
  font-weight: 600;
  color: #8ca2b4;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 0.6875rem;
  display: block;
  padding: 0.9375rem 1.875rem;
  transition: 0.1s all; }

#menu-top-menu a:hover {
  color: #3da4d2; }

#menu-top-menu .menu-item-181 a {
  color: #fff; }

/** Header Menu **/
#header-menu {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.875rem 0 1.1875rem 1.875rem;
  padding-bottom: 0.875rem; }

#header-menu ul {
  float: right;
  display: inline-block;
  height: 4.375em;
  text-align: center;
  padding: 1.65% 0 0;
  /*-webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;*/ }

#header-menu ul li {
  float: left; }

#header-menu a {
  display: block;
  padding: 0.8375rem 26px 0.9375rem 26px;
  font-size: 1.025rem;
  letter-spacing: .05rem;
  line-height: 0.9375rem;
  font-family: "Open Sans";
  font-weight: 400;
  color: #979797;
  transition: 0.2s all; }

#header-menu ul li:nth-child(5) a {
  padding-right: 52px; }

#header-menu a:hover {
  color: #3da4d2; }

#header-menu .header-menu__image a {
  padding: 0; }

#header-menu img {
  width: 202px;
  height: 75px;
  max-width: 100%;
  padding: 0; }

#header-menu #menu-item-195 {
  background: #96c93c none repeat scroll 0 0;
  margin-right: 1.875rem;
  text-transform: uppercase; }

#header-menu #menu-item-195:hover {
  background: #82b823; }

#header-menu #menu-item-195 a {
  display: block;
  color: #fff;
  font-family: "Dosis";
  font-weight: 600;
  transition: 0.2s all; }

#header-menu #menu-item-195 a:hover {
  color: #FFFFFF !important; }

#header-menu .header-menu-list {
  float: right;
  flex: none;
  width: 84%;
  /*flex-basis: 100rem;*/ }

.safari #header-menu .header-menu-list {
  float: right;
  flex: none;
  width: 81%;
  /*flex-basis: 100rem;*/ }

#header-menu .current-menu-item a,
#header-menu li:hover {
  color: #3da4d2; }

#header-menu .current-menu-item li a {
  color: #979797; }

#header-menu li li {
  float: none;
  text-align: left; }

#menu-item-195 li a:hover {
  color: white !important; }

#menu-top-menu a {
  font-weight: 500;
  font-size: 13px;
  padding: 0.9375rem 1.35rem;
  letter-spacing: .05rem; }

#header-menu {
  padding: 0.75rem 0 1.1875rem 1.875rem;
  padding-bottom: 0.75rem;
  overflow: hidden; }

.header-menu__image {
  float: left; }

#header-menu #menu-item-195 a {
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.9rem 1.625rem 0.8375rem; }

#header-menu #menu-item-195.current-menu-item a {
  color: #FFFFFF !important; }

/****************************************************/
#header-menu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0; }

#header-menu > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff; }

#header-menu > ul > li.has-sub:hover > a:before {
  top: 19px; }

#header-menu ul li.has-sub:hover > a {
  background: #ffffff;
  border-color: #3f3f3f;
  padding-bottom: 13px;
  padding-top: 13px;
  top: -1px;
  z-index: 999; }

#header-menu ul li.has-sub:hover > ul,
#header-menu ul li.has-sub:hover > div {
  display: block; }

#header-menu ul li.has-sub > a:hover {
  background: #ffffff;
  border-color: #3f3f3f; }

#header-menu ul li > ul,
#header-menu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  padding: 0px 0;
  background: #243441;
  border-radius: 0 0 5px 5px;
  z-index: 999; }

#header-menu ul li > ul {
  width: 250px;
  height: auto; }

#header-menu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative; }

#header-menu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

#header-menu ul ul a:hover {
  color: #ffffff; }

#header-menu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff; }

/****************************************************/
/** Slider **/
.sliderHome {
  height: 574px;
  overflow: hidden; }

.sliderHome .item {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.sliderHome .item .imageMobile {
  display: none; }

.sliderHome .item .text {
  float: right;
  display: table;
  width: 55%;
  height: 100%;
  padding: 0 2.5% 0 1.5%; }

.sliderHome .item .text .textContent {
  display: table-cell;
  vertical-align: middle;
  height: 574px; }

.sliderHome .item .text h3,
.sliderHome .item .text h3 a {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 2.45rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px; }

.sliderHome .item .text p,
.sliderHome .item .text p a {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.28rem;
  color: #a7bbca;
  padding: 0;
  line-height: 30px; }

.sliderHome .item .text p {
  padding: 0 0 0 3px; }

.slider .btn-success {
  display: inline-block;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: .05rem;
  margin-left: 3px;
  margin-top: 29px;
  padding: 0.6rem 1.7rem;
  text-transform: uppercase; }

.slider .btn-success:hover {
  background: #82b823; }

.slider-title {
  font-family: "Exo 2";
  font-weight: 400;
  font-size: 2.25rem;
  color: #fff;
  width: 80%; }

.slider-description {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  color: #a7bbca;
  width: 79%; }

.slider-title-responsive {
  font-family: "Exo 2";
  font-weight: 400;
  color: #fff; }

.slider-description-responsive {
  font-family: "Open Sans";
  font-weight: 600;
  color: #a7bbca; }

/** Intro Divisor **/
.divisor {
  background: #3c6689;
  text-align: center; }

.divisor p {
  font-size: 1.5625rem;
  font-family: "Exo 2";
  font-weight: 100;
  color: #fff;
  padding: 3.5625rem 20%;
  line-height: 2rem;
  letter-spacing: 0.02rem; }

/** Services & Solutions Resume **/
#services-resume {
  background: #f9f9f9; }

#services-resume .container {
  padding: 1.875rem;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f9f9f9;
  overflow: hidden; }

#services-resume .services__item {
  float: left;
  flex: none;
  width: 33%;
  padding: 0 20px 30px; }

#services-resume .services__item:nth-child(4),
#services-resume .services__item:nth-child(7),
#services-resume .services__item:nth-child(10)
#services-resume .services__item:nth-child(13),
#services-resume .services__item:nth-child(16),
#services-resume .services__item:nth-child(19),
#services-resume .services__item:nth-child(22) {
  clear: both; }

#services-resume .header {
  display: block;
  text-transform: uppercase;
  font-family: "Dosis";
  font-weight: 600;
  overflow: hidden; }

#services-resume .header img {
  float: left; }

#services-resume h3 {
  float: left;
  font-size: 1.25rem;
  color: #4f4f4f;
  padding: 18px 0 18px 83px;
  font-weight: 600;
  background-size: 75px 65px !important; }

#services-resume img {
  padding-right: 4px; }

#services-resume p {
  font-family: "Exo 2";
  font-weight: 200;
  font-size: 1em;
  color: #979797;
  padding: 0.5rem 1rem 0.5rem 0;
  letter-spacing: 0.02rem; }

#services-resume .learn-more a {
  color: #3da4d2;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.875rem; }

/** Services & Solutions Single **/
.single-services-solutions {
  background: #f9f9f9; }

.single-services-solutions .container {
  padding: 0 0 0 1.875rem;
  background: #f9f9f9;
  display: block;
  overflow: hidden; }

.single-services-solutions .single__service {
  padding-left: 1.875rem;
  padding-top: 2.25rem;
  width: 74%;
  float: left;
  border-right: 1px solid #dfdfdf; }

#partners.single-services-solutions .single__service {
  border: none; }

.single-services-solutions .service {
  width: 768px;
  max-width: 94%; }

.single-services-solutions .service .service__header {
  padding: 0 0 0.8rem; }

.single-services-solutions .service img {
  max-width: 100%;
  border: 1px solid #dfdfdf; }

.single-services-solutions h4,
.single-services-solutions h5,
.single-services-solutions h6 {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  color: #3c6689;
  font-weight: 700;
  font-size: 0.875rem;
  padding-top: 1rem; }

.single-services-solutions h5 {
  letter-spacing: 0.02rem; }

.single-services-solutions p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.03rem;
  color: #979797;
  letter-spacing: .02rem;
  line-height: 1.8rem; }

.single-services-solutions .service > p {
  padding-top: .6rem; }

.single-services-solutions p.strong {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 0.9375rem;
  color: #4f4f4f;
  letter-spacing: .01em;
  padding-bottom: .6rem;
  display: block; }

.single-services-solutions ul {
  padding-bottom: 0.5rem; }

.single-services-solutions ul li {
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: .95rem;
  margin-bottom: 0.2rem;
  letter-spacing: .02rem;
  line-height: 1.8rem;
  display: flex; }

.single-services-solutions ul li:before {
  content: '\2022';
  font-family: "Roboto";
  font-weight: 700;
  font-size: .95rem;
  color: #3c6689;
  padding-right: 10px;
  position: relative;
  top: 0px; }

.single-services-solutions ul li ul {
  padding: 0 0 0.5rem 15px; }

.breadcrumbs {
  display: inline-block;
  margin-bottom: 1.875rem; }

.breadcrumbs img {
  padding-right: 0.6875rem;
  vertical-align: text-top; }

.breadcrumbs a,
.breadcrumbs span[property="name"] {
  font-family: "Open Sans";
  font-weight: 400;
  color: #7793ab;
  font-size: 0.75rem; }

.breadcrumbs a:hover {
  color: #3da4d2; }

.bread-separator {
  padding: 0 0.5rem; }

.bread-separator:before {
  content: '';
  background: url("img/arrow.png") no-repeat;
  line-height: 0;
  padding: 0px 10px 1px 10px; }

/*#cyber-security {
  padding-top: 13.8rem !important;
}
#networking {
  padding-top: 13rem !important;
}*/
/** Featured Partners **/
.featured__description {
  background: #f8f8f8;
  border-top: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid;
  text-align: center;
  padding: 3.4375rem 20% 3.75rem 20%; }

.featured__description h4 {
  font-size: 0.9375rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #4f4f4f;
  padding-bottom: 0.6rem; }

.featured__description p {
  padding: 0 3%;
  line-height: 2rem;
  color: #979797;
  font-size: 1.5625rem;
  font-family: "Exo 2";
  font-weight: 100; }

.featured__description.alt {
  border: 0; }

/** Partner Side Bar **/
.partner-sidebar {
  text-align: center;
  width: 26%;
  float: left;
  background: #F9F9F9; }

.partner-sidebar div.box-picts {
  padding-bottom: 0.5rem;
  padding-left: 2.4375rem; }

.single-services-solutions .partner-sidebar div.box-picts li:before {
  list-style-type: none;
  content: ''; }

.single-services-solutions .partner-sidebar .box-table {
  display: table;
  border: 1px #dfdfdf solid;
  width: 250px;
  height: 158px;
  margin: 0 auto 10px; }

.single-services-solutions .partner-sidebar .box-logo {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  height: 158px; }

.single-services-solutions .partner-sidebar .box-logo img {
  max-width: 196px;
  padding: 0 0;
  margin: 7px 0 0; }

.partner-sidebar div.box-picts .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  background: none;
  overflow: visible !important; }

/*.partner-sidebar img {
  padding: 1.875rem 3.0625rem;
  border: 1px solid #dfdfdf;
}*/
.partner-sidebar h4 {
  font-family: "Open Sans" !important;
  font-weight: 600;
  text-transform: lowercase !important;
  text-transform: capitalize !important;
  padding-top: 31px !important;
  font-size: 15px; }

.partner-sidebar h5 {
  font-family: "Open Sans";
  font-weight: 300 !important;
  text-transform: lowercase !important;
  font-size: 0.8125rem;
  padding-top: 0;
  color: #878787 !important;
  padding-bottom: 1.69em !important;
  font-weight: normal; }

/** Featured Logo Horizontal **/
.featured__logos--horizontal {
  /*display: flex;
  justify-content: flex-end;*/
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  text-align: center; }

.featured__logos--horizontal div.box-picts {
  /*flex-basis: 20%;*/
  width: 20%;
  padding: 0;
  border-right: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid;
  float: left;
  text-align: center; }

.featured__logos--horizontal div img {
  max-width: 166px;
  display: inline-block; }

.featured__logos--horizontal div.box-picts .bx-wrapper {
  padding: 1.6875rem 2.5rem; }

.featured__logos--horizontal div.box-picts .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: -5px;
  background: none; }

.featured__logos--horizontal .logos-row {
  display: table;
  margin: 0 auto; }

.featured__logos--horizontal .logos-row .logos {
  float: left;
  width: 200px;
  height: 159px;
  position: relative;
  border-right: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid; }

.featured__logos--horizontal .logos-row .logos:last-child {
  border-right: none; }

.featured__logos--horizontal .logos-row .logos .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  height: 159px;
  padding: 10px 0;
  text-align: center; }

.featured__logos--horizontal .logos-row .logos .logo img {
  position: absolute;
  padding-left: 0;
  left: 50%;
  margin-left: -83px;
  top: 50%;
  margin-top: -52.3px; }

/** Excelence **/
#excellence {
  background: #f9f9f9; }

#excellence .container {
  padding: 5.3125rem 1.875rem;
  display: block;
  background: #f9f9f9;
  overflow: hidden; }

.excellence__image {
  padding: 1.125rem 3.75rem 1.125rem 3.125rem;
  width: 39%;
  float: left; }

.excellence__description {
  padding-right: 1.875rem;
  width: 61%;
  float: left; }

.excellence__description h1 {
  font-family: "Dosis";
  font-weight: 600;
  font-size: 2.1875rem;
  color: #4f4f4f; }

.excellence__description p {
  font-family: "Exo 2";
  font-weight: 300;
  color: #979797;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 0; }

/** Contact **/
#contact {
  padding: 0;
  text-align: center;
  padding-top: 3.4375rem;
  padding-bottom: 0.375rem;
  background: #3c6689; }

#contact h2 {
  font-family: "Exo 2";
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.875rem;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 2.1875rem; }

#contact p {
  padding: 0;
  margin: 0 auto;
  clear: both; }

#contact.alt-color {
  background: #fff;
  border-top: 1px solid #dfdfdf; }

#contact.alt-color h2 {
  color: #878787;
  font-weight: 200;
  letter-spacing: 0.02rem; }

#contact.alt-color .custom-input {
  background: #e5e5e5;
  color: #a7a7a7;
  padding: 14px;
  width: 300px;
  display: table;
  margin: 0 auto; }

#contact .custom-input {
  width: 300px; }

#contact .wpcf7-form-control-wrap {
  position: relative;
  width: 300px;
  margin: 0 10px 20px;
  float: left; }

.wpcf7-captcha-captcha-384 {
  float: left;
  margin: 20px 11px 20px 180px;
  clear: both;
  width: 130px;
  height: 46px; }

.wpcf7-form-control-wrap.captcha-384 {
  float: right; }

.wpcf7-form-control-wrap.captcha-384 input {
  margin: 20px 0 !important; }

#contact.alt-color .custom-input::-webkit-input-placeholder {
  color: #a7a7a7;
  opacity: 1; }

#contact.alt-color .custom-input:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1; }

#contact.alt-color .custom-input::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1; }

#contact.alt-color .custom-input:-ms-input-placeholder {
  color: #a7a7a7;
  opacity: 1; }

#contact .wpcf7 .wpcf7-submit {
  font-weight: 600;
  padding: 0.8375rem 40px;
  margin: 0;
  letter-spacing: .05rem; }

#contact .wpcf7 .wpcf7-submit:hover {
  background: #82b823; }

/** Footer **/
#footer {
  clear: both;
  background: #243441; }

#footer .container {
  display: block;
  background: #243441;
  color: #7793ab;
  font-family: "Exo 2";
  font-weight: 400;
  /*justify-content: space-between;*/
  padding: 0 1.875rem 0;
  overflow: hidden; }

#footer a {
  color: #7793ab; }

#footer h5 {
  color: #C7D0D8;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 0.88rem;
  background: #243441;
  padding-top: 1.875rem;
  padding-bottom: 1.5rem; }

#footer .services__list--horizontal {
  display: block;
  overflow: hidden; }

#footer .services__list--horizontal ul {
  float: left; }

#footer .services__list--horizontal ul:nth-child(2),
#footer .services__list--horizontal ul:nth-child(3) {
  padding-left: 11%; }

#footer li a:hover {
  color: #fff; }

#footer li {
  padding-bottom: 1.04rem; }

#footer .column-three {
  float: left;
  width: 58.7%; }

#footer .column-one {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  float: left;
  width: 16%;
  text-align: center;
  padding-bottom: 5.7%; }

#footer .box-company {
  box-sizing: border-box;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  text-align: left; }

#footer .column-two {
  float: left;
  width: 25%;
  padding-left: 2.8125rem;
  padding-bottom: 5rem; }

#footer .column-two p {
  padding: 0 0 1em 0; }

#footer .column-two h2 {
  color: #4f93b2; }

.copy {
  background: #1a2229; }

.author {
  text-align: right; }

.author img {
  vertical-align: middle; }

.copy .container {
  display: block;
  padding: 0.625rem 1.875rem;
  background: #1a2229;
  /*justify-content: space-between;
  align-items: center;*/
  font-size: 12px;
  vertical-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  color: #55606b;
  padding-bottom: 10px;
  overflow: hidden; }

.copy p {
  padding: 0;
  padding-bottom: 9px;
  line-height: 1px; }

.copy .desc {
  padding-top: 15px;
  float: left; }

.copy .author {
  padding: 0;
  float: right; }

.copy img {
  border-box: box-sizing;
  margin-left: 10px;
  width: 29px;
  height: 29px;
  border: 1px solid #4f4f4f;
  border-radius: 14.5px/14.5px; }

/** Services **/
#services {
  display: block;
  overflow: hidden;
  background: #f9f9f9; }

.services__list {
  position: relative;
  padding-top: 2.5rem;
  padding-right: 1.875rem;
  background: #243441;
  text-align: right;
  width: 26.6%;
  float: left;
  height: 42em; }

.services__list .blue-point {
  position: absolute;
  top: 42.5px;
  width: 12px;
  left: 98.4%;
  height: 12px;
  background: #3EA5D2;
  border-radius: 8px/8px;
  margin: 4px 0 0; }

.services__list a {
  color: #9AAAB7;
  display: block;
  padding-bottom: 2.5rem;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.0625rem;
  letter-spacing: .02em; }

.services__list a.active {
  font-weight: 500; }

.services__list a:hover {
  color: #39b2e8; }

.services__items {
  padding-left: 5rem;
  width: 67.6%;
  float: left;
  height: 42em;
  overflow: hidden; }

.services__items div.service__item {
  min-height: 672px;
  padding-bottom: 2rem;
  padding-top: 2rem; }

.services__items div.service__item {
  position: relative;
  display: table;
  height: 100%; }

.services__items div.service__item .item_in {
  display: table-cell;
  vertical-align: middle; }

/*.services__items div#collaboration.service__item {
  padding-bottom: 4.3rem;
  padding-top: 6.7rem;
}
.services__items div#data-centers.service__item {
  padding-bottom: 7rem;
  padding-top: 7.7rem;
}
.services__items div#audio-visual-design.service__item {
  padding-bottom: 7rem;
  padding-top: 6.7rem;
}
.services__items div#professional-services.service__item {
  padding-bottom: 7rem;
  padding-top: 10.6rem;
}
.services__items div#managed-services.service__item {
  padding-bottom: 2rem;
  padding-top: 11.5rem;
}
.services__items div#integration-deployment.service__item {
  padding-bottom: 11.5rem;
  padding-top: 11.2rem;
}*/
.services__items ul {
  padding-bottom: 1rem; }

.services__items ul li {
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 0.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.02rem; }

.services__items ul li:before {
  content: '\2022';
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.2rem;
  color: #3c6689;
  padding-right: 10px;
  position: relative;
  top: 3px; }

.services__items h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Open Sans";
  font-weight: 700;
  color: #3c6689;
  letter-spacing: .02rem; }

.services__items h1 {
  font-size: 2.125rem;
  font-family: "Exo 2";
  line-height: 2.6rem;
  font-weight: 300;
  padding: 0 0 0.8rem;
  color: #4f4f4f; }

.services__items p {
  padding-top: 0;
  padding-bottom: 1rem;
  font-size: 1.03rem;
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.8rem;
  letter-spacing: 0.02rem; }

.services__items p.subhead {
  padding-bottom: .6rem; }

.services__items p strong {
  font-family: "Open Sans";
  padding-bottom: 0;
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-block;
  color: #4f4f4f;
  padding-top: 16px; }

#industries {
  display: block;
  overflow: hidden;
  background: #f9f9f9; }

.industries__list {
  position: relative;
  padding-top: 2.5rem;
  padding-right: 1.875rem;
  background: #243441;
  text-align: right;
  width: 26.6%;
  float: left;
  /*height: 84rem;*/
  height: 42rem; }

.industries__list .blue-point {
  position: absolute;
  top: 42.5px;
  width: 12px;
  left: 98.4%;
  height: 12px;
  background: #3EA5D2;
  border-radius: 8px/8px;
  margin: 4px 0 0; }

.industries__list a {
  color: #9AAAB7;
  display: block;
  padding-bottom: 2.5rem;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.0625rem;
  letter-spacing: .02em; }

.industries__list a.active {
  font-weight: 500; }

.industries__list a:hover {
  color: #39b2e8; }

.industries__items {
  padding-left: 5rem;
  width: 67.6%;
  float: left;
  height: 42em;
  /*height: 84rem;*/
  overflow: hidden; }

.industries__items div.industry__item {
  /* padding-top: 2rem;
  padding-bottom: 15rem;*/
  position: relative;
  display: table;
  height: 100%; }

.industries__items div.industry__item .item_in {
  display: table-cell;
  vertical-align: middle;
  /*margin: 90px 0 0;*/ }

.industries__items div.industry__item ul {
  padding-bottom: 16px; }

.industries__items div.industry__item ul li {
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 0.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.02rem; }

.industries__items div.industry__item ul li:before {
  content: '\2022';
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.2rem;
  color: #3c6689;
  padding-right: 10px;
  position: relative;
  top: 3px; }

.industries__items h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Open Sans";
  font-weight: 700;
  color: #3c6689; }

.industries__items h1 {
  font-size: 2.125rem;
  font-family: "Exo 2";
  font-weight: 300;
  color: #4f4f4f;
  padding-bottom: 0.8rem;
  line-height: 2.6rem; }

.industries__items p {
  padding-top: 0;
  padding-bottom: 1rem;
  font-size: 1.03rem;
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.8rem;
  letter-spacing: 0.02rem; }

.industries__items p.subhead {
  padding-top: 0.6rem;
  padding-bottom: .6rem;
  line-height: 1.4rem; }

.industries__items p strong {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 0.9375rem;
  color: #4f4f4f; }

.industries__items .btn, .services__items .btn {
  padding: 0.8rem 3rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  margin-top: 10px; }

.expand {
  height: 84rem; }

/*#government {
  padding-top: 2rem !important;
}
#telecom-service-providers {
  padding-top: 5rem !important;
}
#healthcare {
  padding-top: 7rem !important;
}
#pharmaceuticals {
  padding-top: 11rem !important;
}
#education {
  padding-top: 10rem !important;
}
#non-profit-organizations {
  padding-top: 9rem !important;
}
#legal {
  padding-top: 8rem !important;
}*/
/** Partners **/
.partner-full .image__header {
  text-align: center;
  background: url("img/hands-header.png") no-repeat;
  background-position: center center;
  background-size: cover !important; }

.partner-full .image__header p {
  box-sizing: border-box;
  padding: 91.5px 0;
  font-family: "Exo 2";
  font-weight: 100;
  font-size: 1.5625rem;
  color: #fff;
  width: 718px;
  line-height: 35px;
  margin: 0 auto;
  letter-spacing: .02rem; }

.item__group {
  background: #f8f8f8; }

.item__group .container {
  text-align: center;
  padding: 1.875rem;
  display: block;
  overflow: hidden;
  /*justify-content: space-between;
  flex-wrap: wrap;*/
  background: #f8f8f8; }

.item__group .partner__item-section {
  width: 33.333%;
  float: left;
  padding: 1.8125rem 0;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-bottom: none; }

.item__group .partner__item-section:nth-last-child(3n+3) {
  border-left: 1px solid #dfdfdf; }

.item__group .partner__item-section:nth-last-child(-n+3) {
  border-bottom: 1px solid #dfdfdf; }

.item__group .partner__item-section .box-pict {
  height: 142px; }

.item__group .partner__item-section .box-pict img {
  max-width: 100%;
  height: 100%;
  display: inline-block;
  x-width: 100%; }

.item__group .partner__item-section h4 {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 1.125rem;
  color: #4f4f4f;
  letter-spacing: .02rem; }

.item__group .partner__item-section h4 p {
  padding-bottom: 0.2em; }

.item__group .partner__item-section h5 a {
  color: #3da4d2;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Roboto";
  font-weight: 700;
  letter-spacing: .02rem; }

.partners__list {
  background: #f8f8f8; }

.partners__list .container {
  display: block;
  overflow: hidden;
  padding: 30px;
  padding-bottom: 85px;
  justify-content: space-around;
  background: #f8f8f8;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 15px;
  color: #979797;
  letter-spacing: .02rem;
  line-height: 28px; }

.list__column li {
  float: left;
  width: 20%; }

.list__column li:before {
  content: '\2022';
  padding-right: 14px; }

/** Contract **/
.contract .image__header {
  text-align: center;
  background: url("img/hands-header.png") no-repeat;
  background-size: cover !important;
  background-position: center center !important; }

.contract .image__header p {
  box-sizing: border-box;
  padding: 114.5px 0;
  font-family: "Exo 2";
  font-weight: 100;
  font-size: 1.5625rem;
  color: #fff;
  line-height: 35px;
  width: 816px;
  margin: 0 auto;
  letter-spacing: .02rem; }

.contract .item__group {
  background: #f8f8f8; }

.contract .item__group .container {
  text-align: center;
  padding: 1.875rem;
  display: block;
  overflow: hidden;
  /*justify-content: space-between;
  flex-wrap: wrap;*/
  background: #f8f8f8; }

.contract .item__group .contract__item {
  width: 32%;
  float: left;
  padding: 1.8125rem 0;
  padding-bottom: 0.6875rem;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
  min-height: 319px; }

.contract .item__group .contract__item:nth-last-child(3n+2) {
  margin-right: 0; }

.contract .item__group .contract__item img {
  margin-bottom: 1em;
  max-width: 300px;
  max-height: 120px; }

.contract .item__group .contract__item h5 {
  color: #565656;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: .02rem; }

.contract .item__group .contract__item p {
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: .02rem; }

/** Company **/
.company .primary-header {
  position: relative;
  background: url("img/primary-header.png") no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  padding-top: 4rem;
  padding-left: 50%;
  padding-right: 10%;
  padding-bottom: 4rem; }

.company .primary-header h4 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.875rem;
  color: #3c6689;
  letter-spacing: .02rem;
  padding-bottom: 4px; }

.company .primary-header h3 {
  font-size: 2.125rem;
  color: #4f4f4f;
  font-family: "Exo 2";
  font-weight: 200;
  line-height: 1.2em; }

.company .primary-header p {
  font-family: "Open Sans";
  font-size: 1.025rem;
  font-weight: 300;
  padding: 0.75rem 0;
  color: #979797;
  line-height: 1.8rem;
  letter-spacing: .02rem; }

.company .secondary-header {
  background: url("img/secondary-header.png") no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  padding-top: 4rem;
  padding-right: 49%;
  padding-left: 11%;
  padding-bottom: 4rem; }

.company .secondary-header h4 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.875rem;
  color: #3c6689;
  letter-spacing: .02rem;
  padding-bottom: 4px; }

.company .secondary-header h3 {
  font-size: 2.125rem;
  color: #e3e3e5;
  font-family: "Exo 2";
  font-weight: 200;
  line-height: 1.2em; }

.company .secondary-header p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.025rem;
  padding: 0.6875rem 0;
  color: #8696a4;
  line-height: 1.8rem;
  letter-spacing: .02rem; }

.company .secondary-header p a {
  color: #39b2e8; }

.company .secondary-header p a:hover {
  text-decoration: underline; }

.company .whitebackground {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 3%;
  border-bottom: solid 1px #d2d2d2; }

.company .tertiary-header {
  background-color: #ffffff;
  position: relative;
  margin: 0%; }

.company .tertiary-header h3 {
  text-align: center;
  font-size: 2.125rem;
  color: #4f4f4f;
  font-family: "Exo 2";
  font-weight: 200;
  line-height: 1.2em;
  margin-bottom: 2%; }

.company .tertiary-header p {
  font-family: "Open Sans";
  font-size: 1.025rem;
  font-weight: 300;
  padding: 0.75rem 0;
  color: #979797;
  line-height: 1.8rem;
  letter-spacing: .02rem;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px; }

.company .btn {
  display: inline-block;
  width: auto;
  text-align: center;
  margin-top: 1.5625rem;
  padding: 7px 33px;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.9rem 1.625rem 0.8375rem;
  letter-spacing: .05rem;
  line-height: 0.9375rem;
  color: #FFF !important;
  text-decoration: none !important; }

.team {
  padding: 3.75rem;
  padding-top: 0;
  background: #f9f9f9; }

.team .container {
  width: 1124px; }

.team .team__item {
  /*flex-wrap: wrap;*/
  display: block;
  overflow: hidden;
  /*justify-content: space-between;*/ }

.team .team__item .box-break {
  margin-bottom: 60px;
  overflow: hidden; }

.team .team__item .box-break:last-child {
  margin-bottom: 0; }

.team .team__item .container-team {
  width: 47.1%;
  float: left; }

.team .team__item .container-team:nth-child(2n+2) {
  float: right; }

.team .team__item .container-team img {
  max-width: 100%; }

.team h2 {
  padding: 3.125rem 0;
  text-align: center;
  font-family: "Dosis";
  font-weight: 600;
  font-size: 1.875rem;
  color: #4f4f4f;
  letter-spacing: .1rem; }

.team h3 {
  color: #4f4f4f;
  font-family: "Exo 2";
  font-weight: 200;
  font-size: 29px;
  margin-bottom: 4px;
  margin-top: 0.625rem;
  letter-spacing: .02rem; }

.team h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 700;
  color: #3c6689;
  letter-spacing: .02rem; }

.team p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1em;
  line-height: 1.7em;
  color: #979797;
  padding-bottom: 0;
  letter-spacing: .02rem; }

/** Careers **/
.careers .careers__header {
  background: url("img/career-header.png") no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  padding-top: 6rem;
  padding-left: 50%;
  padding-right: 18%;
  padding-bottom: 6rem; }

.careers__header ul {
  padding-bottom: 16px; }

.careers__header li {
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 0.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.02rem; }

.careers__header ul li:before {
  content: '\2022';
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.2rem;
  color: #3c6689;
  padding-right: 10px;
  position: relative;
  top: 3px; }

.careers .careers__header h4 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.875rem;
  color: #3c6689;
  letter-spacing: .02rem;
  padding-bottom: 4px; }

.careers .careers__header h3 {
  font-size: 2.125rem;
  color: #4f4f4f;
  font-family: "Exo 2";
  font-weight: 200;
  line-height: 1.2em; }

.careers .careers__header p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.025rem;
  padding: 0.75rem 0;
  color: #979797;
  line-height: 1.8rem;
  letter-spacing: .02rem; }

.careers .careers__header p strong {
  font-family: "Open Sans";
  padding-bottom: 0;
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-block;
  color: #4f4f4f;
  padding-top: 16px; }

.careers__form {
  background: #3c6689;
  text-align: center;
  padding-bottom: 0; }

.careers__form h1 {
  font-size: 1.875rem;
  font-family: "Dosis";
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3.125rem;
  padding-bottom: 2.0625rem; }

.careers__form p {
  padding: 0.5rem;
  padding-bottom: 10px;
  padding-top: 0; }

.careers__form .custom-input {
  width: 49.4%;
  font-family: "Exo 2";
  color: #9bb1c3 !important;
  max-width: 580px;
  height: 50px;
  font-weight: 500 !important;
  letter-spacing: .02rem !important;
  font-size: .85rem !important; }

.careers__form .captcha-765 input {
  width: 420px !important;
  position: relative;
  top: -18px; }

.careers__form .wpcf7-captcha-captcha-765 {
  margin: 0 25px 0 0;
  height: 50px;
  float: none;
  width: 130px; }

#wpcf7-f212-o1 .g-recaptcha {
  max-width: 304px;
  margin: 0px auto 15px; }

.careers__form::-webkit-input-placeholder {
  color: #889daf;
  opacity: 1 !important; }

.careers__form:-moz-placeholder {
  color: #889daf;
  opacity: 1 !important; }

.careers__form::-moz-placeholder {
  color: #889daf;
  opacity: 1 !important; }

.careers__form:-ms-input-placeholder {
  color: #889daf;
  opacity: 1 !important; }

.careers__form input[type="file"] {
  opacity: 0;
  height: 30px;
  padding: 0; }

.careers__form input[type="submit"] {
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.9rem 1.625rem 0.8375rem;
  letter-spacing: .05rem;
  line-height: 0.9375rem;
  width: 194px !important; }

.careers__form input[type="submit"]:hover {
  background: #82b823; }

.careers__form textarea {
  resize: none;
  height: 280px !important; }

.careers__form .wpcf7 {
  position: relative; }

.careers__form .upload-resume {
  text-align: left;
  position: relative;
  min-height: 50px;
  background: none; }

.careers__form .upload-resume .box-upload {
  height: 50px;
  background: #21384b;
  text-align: left;
  position: relative;
  padding-top: 0.55rem;
  min-height: 50px;
  width: 50.85%;
  padding-left: 0.875rem;
  font-family: "Exo 2";
  color: #889daf !important;
  max-width: 580px;
  display: block;
  right: auto;
  margin: 0 auto;
  left: -6px;
  font-weight: 500 !important;
  letter-spacing: .02rem !important;
  font-size: .85rem !important; }

.careers__form .upload-resume span.wpcf7-not-valid-tip {
  color: #F95039 !important;
  font-size: .8em !important;
  font-family: Open Sans !important;
  clear: both;
  position: relative; }

.careers__form .upload-resume .placeholder {
  padding-right: 1rem;
  color: #9bb1c3 !important; }

.careers__form .upload-resume .btn {
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0rem;
  padding: 0.2rem 3rem;
  font-size: 0.75rem; }

.file-936 input {
  display: none; }

.padding-clear {
  padding: 0 !important; }

/** Past Projects **/
.past-project {
  margin-bottom: 2.5em; }

.past-project .item {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 1.875rem 2.75rem 1.875rem 1.875rem;
  margin: 0.6em 0; }

.past-project .item h3 {
  font-family: "Open Sans";
  font-weight: 300;
  color: #4F4F4F;
  font-size: 1.375rem;
  margin-bottom: 0.1rem;
  letter-spacing: 0.02rem; }

.past-project .item h5 {
  padding-top: 0;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
  color: #878787; }

.past-project .item h4 {
  font-family: "Open Sans";
  font-weight: 400;
  color: #006495;
  font-size: 0.9375rem;
  margin-bottom: 0.1rem;
  text-transform: capitalize; }

.past-project-title {
  color: #3C6689 !important; }

.past-project .item p {
  padding-top: 0.25rem;
  padding-bottom: 4px;
  font-size: 0.9375rem;
  color: #979797; }

.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
  padding-top: 210px; }

.services__list img,
.industries__list img {
  display: none; }

div.cd-header-buttons {
  position: relative;
  top: 0%;
  left: 30%;
  display: none; }

nav.cd-nav {
  display: none;
  font-family: "Open Sans"; }

.dropdown-menu {
  display: none; }

#partners p {
  color: #878787 !important;
  padding: 0 !important; }

#partners li {
  color: #878787 !important;
  margin-bottom: .6rem !important; }

#partners h4 {
  color: #3C6689;
  font-family: "Open Sans";
  font-weight: 700;
  margin-bottom: 8px !important; }

/** Contact Page **/
.fancybox-lock .fancybox-overlay {
  z-index: 99999999 !important; }

.contact-page {
  float: left;
  width: 100%; }

.contact-container {
  float: left;
  position: relative;
  z-index: 5;
  padding: 40px 2% 40px 0;
  width: 51%;
  min-height: 720px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 1px;
  background: #f7f7f7;
  margin-left: -1px; }

#contact-popop .contact-container {
  width: 100%;
  padding: 0;
  min-height: 0; }

.contact-container .text {
  float: right;
  width: 560px;
  max-width: 100%; }

#contact-popop .contact-container .text {
  float: none;
  width: 100%;
  max-width: 560px; }

.form-contact {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0; }

#contact-popop .form-contact {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border: none; }

.form-contact h2 {
  font-family: Dosis !important;
  color: #4f4f4f;
  margin: 0px;
  padding: 0px;
  font-size: 21px;
  letter-spacing: .05rem; }

.form-contact p {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1rem;
  color: #979797;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.8rem;
  letter-spacing: 0.02rem; }

.contact-container .custom-input {
  float: left;
  clear: both;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #979797;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  letter-spacing: .02rem; }

.contact-container .custom-input.wpcf7-captchar {
  float: right;
  clear: none;
  width: 70%;
  margin: 0; }

.contact-container .wpcf7-captchac {
  margin: 0;
  padding: 0;
  width: 130px;
  height: 50px; }

input[aria-invalid="true"], textarea[aria-invalid="true"] {
  border: 2px solid #F95039 !important; }

div.wpcf7-validation-errors {
  font-family: Open Sans !important;
  font-size: .8em !important; }

.contact-container .custom-input::-webkit-input-placeholder {
  color: #979797 !important;
  opacity: 1; }

.contact-container .custom-input:-moz-placeholder {
  /* Firefox 18- */
  color: #979797 !important;
  opacity: 1; }

.contact-container .custom-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797 !important;
  opacity: 1; }

.contact-container .custom-input:-ms-input-placeholder {
  color: #979797 !important;
  opacity: 1; }

.map-container {
  float: left;
  width: 49%;
  min-height: 710px; }

.map-container iframe {
  height: 100%;
  min-height: 714px; }

.contact-container h1, .contact-container h2, .contact-container h3, .contact-container h4 {
  font-family: "Exo 2";
  font-weight: 600; }

.contact-container .wpcf7-recaptcha {
  clear: both;
  margin: 10px 0px; }

.contact-container .wpcf7-form-control-wrap {
  margin: 0;
  display: block; }

.contact-container .wpcf7-form-control-wrap.textarea-358 {
  margin-bottom: -10px !important; }

.contact-container input[type="submit"] {
  color: #fff;
  border: none;
  font-size: 0.98rem;
  padding: 0.9rem 1.625rem 0.8375rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05rem;
  line-height: 0.9375rem;
  width: 194px;
  margin: -10px 20px 0 0;
  display: table;
  float: left; }

.contact-container input[type="submit"]:hover {
  background: #82b823; }

.contact-container textarea.custom-input {
  height: 150px; }

span.wpcf7-not-valid-tip {
  color: #FF9E91 !important;
  font-size: .8em !important;
  font-family: Open Sans !important;
  clear: both; }

span.wpcf7-not-valid-tip {
  color: #F95039 !important;
  font-weight: normal; }

/*#contact form{
	display:none;
}*/
#contact span.wpcf7-not-valid-tip, #contact div.wpcf7-response-output {
  color: #FF9E91 !important; }

#contact.alt-color span.wpcf7-not-valid-tip, #contact.alt-color div.wpcf7-response-output, .careers span.wpcf7-not-valid-tip, .careers div.wpcf7-response-output, .careers__form .upload-resume span.wpcf7-not-valid-tip {
  color: #FF9E91 !important; }

/*#contact input[aria-invalid="true"], #contact textarea[aria-invalid="true"] {
	border: 2px solid #FF9E91 !important;
}
#contact.alt-color input[aria-invalid="true"], #contact.alt-color textarea[aria-invalid="true"] {
	border: 2px solid #F95039 !important;
}*/
.careers__form span.wpcf7-not-valid-tip {
  text-align: center;
  max-width: 580px;
  margin: 0 auto; }

#wpcf7-f86-o1 span.wpcf7-not-valid-tip {
  margin: 15px 0 0;
  color: #FFF !important; }

#wpcf7-f491-o1 span.wpcf7-not-valid-tip, #contact.alt-color span.wpcf7-not-valid-tip {
  color: #FF9E91 !important; }

div.wpcf7-response-output {
  border: none !important;
  font-family: Open Sans !important;
  font-size: .8em !important;
  color: #FF9E91; }

div.wpcf7-response-output {
  color: #F95039 !important; }

#contact.alt-color div.wpcf7-response-output {
  border: none !important;
  font-family: Open Sans !important;
  font-size: 14px !important;
  color: #F95039; }

div.wpcf7-mail-sent-ok, #contact div.wpcf7-mail-sent-ok, .careers div.wpcf7-mail-sent-ok {
  color: #96BD51 !important; }

#contact div.wpcf7-response-output.wpcf7-mail-sent-ok, #contact-popop div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #96BD51 !important; }

#contact.alt-color div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #539249 !important; }

div.wpcf7-response-output {
  clear: both;
  margin: 0 !important;
  padding: 0.7em 0 !important; }

.careers div.wpcf7-response-output {
  margin: -50px 0 0 !important; }

#contact div.wpcf7-response-output {
  clear: both;
  margin: -40px 0 5px !important;
  padding: 0.7em 0 !important; }

#wpcf7-f212-o1 div.wpcf7-response-output, #wpcf7-f491-o1 div.wpcf7-response-output {
  /*display:none !important;*/
  color: #FF9E91; }

#wpcf7-f491-o1 div.wpcf7-response-output {
  display: block;
  color: #F95039;
  text-align: left;
  padding: 0;
  font-weight: 300;
  margin: 0 !important; }

#wpcf7-f212-o1 div.wpcf7-response-output.wpcf7-mail-sent-ok, #wpcf7-f491-o1 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: block !important; }

#wpcf7-f491-o1 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  font-size: .8rem !important;
  color: #539249 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important; }

#wpcf7-f86-o1 .wpcf7-spam-blocked {
  display: none !important; }

div.wpcf7 img.ajax-loader {
  clear: none !important;
  display: inline !important;
  margin: 0px auto 0 !important;
  float: left; }

.careers div.wpcf7 img.ajax-loader, #contact div.wpcf7 img.ajax-loader {
  clear: both !important;
  display: table !important;
  margin: 10px auto !important;
  float: none; }

.cd-overlay {
  display: none !important; }

@media all and (min-width: 980px) {
  #contact h2 {
    text-align: center;
    text-indent: -57px; }
  #contact p {
    width: 100%;
    max-width: 640px; } }

@media all and (max-width: 1700px) {
  .careers .careers__header {
    padding-right: 12%; } }

@media all and (max-width: 1500px) {
  .careers .careers__header {
    padding-right: 8%; } }

@media all and (max-width: 1367px) {
  .company .primary-header {
    padding-top: 80px;
    padding-bottom: 86px;
    padding-right: 5%; }
  .company .secondary-header {
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 86px; }
  .company .tertiary-header {
    padding: 50px 5% 60px 5%; }
  .careers__header {
    padding-top: 80px;
    padding-bottom: 86px;
    padding-right: 5% !important; } }

@media all and (max-width: 1165px) {
  /*#header-menu #menu-item-195{
    margin-right: 34px;
  }*/
  #header-menu a {
    padding: 0.9375rem 19px; } }

@media all and (max-width: 1200px) {
  #menu-header-menu li a {
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap; }
  #header-menu ul li:nth-child(5) a {
    padding-right: 32px; } }

@media all and (max-width: 1140px) {
  img.logo {
    max-width: 100%; }
  #menu-header-menu li a {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap; }
  #header-menu ul li:nth-child(5) a {
    padding-right: 20px; }
  .company .primary-header {
    text-align: right;
    padding: 6.25rem 3rem 6.25rem 30%; }
  .company .primary-header h3 {
    font-size: 1.9rem; }
  .company .secondary-header {
    text-align: left;
    padding: 6.25rem 32% 6.25rem 3.75rem; }
  .company .tertiary-header h3 {
    font-size: 1.9rem; }
  #footer .services__list--horizontal ul:nth-child(2),
  #footer .services__list--horizontal ul:nth-child(3) {
    padding-left: 6%; }
  .careers__form .upload-resume {
    max-width: 558px; } }

@media all and (max-width: 1080px) {
  .sliderHome .item .text {
    width: 75%; }
  .sliderHome, .sliderHome .item .text .textContent {
    height: 400px; }
  .sliderHome .item .text .textContent h3 a {
    font-size: 32px;
    line-height: 36px; }
  .sliderHome .item .text .textContent p a {
    font-size: 17px;
    line-height: 25px; }
  .careers__form .upload-resume {
    max-width: 508px; } }

@media all and (max-width: 1025px) {
  #header-menu ul li:nth-child(5) a {
    padding-right: 10px; }
  #menu-header-menu li a {
    padding-left: 15px;
    padding-right: 15px; }
  #header-menu a {
    font-size: .9rem; }
  #header-menu #menu-item-195 {
    margin-right: 1.4rem; }
  #header-menu #menu-item-195 a {
    font-size: .85rem; }
  .sliderHome .item .text {
    width: 56%; }
  h3 {
    font-size: 2rem; }
  p {
    font-size: 1.1rem; }
  .slider .btn-success {
    font-size: 0.9rem; }
  .divisor p {
    font-size: 1.4rem;
    padding: 3.5625rem 16%; }
  .featured__description {
    padding: 3.4375rem 16% 3.75rem; }
  .featured__description p {
    font-size: 1.4rem; }
  #excellence .container {
    padding: 3.3125rem 1.875rem; }
  .excellence__description {
    width: 53%;
    float: right; }
  .excellence__description p {
    font-size: 1rem; }
  #footer .box-company {
    padding-left: 2rem;
    padding-right: 2rem; }
  #footer .column-two {
    padding-left: 2rem;
    padding-bottom: 0; }
  .services__list a {
    padding-bottom: 1.8rem;
    font-size: .9rem; }
  .services__items h1 {
    font-size: 2rem; }
  .services__items p {
    font-size: 0.95rem; }
  .industries__items h1 {
    font-size: 2rem; }
  .industries__items p {
    font-size: 0.95rem; }
  .industries__list a {
    padding-bottom: 1.8rem;
    font-size: .9rem; }
  .single-services-solutions .partner-sidebar .box-table {
    width: 214px;
    height: 146px; }
  .single-services-solutions .partner-sidebar .box-logo {
    width: 214px;
    height: 146px; }
  .single-services-solutions .partner-sidebar .box-logo img {
    max-width: 160px; }
  .featured__description {
    padding: 2rem 16%; }
  .contract .item__group .contract__item {
    margin-bottom: 1.2rem; }
  .contract .item__group .contract__item img {
    max-width: 252px; }
  .company .primary-header {
    text-align: left;
    padding: 4.25rem 3rem 3.25rem 42%; }
  .company .primary-header p {
    font-size: 1rem; }
  .single-services-solutions ul li {
    font-size: 1rem; }
  .careers .careers__header {
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 46%; }
  .company .secondary-header {
    text-align: left;
    padding: 4.25rem 34% 1.25rem 3.75rem; }
  .company .tertiary-header {
    text-align: center; }
  .company .tertiary-header p {
    font-size: 1rem;
    text-align: left; }
  .contact-container {
    padding: 2%; }
  .careers__form .upload-resume .box-upload {
    width: 49.4%; }
  .copy .desc {
    font-size: .75rem; }
  .copy .author {
    font-size: .75rem; }
  .sliderHome .item .text h3, .sliderHome .item .text h3 a {
    font-size: 2rem !important; }
  .sliderHome .item .text p, .sliderHome .item .text p a {
    font-size: 1.1rem !important; }
  .featured__description {
    padding: 3.4375rem 16% 3.75rem; }
  .featured__description p {
    font-size: 1.4rem; }
  #header-menu #menu-item-195 {
    margin-left: 1.2rem; }
  .services__list a {
    padding-bottom: 1.8rem;
    font-size: .9rem; }
  .industries__list a {
    padding-bottom: 1.8rem;
    font-size: .9rem; } }

@media all and (max-width: 980px) {
  #header-menu {
    /*flex-wrap: wrap;
    justify-content: center;*/
    padding-left: 0 !important;
    display: block !important; }
  .header-menu__image {
    width: 100%;
    text-align: center; }
  .header-menu-list {
    padding: 0;
    float: none !important;
    width: 100% !important; }
  #header-menu ul {
    float: none;
    text-align: center;
    width: 100%; }
  #header-menu ul.cd-header-buttons {
    width: auto; }
  #header-menu ul li {
    float: none;
    display: inline-block; }
  #header-menu a {
    font-size: 0.8rem; }
  #header-menu #menu-item-195 {
    margin-right: 0; }
  .featured__description {
    padding: 3.4375rem 10% 3.75rem 10%; }
  .featured__logos--horizontal div {
    /*padding: 1.68rem 0.5rem;*/
    /*width: 20%;*/ }
  .featured__logos--horizontal div img {
    max-width: 90%; }
  .excellence {
    text-align: center; }
  .excellence__description p {
    font-size: 1rem; }
  .services__items div.service__item {
    padding-top: 2.25rem; }
  .partner-full .image__header p {
    padding: 7.4375rem 2rem;
    width: 95%; }
  .item__group .partner__item-section {
    width: 50%; }
  .contract .image__header p {
    padding: 7.4375rem 2rem;
    width: 100%; }
  .contract .item__group .contract__item {
    width: 49%;
    margin-right: 0 !important; }
  .contract .item__group .contract__item:nth-last-child(2n+2) {
    margin-right: 2% !important; }
  .contract .item__group .contract__item img {
    max-width: 100%; }
  .company .primary-header {
    text-align: right;
    padding: 6.25rem 3rem 6.25rem 27%; }
  .company .primary-header h3 {
    font-size: 1.9rem; }
  .company .secondary-header {
    text-align: left;
    padding: 6.25rem 25% 6.25rem 3.75rem; }
  .company .secondary-header h3 {
    font-size: 1.9rem; }
  .company .tertiary-header {
    text-align: left; }
  .company .tertiary-header h3 {
    font-size: 1.9rem; }
  .company .tertiary-header p {
    text-align: left; }
  .company .team {
    text-align: center;
    padding: 0 1.875rem; }
  .team .team__item .box-break {
    margin: 0; }
  .company .team .container-team {
    width: 100%;
    float: none;
    margin: 0 0 80px; }
  #excellence .container {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 1.875rem; }
  #excellence .container .excellence__image {
    text-align: center;
    width: 100%;
    padding: 0;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem; }
  #excellence .container .excellence__image img {
    padding: 0;
    max-width: 80%; }
  #excellence .container .excellence__description {
    width: 100%;
    padding-right: 0; }
  .list__column li {
    width: 33.333%; }
  .careers .careers__header {
    padding: 1.25rem 1.875rem 1.25rem 40%; }
  .careers .careers__header h3 {
    font-size: 1.9rem; }
  .careers .careers__form {
    padding: 1.25rem 1.875rem; }
  .careers .careers__form input,
  .careers .careers__form textarea {
    width: 100%;
    margin-left: 0; }
  .careers .upload-resume {
    width: 98%; }
  .careers .upload-resume h1 {
    padding: 0;
    padding-bottom: 1.875rem; }
  .slider-description {
    margin: 2rem 3rem 0rem 0; }
  .ls-l .btn {
    top: 59px;
    background: #99d62e;
    position: relative; }
  #menu-header-menu {
    text-align: center;
    width: 736px;
    /* clear: both; */
    float: none;
    margin: 0 auto; }
  .item__group .partner__item-section:nth-last-child(3n+3) {
    border-left: none; }
  .item__group .partner__item-section:nth-last-child(-n+1) {
    border-bottom: 1px solid #dfdfdf;
    border-top: none; }
  .item__group .partner__item-section:nth-last-child(2n+1) {
    border-left: 1px solid #dfdfdf; }
  div.cd-header-buttons {
    position: absolute;
    right: 0;
    top: 16%;
    display: block; }
  .cd-overlay.is-visible {
    z-index: 900; }
  nav.cd-nav {
    display: block;
    z-index: 1000;
    background: #2e3233 !important;
    position: fixed; }
  #cd-primary-nav {
    overflow: visible !important;
    z-index: 1000;
    /*right: -270px;*/
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/
    background: #2e3233 !important;
    display: block;
    position: fixed !important; }
  /*nav.cd-nav ul.cd-secondary-nav {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }*/
  .cd-primary-nav.nav-is-visible {
    /*right: 0px;*/
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important; }
  .header-menu-list {
    display: none; }
  #header-menu {
    position: relative; }
  div.cd-header-buttons {
    position: absolute;
    right: 0;
    top: 16%;
    display: block; }
  .header-menu__image {
    width: 100%;
    text-align: left;
    padding-left: 20px; }
  .careers__form .upload-resume {
    max-width: 580px; }
  #contact p {
    width: 100%;
    max-width: 300px; }
  #contact input {
    margin-bottom: 1rem;
    max-width: 93%;
    display: inline-block; }
  .careers__form .upload-resume .box-upload {
    width: 100%; } }

@media all and (max-width: 930px) {
  #footer .services__list--horizontal ul:nth-child(2),
  #footer .services__list--horizontal ul:nth-child(3) {
    padding-left: 2%; }
  #footer .column-two {
    padding-left: 2.3125rem; } }

@media all and (max-width: 910px) {
  #services-resume .services__item:nth-child(4),
  #services-resume .services__item:nth-child(7),
  #services-resume .services__item:nth-child(10)
#services-resume .services__item:nth-child(13),
  #services-resume .services__item:nth-child(16),
  #services-resume .services__item:nth-child(19),
  #services-resume .services__item:nth-child(22) {
    clear: none; }
  #services-resume .services__item {
    width: 50%;
    padding: 0 20px 30px; }
  #footer .column-three {
    float: none;
    width: 100%; }
  #footer .column-three ul {
    float: none;
    padding: 0 !important; }
  #footer .column-one {
    float: none;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0 !important; }
  #footer .column-two {
    float: none;
    width: 100%;
    padding-left: 0; } }

@media all and (max-width: 860px) {
  .contact-container {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: auto; }
  .contact-container .text {
    float: none;
    margin: 0 auto;
    width: 100%; }
  .map-container {
    width: 100%; }
  .map-container iframe {
    pointer-events: none; }
  .sliderHome .item {
    background-image: none; }
  .sliderHome .item .text {
    width: 100%;
    padding: 0; }
  .sliderHome .item .text .textContent {
    padding: 4% 1.875rem; }
  .sliderHome .item .text h3 a {
    line-height: 1.1; }
  .wpcf7-captcha-captcha-384 {
    float: left;
    margin: 0px 11px 0px 16px;
    clear: both;
    width: 130px;
    height: 46px; }
  #contact.alt-color .wpcf7-captcha-captcha-384 {
    margin: 0px 11px 0px 10px; }
  #contact .wpcf7-form-control-wrap.captcha-384 {
    margin: 0 5px; }
  #contact.alt-color .wpcf7-form-control-wrap.captcha-384 {
    margin: 0 10px; }
  #contact.alt-color .custom-input {
    margin-bottom: 1rem;
    margin-right: 0.75em;
    margin-left: 0; }
  .wpcf7-form-control-wrap.captcha-384 input {
    margin: 15px 0 !important; }
  .contact-container .custom-input.wpcf7-captchar {
    width: 78%; } }

@media all and (max-width: 768px) {
  #separator {
    padding-top: 9.6rem !important; }
  .container {
    width: 100%; }
  #header-menu {
    position: relative;
    padding-left: 0 !important; }
  .header-menu__image {
    width: 100%;
    text-align: left;
    padding-left: 20px; }
  #header-menu .header-menu__image a {
    padding: 0 !important; }
  html {
    font-size: 85%; }
  div.cd-header-buttons {
    position: absolute;
    right: 0;
    top: 16%;
    display: block; }
  nav.cd-nav {
    display: block; }
  #menu-top-menu {
    text-align: center;
    padding: 0;
    width: 100%;
    float: none;
    /*justify-content: center;*/ }
  #menu-top-menu li {
    display: inline-block;
    float: none; }
  #menu-top-menu a {
    font-weight: 500;
    font-size: 13px;
    padding: 0.9375rem 10px !important;
    letter-spacing: .05rem;
    width: auto; }
  .header-menu__image img {
    width: 12rem;
    padding: 0; }
  .header-menu-list {
    display: none; }
  .divisor p {
    padding: 1.25rem;
    font-size: 1.3rem; }
  .dropdown-menu {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 2rem; }
  .dropdown-menu select {
    background-color: #243441;
    color: #8ca2b4;
    font-size: 1rem;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 1em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    background: #243441 url("img/down-arrow.png") no-repeat 95% 52%;
    background-size: 20px; }
  .services__list {
    display: none; }
  #services {
    display: block; }
  #services-resume .services__item {
    width: 100% !important; }
  .featured__description {
    padding: 1.875rem 1.25rem; }
  .featured__description p {
    font-size: 1.3rem; }
  .featured__logos--horizontal {
    /*flex-wrap: wrap;*/ }
  .featured__logos--horizontal .box-picts {
    /*flex-basis: 100%;*/
    width: 100% !important; }
  .featured__logos--horizontal .box-picts ul li {
    width: 100% !important;
    text-align: center; }
  #excellence .container {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 1.875rem; }
  #excellence .container .excellence__image {
    text-align: center;
    flex-basis: 100%;
    padding: 0;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem; }
  #excellence .container .excellence__image img {
    padding: 0;
    max-width: 80%; }
  #excellence .container .excellence__description {
    flex-basis: 100%;
    padding-right: 0; }
  #contact {
    padding: 1.875rem 1.25rem; }
  #contact input {
    margin-bottom: 1rem;
    max-width: 93%;
    display: inline-block; }
  #contact .wpcf7-form-control-wrap {
    display: block; }
  .copy {
    text-align: center; }
  .copy .container {
    /*justify-content: center;
    flex-wrap: wrap;*/ }
  .copy .container .desc {
    line-height: 1.25rem; }
  .copy .container p {
    width: 100%; }
  .copy .container img {
    margin: 0; }
  .services__item img {
    width: auto; }
  .services__list {
    position: absolute;
    flex-basis: 40%;
    height: 52.95em;
    padding-right: 0.5rem; }
  .services__list ul {
    display: none;
    padding-right: 4px; }
  .services__list .blue-point {
    display: none; }
  .services__list img {
    display: inline-block; }
  .services__items {
    padding-top: 0;
    width: 100%;
    height: 53rem;
    padding-left: 1rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/ }
  .services__items div.service__item {
    height: auto;
    padding: 2rem 1.875rem;
    padding-top: 3rem !important;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex; }
  .services__items div.service__item h1 {
    font-size: 1.8rem; }
  .services__items #cyber-security,
  .services__items #networking {
    padding-top: 3rem !important; }
  .single-services-solutions .container {
    padding-left: 0; }
  .single-services-solutions .single__service {
    width: 100%;
    padding-right: 1.875rem;
    padding-left: 1.875rem; }
  .single-services-solutions .single__service .service {
    width: 100%;
    max-width: 100%; }
  .single-services-solutions .single__service img {
    max-width: 100%; }
  .partner-sidebar {
    display: none; }
  .partner-full .image__header p {
    font-size: 1.3rem;
    padding: 2.5em 0; }
  .partner-full .partner__item-section {
    /*justify-content: center;*/
    width: 100%;
    border: 1px solid #dfdfdf !important;
    border-top: none !important; }
  .partner-full .partner__item-section:nth-child(1) {
    border-top: 1px solid #dfdfdf !important; }
  .partners__list {
    display: none; }
  .contract .image__header p {
    font-size: 1.3rem;
    padding: 2.5em 1rem; }
  .contract .item__group {
    /*justify-content: center;*/ }
  .contract .item__group .contract__item {
    width: 100%;
    margin: 0 0 35px !important; }
  .contract .item__group .contract__item:nth-last-child(2n+2) {
    margin-left: 0 !important; }
  .contract .item__group .contract__item img {
    max-width: 80%; }
  .company .primary-header {
    background: #f9f9f9 !important;
    padding: 1.25rem 1.875rem; }
  .company .primary-header h3 {
    font-size: 1.9rem; }
  .company .secondary-header {
    background: #243441 !important;
    padding: 1.25rem 1.875rem 3rem 1.875rem; }
  .company .secondary-header h3 {
    font-size: 1.9rem; }
  .company .tertiary-header {
    background: #ffffff !important;
    padding: 1.25rem 1.875rem; }
  .company .tertiary-header h3 {
    font-size: 1.9rem;
    padding: 5% 0% 0% 0%;
    text-align: left; }
  .company .tertiary-header p {
    text-align: left; }
  .company .team {
    padding: 0 1.875rem;
    text-align: left; }
  .company .team .container-team {
    width: 100%; }
  .careers .careers__header {
    background: #f9f9f9 !important;
    padding: 1.25rem 1.875rem; }
  .careers .careers__header h3 {
    font-size: 1.9rem; }
  .careers .careers__form {
    padding: 1.25rem 1.875rem; }
  .careers .careers__form input,
  .careers .careers__form textarea {
    width: 100%;
    margin-left: 0; }
  .careers .upload-resume {
    width: 100%;
    left: -4px; }
  .careers .upload-resume span.btn {
    padding: 0.7rem 2rem;
    margin: -3px 0 0; }
  .careers .upload-resume h1 {
    padding: 0;
    padding-bottom: 1.875rem; }
  #industries {
    display: block; }
  #industries .industries__list {
    display: none;
    position: absolute;
    width: 40%;
    height: 103rem;
    padding-right: 0.5rem; }
  #industries .industries__list ul {
    display: none;
    padding-right: 4px; }
  #industries .industries__list .blue-point {
    display: none; }
  #industries .industries__list img {
    display: inline-block; }
  #industries .industries__items {
    padding-top: 0;
    width: 100%;
    height: 85rem;
    padding-left: 1rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/ }
  #industries .industries__items .read-mode a {
    padding: 0.8em 1em; }
  #industries .industries__items div.industry__item {
    height: auto;
    padding: 2rem 1.875rem;
    padding-left: 0;
    padding-top: 2rem !important; }
  #industries .industries__items h1 {
    font-size: 1.8rem; }
  #header-menu .header-menu__image a {
    padding-left: 1.25rem; }
  #footer .container .column-two {
    padding-bottom: 4rem; }
  .copy .desc {
    padding-top: 0;
    float: none; }
  .copy .author {
    padding: 0;
    float: right; }
  .contact-container .text {
    max-width: 100%; }
  .sliderHome .item .text .textContent,
  .sliderHome {
    height: auto; }
  .featured__logos--horizontal .logos-row .logos {
    float: none; } }

@media all and (max-width: 670px) {
  #services-resume .services__item {
    width: 100%;
    padding-bottom: 50px; }
  .sliderHome .item .text .textContent {
    padding: 7% 5%; }
  .sliderHome .item .text .textContent {
    padding: 8% 1.875rem; }
  .careers .upload-resume {
    width: 100%;
    left: 6px; } }

@media all and (max-width: 600px) {
  .sliderHome, .sliderHome .item .text {
    height: auto;
    padding: 0; }
  /*.sliderHome .item .imageMobile {display: block; float: left; width: 100%; height: auto;}
  .sliderHome .item .text .textContent { height: auto; padding-bottom: 50px;}*/
  .sliderHome .item .text h3 a, .quoteLightbox h3 {
    font-size: 30px; } }

@media all and (max-width: 480px) {
  #menu-top-menu a {
    padding: 0.9375rem 5px !important; }
  .wpcf7-captcha-captcha-384 {
    float: left;
    margin: 5px 0 0px 17px; }
  .captcha-384 {
    margin: 0 5px !important; }
  #contact.alt-color .wpcf7-captcha-captcha-384 {
    margin: 0 0 0px 10px; }
  #contact.alt-color .captcha-384 .custom-input {
    margin: 13px 5px 13px 5px !important; }
  .careers__form .wpcf7-captcha-captcha-765 {
    margin: 0 0px 0 0;
    height: 48px;
    float: none;
    width: 130px; }
  .careers__form .captcha-765 input {
    width: 202px !important;
    position: relative;
    top: -19px;
    margin: 0; }
  .contact-container .custom-input.wpcf7-captchar {
    width: 54.5%; }
  .featured__logos--horizontal .logos-row .logos .logo img {
    position: relative;
    padding-left: 0;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    max-width: 100%;
    max-height: 100%; }
  #contact.alt-color .custom-input {
    margin: 0 0 1rem; } }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 13, 2015 */
@font-face {
  font-family: 'Dosis';
  src: url("fonts/dosis-bold-webfont.eot");
  src: url("fonts/dosis-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dosis-bold-webfont.woff2") format("woff2"), url("fonts/dosis-bold-webfont.woff") format("woff"), url("fonts/dosis-bold-webfont.ttf") format("truetype"), url("fonts/dosis-bold-webfont.svg#dosisbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Dosis';
  src: url("fonts/dosis-light-webfont.eot");
  src: url("fonts/dosis-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dosis-light-webfont.woff2") format("woff2"), url("fonts/dosis-light-webfont.woff") format("woff"), url("fonts/dosis-light-webfont.ttf") format("truetype"), url("fonts/dosis-light-webfont.svg#dosislight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Dosis';
  src: url("fonts/dosis-regular-webfont.eot");
  src: url("fonts/dosis-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dosis-regular-webfont.woff2") format("woff2"), url("fonts/dosis-regular-webfont.woff") format("woff"), url("fonts/dosis-regular-webfont.ttf") format("truetype"), url("fonts/dosis-regular-webfont.svg#dosisregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Dosis';
  src: url("fonts/dosis-semibold-webfont.eot");
  src: url("fonts/dosis-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dosis-semibold-webfont.woff2") format("woff2"), url("fonts/dosis-semibold-webfont.woff") format("woff"), url("fonts/dosis-semibold-webfont.ttf") format("truetype"), url("fonts/dosis-semibold-webfont.svg#dosissemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("fonts/exo2.0-bold-webfont.eot");
  src: url("fonts/exo2.0-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-bold-webfont.woff2") format("woff2"), url("fonts/exo2.0-bold-webfont.woff") format("woff"), url("fonts/exo2.0-bold-webfont.ttf") format("truetype"), url("fonts/exo2.0-bold-webfont.svg#exo_2.0bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("fonts/exo2.0-light-webfont.eot");
  src: url("fonts/exo2.0-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-light-webfont.woff2") format("woff2"), url("fonts/exo2.0-light-webfont.woff") format("woff"), url("fonts/exo2.0-light-webfont.ttf") format("truetype"), url("fonts/exo2.0-light-webfont.svg#exo_2.0light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("fonts/exo2.0-lightitalic-webfont.eot");
  src: url("fonts/exo2.0-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-lightitalic-webfont.woff2") format("woff2"), url("fonts/exo2.0-lightitalic-webfont.woff") format("woff"), url("fonts/exo2.0-lightitalic-webfont.ttf") format("truetype"), url("fonts/exo2.0-lightitalic-webfont.svg#exo_2.0light_italic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Exo 2';
  src: url("fonts/exo2.0-regular-webfont.eot");
  src: url("fonts/exo2.0-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-regular-webfont.woff2") format("woff2"), url("fonts/exo2.0-regular-webfont.woff") format("woff"), url("fonts/exo2.0-regular-webfont.ttf") format("truetype"), url("fonts/exo2.0-regular-webfont.svg#exo_2.0regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("fonts/exo2.0-semibold-webfont.eot");
  src: url("fonts/exo2.0-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo2.0-semibold-webfont.woff2") format("woff2"), url("fonts/exo2.0-semibold-webfont.woff") format("woff"), url("fonts/exo2.0-semibold-webfont.ttf") format("truetype"), url("fonts/exo2.0-semibold-webfont.svg#exo_2.0semi_bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-extrabolditalic-webfont.eot");
  src: url("fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("fonts/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-italic-webfont.eot");
  src: url("fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-italic-webfont.woff2") format("woff2"), url("fonts/opensans-italic-webfont.woff") format("woff"), url("fonts/opensans-italic-webfont.ttf") format("truetype"), url("fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-light-webfont.eot");
  src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light-webfont.woff2") format("woff2"), url("fonts/opensans-light-webfont.woff") format("woff"), url("fonts/opensans-light-webfont.ttf") format("truetype"), url("fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-lightitalic-webfont.eot");
  src: url("fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("fonts/opensans-lightitalic-webfont.woff") format("woff"), url("fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-semibold-webfont.eot");
  src: url("fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-semibold-webfont.woff2") format("woff2"), url("fonts/opensans-semibold-webfont.woff") format("woff"), url("fonts/opensans-semibold-webfont.ttf") format("truetype"), url("fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-bold-webfont.eot");
  src: url("fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto-bold-webfont.ttf") format("truetype"), url("fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-light-webfont.eot");
  src: url("fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff"), url("fonts/roboto-light-webfont.ttf") format("truetype"), url("fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-regular-webfont.eot");
  src: url("fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.ttf") format("truetype"), url("fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }

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



Primary style



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



Main components



-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); } }

.cd-main-content {
  background: #e2e3df;
  min-height: 100vh;
  z-index: 2; }

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3; }

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 80px; }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table; } }

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%; }

.cd-logo img {
  display: block; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%; } }

@media only screen and (min-width: 1170px) {
  .cd-logo {
    top: 26px;
    left: 4em; } }

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%; }

.cd-header-buttons li {
  display: inline-block; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%; }
  .nav-on-left .cd-header-buttons li {
    float: right; } }

@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em; } }

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233; }

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233; }

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233; }

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none; } }

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none; }

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg"); }

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg"); }

@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; } }

@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    padding: 0 150px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table; }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3; }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .cd-primary-nav > li {
    float: left;
    margin-left: 3em; }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s; }
  .cd-primary-nav > li > a:hover {
    color: #69aa6f; }
  .cd-primary-nav > li > a.selected {
    color: #69aa6f;
    box-shadow: inset 0 -2px 0 #69aa6f; }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none; }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    width: 100vw;
    background: #ffffff;
    padding: 48px 64px 130px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table; }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0; }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s; }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff; }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none; }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #69aa6f;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .6em; }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem; }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f; }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block; }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent; }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block; }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0; }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em; }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0; }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px; } }

.has-children > a, .go-back a {
  position: relative; }

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4; }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f; } }

.has-children > a {
  padding-right: 40px; }

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%; }

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s; }
  .cd-primary-nav > .has-children > a::before {
    right: 12px; }
  .cd-primary-nav > .has-children > a::after {
    right: 7px; }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px; }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg); }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }
  .cd-primary-nav .go-back a {
    padding-left: 20px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px; } }

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-search form {
  height: 100%;
  width: 100%; }

.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4; }

.cd-search input::-moz-placeholder {
  color: #c9cbc4; }

.cd-search input:-moz-placeholder {
  color: #c9cbc4; }

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4; }

.cd-search input:focus {
  outline: none; }

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.nav-is-fixed .cd-search {
  position: fixed; }

@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 120px;
    top: 80px; }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300; } }

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    /*-webkit-transform: translateX(-260px);

    -moz-transform: translateX(-260px);

    -ms-transform: translateX(-260px);

    -o-transform: translateX(-260px);

    transform: translateX(-260px);*/
    display: none !important; }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

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



support for no js



-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }

.block-content {
  background-color: #F9F9F9;
  padding: 50px 0px; }
  .block-content .block {
    padding: 0rem 1.875rem; }
    .block-content .block .blockHeading {
      margin-top: 50px;
      background-color: #243441; }
      .block-content .block .blockHeading p {
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 27px; }
      @media (max-width: 575px) {
        .block-content .block .blockHeading {
          margin-top: 25px; } }
    .block-content .block .content {
      letter-spacing: .2px; }
      @media (max-width: 575px) {
        .block-content .block .content p {
          line-height: 24px;
          padding: 1em .5em; } }
    .block-content .block:first-child .content {
      border-top: 1px solid #E0E0E0; }
    @media (max-width: 575px) {
      .block-content .block {
        padding: 0px 20px; } }
  @media (max-width: 575px) {
    .block-content {
      padding: 25px 0px; } }

.singleColumnFeature .content {
  font-family: 'Open Sans';
  font-weight: 300;
  border: 1px solid #E0E0E0;
  border-top: none;
  background-color: white;
  padding: 20px 29px;
  color: #979797; }
  @media (max-width: 575px) {
    .singleColumnFeature .content {
      padding: 10px 10px; } }
  .singleColumnFeature .content a, .singleColumnFeature .content a:visited {
    color: #53aed7; }

.twoColumnFeature .content {
  position: relative;
  font-family: 'Open Sans';
  font-weight: 300;
  border: 1px solid #E0E0E0;
  border-top: none;
  background-color: white;
  padding: 20px 29px;
  display: flex;
  color: #979797; }
  .twoColumnFeature .content .content-left {
    width: 50%;
    padding-right: 15px; }
    .twoColumnFeature .content .content-left .centerItem {
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      text-align: center;
      max-width: 100%; }
      .twoColumnFeature .content .content-left .centerItem img {
        max-width: 100%; }
    .twoColumnFeature .content .content-left.centerContent {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 700px) {
      .twoColumnFeature .content .content-left {
        width: 100%;
        padding-right: 0px; } }
  .twoColumnFeature .content .content-right {
    width: 50%;
    padding-left: 15px; }
    .twoColumnFeature .content .content-right .centerItem {
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      text-align: center;
      max-width: 100%; }
      .twoColumnFeature .content .content-right .centerItem img {
        max-width: 100%; }
    .twoColumnFeature .content .content-right.centerContent {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 700px) {
      .twoColumnFeature .content .content-right {
        width: 100%;
        padding-left: 0px; } }
  .twoColumnFeature .content .separator {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E0E0E0;
    top: 0px;
    right: 50%; }
    @media (max-width: 700px) {
      .twoColumnFeature .content .separator {
        display: none; } }
  .twoColumnFeature .content h2 {
    font-family: 'Exo 2';
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #4F4F4F; }
  .twoColumnFeature .content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3DA4D2; }
  @media (max-width: 700px) {
    .twoColumnFeature .content {
      display: block; } }
  @media (max-width: 575px) {
    .twoColumnFeature .content {
      padding: 10px 10px; } }

.tableFeature .content {
  font-family: 'Open Sans';
  font-weight: 300;
  background-color: white;
  color: #979797; }
  .tableFeature .content .block-row {
    width: 100%;
    display: flex; }
    .tableFeature .content .block-row .columnLeft {
      width: 50%;
      border: 1px solid #E0E0E0;
      border-bottom: none;
      font-weight: 700;
      padding: 1em 2em;
      color: #4F4F4f; }
      .tableFeature .content .block-row .columnLeft p {
        padding: 0px;
        margin: 0px; }
      @media (max-width: 575px) {
        .tableFeature .content .block-row .columnLeft {
          padding: 10px;
          width: 100%;
          text-align: center; }
          .tableFeature .content .block-row .columnLeft p {
            text-align: center !important; } }
    .tableFeature .content .block-row .columnRight {
      width: 50%;
      border-top: 1px solid #E0E0E0;
      border-right: 1px solid #E0E0E0;
      padding: 1em 2em; }
      .tableFeature .content .block-row .columnRight p {
        margin: 0px;
        padding: 0px;
        line-height: 27px; }
        .tableFeature .content .block-row .columnRight p a, .tableFeature .content .block-row .columnRight p a:visited {
          color: #53aed7; }
      @media (max-width: 575px) {
        .tableFeature .content .block-row .columnRight {
          padding: 10px;
          width: 100%;
          border-left: 1px solid #E0E0E0;
          text-align: center; }
          .tableFeature .content .block-row .columnRight p {
            text-align: center !important; } }
    .tableFeature .content .block-row:last-child .columnLeft, .tableFeature .content .block-row:last-child .columnRight {
      border-bottom: 1px solid #E0E0E0; }
    @media (max-width: 575px) {
      .tableFeature .content .block-row:last-child .columnLeft {
        border-bottom: none; } }
    @media (max-width: 575px) {
      .tableFeature .content .block-row {
        display: block; } }
