@charset "UTF-8";
/*
 Theme Name:   Betheme Child
 Description:  Betheme Child Theme
 Template:     betheme
 Version:      1.0.0
 */
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("fonts/opensans/opensansbold.ttf"); 
  src: url("fonts/opensans/opensansbold.eot");
	src: url("fonts/opensans/opensansbold.eot?#iefix") format("embedded-opentype"),
	url("fonts/opensans/opensansbold.woff") format("woff"), 
	url("fonts/opensans/opensansbold.ttf") format("truetype"),
	url("fonts/opensans/opensansbold.svg") format("svg");
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("fonts/opensans/opensanslight.ttf"); 
  src: url("fonts/opensans/opensanslight.eot");
	src: url("fonts/opensans/opensanslight.eot?#iefix") format("embedded-opentype"),
	url("fonts/opensans/opensanslight.woff") format("woff"), 
	url("fonts/opensans/opensanslight.ttf") format("truetype"),
	url("fonts/opensans/opensanslight.svg") format("svg");
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("fonts/opensans/opensans.ttf"); 
  src: url("fonts/opensans/OpenSans.eot");
	src: url("fonts/opensans/OpenSans.eot?#iefix") format("embedded-opentype"),
	url("fonts/opensans/OpenSans.woff") format("woff"), 
	url("fonts/opensans/opensans.ttf") format("truetype"),
	url("fonts/opensans/OpenSans.svg") format("svg");
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("fonts/opensans/opensanssemibold.ttf"); 
  src: url("fonts/opensans/opensanssemibold.eot");
	src: url("fonts/opensans/opensanssemibold.eot?#iefix") format("embedded-opentype"),
	url("fonts/opensans/opensanssemibold.woff") format("woff"), 
	url("fonts/opensans/opensanssemibold.ttf") format("truetype"),
	url("fonts/opensans/opensanssemibold.svg") format("svg");
}

/*
  * ================== GENERAL ==================
  */
/*
  * ================== MENU TOP NAVIGATION ==================
  */
/*
  * ================== HEROBANNER ==================
  */
/*
  * ================== TITLE SECTION ==================
  */
/*
  * ================== MANAGEMENT BLOCK ==================
  */
/*
  * ================== PRODUCT LIST ==================
  */
/*
  * ================== FOOTER ==================
  */
/*
  * ================== FONT-FAMILY ==================
  */
/*
  * ================== LINE-HEIGHT==================
  */
/*
  * ================== FONT-SIZE ==================
  */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.component-skynix-areas-blocks .column_button .button, .component-skynix-cta .column_button .button, #Footer .widgets_wrapper .footer-block__btn, #Footer .widgets_wrapper .footer-block__nav-item-link, #Footer .widgets_wrapper .footer-block__link, #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input, .section_wrapper .component-skynix-herobanner .column_button .button, .component-skynix-section-left-content .product-list__link, .management-block__button, .our-column__btn.button, .component-skynix-section-right-content.mcb-wrap .column_button .button, .who-can-help-column__btn.button, .contact-form .form-submit .btn-primary {
  text-decoration: none; }
  .component-skynix-areas-blocks .column_button .button:hover, .component-skynix-cta .column_button .button:hover, #Footer .widgets_wrapper .footer-block__btn:hover, #Footer .widgets_wrapper .footer-block__nav-item-link:hover, #Footer .widgets_wrapper .footer-block__link:hover, #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input:hover, .section_wrapper .component-skynix-herobanner .column_button .button:hover, .component-skynix-section-left-content .product-list__link:hover, .management-block__button:hover, .our-column__btn.button:hover, .component-skynix-section-right-content.mcb-wrap .column_button .button:hover, .who-can-help-column__btn.button:hover, .contact-form .form-submit .btn-primary:hover {
    text-decoration: none; }

 .who-can-help-column__img {
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0 0 18px rgba(24, 24, 24, 0.26); }

.component-skynix-above-footer .column_column .above-footer p, .component-skynix-above-footer .column_column .above-footer span, .area__title, .our-column__title, .who-can-help-column__title {
  font-family: "OpenSans-Bold";
  font-size: 2.4rem;
  color: #0054a4; }

.area__desc, .our-column__desc, .who-can-help-column__desc {
  color: #404041;
  font-size: 1.5rem;
  font-family: "OpenSans-Light";
  line-height: 2.3rem; }
  @media only screen and (max-width: 768px) {
    .area__desc, .our-column__desc, .who-can-help-column__desc {
      font-size: 2rem; } }

.our-column__btn.button, .who-can-help-column__btn.button {
  font-size: 1.1rem;
  font-family: "OpenSans-Bold";
  border-radius: 30px !important;
  padding: 5px 20px; }
  @media only screen and (max-width: 768px) {
    .our-column__btn.button, .who-can-help-column__btn.button {
      font-size: 1.6rem; } }

.component-skynix-areas-blocks .column_button .button, .component-skynix-cta .column_button .button, .section_wrapper .component-skynix-herobanner .column_button .button {
  font-size: 2.2rem;
  font-family: "OpenSans-Bold";
  border-radius: 30px !important;
  padding: 21px 38px; }
  .component-skynix-areas-blocks .column_button .button span, .component-skynix-cta .column_button .button span, .section_wrapper .component-skynix-herobanner .column_button .button span {
    padding: 0;
    letter-spacing: 0.5px; }

#Footer .widgets_wrapper .footer-block__btn, .management-block__button {
  padding: 11px 27px;
  display: inline-block;
  margin: 8px 30px;
  color: #fefefd;
  border-radius: 20px;
  font-family: "OpenSans-Bold";
  font-size: 1.564rem; }

.btn--narrow {
  padding: 22px 28px !important; }

.h-margin-reset {
  margin: 0; }

.h-margin-top-25 {
  margin-top: 25px; }

.h-margin-b-0, .h-margin-b-0:last-of-type {
  margin-bottom: 0; }

.h-display-none {
  display: none; }

@media (min-width: 768px) {
  .h-hidden-from-s {
    display: none; } }

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

.h-overflow-hidden {
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

html {
  font-size: 10px !important; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 8px !important; } }

#wpadminbar + div {
  display: none; }

#Subheader {
  display: none; }

@media (max-width: 991px) {
  .no-bg-xs {
    background-image: none !important; } }

.no-m {
  margin: 0 !important; }

.textright {
  text-align: right; }

.mcb-section.section.bg-size-50 {
  background-size: 50%; }

.mcb-section.section.bg-size-60 {
  background-size: 60%; }

.mcb-section.section.bg-size-70 {
  background-size: 70%; }

.mcb-section.section.bg-size-80 {
  background-size: 80%; }

#Wrapper #Content {
  padding-top: 0; }

#Top_bar .top_bar_right {
  padding: 0 1px 0 0; }

.image-background {
  max-width: none !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%; }

.js-image-bg img {
  visibility: hidden; }

