@charset "UTF-8";
/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

.listreset, .gallery .pagination ul, .section-content ul, .social-list, .contact-form .mc-field-group.input-group ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

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

.contact-form label {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

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

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

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

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

/* @include media('≥tablet') {
	html,
	body {height:100%;}
	.page-holder {
		height:100%;
		display: table;
		table-layout: fixed;
		overflow: hidden;
		width: 100%;
	}
	#wrapper {
		display:table-cell;
		margin:0 auto;
	}

	#footer {
		overflow:hidden; for FF on Windows 7
		display:table-footer-group;
		height:1%;
	}
}  */
.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

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

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

p {
  margin: 0 0 1em; }

a {
  color: #d52b1e; }
  a:hover, a:focus {
    text-decoration: none; }

@media (max-width: 1199px) {
  .footer-top .contact-list {
    font-size: 2.4rem !important; } }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.technical-board-holder .team-list.inn .info {
  text-transform: uppercase;
  margin: 0 0 0 27px;
  font-weight: bold; }

.technical-board-holder .team-list.inn .subtitle:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  top: 6px; }

.leadership-holder .container {
  max-width: 1370px; }

.leadership-holder .team-list .subtitle {
  font-size: 2.7rem; }

.leadership-holder .team-list .post {
  font-size: 18px; }

.leadership-holder .team-list .img-holder:before {
  width: 200px;
  height: 210px; }

.leadership-holder .team-list .img-holder img {
  width: 200px; }

@media (max-width: 767px) {
  .leadership-holder .team-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 768px) {
  .leadership-holder .team-holder {
    padding: 53px 0px 66px 98px !important; } }

.leadership-holder .team-holder .title {
  width: 25%; }
  @media (max-width: 1024px) {
    .leadership-holder .team-holder .title {
      font-size: 2.7rem; } }
  @media (max-width: 767px) {
    .leadership-holder .team-holder .title {
      width: 100%; } }

.leadership-holder .team-holder .team-list {
  width: 75%; }
  @media (max-width: 767px) {
    .leadership-holder .team-holder .team-list {
      width: 100%; } }
  .leadership-holder .team-holder .team-list li {
    margin: 0;
    padding: 0 10px;
    width: 50%; }
    @media (max-width: 767px) {
      .leadership-holder .team-holder .team-list li {
        width: 100%; } }

.secondary-team-board-holder .container {
  max-width: 1370px; }

.austin-team-board-holder .title h2, .redwood-team-board-holder .title h2 {
  font-size: 6rem; }
  @media (max-width: 1199px) {
    .austin-team-board-holder .title h2, .redwood-team-board-holder .title h2 {
      font-size: 5.2rem; } }

.austin-team-board-holder .title .address, .redwood-team-board-holder .title .address {
  display: block;
  font-size: 20px;
  line-height: 26px;
  max-width: 60%; }

.gallery {
  position: relative; }
  .gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .gallery .slideset {
    width: 99999px;
    float: left; }
  .gallery .slide {
    width: 100%;
    float: left; }
  .gallery .pagination {
    overflow: hidden;
    padding: 0 10px; }
    .gallery .pagination ul li {
      float: left;
      margin: 0 6px; }
      .gallery .pagination ul li.active a {
        background: #d52b1e; }
    .gallery .pagination ul a {
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      display: block;
      border-radius: 50%;
      background: #4d4f53; }
      .gallery .pagination ul a:hover {
        opacity: 0.8; }

.page-template-template-careers {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.section {
  padding: 44px 0; }
  .section.columns .bg-wrapper .bg-holder {
    z-index: -1; }
  .section.columns .use-list {
    padding-top: 25px; }
    .section.columns .use-list li {
      background: #fff; }
  .section .container {
    max-width: 1200px; }
  .section h2.title, .section .link {
    color: #4d4f53;
    text-transform: uppercase;
    font: 700 20px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 18px;
    position: relative;
    padding-left: 45px; }
    .section h2.title:before, .section .link:before {
      position: absolute;
      width: 38px;
      height: 2px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "";
      background: #d52b1e; }
  .section h3.name {
    text-transform: capitalize;
    font: 700 24px/24px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 22px; }
  .section .text {
    font-size: 18px;
    line-height: 24px; }
  .section .two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1023px) {
      .section .two-cols {
        display: block; } }
    .section .two-cols .col:first-child {
      width: 45%; }
      @media (max-width: 1199px) {
        .section .two-cols .col:first-child {
          width: 35%; } }
      @media (max-width: 1023px) {
        .section .two-cols .col:first-child {
          width: 100%; } }
    .section .two-cols .col:last-child {
      width: 55%;
      padding-left: 70px; }
      @media (max-width: 1199px) {
        .section .two-cols .col:last-child {
          width: 65%;
          padding-left: 30px; } }
      @media (max-width: 1023px) {
        .section .two-cols .col:last-child {
          width: 100%;
          padding-left: 0; } }
  .section .four-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -35px;
    padding: 20px 0;
    position: relative; }
    @media (max-width: 1023px) {
      .section .four-cols {
        margin: 0; } }
    .section .four-cols:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 40px;
      right: 40px;
      content: "";
      background: #f8f8f8;
      height: 25px;
      z-index: -1; }
      @media (max-width: 1199px) {
        .section .four-cols:after {
          height: 50px;
          opacity: 0; } }
      @media (max-width: 1023px) {
        .section .four-cols:after {
          opacity: 1;
          top: 50px;
          bottom: 50px;
          height: auto;
          width: 25px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
    .section .four-cols .col {
      width: 25%;
      padding: 0 35px; }
      @media (max-width: 1199px) {
        .section .four-cols .col {
          width: 50%;
          padding: 20px; } }
      @media (max-width: 1023px) {
        .section .four-cols .col {
          width: 100%; } }
    .section .four-cols .box {
      background: #f8f8f8;
      text-align: center;
      padding: 29px 10px;
      color: #535458;
      font: 400 22px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .section .four-cols .subtitle {
      text-transform: uppercase;
      text-decoration: underline;
      color: inherit;
      font: 400 22px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 0 24px; }
  .section .hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section .hold {
        display: block; } }
  .section .over-img {
    width: 50%; }
    @media (max-width: 767px) {
      .section .over-img {
        width: 100%;
        text-align: center; } }
    .section .over-img img {
      width: 100%;
      margin: 0 0 14px; }
      @media (max-width: 767px) {
        .section .over-img img {
          width: 50%; } }
  .section .over-txt {
    padding: 27px 20px;
    width: 50%; }
    @media (max-width: 767px) {
      .section .over-txt {
        width: 100%; } }
  .section blockquote {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px; }
    .section blockquote strong {
      font-size: 27px; }
  .section .iframe-content {
    padding: 80px 0 0; }
  .section .link {
    display: inline-block;
    text-decoration: none;
    margin: 0 0 70px; }
    .section .link:hover {
      color: #000; }
  .section .list-icons {
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 80px; }
    .section .list-icons .col {
      padding: 40px 20px;
      float: left;
      text-align: center; }
      .section .list-icons .col:nth-child(5n-4), .section .list-icons .col:nth-child(5n-3), .section .list-icons .col:nth-child(5n-2) {
        width: 33.333%; }
        @media (max-width: 767px) {
          .section .list-icons .col:nth-child(5n-4), .section .list-icons .col:nth-child(5n-3), .section .list-icons .col:nth-child(5n-2) {
            width: 50%; } }
        @media (max-width: 479px) {
          .section .list-icons .col:nth-child(5n-4), .section .list-icons .col:nth-child(5n-3), .section .list-icons .col:nth-child(5n-2) {
            width: 100%; } }
      .section .list-icons .col:nth-child(5n), .section .list-icons .col:nth-child(5n-1) {
        width: 50%; }
        @media (max-width: 479px) {
          .section .list-icons .col:nth-child(5n), .section .list-icons .col:nth-child(5n-1) {
            width: 100%; } }
      .section .list-icons .col:nth-child(5n-1) {
        text-align: right;
        padding-right: 110px; }
        @media (max-width: 767px) {
          .section .list-icons .col:nth-child(5n-1) {
            padding: 40px 20px;
            text-align: center; } }
        .section .list-icons .col:nth-child(5n-1) .txt {
          text-align: center; }
      .section .list-icons .col:nth-child(5n) {
        text-align: left;
        padding-left: 110px; }
        @media (max-width: 767px) {
          .section .list-icons .col:nth-child(5n) {
            padding: 40px 20px 60px;
            text-align: center; } }
        .section .list-icons .col:nth-child(5n) .txt {
          text-align: center; }
    .section .list-icons .over-icon {
      position: relative;
      display: inline-block;
      width: 110px;
      border-radius: 50%;
      background: #e8e8e8; }
      .section .list-icons .over-icon img {
        width: 100%; }
      .section .list-icons .over-icon .txt {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 16px;
        line-height: 20px;
        min-width: 100px;
        width: 200px; }
  .section .over-group {
    text-align: center; }
  .section .wr-img {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .section .over-image {
    display: inline-block;
    vertical-align: top;
    padding: 100px 150px;
    text-align: center; }
    @media (max-width: 479px) {
      .section .over-image {
        padding: 0;
        position: relative;
        margin: 0 0 20px; } }
    .section .over-image img.logo-brand {
      margin: 0;
      width: 8.5%;
      position: absolute;
      z-index: 1;
      right: 158px;
      bottom: 105px; }
      @media (max-width: 479px) {
        .section .over-image img.logo-brand {
          right: 8px;
          bottom: 5px;
          width: 45px; } }
  .section .item {
    text-align: left;
    color: #535458;
    position: absolute;
    max-width: 120px; }
    @media (max-width: 479px) {
      .section .item {
        position: static;
        max-width: none;
        margin: 0 0 10px; } }
    .section .item:nth-child(1) {
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 479px) {
        .section .item:nth-child(1) {
          -webkit-transform: translate(0);
              -ms-transform: translate(0);
                  transform: translate(0); } }
    .section .item:nth-child(2) {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 479px) {
        .section .item:nth-child(2) {
          -webkit-transform: translate(0);
              -ms-transform: translate(0);
                  transform: translate(0); } }
    .section .item:nth-child(3) {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 479px) {
        .section .item:nth-child(3) {
          -webkit-transform: translate(0);
              -ms-transform: translate(0);
                  transform: translate(0); } }
    .section .item:nth-child(4) {
      bottom: 20px;
      left: 25%; }
    .section .item:nth-child(5) {
      bottom: 20px;
      right: 25%; }
    .section .item .position {
      font-weight: 700;
      font-size: 14px; }
    .section .item .txt {
      font-size: 12px; }

.technical-board-holder .team-list.inn .txt {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 27px; }

.technical-board-holder.inn .container {
  max-width: 1370px; }

.technical-board-holder.inn .title {
  width: 270px;
  padding: 0; }
  @media (min-width: 1024px) {
    .technical-board-holder.inn .title {
      width: 60%; } }
  @media (min-width: 1200px) {
    .technical-board-holder.inn .title {
      width: 45%; } }

.technical-board-holder.inn .team-holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.technical-board-holder.inn.new-about .team-list.inn {
  margin: 0 -10px; }
  .technical-board-holder.inn.new-about .team-list.inn li {
    max-width: 100%;
    margin: 10px;
    width: auto; }
    @media (min-width: 768px) {
      .technical-board-holder.inn.new-about .team-list.inn li {
        width: 150px; } }
    .technical-board-holder.inn.new-about .team-list.inn li .img-holder {
      min-height: auto;
      padding: 0;
      margin: 0; }
      .technical-board-holder.inn.new-about .team-list.inn li .img-holder:before {
        display: none; }

.technical-board-holder .team-list.inn .info p {
  margin: 0; }

.use-list .text-box .title.inn {
  border-left: 8px solid #c83803;
  padding-left: 20px;
  min-height: 72px; }

.holder-slider .slider-item .holder-text-slide a {
  color: #fff;
  text-decoration: underline; }
  .holder-slider .slider-item .holder-text-slide a:hover {
    text-decoration: none;
    color: #c83803; }

.intro-holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-header h2 {
  color: #fff;
  font: 36px/56px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0; }
  @media (max-width: 1023px) {
    .page-header h2 {
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    .page-header h2 {
      font-size: 16px;
      line-height: 28px; } }

.intro-box-holder .intro-holder .text-holder h3 {
  padding-left: 70px;
  position: relative; }
  .intro-box-holder .intro-holder .text-holder h3:before {
    position: absolute;
    height: 3px;
    background: #d52b1e;
    left: 0;
    top: 13px;
    content: "";
    width: 50px; }

.section-columns {
  padding: 56px 0;
  background-size: cover;
  background-position: 50% 50%; }
  .section-columns h2 {
    color: #fff;
    position: relative;
    font: 700 40px/40px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 14px; }
    @media (max-width: 1023px) {
      .section-columns h2 {
        font-size: 28px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .section-columns h2 {
        font-size: 22px;
        line-height: 22px; } }
    .section-columns h2:after {
      position: absolute;
      top: -38px;
      left: 0;
      width: 100px;
      height: 4px;
      content: "";
      background: #d52b1e; }
      @media (max-width: 1023px) {
        .section-columns h2:after {
          height: 3px;
          width: 80px;
          top: -28px; } }
      @media (max-width: 767px) {
        .section-columns h2:after {
          height: 2px;
          width: 60px;
          top: -18px; } }
  .section-columns .txt {
    color: #fff;
    text-transform: uppercase;
    font: 36px/36px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .section-columns .txt {
        font-size: 28px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .section-columns .txt {
        font-size: 22px;
        line-height: 22px; } }
  .section-columns .over {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-columns .over {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .section-columns .over .over-img {
      width: 55%; }
      @media (max-width: 767px) {
        .section-columns .over .over-img {
          width: 100%; } }
      @media (max-width: 767px) {
        .section-columns .over .over-img img {
          width: 100%; } }
    .section-columns .over .over-txt {
      width: 45%;
      padding: 0 20px; }
      @media (max-width: 767px) {
        .section-columns .over .over-txt {
          width: 100%;
          padding: 0;
          margin: 0 0 20px; } }
  .section-columns img {
    box-shadow: 0px 34px 20px 29px rgba(0, 0, 0, 0.15); }

.section-content {
  padding: 58px 0;
  font: 24px/36px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    .section-content {
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    .section-content {
      font-size: 16px;
      line-height: 28px; } }
  .section-content .txt {
    width: 100%; }
  .section-content ul {
    line-height: 26px;
    margin: 0 0 26px; }
    .section-content ul li {
      position: relative;
      margin: 0;
      padding-left: 36px; }
      .section-content ul li:before {
        position: absolute;
        content: "";
        top: 15px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 50%; }
  .section-content p {
    margin: 0 0 16px; }
  .section-content a {
    color: #d52b1e;
    font-style: italic; }
    .section-content a:hover {
      color: #ccc; }
  .section-content .wp-caption {
    font: italic 18px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border: none;
    text-align: center; }
    @media (max-width: 1023px) {
      .section-content .wp-caption {
        font-size: 16px;
        line-height: 16px; } }
    @media (max-width: 767px) {
      .section-content .wp-caption {
        font-size: 14px;
        line-height: 14px; } }
    .section-content .wp-caption img {
      margin: 0 0 10px; }

.map-box {
  padding: 40px 0;
  background: #303030; }
  .map-box .map-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .map-box .map-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .map-box .map-list li {
      width: 50%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .map-box .map-list li {
          width: 100%;
          margin: 0 0 15px; } }
    .map-box .map-list .title {
      color: #fff;
      font-size: 32px;
      position: relative;
      margin: 0; }
      @media (max-width: 1023px) {
        .map-box .map-list .title {
          font-size: 26px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .map-box .map-list .title {
          font-size: 20px;
          line-height: 20px; } }
      .map-box .map-list .title:before {
        position: absolute;
        top: -10px;
        left: 0;
        height: 5px;
        width: 80px;
        content: "";
        background: #d52b1e; }
        @media (max-width: 1023px) {
          .map-box .map-list .title:before {
            height: 4px;
            width: 70px; } }
        @media (max-width: 767px) {
          .map-box .map-list .title:before {
            height: 3px;
            width: 60px; } }
  .map-box .address-holder {
    width: 80%;
    margin: 0 0 10px; }
  .map-box address {
    color: #fff;
    font: 24px/24px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .map-box address {
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .map-box address {
        font-size: 18px;
        line-height: 18px; } }

.technology-sections .section-content {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  letter-spacing: .05em; }
  .technology-sections .section-content ul li {
    padding-left: 26px; }
    .technology-sections .section-content ul li:before {
      top: 10px; }

.technology-sections .section-columns .txt {
  font-size: 1.6rem;
  line-height: 1.2; }

.social-list {
  text-align: center;
  margin-bottom: 27px; }
  .social-list li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
  .social-list a {
    width: 92px;
    height: 100px;
    display: block;
    position: relative;
    border-radius: 50%;
    -webkit-transition: background .27s linear;
    transition: background .27s linear; }
    @media (max-width: 767px) {
      .social-list a {
        width: 60px;
        height: 60px; } }
    .social-list a:hover:before {
      color: #c83803; }
    .social-list a:before {
      display: block;
      top: 50%;
      left: 50%;
      color: #2c2c2c;
      line-height: 1;
      font-size: 100px;
      position: absolute;
      font-family: "socialico";
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: color .27s linear;
      transition: color .27s linear; }
      @media (max-width: 767px) {
        .social-list a:before {
          font-size: 60px; } }
    .social-list a.twitter:before {
      content: "l"; }
    .social-list a.facebook:before {
      content: "f"; }
    .social-list a.linkedin:before {
      content: "i"; }

.contact-info {
  padding: 12px 0 30px;
  font-family: "Roboto Condensed", sans-serif; }
  @media (min-width: 768px) {
    .contact-info {
      font-size: 2rem;
      padding-bottom: 50px; } }
  .contact-info .container {
    max-width: 752px; }
  .contact-info .contact-block {
    overflow: hidden;
    margin-bottom: 25px; }
    .contact-info .contact-block strong {
      margin-right: 13px; }
    .contact-info .contact-block a {
      color: inherit; }
      .contact-info .contact-block a:hover {
        color: #c83803; }
    .contact-info .contact-block p {
      margin-bottom: 0.9em; }

.contact-form button,
.contact-form input[type="button"],
.contact-form input[type="reset"],
.contact-form input[type="file"],
.contact-form input[type="submit"] {
  color: #fff;
  background: #c83803;
  border: 1px solid #c83803;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 4.8rem;
  letter-spacing: .2em;
  margin: 0 0 1em !important;
  text-transform: uppercase;
  -webkit-transition: border-color .27s linear, background .27s linear;
  transition: border-color .27s linear, background .27s linear; }
  .contact-form button:hover,
  .contact-form input[type="button"]:hover,
  .contact-form input[type="reset"]:hover,
  .contact-form input[type="file"]:hover,
  .contact-form input[type="submit"]:hover {
    background: #7d2302;
    border-color: #7d2302; }

@media (max-width: 767px) {
  .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form input[type="search"], .contact-form input[type="password"], .contact-form textarea {
    width: 100%; } }

@media (min-width: 768px) {
  .contact-form label {
    min-width: 200px; } }

.contact-form h2 {
  margin-bottom: 1em; }

.contact-form .asterisk {
  color: #7d2302; }

.contact-form .indicates-required {
  margin-bottom: 1em; }

.contact-form .mc-field-group {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-form .mc-field-group.input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contact-form .mc-field-group.input-group strong {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 5px; }
    .contact-form .mc-field-group.input-group ul li {
      margin-bottom: 5px; }
    .contact-form .mc-field-group.input-group input[type="checkbox"], .contact-form .mc-field-group.input-group input[type="radio"] {
      margin-right: 10px; }

/* @import 'layout/button'; */
@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.holder-main-banner {
  margin-bottom: 71px;
  left: 50%;
  width: 240vw;
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #000;
  margin-bottom: 25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block; }
  .holder-main-banner .text-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: .6;
    position: absolute;
    background: #000;
    background: -webkit-linear-gradient(315deg, black 0%, black 55%, transparent 80%, transparent 100%);
    background: linear-gradient(135deg, black 0%, black 55%, transparent 80%, transparent 100%);
    color: #fff; }

.main-banner {
  background-position: 100% 0 !important;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1700px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover !important;
  background-position: 75% 50% !important;
  background-repeat: no-repeat !important; }
  .main-banner:after {
    content: "";
    right: 0;
    background: -webkit-linear-gradient(left, transparent 0%, black 100%);
    background: linear-gradient(to right, transparent 0%, black 100%);
    top: 0;
    bottom: 0;
    width: 50px;
    position: absolute; }
    @media (max-width: 1200px) {
      .main-banner:after {
        width: 20px; } }
  .main-banner:before {
    top: 0;
    bottom: 0;
    width: 50px;
    position: absolute;
    content: "";
    left: 0;
    background: -webkit-linear-gradient(left, black 0%, transparent 100%);
    background: linear-gradient(to right, black 0%, transparent 100%); }
    @media (max-width: 1200px) {
      .main-banner:before {
        width: 20px; } }
  .main-banner .holder-content-slider {
    min-height: 515px;
    padding: 90px 10px 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 480px) {
      .main-banner .holder-content-slider {
        padding: 85px 10px 30px;
        min-height: 450px; } }
    .main-banner .holder-content-slider h1 {
      color: #fff;
      font-weight: bold;
      margin-bottom: 40px;
      font-size: 54px;
      line-height: 65px; }
      @media (max-width: 1024px) {
        .main-banner .holder-content-slider h1 {
          font-size: 30px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .main-banner .holder-content-slider h1 {
          margin-bottom: 25px; } }

.holder-slider .slider-item {
  color: #fff; }
  .holder-slider .slider-item .holder-text-slide {
    max-width: 780px;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 5px;
    padding-bottom: 20px; }
    @media (max-width: 1024px) {
      .holder-slider .slider-item .holder-text-slide {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .holder-slider .slider-item .holder-text-slide {
        padding-bottom: 10px; } }
    .holder-slider .slider-item .holder-text-slide p {
      margin-bottom: 15px; }

.holder-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px; }
  .holder-slider .slick-dots li {
    float: left;
    margin-right: 15px; }
    .holder-slider .slick-dots li:last-child {
      margin-right: 0; }
    .holder-slider .slick-dots li button {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      display: inline-block;
      font-size: 0;
      border: none;
      outline: none; }
      @media (max-width: 480px) {
        .holder-slider .slick-dots li button {
          width: 10px;
          height: 10px;
          padding: 6px; } }
      .holder-slider .slick-dots li button:hover {
        background: #c83803; }
  .holder-slider .slick-dots .slick-active button {
    background: #c83803; }

@media (max-width: 767px) {
  .intro-box-new {
    margin-bottom: 40px !important; } }

.intro-box-holder .intro-holder {
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .intro-box-holder .intro-holder {
      margin-bottom: 30px; } }
  .intro-box-holder .intro-holder .text-holder {
    line-height: 3rem;
    letter-spacing: .025em; }
    .intro-box-holder .intro-holder .text-holder p {
      opacity: .64; }
    .intro-box-holder .intro-holder .text-holder h2 {
      line-height: 45px; }
      @media (max-width: 767px) {
        .intro-box-holder .intro-holder .text-holder h2 {
          line-height: 30px; } }

.intro-box-holder .intro-holder:nth-child(even) .img-holder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 41px;
  margin-right: 0px; }
  @media (max-width: 767px) {
    .intro-box-holder .intro-holder:nth-child(even) .img-holder {
      margin-left: 0px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.intro-box-holder .intro-holder:nth-child(even) .text-holder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 767px) {
    .intro-box-holder .intro-holder:nth-child(even) .text-holder {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.box-holder-boxes {
  margin: 0 auto 150px !important; }
  @media (max-width: 1024px) {
    .box-holder-boxes {
      margin: 0 auto 50px !important; } }
  .box-holder-boxes h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .box-holder-boxes .holder-boxes {
    display: block;
    margin: 0 auto 0 auto !important; }
    .box-holder-boxes .holder-boxes:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 1024px) {
      .box-holder-boxes .holder-boxes {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .box-holder-boxes .holder-boxes .boxes-item {
      float: left;
      width: 16.66%;
      padding: 0 30px; }
      @media (max-width: 1024px) {
        .box-holder-boxes .holder-boxes .boxes-item {
          margin-bottom: 45px;
          width: 33.33%; } }
      @media (max-width: 480px) {
        .box-holder-boxes .holder-boxes .boxes-item {
          margin-bottom: 45px;
          width: 100%;
          float: none;
          text-align: center; } }
      @media (max-width: 767px) {
        .box-holder-boxes .holder-boxes .boxes-item {
          margin-bottom: 20px; } }
      .box-holder-boxes .holder-boxes .boxes-item a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block; }
        .box-holder-boxes .holder-boxes .boxes-item a:hover {
          opacity: 0.7; }

.applicability-list-new li {
  text-align: center;
  width: 23.5%;
  padding: 0 15px; }
  .applicability-list-new li:first-child {
    padding-top: 210px !important; }
    @media (max-width: 767px) {
      .applicability-list-new li:first-child {
        padding-top: 50px !important; } }
  .applicability-list-new li:nth-child(2) {
    padding-top: 135px !important; }
    @media (max-width: 767px) {
      .applicability-list-new li:nth-child(2) {
        padding-top: 0px !important; } }
  .applicability-list-new li:nth-child(3) {
    padding-top: 71px !important; }
    @media (max-width: 767px) {
      .applicability-list-new li:nth-child(3) {
        padding-top: 0px !important; } }
  .applicability-list-new li h3 {
    text-align: left;
    color: #fff; }
    @media (max-width: 767px) {
      .applicability-list-new li h3 {
        text-align: center; } }
  .applicability-list-new li p {
    text-align: left; }
    @media (max-width: 767px) {
      .applicability-list-new li p {
        text-align: center; } }

@media (max-width: 1024px) {
  .main-nav #nav li:not(:last-of-type) {
    margin-right: 10px; } }

@media (max-width: 1024px) {
  .main-nav li a {
    font-size: 10px; } }

@media (max-width: 767px) {
  .main-nav li a {
    font-size: 12px; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }
/*# sourceMappingURL=style.css.map */