.component-skynix-section__about--lg-pl {
  font-family: "OpenSans-Regular";
  letter-spacing: -0.3px; }
  .component-skynix-section__about--lg-pl .component-skynix-section-title--left {
    color: #414042;
    padding-top: 66px !important; }
    .component-skynix-section__about--lg-pl .component-skynix-section-title--left h3 {
      font-family: "OpenSans-Light";
      font-size: 3rem;
      line-height: 3.5rem; }
      @media (min-width: 992px) {
        .component-skynix-section__about--lg-pl .component-skynix-section-title--left h3 {
          font-size: 4.5rem;
          line-height: 4.2rem !important; } }
    .component-skynix-section__about--lg-pl .component-skynix-section-title--left .smaller-font-size {
      font-size: 1.6rem;
      position: relative;
      left: -1px;
      top: -7px; }
  .component-skynix-section__about--lg-pl .column.mcb-column.one.column_column:nth-of-type(2) {
    margin: 0;
    font-size: 1.6rem; }
    @media (min-width: 992px) {
      .component-skynix-section__about--lg-pl .column.mcb-column.one.column_column:nth-of-type(2) {
        margin: -13px 0 0 33px; } }
  .component-skynix-section__about--lg-pl .section_wrapper.mcb-section-inner {
    max-width: 1170px;
    padding-left: 33px; }
    @media (min-width: 992px) {
      .component-skynix-section__about--lg-pl .section_wrapper.mcb-section-inner {
        padding: 0 0 70px 74px; } }
    .component-skynix-section__about--lg-pl .section_wrapper.mcb-section-inner .one-second.mcb-wrap {
      width: 54%; }

.component-skynix-section__about--right {
  padding: 0; }
  @media (min-width: 992px) {
    .component-skynix-section__about--right {
      padding-bottom: 75px !important; } }
  .component-skynix-section__about--right .one-second.component-skynix-section-title {
    float: right; }
  .component-skynix-section__about--right .component-skynix-section-title--left {
    padding-top: 78px; }
  .component-skynix-section__about--right .column.mcb-column.one.column_column {
    margin-bottom: 7px; }
    .component-skynix-section__about--right .column.mcb-column.one.column_column h3 {
      margin-left: 0;
      margin-bottom: 0; }
  .component-skynix-section__about--right .column_attr {
    font-family: "OpenSans-Light";
    line-height: 2.3rem;
    margin-top: 1px;
    letter-spacing: 0.048rem; }
    @media (min-width: 992px) {
      .component-skynix-section__about--right .column_attr {
        padding-left: 7px;
        padding-right: 22.8%; } }
  .component-skynix-section__about--right .management-block__button {
    display: table;
    margin: 26px auto; }
    @media (min-width: 992px) {
      .component-skynix-section__about--right .management-block__button {
        display: inline-block;
        margin: 26px 0 0 0;
        padding: 14px 30px; } }

.component-skynix-full-bg-section--blue {
  background-size: auto 80%; }

.component-skynix-section__about--narrow {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: auto 140px; }
  @media (min-width: 768px) {
    .component-skynix-section__about--narrow {
      background-size: auto 40%; } }
  @media (min-width: 992px) {
    .component-skynix-section__about--narrow {
      background-size: auto 64%;
      padding: 58px 0 20px 14.9% !important; } }
  .component-skynix-section__about--narrow, .component-skynix-section__about--narrow h3 {
    font-family: "OpenSans-Light";
    color: #fff; }
  .component-skynix-section__about--narrow h3 {
    font-size: 4.55rem;
    line-height: 5rem;
    letter-spacing: 0.2px; }
  .component-skynix-section__about--narrow .component-skynix-full-bg-section__desc {
    font-size: 1.5rem;
    letter-spacing: 0.42px;
    padding-top: 13px; }
    .component-skynix-section__about--narrow .component-skynix-full-bg-section__desc:last-child {
      padding-top: 6px !important; }
    @media (min-width: 992px) {
      .component-skynix-section__about--narrow .component-skynix-full-bg-section__desc {
        width: 80%; } }

.component-skynix-section__about--infoblock {
  padding-top: 80px !important;
  padding-bottom: 39px !important; }
  @media (min-width: 992px) {
    .component-skynix-section__about--infoblock {
      padding-bottom: 43px !important; } }
  .component-skynix-section__about--infoblock .column_attr {
    padding-top: 0 !important; }
    .component-skynix-section__about--infoblock .column_attr .management-block__title {
      padding: 18px 30px; }
    .component-skynix-section__about--infoblock .column_attr .management-block__desc {
      padding: 16px 31px 5px 31px; }
      .component-skynix-section__about--infoblock .column_attr .management-block__desc:nth-of-type(2) {
        margin-top: -9px !important;
        padding-top: 0 !important; }

.component-skynix-section__about--lg-pb {
  padding-bottom: 44px !important; }

.component-skynix-above-footer .column_column {
  margin: 0 !important; }
  .component-skynix-above-footer .column_column .above-footer {
    text-align: center;
    padding: 22px 0 18px 0; }
    .component-skynix-above-footer .column_column .above-footer p, .component-skynix-above-footer .column_column .above-footer span {
      display: inline-block;
      margin: 0; }
    .component-skynix-above-footer .column_column .above-footer p {
      padding: 0 50px; }
      @media only screen and (max-width: 991px) {
        .component-skynix-above-footer .column_column .above-footer p {
          padding: 0 5px; } }
    .component-skynix-above-footer .column_column .above-footer span {
      display: none; }
      @media (min-width: 768px) {
        .component-skynix-above-footer .column_column .above-footer span {
          display: inline-block; } }
    .component-skynix-above-footer .column_column .above-footer--small-pad {
      padding: 17px 0 14px 0; }

.area {
  display: block;
  padding: 15px 0 18px 0; }
  .area:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .area {
      float: none; }  
    }
  .area__left, .area__right {
    width: 100%;
    text-align: center;
    max-width: 440px;
    margin: 0 auto; }
  .area__img{
   /* border-radius: 50%;
    border: 2px solid #0054a4; */
    padding: 13px;
    max-width: 125px !important;

  }
  .area__right {
    margin-top: 10px; }
  @media (min-width: 992px) {
    .area__left {
      float: left;
      width: 13%;
      text-align: center; }
      .area__img{
        max-width: 100% !important;
      }
    .area__right {
      float: left;
      width: 85%;
      padding: 0 15px;
      text-align: left; }
    .homepage-area-img{
        border-radius: 50%;
        border: 2px solid #0054a4;
        width: 70px;
        height: 70px;
    }
    .cardiovascular .area__img{
      margin-top: 5px;
    } 
    }
  /*.area__img {
    margin-top: 10px; }*/

.component-skynix-areas-blocks {
  padding: 0 20px;
  margin-bottom: 40px; }
  .component-skynix-areas-blocks .column_button {
    text-align: center;
    margin-top: 12px;
    margin-left: 4px; }
    .component-skynix-areas-blocks .column_button .button {
      color: #fefefd;
      background: #fbbd01;
      padding: 21px 27px; }
      .component-skynix-areas-blocks .column_button .button:hover {
        color: #fefefd;
        background: #ecb201;
        transition: color 0.3s ease, background-color .3s ease; }
      .component-skynix-areas-blocks .column_button .button:active {
        background: #e2aa01; }
      @media only screen and (max-width: 600px) {
        .component-skynix-areas-blocks .column_button .button {
          padding: 11px 26px;
          margin: 8px 30px; } }

@media only screen and (max-width: 991px) {
  .component-skynix-bg-section {
    background-image: none !important; } 
    .homepage-area-img{
        border-radius: 50%;
        border: 2px solid #0054a4;
        width: 140px;
        height: 140px;
        margin: auto;
    }
  }

@media only screen and (max-width: 991px) {
  .component-skynix-bg-section__content {
    width: 100% !important; } }

.component-skynix-bg-section__bg-block.wrap.mcb-wrap {
  display: none; }
  @media only screen and (max-width: 991px) {
    .component-skynix-bg-section__bg-block.wrap.mcb-wrap {
      height: 500px;
      width: 100vw !important;
      left: calc(-50vw + 50%);
      display: block; } }

.component-skynix-bg-section--xs-pb {
  padding-bottom: 3px !important; }

.component-skynix-cta {
  text-align: center;
  padding-bottom: 90px; }
  .component-skynix-cta .column_button {
    margin-top: 39px; }
    .component-skynix-cta .column_button .button {
      color: #fefefd;
      background: #fbbd01;
      font-size: 2.249rem;
      box-shadow: 2px 3px 7px 0px #525252 !important; }
      .component-skynix-cta .column_button .button:hover {
        color: #fefefd;
        background: #ecb201;
        transition: color 0.3s ease, background-color .3s ease; }
      .component-skynix-cta .column_button .button:active {
        background: #e2aa01; }

@media (min-width: 768px) {
  .feature-text.column {
    max-width: 491px;
    margin-left: 10.5%; } }

@media (min-width: 992px) {
  .feature-text.column {
    margin-left: 0; } }

@media (min-width: 1240px) {
  .feature-text.column {
    margin-left: 10.5%; 
} 
.meet_the_team_text_top{
	width: 100% !important;
}
.contact .ccf-recaptcha-wrapper{
	padding-left: 15px;
}
}

.feature-text h3 {
  font-family: "OpenSans-Light";
  color: #6d6e71;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 3.7rem;
  letter-spacing: 0.6px; }

.feature-text p {
  font-family: "OpenSans-Light";
  color: #414042;
  font-size: 16px;
  line-height: 1.6;
  text-align: left; }
  @media (min-width: 768px) {
    .feature-text p {
      margin: 0 0 20px 5px; } }

.feature-text ul {
  text-align: left; }

.feature-text sup {
  font-size: 24px;
  line-height: 0; }

@media (min-width: 768px) {
  .feature-text--clinical.column {
    max-width: 551px; } }

.feature-text--clinical h3 {
  line-height: 1.18;
  margin-bottom: 2.4rem; }

.feature-text--clinical p {
  margin-left: 3px; }
  @media (min-width: 768px) {
    .feature-text--clinical p:not(:last-of-type) {
      padding-right: 48px; } }

@media (min-width: 768px) {
  .feature-text--wide.column {
    max-width: 80%; } }

#Footer {
  background-color: #ebebeb !important; }
  #Footer .container {
    max-width: 1313px; }
  @media only screen and (max-width: 768px) {
    #Footer {
      text-align: center; } }
  #Footer .widgets_wrapper {
    padding: 26px 0 0 !important; }
    #Footer .widgets_wrapper .footer-block--last {
      padding-left: 12%; }
      #Footer .widgets_wrapper .footer-block--last .footer-block__title {
        margin-bottom: 5px; }
      #Footer .widgets_wrapper .footer-block--last .footer-block__desc {
        font-size: 14.6px;
        padding-left: 16px; }
    #Footer .widgets_wrapper .footer-block__btn {
      color: #fefefd;
      background: #16b89d;
      padding: 13px 58.6px;
      margin: 5px 66px 2px;
      font-size: 1.764rem; }
      #Footer .widgets_wrapper .footer-block__btn:hover {
        color: #fefefd;
        background: #14aa91;
        transition: color 0.3s ease, background-color .3s ease; }
      #Footer .widgets_wrapper .footer-block__btn:active {
        background: #13a18a; }
      @media only screen and (max-width: 1240px) {
        #Footer .widgets_wrapper .footer-block__btn {
          padding: 13px 35px;
          margin: 4px auto; } }
      @media only screen and (max-width: 768px) {
        #Footer .widgets_wrapper .footer-block__btn {
          margin: 4px auto; } }
    #Footer .widgets_wrapper .footer-block__nav {
      list-style: none;
      padding-top: 5px;
      padding-left: 67px;
      line-height: 1.9rem; }
      @media only screen and (max-width: 1240px) {
        #Footer .widgets_wrapper .footer-block__nav {
          padding-left: 0; } }
      #Footer .widgets_wrapper .footer-block__nav-item-link {
        color: #414042;
        font-size: 1.2rem;
        font-family: "OpenSans-Regular"; }
        @media only screen and (max-width: 768px) {
          #Footer .widgets_wrapper .footer-block__nav-item-link {
            font-size: 1.7rem; } }
        #Footer .widgets_wrapper .footer-block__nav-item-link:hover {
          color: #16b89d; }
    #Footer .widgets_wrapper .footer-block__coryright {
      color: #414042;
      font-size: 1.2rem;
      font-family: "OpenSans-Regular";
      margin-top: 15px;
      padding-left: 66px; }
      @media only screen and (max-width: 768px) {
        #Footer .widgets_wrapper .footer-block__coryright {
          font-size: 1.7rem; } }
      @media only screen and (max-width: 1240px) {
        #Footer .widgets_wrapper .footer-block__coryright {
          padding-left: 0; } }
    #Footer .widgets_wrapper .footer-block__title {
      color: #414042;
      font-family: "OpenSans-Bold";
      font-size: 1.8rem;
      padding-left: 18px;
      margin-bottom: 9px;
      font-weight: normal; }
      @media only screen and (max-width: 768px) {
        #Footer .widgets_wrapper .footer-block__title {
          padding-left: 0; } }
    #Footer .widgets_wrapper .footer-block__link {
      color: #16b89d;
      font-size: 1.4rem;
      font-family: "OpenSans-Regular"; }
      #Footer .widgets_wrapper .footer-block__link:first-of-type {
        padding-left: 18px; }
      @media only screen and (max-width: 768px) {
        #Footer .widgets_wrapper .footer-block__link {
          font-size: 1.9rem;
          padding-left: 0; } }
      #Footer .widgets_wrapper .footer-block__link:hover {
        color: #fbbd01; }
      #Footer .widgets_wrapper .footer-block__link--img {
        padding-left: 14px;
        display: block;
        margin-top: 16px; }
    #Footer .widgets_wrapper .footer-block__desc {
      color: #414042;
      font-size: 12px;
      padding-left: 18px;
      line-height: 1.9rem;
      margin-bottom: 0px;
      font-family: "OpenSans-Regular"; }
      @media (min-width: 768px) {
        #Footer .widgets_wrapper .footer-block__desc {
          max-width: 363px; } }
    @media only screen and (max-width: 768px) {
      #Footer .widgets_wrapper .footer-block {
        font-size: 1.9rem;
        padding-left: 0;
        max-width: none; } }
    #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper {
      margin: 15px 0 -9px 17px; }
      #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper .main-label {
        display: none; }
      #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper input[type="hidden"], #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper p {
        display: none; }
      #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 7px; }
        @media only screen and (max-width: 768px) {
          #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center; } }
        #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group {
          margin: 0; }
          #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group .main-label, #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group br, #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group p {
            display: none; }
          #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group input {
            margin: 0;
            font-family: "OpenSans-Bold";
            font-size: 1.2rem;
            padding: 10px 7px;
            border-radius: 5px 0 0 5px; }
            @media only screen and (max-width: 991px) {
              #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group input {
                font-size: 1.1rem;
                padding: 10px; } 
                .cardiovascular .area__img{
                  margin-top: 15px;
                } 
              }
            @media only screen and (max-width: 768px) {
              #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group input {
                font-size: 1.7rem; } }
            #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-group input:focus {
              background-color: #ffffff !important; }
        #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input {
          border-radius: 0 5px 5px 0px;
          border: none;
          top: 1px;
          left: -1px;
          outline: none;
          margin: 0px;
          padding: 10px 18px;
          color: #fefefd;
          background: #16b89d;
          text-transform: uppercase;
          font-family: "OpenSans-Bold";
          font-size: 1.2rem; }
          #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input:hover {
            color: #fefefd;
            background: #14aa91;
            transition: color 0.3s ease, background-color .3s ease; }
          #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input:active {
            background: #13a18a; }
          @media only screen and (max-width: 991px) {
            #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input {
              font-size: 1.1rem;
              padding: 10px; } }
          @media only screen and (max-width: 768px) {
            #Footer .widgets_wrapper .footer-block__form .ccf-form-wrapper form .form-submit input {
              font-size: 1.7rem; } }
    #Footer .widgets_wrapper .footer-block__social {
      font-size: 2.4rem;
      padding: 8px 0 10px 5px; }
      #Footer .widgets_wrapper .footer-block__social:hover .fa-linkedin, #Footer .widgets_wrapper .footer-block__social:focus .fa-linkedin {
        border: 2px solid #16b89d; }
      #Footer .widgets_wrapper .footer-block__social:hover a, #Footer .widgets_wrapper .footer-block__social:focus a {
        color: #16b89d; }
      #Footer .widgets_wrapper .footer-block__social .fa-linkedin {
        border: 2px solid #0054a4;
        border-radius: 51%;
        padding: 17px 9px;
        font-size: 19px;
        line-height: 0;
        margin-right: 7px; }
      #Footer .widgets_wrapper .footer-block__social-link {
        color: #0054a4;
        display: inline-block;
        padding: 0 12px;
        font-size: 14.6px; }
      #Footer .widgets_wrapper .footer-block__social br {
        display: none; }

@media (min-width: 768px) {
  .component-skynix-four-boxes.mcb-wrap.one {
    width: 80.7%;
    margin-left: 9.4%; }
    .component-skynix-four-boxes.mcb-wrap.one .one-second.column {
      width: 46.3%;
      margin: 0 1.7% 37px; } }

@media (min-width: 768px) {
  .component-skynix-four-boxes.mcb-wrap.one .one-second.column {
    margin-bottom: 27px; } }

.component-skynix-four-columns {
  padding-top: 35px; }
  .component-skynix-four-columns .column_column {
    margin-right: 0; }
    @media only screen and (max-width: 991px) {
      .component-skynix-four-columns .column_column {
        width: 46.5% !important; } }
    @media only screen and (max-width: 768px) {
      .component-skynix-four-columns .column_column {
        width: 100% !important;
        text-align: center; } }
  .component-skynix-four-columns p {
    height: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1239px) {
      .component-skynix-four-columns p {
        height: 70px; } }
    @media only screen and (max-width: 768px) {
      .component-skynix-four-columns p {
        height: auto; } }

/*
    * ================== HEROBANNER SECTION ==================
    */
.section_wrapper .component-skynix-herobanner {
  padding: 4rem 0 6.1rem;
  text-align: left; }
  @media (min-width: 480px) {
    .section_wrapper .component-skynix-herobanner {
      padding: 4rem 0 6.1rem 20%; } }
  .section_wrapper .component-skynix-herobanner .mcb-wrap-inner:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .section_wrapper .component-skynix-herobanner {
      padding: 9rem 0 3rem 33.9%;
      text-align: left; } }
  @media (min-width: 992px) {
    .section_wrapper .component-skynix-herobanner {
      padding: 12.1rem 0 0 33.9%; } }
  .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small {
    padding: 6rem 0 4.1rem; }
    @media (min-width: 768px) {
      .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small {
        padding: 8rem 0 5rem;
        float: none;
        margin: 0 auto; }
        .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small .align_left {
          text-align: center; } }
    @media (min-width: 992px) {
      .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small {
        padding: 8rem 0 5rem 0; } }
    @media (min-width: 1240px) {

      .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small {
        max-width: 70% !important;
        float: right;
        padding-right: 0;
        margin-right: 0; 
         padding: 13.2rem 5% 10.1rem 10%; }
      }
        .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small .align_left {
          text-align: left; } }
  .section_wrapper .component-skynix-herobanner h1 {
    font-size: 4.8rem;
    font-family: "OpenSans-Regular";
    color: #6f6f6f;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 8px; }
  .section_wrapper .component-skynix-herobanner h2 {
    font-size: 3rem;
    font-family: "OpenSans-Regular";
    color: #6f6f6f;
    line-height: 1.4; }
    .section_wrapper .component-skynix-herobanner h2 sup {
      font-size: 1.1rem;
      position: relative;
      top: -7px; }
  .section_wrapper .component-skynix-herobanner .column_button {
    margin-bottom: 28px; }
    .section_wrapper .component-skynix-herobanner .column_button .button {
      color: #fefefd;
      background: #fbbd01;
      padding: 22px 38px !important;
      margin-left: -5px !important; }
      .section_wrapper .component-skynix-herobanner .column_button .button:hover {
        color: #fefefd;
        background: #ecb201;
        transition: color 0.3s ease, background-color .3s ease; }
      .section_wrapper .component-skynix-herobanner .column_button .button:active {
        background: #e2aa01; }
  .section_wrapper .component-skynix-herobanner .column_column span {
    display: block;
    margin-top: 9px;
    line-height: 2.9rem;
    letter-spacing: -0.004rem;
    font-size: 1.962rem;
    color: #6f6f6f;
    font-family: "OpenSans-Bold"; }

.component-skynix-section__about--flex {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 444px;
  padding: 0 !important; }
  @media (min-width: 992px) {
    .component-skynix-section__about--flex {
      padding: 159px 0 131px !important; } }
  .component-skynix-section__about--flex .section_wrapper.mcb-section-inner {
    width: 100%; }
  .component-skynix-section__about--flex .mcb-wrap-inner {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .component-skynix-section__about--flex .mcb-wrap-inner {
        margin: -49px 0 0 15.8% !important; } }
  .component-skynix-section__about--flex h1 {
    margin-bottom: 23px !important;
    margin-top: 31px !important; }
    @media (min-width: 768px) {
      .component-skynix-section__about--flex h1 {
        margin-top: 0; } }
  .component-skynix-section__about--flex h1, .component-skynix-section__about--flex h2 {
    text-align: center; }
    @media (min-width: 768px) {
      .component-skynix-section__about--flex h1, .component-skynix-section__about--flex h2 {
        text-align: left; } }

@media (min-width: 768px) {
  .component-skynix-section__about--align-right .component-skynix-herobanner--flex {
    margin-top: -37px !important; } }

@media (min-width: 480px) {
  .component-skynix-section__about--align-right .component-skynix-herobanner--flex {
    margin: 0; } }

.component-skynix-section__about--align-right.bg-contain {
  background-size: 50% !important;
  background-position: -100vw 0 !important; }
  @media (min-width: 480px) {
    .component-skynix-section__about--align-right.bg-contain {
      background-position: -20% 0 !important;
      background-size: contain !important; } }
  @media (min-width: 768px) {
    .component-skynix-section__about--align-right.bg-contain {
      background-position: -79% top !important; } }
  @media (min-width: 992px) {
    .component-skynix-section__about--align-right.bg-contain {
      background-position: left top !important; } }

@media (min-width: 992px) {
  .component-skynix-section__about--md-w {
    background-size: cover; }
    .component-skynix-section__about--md-w .mcb-wrap-inner {
      width: 52%; }
      .component-skynix-section__about--md-w .mcb-wrap-inner .column p {
        width: 90%; } }

.component-skynix-herobanner__background--shift-left {
  background-size: auto; }
  @media (min-width: 768px) {
    .component-skynix-herobanner__background--shift-left {
      background-size: cover; } }

.component-skynix-section-infoblock {
  float: none !important;
  width: auto !important;
  margin: 0; }
  @media (min-width: 992px) {
    .component-skynix-section-infoblock {
      margin: 0 11.25%; } }
  .component-skynix-section-infoblock .column.mcb-column {
    margin: 0; }
    .component-skynix-section-infoblock .column.mcb-column .column_attr {
      padding: 0 !important; }
      .component-skynix-section-infoblock .column.mcb-column .column_attr .component-skynix-section__about--right .column_attr {
        margin: 2px 0 0 0; }
      .component-skynix-section-infoblock .column.mcb-column .column_attr p {
        letter-spacing: -0.1px;
        font-size: 1.6rem;
        line-height: 2.4rem; }
  .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper {
    float: none !important;
    width: auto !important;
    box-shadow: 5px 5px 18px 0 rgba(0, 0, 0, 0.07);
    margin: 25px 0 !important;
    border: 2px solid #eaeaea;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 29px; }
    @media screen and (max-width: 768px) {
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper {
        background: none; } }
    .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper--align-end div.mcb-wrap-inner {
      -ms-flex-align: end;
          align-items: flex-end; }
    @media (min-width: 992px) {
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper {
        margin-left: 11.25% !important;
        margin-right: 11.25% !important;
        margin-top: 29px !important; }
        .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper:nth-child(2) {
          margin-top: 35px !important; } }
    .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner {
      min-height: 150px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      @media (min-width: 768px) {
        .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner {
          -ms-flex-direction: row;
              flex-direction: row;
          min-height: 274px; } }
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column.mcb-column {
        margin: 0; }
        @media (min-width: 480px) {
          .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column.mcb-column {
            width: 100% !important; } }
        @media (min-width: 768px) {
          .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column.mcb-column {
            width: 48.5% !important; }
            .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column.mcb-column.component-skynix-section-infoblock__text {
              width: 51.8% !important; } }
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column_attr {
        padding: 0;
        margin: 0; }
        .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column_attr.bg-cover {
          min-height: 150px;
          background-position: 50% !important; }
          @media (min-width: 768px) {
            .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .column_attr.bg-cover {
              min-height: 274px; } }
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .component-skynix-section-infoblock__paragraph {
        margin: 0; }
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .component-skynix-section-infoblock__text {
        -ms-flex-order: 2;
            order: 2;
        background: #fff; }
        @media (min-width: 768px) {
          .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .component-skynix-section-infoblock__text {
            min-height: 274px;
            -ms-flex-order: inherit;
                order: inherit; } }
        .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .component-skynix-section-infoblock__text .column_attr {
          margin: 20px; }
          @media (min-width: 768px) {
            .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .component-skynix-section-infoblock__text .column_attr {
              width: 77.2%;
              margin: 12px auto -12px auto; } }
      .component-skynix-section-infoblock ~ .component-skynix-section-infoblock__wrapper .mcb-wrap-inner .component-skynix-section-infoblock__header {
        margin: 15px 0;
        font-size: 2.4rem;
        font-family: "OpenSans-Bold";
        color: #0054a4; }

/*
    * ================== SECTION LEFT CONTENT ==================
    */
.component-skynix-section-left-content .product-list {
  margin: 4px 40px 36px 25px;
  list-style: none; }
  @media only screen and (max-width: 991px) {
    .component-skynix-section-left-content .product-list {
      margin: 15px; } }
  .component-skynix-section-left-content .product-list__item {
    padding: 31px 0 28px 0;
    border-top: 1px solid #c2c2c2;
    margin: 0; }
    .component-skynix-section-left-content .product-list__item:nth-of-type(2) {
      padding: 27px 0 26px 0; }
    .component-skynix-section-left-content .product-list__item:nth-of-type(3) {
      padding: 29px 0; }
    .component-skynix-section-left-content .product-list__item:nth-of-type(1) .product-list__link {
      color: #0054a4; }
    .component-skynix-section-left-content .product-list__item:nth-of-type(2) .product-list__link {
      color: #16b89d; }
    .component-skynix-section-left-content .product-list__item:nth-of-type(3) .product-list__link {
      color: #569cd4; }
    .component-skynix-section-left-content .product-list__item:last-of-type {
      border-bottom: 1px solid #c2c2c2; }
  .component-skynix-section-left-content .product-list__link {
    font-size: 2.4rem;
    font-family: "OpenSans-SemiBold"; }
    .component-skynix-section-left-content .product-list__link:hover .product-list__arrow {
      right: -8px; }

  .component-skynix-section-left-content .product-list__arrow {
    float: right;
    font-size: 2.1rem;
    top: -3px;
    right: -2px;
    transition: all 0.3s ease; }
.component-skynix-section-left-content .product-list__link .product-img{
  vertical-align: middle;
}
.circle-icon {
  width: 87%;
  height: 86%;
  top: 3px;
  left: 2px;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  border: 4px solid currentColor;
  position: absolute; }
  .circle-icon ~ .fa {
    font-weight: 900; }

.component-skynix-list h5 {
  font-family: "OpenSans-Regular";
  font-size: 1.9rem;
  padding-top: 7px;
  letter-spacing: 0.16px;
  color: #0054a4;
  line-height: 1.31; }

.component-skynix-list .component-skynix-list__list {
  font-family: "OpenSans-Light";
  font-size: 16px;
  color: #414042;
  letter-spacing: -0.055rem;
  list-style: none;
  margin: 0; 
  line-height: 26px;
}
  .component-skynix-list .component-skynix-list__list li {
    display: -ms-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 4px 0 4px 18px; }
    .component-skynix-list .component-skynix-list__list li .fa {
      margin: 0 15px 0 0;
      font-size: 2.5rem;
      color: #0054a4; }

  @media (max-width: 767px) {    
    .component-skynix-section-left-content .product-list__arrow{
      top: 0 !important;
    }
  }
  @media (min-width: 992px) {
    .component-skynix-list .component-skynix-list__list--2col {
      columns: 3;
      margin-bottom: 12px; } }

.logo.logo--right {
  float: right;
  position: relative;
  max-width: 130px; }
  @media (min-width: 992px) {
    .logo.logo--right {
      max-width: 170px;
      margin: 0;
      top: -4.6rem; } }
  .logo.logo--right.column {
    margin: 0 auto; }
  .logo.logo--right .image_wrapper {
    overflow: unset; }

/*
  * ================== MANAGEMENT BLOCK ==================
  */
.management-block {
  border-radius: 10px;
  padding-bottom: 22px;
  box-shadow: 5px 5px 18px rgba(24, 24, 24, 0.07);
  min-height: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #ffffff url("https://s3-us-west-2.amazonaws.com/s3-medtrials-wp-staging/wp-content/uploads/2018/03/02111207/med-card-bg-compress.jpg") no-repeat right bottom; }
  .management-block.management-block--blue .management-block__title {
    background-color: #0054a4; }
  .management-block.management-block--dark-blue .management-block__title {
    background-color: #1a2e5a; }
  .management-block.management-block--light-blue .management-block__title {
    background-color: #569cd4; }
  .management-block.management-block--green .management-block__title {
    background-color: #16b89d; }
  .management-block__title {
    padding: 18px 27px;
    font-size: 2rem;
    font-family: "OpenSans-Bold";
    color: #fdfdfe;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 1240px) {
      .management-block__title {
        font-size: 2rem; } }
    @media only screen and (max-width: 991px) {
      .management-block__title {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 768px) {
      .management-block__title {
        font-size: 2rem; } }
  .management-block__desc {
    font-size: 1.5rem;
    font-family: "OpenSans-Light";
    color: #414042;
    padding: 16px 31px 5px 23px;
    line-height: 2.3rem;
    -ms-flex: auto;
        flex: auto; }
    @media only screen and (max-width: 768px) {
      .management-block__desc {
        font-size: 1.9rem; } }
    .management-block__desc--lg-p {
      padding: 15px 120px 15px 28px; }
    .management-block__desc--s-pad {
      padding: 13px 6px 0 20px; }
  .management-block__button {
    color: #fefefd;
    background: #fbbd01;
    -ms-flex-item-align: baseline;
        align-self: baseline; }
    .management-block__button:hover {
      color: #fefefd;
      background: #ecb201;
      transition: color 0.3s ease, background-color .3s ease; }
    .management-block__button:active {
      background: #e2aa01; }

/*.component-skynix-section__home--management {
  padding-bottom: 56.4px !important; }*/

/*
  * ================== HEADER NAVIGATION ==================
  */
#Header {
  min-height: 100% !important; }
  #Header #Top_bar {
    background-color: #ebebeb !important;
    border-bottom: 1px solid #acacac; }
    #Header #Top_bar:not(.is-sticky) .top_bar_right_wrapper {
      top: 28px; }
    #Header #Top_bar:not(.is-sticky) .top_bar_left #logo {
      margin: 10px 0; }
    #Header #Top_bar .menu_wrapper {
      width: 50%; }
    #Header #Top_bar #menu {
      background: transparent; }
    @media (min-width: 1240px) {
      #Header #Top_bar #menu-main-menu {
      	padding-left: 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;

        } 
        }
    #Header #Top_bar .top_bar_left {
      width: 100% !important; }
      @media (min-width: 1240px) {
        #Header #Top_bar .top_bar_left {
          width: 81.8% !important; } }
      #Header #Top_bar .top_bar_left .logo {
        margin: 0 23px 0 20px; }
        @media (min-width: 768px) {
          #Header #Top_bar .top_bar_left .logo {
            width: 22%;
            max-width: 166px; } }
        #Header #Top_bar .top_bar_left .logo #logo {
          padding: 6px 1px; }
          @media only screen and (max-width: 480px) {
            #Header #Top_bar .top_bar_left .logo #logo {
              margin-left: 5px; } }
      #Header #Top_bar .top_bar_left .logo-mobile {
        max-height: 50px;
        float: left; }
      #Header #Top_bar .top_bar_left .menu_wrapper {
        width: 77.4%; }
        #Header #Top_bar .top_bar_left .menu_wrapper #menu .menu-item:last-child a {
          padding-right: 0; }
        #Header #Top_bar .top_bar_left .menu_wrapper #menu .menu-item a {
          padding: 20px 16.5px 16px; }
          #Header #Top_bar .top_bar_left .menu_wrapper #menu .menu-item a:hover span, #Header #Top_bar .top_bar_left .menu_wrapper #menu .menu-item a:focus span {
            color: #569cd4; }
          #Header #Top_bar .top_bar_left .menu_wrapper #menu .menu-item a span {
            font-family: "OpenSans-Bold";
            color: #98999c;
            font-size: 1.6rem;
            text-transform: uppercase;
            border: none;
            padding: 0;
            letter-spacing: 0.1px;
            transition: color .4s ease; }
        #Header #Top_bar .top_bar_left .menu_wrapper .responsive-menu-toggle {
          color: #fbbd01; }
    @media only screen and (max-width: 1240px) {
      #Header #Top_bar .top_bar_right {
        display: none; } }
    #Header #Top_bar .top_bar_right_wrapper .top_bar_right_links {
      text-align: right;
      padding-right: 4px; }
      #Header #Top_bar .top_bar_right_wrapper .top_bar_right_links a {
        font-size: 1.4rem;
        color: #6d6e71;
        font-family: "OpenSans-Regular";
        padding: 0 6px; }
    #Header #Top_bar .top_bar_right_wrapper #search_button {
      margin: -1px 0 4px;
      width: 187px;
      height: 29px; }
      #Header #Top_bar .top_bar_right_wrapper #search_button input {
        background-color: #ffffff;
        color: #535252;
        border: none;
        box-shadow: none;
        font-size: 1.4rem;
        font-family: "OpenSans-Regular";
        width: 122px;
        padding: 5px 14px;
        border-radius: 5px 0 0 5px; }
        #Header #Top_bar .top_bar_right_wrapper #search_button input:focus {
          background-color: #ffffff !important; }
      #Header #Top_bar .top_bar_right_wrapper #search_button button {
        margin: 0;
        background-color: #0054a4;
        width: 37px;
        padding: 2px 3px;
        font-size: 20px;
        border-radius: 0 5px 5px 0; }
        #Header #Top_bar .top_bar_right_wrapper #search_button button:focus {
          outline: none; }

#Side_slide {
  border-bottom-width: 0 !important; }
  #Side_slide .menu-item a {
    font-size: 16px; }

.our-column {
  padding-left: 12px; }
  .our-column__btn {
    margin-top: 2px; }
    .our-column__btn.button {
      color: #fefefd;
      background: #16b89d; }
      .our-column__btn.button:hover {
        color: #fefefd;
        background: #14aa91;
        transition: color 0.3s ease, background-color .3s ease; }
      .our-column__btn.button:active {
        background: #13a18a; }

.component-skynix-section-right-content.mcb-wrap {
  float: right;
  padding: 68px 80px 67px 70px; }
  @media only screen and (max-width: 1240px) {
    .component-skynix-section-right-content.mcb-wrap {
      padding-right: 5px;
      padding-left: 120px; } }
  @media only screen and (max-width: 991px) {
    .component-skynix-section-right-content.mcb-wrap {
      padding-left: 5px; } }
  .component-skynix-section-right-content.mcb-wrap .column_column {
    margin-bottom: 5px; }
    .component-skynix-section-right-content.mcb-wrap .column_column p {
      padding-top: 3px;
      font-family: "OpenSans-Light";
      color: #414042;
      font-size: 15px;
      line-height: 23px; }
  .component-skynix-section-right-content.mcb-wrap .column_button {
    margin-top: 21px;
    margin-bottom: 17px; }
    .component-skynix-section-right-content.mcb-wrap .column_button .button {
      font-size: 1.662rem;
      font-family: "OpenSans-Bold";
      border-radius: 30px !important;
      padding: 14px 38px;
      color: #fefefd;
      background: #fbbd01; }
      .component-skynix-section-right-content.mcb-wrap .column_button .button:hover {
        color: #fefefd;
        background: #ecb201;
        transition: color 0.3s ease, background-color .3s ease; }
      .component-skynix-section-right-content.mcb-wrap .column_button .button:active {
        background: #e2aa01; }
      .component-skynix-section-right-content.mcb-wrap .column_button .button span {
        padding: 0px;
        letter-spacing: 0.5px; }

/*
  * ================== SECTION TITLE ==================

  deprecated

  */
.component-skynix-section-title {
  padding-top: 7.8rem;
  text-align: center;
  margin-bottom: 7px; }
  .component-skynix-section-title--xs-mb {
    margin-bottom: 4px; }
  .component-skynix-section-title--m-pb {
    padding-top: 7.4rem; }
  .component-skynix-section-title .column_column {
    margin-bottom: 27px; }
    .component-skynix-section-title .column_column h3 {
      font-size: 4.5rem;
      font-family: "OpenSans-Light";
      color: #6d6e71;
      letter-spacing: 0.5px;
      line-height: 5.4rem; }
  .component-skynix-section-title--left {
    padding-top: 6.9rem;
    text-align: left; }
    .component-skynix-section-title--left h3 {
      margin-left: 0;
      text-align: center; }
      @media (min-width: 992px) {
        .component-skynix-section-title--left h3 {
          margin-left: 25px;
          text-align: left; } }
  .component-skynix-section-title--right {
    text-align: left;
    padding-top: 6.8rem; }
    @media only screen and (max-width: 991px) {
      .component-skynix-section-title--right {
        text-align: center; } }
    .component-skynix-section-title--right h3 {
      margin-bottom: 0; }
  .component-skynix-section-title--full .column_column h3 {
    font-size: 4.802rem;
    color: #fcfdfe;
    font-family: "OpenSans-Regular";
    padding-top: 39px; }
  .component-skynix-section-title--full .column_column h4 {
    color: #fcfdfe;
    font-size: 2.518rem;
    font-family: "OpenSans-Regular";
    padding-top: 2px; }
  .component-skynix-section-title--left-shift {
    margin-left: -7px; }
  .component-skynix-section-title--therapeutic {
    padding-top: 69px;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .component-skynix-section-title--therapeutic h3 {
        margin-left: -54px;
        letter-spacing: 0.043rem; } }

@media (max-width: 991px) {
  .component-skynix-section__about--md-w .component-skynix-section-title--left h3 {
    text-align: center; } }

.service-nav .column_attr ul {
  margin: 0;
  text-align: center; }

.service-nav .column_attr li {
  display: block;
  margin: 0;
  color: #1a2e5a; }
  .service-nav .column_attr li.current-menu-item {
    color: #fcfdfe; }
  .service-nav .column_attr li:not(:last-of-type) {
    border-bottom: 2px solid #fcfdfe; }
  @media (min-width: 768px) {
    .service-nav .column_attr li {
      display: inline-block; }
      .service-nav .column_attr li:not(:last-of-type) {
        border: 0; }
        .service-nav .column_attr li:not(:last-of-type):after {
          content: '';
          position: relative;
          display: inline-block;
          top: 3px;
          background: #1a2e5a;
          height: 16px;
          width: 2px; } }

.service-nav .column_attr a {
  display: block;
  color: inherit;
  padding: 10px;
  text-decoration: none;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 1;
  transition: color .3s ease-out; }
  @media (min-width: 768px) {
    .service-nav .column_attr a {
      padding: 17px 25px;
      display: inline-block; } }
  .service-nav .column_attr a:hover, .service-nav .column_attr a:focus {
    color: #fcfdfe; }

.component-skynix-three-columns-with-photo {
  padding: 22px 25px 0; }

.who-can-help-column {
  text-align: center; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .who-can-help-column__img {
      width: 150px; } }
  .who-can-help-column__title {
    padding-top: 29px; }
  .who-can-help-column__desc--narrow {
    padding: 0 20px; }
  .who-can-help-column__btn {
    margin-top: 15px; }
    .who-can-help-column__btn.button {
      color: #fefefd;
      background: #16b89d; }
      .who-can-help-column__btn.button:hover {
        color: #fefefd;
        background: #14aa91;
        transition: color 0.3s ease, background-color .3s ease; }
      .who-can-help-column__btn.button:active {
        background: #13a18a; }

.contact-form iframe {
  transform: scale(0.8);
  position: relative;
  left: -28px; }
  @media (min-width: 480px) {
    .contact-form iframe {
      position: static;
      transform: none; } }

.contact-form h3 {
  margin-top: 10px;
  font-family: "OpenSans-Light";
  color: #6d6e71;
  font-size: 4.6rem;
  padding-left: 1.5px; }

.contact-form p {
  margin-top: 46px;
  font-family: "OpenSans-Light";
  font-size: 16px;
  line-height: 25px; }

.contact-form .form-title {
  display: none; }

.contact-form .ccf-form-wrapper {
  margin-top: 53px; }

.contact-form .main-label {
  display: -ms-flexbox !important;
  display: flex !important;
  float: left;
  color: #5e5e5f;
  font-family: "OpenSans-Light";
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 27.96px;
  margin: 0 !important;
  width: 100%; }
  @media (min-width: 1240px) {
    .contact-form .main-label {
      width: 18%; } }
  .contact-form .main-label .required {
    -ms-flex-order: 2;
        order: 2;
    color: #5e5e5f !important; }

.contact-form .field-type-paragraph-text .main-label {
  padding-right: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1.5;
  margin-top: 23px !important; }

.contact-form .form-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .contact-form .form-group {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .contact-form .form-group .error {
    width: 100%;
    margin-left: 0;
    text-align: right; }
    @media (min-width: 1240px) {
      .contact-form .form-group .error {
        width: 87%;
        margin-left: 12%; } }
  .contact-form .form-group .recaptcha-error {
    text-align: left;
    margin-left: 0; }
    @media (min-width: 1240px) {
      .contact-form .form-group .recaptcha-error {
        margin-left: 15%; } }
  .contact-form .form-group .full, .contact-form .form-group .left, .contact-form .form-group .right {
    width: 100%;
    margin-left: 20%;
    padding: 0; }
  .contact-form .form-group[data-field-type="radio"], .contact-form .form-group[data-field-type="file"], .contact-form .form-group[data-field-type="recaptcha"] {
    -ms-flex-pack: start;
        justify-content: flex-start; }

.contact-form .form-control {
  padding: 20px 10px;
  margin-bottom: 0;
  background: #ebebeb; }
  @media (min-width: 1240px) {
    .contact-form .form-control {
      width: 80% !important; } }

.contact-form textarea.form-control {
  height: 255px; }

.contact-form .form-submit {
/*  text-align: center;*/
  margin-top: 5.2rem; }
  @media (min-width: 992px) {
    .contact-form .form-submit {
      text-align: left; } }
  @media (min-width: 1240px) {
    .contact-form .form-submit {
      margin-left: 20%; } }
  .contact-form .form-submit .btn-primary {
    background-color: #fbbd01;
    border-radius: 25px;
    outline: 0;
    padding: 17px 39px;
    font-size: 20px;
    font-family: "OpenSans-Bold";
    color: #ffffff;
    background: #fbbd01; }
    .contact-form .form-submit .btn-primary:hover {
      color: #ffffff;
      background: #ecb201;
      transition: color 0.3s ease, background-color .3s ease; }
    .contact-form .form-submit .btn-primary:active {
      background: #e2aa01; }

.c-sidebar .c-sidebar__header {
  margin-bottom: 15px; }
  .c-sidebar .c-sidebar__header h4 {
    color: #0054a4;
    font-size: 2.42rem;
    margin: 4px 0; }
    @media only screen and (min-width: 769px) and (max-width: 991px) {
      .c-sidebar .c-sidebar__header h4 {
        text-align: center;
        margin-bottom: 20px; } }

.c-sidebar h4 {
  font-size: 18px;
  font-family: "OpenSans-Bold";
  line-height: 24px; }

.c-sidebar p {
  font-family: "OpenSans-Regular"; }

.c-sidebar__info-wrap {
  margin-bottom: 3px; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .c-sidebar__info-wrap {
      text-align: center; } }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .c-sidebar .column_column:not(.c-sidebar__header) {
    float: left;
    width: 48% !important; } }

.c-sidebar__map {
  margin-bottom: 16px; }

.c-sidebar__heading {
  margin: 0; }

.c-sidebar__phone {
  margin-bottom: 12px; }

.c-sidebar__email {
  margin-bottom: 7px; }
  .c-sidebar__email a {
    text-decoration: underline;
    color: #414042; }
    .c-sidebar__email a:active {
      text-decoration: underline; }

.c-sidebar__address {
  line-height: 20px;
  margin-bottom: 10px; }

.c-sidebar__cta {
  font-family: "OpenSans-Bold";
  color: #414042;
  text-decoration: underline; }

.contact {
  background: #ffffff; }
  .contact .mcb-section-inner {
    max-width: 1200px;
    padding: 0 15px; }
  .contact__column {
    width: 100% !important; }
    @media (min-width: 992px) {
      .contact__column--left {
        width: 65.366% !important; }
      .contact__column--right {
        width: 25.3% !important;
        margin-left: 4.5% !important; } }

.layout--col_3 {
  max-width: 940px;
  margin: 0 auto; }

.column_column .c-popup ul {
  margin: 0;
  list-style-type: none; }

.c-button--yellow {
  padding: 10px 30px;
  color: #fefefd;
  background: #fbbd01;
  display: inline-block;
  border-radius: 20px;
  font-family: OpenSans-Bold;
  font-size: 2rem;
  text-decoration: none;
  outline: none; }
  .c-button--yellow:active, .c-button--yellow:hover {
    color: #fefefd;
    background: #ecb201;
    transition: color 0.3s ease, background-color .3s ease;
    text-decoration: none; }
  @media (min-width: 992px) {
    .c-button--yellow {
      padding: 12px 38px; } }

.c-popup {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: scroll;
  position: fixed;
  visibility: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: opacity 200ms ease-out; }
  .c-popup--open {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible; }
  .c-popup__wrapper {
    width: 90%;
    display: inline-block;
    max-height: 65%;
    max-width: 750px;
    overflow: scroll;
    z-index: 10;
    margin: 0;
    border-radius: 0 0 10px 10px; }
    @media (min-width: 480px) {
      .c-popup__wrapper {
        max-height: 70%; } }
  .c-popup__title {
    width: 90%;
    max-width: 750px;
    padding: 18px 20px;
    font-family: OpenSans-Bold;
    font-size: 2.4rem;
    color: #fdfdfe;
    border-radius: 10px 10px 0 0; }
    .c-popup__title--seablue {
      background: #0054a4; }
    .c-popup__title--blue {
      background: #569cd4; }
  .c-popup__content {
    padding: 15px 20px;
    background: #fff;
    color: #414042; }
    @media (min-width: 992px) {
      .c-popup__content {
        padding: 25px 35px; } }
    .c-popup__content p, .c-popup__content li {
      font-size: 2rem;
      font-family: OpenSans;
      line-height: 1.3;
      color: #414042; }
    .c-popup__content li {
      padding: 0 0 0 20px;
      position: relative; }
      .c-popup__content li:before {
        content: '●';
        position: absolute;
        color: #16b89d;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

/*# sourceMappingURL=maps/style.css.map */
.privacy_page_content p, .privacy_page_content h2, .terms_page_content p, .terms_page_content h2{
  font-family: "OpenSans-Regular" !important; 
}
.our-expertise-image {
    margin-left: 6% !important;
}

.strategic-alliances-list{
  font-size: 16px !important;
  color: #414042 !important;
}
.component-skynix-section-infoblock__text .component-skynix-section-infoblock__small{
  font-size: 16px !important;
}
.who-can-help-column__btn.button{
  background:#fbbd01;
  font-size: 16px;
  line-height: 25px;
  padding: 11px 27px;
  border-radius: 20px;
  font-family: "OpenSans-Bold";
}
p.component-skynix-section-infoblock__paragraph.height-para
{
    min-height: 345px;
}
.footer-block__form .ccf-form-complete{
	color: #0054a4;
}
#ccf_field_address-9-street, #ccf_field_address-9-line_two, #ccf_field_address-9-city, #ccf_field_address-9-state, #ccf_field_address-9-zipcode, #ccf_field_address-9-country, #ccf_field_Address-street, #ccf_field_Address-line_two, #ccf_field_Address-city, #ccf_field_Address-state, #ccf_field_Address-zipcode, #ccf_field_Address-country{
  width: 100% !important;
}

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

    .component-skynix-four-boxes.mcb-wrap.one .one-second.column{
      width:100%;
    }
}

@media only screen and (min-width: 1240px){

   .four_of_bottom_two{
    min-height: 358px;
   }

   .four_of_top_two{
    min-height: 458px;
   }
}

@media only screen and (min-width: 1024px){
  .crt-second-content-img{
    background-position: right 30% !important;
  }
}

@media only screen and (max-width: 767px){
  #Footer .widgets_wrapper .footer-block__nav{
    line-height: 2.7rem !important;
  }
  #Footer .widgets_wrapper{
    padding: 0px 0 0 !important;
  }
  .second-section-common-padding{
    padding-top: 35px !important;
  }
  .component-skynix-section__about--right .component-skynix-section-title--left{
    padding-top: 35px;
  }

  /*.component-skynix-section__home--management {
  padding-bottom: 0px !important; 
}*/

}

@media only screen and (min-width: 992px) and (max-width: 1024px){
  .management-block__title{
    font-size: 1.7rem;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 812px){
  .management-block__title{
    min-height: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px){
  .section_wrapper .component-skynix-herobanner.component-skynix-herobanner--small{
    width: 65%;
    float: right !important;
  }
}
.page-id-777 div{
	height: auto !important;
}