@charset "UTF-8";
/*!
	Theme Name: NoomV1
	Author: Handsome
	Version: 1.0.1
	Author URI: http://handsome.is
	Theme URI: http://handsome.is
	Tags: responsive-layout
	Description: This is a description for the Noom theme.
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

input {
  -webkit-appearance: none !important; }

@font-face {
  font-family: 'icomoon';
  src: url("css/fonts/icomoon.eot?bkj51p");
  src: url("css/fonts/icomoon.eot?bkj51p#iefix") format("embedded-opentype"), url("css/fonts/icomoon.ttf?bkj51p") format("truetype"), url("css/fonts/icomoon.woff?bkj51p") format("woff"), url("css/fonts/icomoon.svg?bkj51p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .icon, .menu-desktop li.menu-menu-item .iconmenu, .quote:before, .flex-prev, .flex-next, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange, .plan-item.active .btn-blue, .plan-item.active .btn-orange, .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .btn-orange, .icon-tw, .icon-fb, .icon-inst, .icon-pint, .icon-in {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-no-results:before {
  content: "\e902"; }

.icon-coachicon:before {
  content: "\e903"; }

.icon-find:before {
  content: "\e901"; }

.icon-employericon:before {
  content: "\e802"; }

.icon-payericon:before {
  content: "\e803"; }

.icon-providericon:before {
  content: "\e804"; }

.icon-planicon-01:before {
  content: "\e800"; }

.icon-platinum:before {
  content: "\e624"; }

.icon-press-download:before {
  content: "\e621"; }

.icon-mail:before {
  content: "\e002"; }

.icon-menu:before, .menu-desktop li.menu-menu-item .iconmenu:before {
  content: "\e601"; }

.icon-Eat:before {
  content: "\e60e"; }

.icon-GetInspired:before {
  content: "\e60f"; }

.icon-house:before {
  content: "\e610"; }

.icon-Move:before {
  content: "\e61e"; }

.icon-search:before {
  content: "\e61f"; }

.icon-Updates:before {
  content: "\e620"; }

.icon-chevron-thin-down:before {
  content: "\e604"; }

.icon-chevron-thin-left:before, .flex-prev:before, .flex-next:before {
  content: "\e609"; }

.icon-chevron-thin-right:before, .flex-next:before {
  content: "\e60a"; }

.icon-cross:before {
  content: "\e60c"; }

.icon-twitter:before, .icon-tw:before {
  content: "\e602"; }

.icon-plan2:before {
  content: "\e615"; }

.icon-idea:before {
  content: "\e616"; }

.icon-group:before {
  content: "\e617"; }

.icon-account:before {
  content: "\e618"; }

.icon-login:before {
  content: "\e619"; }

.icon-bugs:before {
  content: "\e61a"; }

.icon-apps:before {
  content: "\e61b"; }

.icon-exercise:before {
  content: "\e61c"; }

.icon-recipe:before {
  content: "\e61d"; }

.icon-link-left-arrow:before {
  content: "\e60d"; }

.icon-quotes-left:before, .quote:before {
  content: "\e600"; }

.icon-cross-mark1:before {
  content: "\e60b"; }

.icon-change:before, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:before, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:before, .plan-item.active .btn-blue:before, .plan-item.active .btn-orange:before, .pricing-plan-list li.active .btn-blue:before, .pricing-plan-list li.active .btn-orange:before {
  content: "\e605"; }

.icon-learn:before {
  content: "\e606"; }

.icon-plan:before {
  content: "\e607"; }

.icon-track:before {
  content: "\e608"; }

.icon-instagram:before, .icon-inst:before {
  content: "\e801"; }

.icon-quotes-left2:before {
  content: "\e622"; }

.icon-linkedin2:before, .icon-in:before {
  content: "\e900"; }

.icon-pinterest:before, .icon-pint:before {
  content: "\e625"; }

.icon-monitor:before {
  content: "\e611"; }

.icon-connect:before {
  content: "\e612"; }

.icon-guide:before {
  content: "\e613"; }

.icon-analyze:before {
  content: "\e614"; }

.icon-facebook:before, .icon-fb:before {
  content: "\e603"; }

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url("css/fonts/NanumGothic/NanumGothic-Regular.eot");
  src: url("css/fonts/NanumGothic/NanumGothic-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/NanumGothic/nanumgothic-webfont.woff2") format("woff2"), url("css/fonts/NanumGothic/nanumgothic-webfont.woff") format("woff"), url("css/fonts/NanumGothic/nanumgothic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url("css/fonts/NanumGothic/nanumgothicbold-webfont.eot");
  src: url("css/fonts/NanumGothic/nanumgothicbold-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/NanumGothic/nanumgothicbold-webfont.woff2") format("woff2"), url("css/fonts/NanumGothic/nanumgothicbold-webfont.woff") format("woff"), url("css/fonts/NanumGothic/nanumgothicbold-webfont.ttf") format("truetype"); }

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0 !important;
  min-height: 100%;
  height: 100%;
  position: relative; }

body {
  background: #fff;
  color: #efefef;
  font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 100%; }
  body.custom-background {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

a {
  color: #fba919;
  text-decoration: none; }

h1 a {
  color: #efefef; }

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

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

input, textarea {
  border: 1px solid #222;
  background: #efefef;
  padding: 0.3em 0.4em;
  box-shadow: inset -1px -1px 6px #222;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.site {
  margin: 0 auto;
  max-width: 1400px;
  min-width: 1024px;
  overflow: hidden; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.site {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 82px 0 0;
  min-height: 100%;
  position: relative; }

.wrapper {
  position: relative;
  padding: 0 10px;
  z-index: 5;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.only-mobile {
  display: none; }

.flip-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  position: relative; }
  .flip-container:hover .front, .flip-container.hover .front, .flip-container.hover:hover .front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg); }
  .flip-container:hover .back, .flip-container.hover .back, .flip-container.hover:hover .back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .ie9 .flip-container:hover .front, .ie9 .flip-container.hover .front {
    display: none; }

@media screen and (max-width: 767px) {
  .flip-container:hover .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .flip-container:hover .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg); } }

.flipper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 100% 20px;
  -moz-transform-origin: 100% 20px;
  -ms-transform-origin: 100% 20px;
  -o-transform-origin: 100% 20px;
  transform-origin: 100% 20px;
  position: relative; }

.front,
.back {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2; }

.back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

#wpadminbar {
  display: none; }
  .logged-in #wpadminbar {
    display: block; }

.center {
  overflow: hidden !important; }

.content {
  margin-bottom: 405px; }

/******************************************************************************	Settings
\******************************************************************************/
html {
  font-size: 16px; }
  @media screen and (min-width: 481px) {
    html {
      font-size: 18px; } }
  @media screen and (min-width: 1025px) {
    html {
      font-size: 20px; } }

/******************************************************************************	Font calculation mixins
\******************************************************************************/
/******************************************************************************	Standard font styling
\******************************************************************************/
body {
  font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  max-width: 100% !important;
}

p {
  color: #000; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

p,
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.5rem; }

blockquote {
  position: relative; }
  blockquote:before {
    display: block;
    float: left;
    content: '"';
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 15px 15px 0; }

h1,
.h1,
h2,
.page-careers.listings section.content .wrapper .content-text .item h3,
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item strong,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase; }
  @media screen and (min-width: 769px) {
    h1,
    .h1,
    h2,
    .page-careers.listings section.content .wrapper .content-text .item h3,
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .h2,
    h3,
    .h3,
    h4,
    h5,
    h6 {
      word-wrap: normal; } }

h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 481px) {
    h1,
    .h1 {
      font-size: 48px;
      font-size: 3rem; } }

h2, .page-careers.listings section.content .wrapper .content-text .item h3,
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item strong,
.h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 481px) {
    h2, .page-careers.listings section.content .wrapper .content-text .item h3,
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .h2 {
      font-size: 32px;
      font-size: 2rem; } }

h3,
.h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem; }
  @media screen and (min-width: 481px) {
    h3,
    .h3 {
      font-size: 19.2px;
      font-size: 1.2rem; } }

h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem; }

h2, .page-careers.listings section.content .wrapper .content-text .item h3,
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item strong,
h3 {
  page-break-after: avoid; }

p,
h2,
.page-careers.listings section.content .wrapper .content-text .item h3,
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item strong,
h3 {
  orphans: 3;
  widows: 3; }

p ~ h1 {
  margin-top: 3rem; }

.sticky {
  background: none; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  float: none; }

.wp-caption-text {
  background: #222; }

.gallery-caption {
  background: #222; }

.bypostauthor {
  background: #222; }

.post-links {
  *zoom: 1;
  width: 70%;
  margin: 1em auto; }
  .post-links:before, .post-links:after {
    content: " ";
    display: table; }
  .post-links:after {
    clear: both; }
  .post-links a {
    float: right; }
  .post-links a:first-child {
    float: left; }

.linked-page-nav {
  margin-top: 1em; }

.widget {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 31.2883435583%;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 2em 1.8em;
  position: relative; }
  .widget:last-child {
    margin-right: 0; }
  .widget h2, .widget .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .widget h3, .widget
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .widget strong, .widget
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .widget h3, .widget
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .widget strong {
    font-size: 17.6px;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5em;
    border-bottom: 0.1em solid #efefef; }
  .widget ul {
    padding-left: 1.6em; }
  .widget p {
    text-align: justify; }

.widget:nth-child(3n) {
  margin-right: 0; }

.widget:nth-child(3n+1) {
  clear: left; }

.widget_search label {
  display: block;
  padding: 0.2em 0; }

.widget_search input {
  width: 100%; }

#searchsubmit, #submit {
  padding: 0.3em 0.4em;
  border: 1px solid #222;
  margin-top: 0.2em;
  background-color: #fba919;
  color: #222;
  box-shadow: none; }

.comments {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 82.8220858896%;
  margin-left: 8.5889570552%;
  font-size: 14.4px;
  font-size: 0.9rem;
  background-color: #222;
  margin-bottom: 3em;
  padding: 2em; }
  .comments:last-child {
    margin-right: 0; }
  .comments ol {
    list-style: none;
    margin: 0;
    padding: 0; }

.comment-body {
  margin-bottom: 1.5em; }

.children .comment-body {
  padding-left: 2em; }

.comment-author {
  border-top: 0.1em solid #efefef;
  border-bottom: 0.1em solid #efefef;
  text-align: center;
  padding: 0.6em 0;
  position: relative; }
  .comment-author img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto; }

.byuser .comment-author {
  background-color: #fba919;
  color: #222; }
  .byuser .comment-author a {
    color: #222;
    text-decoration: underline; }

.comment-meta {
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.8em; }

.comments-title {
  font-size: 17.6px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0; }

.format-status .date, .format-link .date, .format-quote .date {
  width: 100%;
  padding: 5px 0 0; }

.format-status .date {
  border-color: #222; }

.format-link .date {
  border-color: #efefef; }

.format-quote .date {
  border-color: #fba919; }

.format-status .post-title {
  font-style: italic; }

.format-link .post-title {
  font-style: italic; }

.format-quote .post-title {
  font-style: italic; }

/*! Social Likes v3.0.14 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes, .social-likes__widget {
  display: inline-block;
  padding: 0;
  vertical-align: middle !important;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  list-style: none !important; }

.social-likes {
  opacity: 0; }

.social-likes_visible {
  opacity: 1;
  transition: opacity .1s ease-in; }

.social-likes > * {
  display: inline-block;
  visibility: hidden; }

.social-likes_vertical > * {
  display: block; }

.social-likes_visible > * {
  visibility: inherit; }

.social-likes__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.social-likes__widget:before, .social-likes__widget:after {
  display: none !important; }

.social-likes_vertical .social-likes__widget {
  display: block;
  float: left;
  clear: left; }

.social-likes__button, .social-likes__icon, .social-likes__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility; }

.social-likes__button, .social-likes__counter {
  display: inline-block;
  margin: 0;
  outline: 0; }

.social-likes__button {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.social-likes__button:before {
  content: "";
  display: inline-block; }

.social-likes__icon {
  position: absolute;
  top: 0;
  left: 0; }

.social-likes__counter {
  display: none;
  position: relative; }

.social-likes_ready .social-likes__counter, .social-likes__counter_single {
  display: inline-block; }

.social-likes_ready .social-likes__counter_empty {
  display: none; }

.social-likes_vertical .social-likes__widget {
  display: block; }

.social-likes_notext .social-likes__button {
  padding-left: 0; }

.social-likes_single-w {
  position: relative;
  display: inline-block; }

.social-likes_single {
  position: absolute;
  text-align: left;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .11s,opacity .1s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.social-likes_single.social-likes_opened {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s ease-out; }

.social-likes__button_single {
  position: relative; }

.social-likes {
  min-height: 36px;
  margin: -6px; }

.social-likes, .social-likes_single-w {
  line-height: 19px; }

.social-likes__widget {
  margin: 6px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 19px; }

.social-likes__widget:hover, .social-likes__widget:active, .social-likes__widget:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  cursor: pointer; }

.social-likes__button, .social-likes__counter {
  vertical-align: middle;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  cursor: inherit; }

.social-likes__button {
  padding: 1px 6px 1px 20px;
  font-weight: 400;
  border-right: 0; }

.social-likes__icon {
  width: 20px;
  height: 18px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.social-likes__counter {
  min-width: 12px;
  padding: 1px 4px;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #ccc; }

.social-likes__widget:hover > .social-likes__counter, .social-likes__widget:focus > .social-likes__counter, .social-likes__widget:active > .social-likes__counter, .social-likes__widget_active > .social-likes__counter {
  position: relative;
  border-left-color: transparent; }

.social-likes__widget:hover > .social-likes__counter:before, .social-likes__widget:focus > .social-likes__counter:before, .social-likes__widget:active > .social-likes__counter:before, .social-likes__widget_active > .social-likes__counter:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid;
  opacity: .4; }

.social-likes_vertical {
  margin: -6px; }

.social-likes_vertical .social-likes__widget {
  margin: 6px; }

.social-likes_notext {
  margin: -3px; }

.social-likes_notext .social-likes__widget {
  margin: 3px; }

.social-likes_notext .social-likes__button {
  width: 18px; }

.social-likes_notext .social-likes__icon {
  width: 100%;
  background-position: center center; }

.social-likes__widget_single {
  margin: 0; }

.social-likes_single {
  margin: -12px 0 0;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px; }

.social-likes__single-container {
  width: 100%;
  display: table; }

.social-likes_single .social-likes__widget {
  float: none;
  display: table-row;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: 0 0; }

.social-likes_single .social-likes__button {
  display: block;
  padding: 2px 6px 2px 24px; }

.social-likes_single .social-likes__icon {
  margin-left: 4px;
  margin-top: 2px; }

.social-likes_single .social-likes__counter {
  display: table-cell;
  padding: 2px 8px 2px 4px;
  border-left: 0;
  text-align: right; }

.social-likes_single .social-likes__widget:hover > .social-likes__counter:before, .social-likes_single .social-likes__widget:focus > .social-likes__counter:before, .social-likes_single .social-likes__widget:active > .social-likes__counter:before {
  display: none; }

.social-likes__widget_single:hover, .social-likes__widget_single:active, .social-likes__widget_single:focus, .social-likes__widget_active {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3673f4;
  border-color: #3673f4;
  color: #fff; }

.social-likes__widget_facebook:hover, .social-likes__widget_facebook:active, .social-likes__widget_facebook:focus {
  background: #425497;
  border-color: #425497; }

.social-likes__widget_twitter:hover, .social-likes__widget_twitter:active, .social-likes__widget_twitter:focus {
  background: #00b7ec;
  border-color: #00b7ec; }

.social-likes__widget_plusone:hover, .social-likes__widget_plusone:active, .social-likes__widget_plusone:focus {
  background: #dd4241;
  border-color: #dd4241; }

.social-likes__widget_mailru:hover, .social-likes__widget_mailru:active, .social-likes__widget_mailru:focus {
  background: #255896;
  border-color: #255896;
  color: #ffcd00; }

.social-likes__widget_vkontakte:hover, .social-likes__widget_vkontakte:active, .social-likes__widget_vkontakte:focus {
  background: #526e8f;
  border-color: #526e8f; }

.social-likes__widget_odnoklassniki:hover, .social-likes__widget_odnoklassniki:active, .social-likes__widget_odnoklassniki:focus {
  background: #f6903b;
  border-color: #f6903b; }

.social-likes__widget_pinterest:hover, .social-likes__widget_pinterest:active, .social-likes__widget_pinterest:focus {
  background: #cc002b;
  border-color: #cc002b; }

body.noom-kr, body.page-allright {
  font-family: Nanum Gothic, sans-serif !important; }
  body.noom-kr h1,
  body.noom-kr .h1,
  body.noom-kr h2,
  body.noom-kr .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  body.noom-kr h3,
  body.noom-kr
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  body.noom-kr strong,
  body.noom-kr
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  body.noom-kr h3,
  body.noom-kr
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  body.noom-kr strong,
  body.noom-kr .h2,
  body.noom-kr h3,
  body.noom-kr .h3,
  body.noom-kr h4,
  body.noom-kr h5,
  body.noom-kr h6, body.page-allright h1,
  body.page-allright .h1,
  body.page-allright h2,
  body.page-allright .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  body.page-allright h3,
  body.page-allright
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  body.page-allright strong,
  body.page-allright
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  body.page-allright h3,
  body.page-allright
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  body.page-allright strong,
  body.page-allright .h2,
  body.page-allright h3,
  body.page-allright .h3,
  body.page-allright h4,
  body.page-allright h5,
  body.page-allright h6 {
    font-family: Nanum Gothic, sans-serif; }

body.noom-jp {
  font-family: Nanum Gothic, sans-serif !important; }
  body.noom-jp h1,
  body.noom-jp .h1,
  body.noom-jp h2,
  body.noom-jp .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  body.noom-jp h3,
  body.noom-jp
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  body.noom-jp strong,
  body.noom-jp
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  body.noom-jp h3,
  body.noom-jp
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  body.noom-jp strong,
  body.noom-jp .h2,
  body.noom-jp h3,
  body.noom-jp .h3,
  body.noom-jp h4,
  body.noom-jp h5,
  body.noom-jp h6 {
    font-family: "Noto Sans Japanese", sans-serif; }

.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110; }
  .site-header-content {
    -webkit-box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    -moz-box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 82px;
    margin: 0 auto;
    max-width: 1400px;
    padding: 25px 37px; }
    .site-header-content > span {
      color: #447ad4;
      font-size: 29px;
      float: right;
      margin: 3px 0 0;
      cursor: pointer;
      display: none; }
    .site-header-content.coach > span {
      color: #f58932; }
  .logged-in.admin-bar .site-header {
    top: 32px; }
  .custom-background.category-healthcare-blog .site-header,
  .custom-background.category-engineering-blog .site-header,
  .custom-background.single-post .site-header {
    background: #f8f8f8; }

.main-menu {
  padding: 0 !important; }

.custom-header {
  position: absolute;
  top: 0; }

.menu-desktop li {
  float: left;
  list-style: none;
  margin: 2px 0 0 32px;
  line-height: 28px;
  text-transform: capitalize; }
  .menu-desktop li.menu-menu-item {
    color: #447ad4;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 55px;
    padding-bottom: 30px;
    position: relative;
    cursor: pointer; }
    .menu-desktop li.menu-menu-item .iconmenu {
      opacity: 1 !important;
      display: inline-block;
      float: left;
      font-size: 24px;
      font-weight: bold;
      line-height: 28px;
      margin-right: 5px; }
    .menu-desktop li.menu-menu-item .menu-drop-down {
      display: none;
      -webkit-box-shadow: -6px 6px 11px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: -6px 6px 11px 0px rgba(0, 0, 0, 0.1);
      box-shadow: -6px 6px 11px 0px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      float: none;
      margin-right: -86px;
      margin-top: 30px;
      padding-top: 0px;
      position: absolute;
      right: 0;
      width: 235px;
      z-index: 1000; }
      .menu-desktop li.menu-menu-item .menu-drop-down li {
        margin: 0;
        float: none; }
        .menu-desktop li.menu-menu-item .menu-drop-down li.current-menu-item a {
          color: #4d4d4d !important; }
          .menu-desktop li.menu-menu-item .menu-drop-down li.current-menu-item a:hover {
            color: #447ad4 !important; }
        .menu-desktop li.menu-menu-item .menu-drop-down li:hover {
          background: #f2f2f2 url("images/menu-hover-drop-down.png") repeat-y; }
          .menu-desktop li.menu-menu-item .menu-drop-down li:hover a {
            color: #447ad4 !important; }
        .menu-desktop li.menu-menu-item .menu-drop-down li a {
          font-size: 20px;
          color: #4d4d4d;
          display: block;
          padding: 17px 0 17px 28px; }
        .menu-desktop li.menu-menu-item .menu-drop-down li.social {
          padding: 0;
          background: none; }
          .menu-desktop li.menu-menu-item .menu-drop-down li.social ul {
            float: none; }
            .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
              padding-left: 30px;
              float: left; }
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li:hover {
                background: none;
                color: #447ad4 !important; }
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a:hover {
                background: none !important; }
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li .icon-inst,
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li .icon-fb,
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li .icon-tw,
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li .icon-pint,
              .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li .icon-in {
                font-family: "icomoon";
                color: #447ad4;
                font-size: 26px;
                width: 20px;
                padding: 20px 0 50px; }
    .menu-desktop li.menu-menu-item:hover .menu-drop-down {
      display: block; }
  .menu-desktop li.install-now-menu-item {
    margin: 3px 0 0 39px;
    width: 100px; }
    .menu-desktop li.install-now-menu-item .flip-container,
    .menu-desktop li.install-now-menu-item .front,
    .menu-desktop li.install-now-menu-item .back {
      height: 28px;
      width: 100%; }
    .menu-desktop li.install-now-menu-item .front a {
      font-weight: bold;
      font-size: 14px;
      border-radius: 15px;
      background: #447ad4;
      height: 29px;
      line-height: 29px;
      position: relative;
      top: -2px;
      padding: 0;
      display: inline-block;
      color: #fff !important;
      width: 100%;
      text-align: center;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .menu-desktop li.install-now-menu-item .front a:hover {
        background: #447ad4; }
      .menu-desktop li.install-now-menu-item .front a:active {
        background: #447ad4; }
    .menu-desktop li.install-now-menu-item .back {
      text-align: center; }
      .menu-desktop li.install-now-menu-item .back a {
        display: inline-block;
        margin: 0 10px; }
        .menu-desktop li.install-now-menu-item .back a.icon-apple {
          background-size: 22px 27px;
          height: 27px;
          width: 22px; }
        .menu-desktop li.install-now-menu-item .back a.icon-google {
          background-size: 27px 27px;
          height: 27px;
          width: 27px; }
  .menu-desktop li.purchase-menu-item a {
    display: block;
    height: 34px;
    background: #447ad4;
    color: white;
    border-radius: 20px;
    line-height: 35px;
    padding: 0 20px; }
    .menu-desktop li.purchase-menu-item a:hover {
      color: white !important; }

.menu-desktop ul {
  margin: -3px 31px 0 0; }

.menu-desktop .btn,
.menu-desktop ul {
  float: right; }

.menu-desktop a {
  text-decoration: none;
  color: #a5a5a5;
  font-size: 14px;
  opacity: 1 !important;
  font-weight: 300; }
  .menu-desktop a:hover {
    color: #447ad4 !important; }

.menu-desktop.coach li.menu-menu-item {
  color: #f58932; }
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.current-menu-item a:hover {
    color: #f58932 !important; }
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li:hover {
    background: #f2f2f2 url("images/menu-hover-drop-down-orange.png") repeat-y; }
    .menu-desktop.coach li.menu-menu-item .menu-drop-down li:hover a {
      color: #f58932 !important; }
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.social ul li:hover {
    color: #f58932 !important; }
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.social ul li .icon-inst,
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.social ul li .icon-fb,
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.social ul li .icon-tw,
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.social ul li .icon-pint,
  .menu-desktop.coach li.menu-menu-item .menu-drop-down li.social ul li .icon-in {
    color: #f58932; }

.menu-desktop.coach a:hover {
  color: #f58932 !important; }

.logo, .logo-coach {
  background: url("images/noomlogo.png") no-repeat;
  width: 130px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 130px;
  height: 30px;
  text-indent: -1000px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .logo, .logo-coach {
      background-image: url("images/noomlogo-2x.png");
      background-size: 130px 30px; } }
  .scroll .logo, .scroll .logo-coach {
    height: 58px; }

.mobile-menu {
  display: none;
  background: rgba(255, 255, 255, 0.99);
  position: fixed;
  left: 0;
  top: 55px;
  z-index: 131;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mobile-menu ul {
    overflow: hidden;
    display: inline-block; }
  .mobile-menu:after {
    position: fixed;
    top: 55px;
    left: 15px;
    border-top: 1px solid #ececec;
    display: inline-block;
    content: '';
    right: 15px; }
  .logged-in.admin-bar .mobile-menu {
    top: 101px; }

.nav-mobile-menu ul {
  width: 100%; }

.nav-mobile-menu li {
  border-bottom: 1px solid #ececec; }
  .nav-mobile-menu li.install-now-menu-item {
    padding: 20px 0; }
    .nav-mobile-menu li.install-now-menu-item .flip-container,
    .nav-mobile-menu li.install-now-menu-item .front,
    .nav-mobile-menu li.install-now-menu-item .back {
      height: 50px;
      width: 100%; }
    .nav-mobile-menu li.install-now-menu-item .front a {
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 25px;
      background: #447ad4;
      height: 50px;
      line-height: 50px;
      padding: 0;
      display: block;
      color: #fff !important;
      width: 100%;
      text-align: center;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .nav-mobile-menu li.install-now-menu-item .front a:hover {
        background: #447ad4; }
      .nav-mobile-menu li.install-now-menu-item .front a:active {
        background: #447ad4; }
    .nav-mobile-menu li.install-now-menu-item .back {
      text-align: center; }
      .nav-mobile-menu li.install-now-menu-item .back a {
        display: inline-block;
        margin: 0 30px; }
        .nav-mobile-menu li.install-now-menu-item .back a.icon-apple {
          width: 30px; }
        .nav-mobile-menu li.install-now-menu-item .back a.icon-google {
          width: 36px; }
  .nav-mobile-menu li.store-link-menu-item a {
    display: inline-block;
    margin: 10px 20px;
    position: relative; }
    .nav-mobile-menu li.store-link-menu-item a.icon-apple {
      width: 30px;
      top: 4px; }
    .nav-mobile-menu li.store-link-menu-item a.icon-google {
      width: 36px;
      top: 5px; }

.nav-mobile-menu a {
  line-height: 66px;
  text-align: center;
  color: #8f8f8f;
  font-size: 15px;
  text-decoration: none;
  display: block;
  text-transform: none;
  width: 100%;
  font-weight: 500; }
  .nav-mobile-menu a:hover {
    color: #447ad4; }

.nav-mobile-menu .current_page_item a {
  color: #447ad4; }

.nav-mobile-menu.coach a:hover {
  color: #ff8a1a; }

.nav-mobile-menu.coach .current_page_item a {
  color: #ff8a1a; }

.social-header {
  margin: 0 0 74px; }
  .social-header ul {
    margin: 0;
    width: auto; }
  .social-header li {
    float: left;
    border: none;
    margin: 0 0 0 50px; }
    .social-header li:first-child {
      margin: 0; }
  .social-header a {
    line-height: normal;
    font-size: 35px;
    color: #447ad4;
    display: inline-block;
    width: auto; }
  .social-header.coach a {
    color: #ff8a1a; }

.overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.site.noom2016 {
  min-width: 1190px;
  box-shadow: 0px 0px 24px 0px rgba(37, 49, 55, 0.3); }
  .site.noom2016.no-header, .site.noom2016.no-header-footer {
    padding-top: 0; }
  .site.noom2016.no-footer .content, .site.noom2016.no-header-footer .content {
    margin-bottom: 0; }
  .site.noom2016 .site-header {
    background: white; }
    .site.noom2016 .site-header .site-header-content {
      background: white;
      box-shadow: none;
      border-bottom: 1px #bfc2ca solid; }
      .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item:hover .menu-drop-down {
        display: none; }
      .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down {
        top: -60px;
        background-color: #4879d9;
        width: auto;
        height: auto;
        min-height: 2000px;
        box-shadow: none; }
        @media screen and (min-height: 480px) and (max-height: 1080px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li {
            line-height: 22px;
            line-height: 1.1444028298vw; } }
        @media screen and (min-height: 1081px) and (max-height: 2159px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li {
            line-height: 22px;
            line-height: 0.7724719101vw; } }
        @media screen and (min-height: 2160px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li {
            line-height: 22px;
            line-height: 0.5722014149vw; } }
        @media screen and (min-width: 3840px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li {
            line-height: 22px; } }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li:hover {
          background: #f2f2f2 repeat-y; }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close {
          padding-top: 15px; }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close {
              margin: 0 0 5.2018310445vw 0; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close {
              margin: 0 0 3.5112359551vw 0; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close {
              margin: 0 0 2.6009155223vw 0; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close {
              margin: 0 0 100px 0; } }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close:hover {
            background: none; }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
            float: right; }
            @media screen and (min-height: 480px) and (max-height: 1080px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                font-size: 14px;
                font-size: 0.7282563462vw; } }
            @media screen and (min-height: 1081px) and (max-height: 2159px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                font-size: 14px;
                font-size: 0.4915730337vw; } }
            @media screen and (min-height: 2160px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                font-size: 14px;
                font-size: 0.3641281731vw; } }
            @media screen and (min-width: 3840px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                font-size: 14px; } }
            @media screen and (min-height: 480px) and (max-height: 1080px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                line-height: 11px;
                line-height: 0.5722014149vw; } }
            @media screen and (min-height: 1081px) and (max-height: 2159px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                line-height: 11px;
                line-height: 0.3862359551vw; } }
            @media screen and (min-height: 2160px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                line-height: 11px;
                line-height: 0.2861007074vw; } }
            @media screen and (min-width: 3840px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a {
                line-height: 11px; } }
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span {
              color: white;
              position: relative;
              top: -6px;
              margin-right: 5px; }
              @media screen and (min-height: 480px) and (max-height: 1080px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span {
                  font-size: 18px;
                  font-size: 0.936329588vw; } }
              @media screen and (min-height: 1081px) and (max-height: 2159px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span {
                  font-size: 18px;
                  font-size: 0.6320224719vw; } }
              @media screen and (min-height: 2160px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span {
                  font-size: 18px;
                  font-size: 0.468164794vw; } }
              @media screen and (min-width: 3840px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span {
                  font-size: 18px; } }
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span.close_button {
                color: white;
                padding-top: 10px;
                margin-top: 10px;
                top: 0; }
                @media screen and (min-height: 480px) and (max-height: 1080px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span.close_button {
                    font-size: 45px;
                    font-size: 2.34082397vw; } }
                @media screen and (min-height: 1081px) and (max-height: 2159px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span.close_button {
                    font-size: 45px;
                    font-size: 1.5800561798vw; } }
                @media screen and (min-height: 2160px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span.close_button {
                    font-size: 45px;
                    font-size: 1.170411985vw; } }
                @media screen and (min-width: 3840px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.close a span.close_button {
                    font-size: 45px; } }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up:hover {
          background: none; }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
          -webkit-border-radius: 45px;
          -moz-border-radius: 45px;
          border-radius: 45px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          background: none repeat scroll 0 0 #f88b00;
          border: medium none;
          color: #fff;
          font-weight: bold;
          margin: 1.8459069021vw 0 1.6853932584vw;
          padding: 0 1.2038523274vw;
          width: 100%;
          height: 2.2070626003vw;
          letter-spacing: -1px; }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              font-size: 28px;
              font-size: 1.4565126925vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              font-size: 28px;
              font-size: 0.9831460674vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              font-size: 28px;
              font-size: 0.7282563462vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              font-size: 28px; } }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              margin: 2.3928422805vw 0 2.1847690387vw 0; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              margin: 1.6151685393vw 0 1.4747191011vw 0; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              margin: 1.1964211402vw 0 1.0923845194vw 0; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              margin: 46px 0 42px 0; } }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              padding: 0 1.5605493134vw 0 1.5605493134vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              padding: 0 1.0533707865vw 0 1.0533707865vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              padding: 0 0.7802746567vw 0 0.7802746567vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              padding: 0 30px 0 30px; } }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              height: 2.8610070745vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              height: 1.9311797753vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              height: 1.4305035372vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.sing-up a button {
              height: 55px; } }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
          position: relative; }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              padding: 0 0 0 2.0287141074vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              padding: 0 0 0 1.3693820225vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              padding: 0 0 0 1.0143570537vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              padding: 0 0 0 39px; } }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              height: 3.4852267998vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              height: 2.3525280899vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              height: 1.7426133999vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social {
              height: 67px; } }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social:hover {
            background: none; }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
            -webkit-border-radius: 19px;
            -moz-border-radius: 19px;
            border-radius: 19px;
            background: white;
            padding-left: 0; }
            @media screen and (min-height: 480px) and (max-height: 1080px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                margin: 0 0.7802746567vw 0 0; } }
            @media screen and (min-height: 1081px) and (max-height: 2159px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                margin: 0 0.5266853933vw 0 0; } }
            @media screen and (min-height: 2160px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                margin: 0 0.3901373283vw 0 0; } }
            @media screen and (min-width: 3840px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                margin: 0 15px 0 0; } }
            @media screen and (min-height: 480px) and (max-height: 1080px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                height: 1.9766957969vw; } }
            @media screen and (min-height: 1081px) and (max-height: 2159px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                height: 1.3342696629vw; } }
            @media screen and (min-height: 2160px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                height: 0.9883478985vw; } }
            @media screen and (min-width: 3840px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                height: 38px; } }
            @media screen and (min-height: 480px) and (max-height: 1080px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                width: 1.9766957969vw; } }
            @media screen and (min-height: 1081px) and (max-height: 2159px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                width: 1.3342696629vw; } }
            @media screen and (min-height: 2160px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                width: 0.9883478985vw; } }
            @media screen and (min-width: 3840px) {
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li {
                width: 38px; } }
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li:hover {
              background: #e6e6e6; }
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
              display: inline-block;
              text-align: center;
              padding: 0; }
              @media screen and (min-height: 480px) and (max-height: 1080px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  width: 1.9766957969vw; } }
              @media screen and (min-height: 1081px) and (max-height: 2159px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  width: 1.3342696629vw; } }
              @media screen and (min-height: 2160px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  width: 0.9883478985vw; } }
              @media screen and (min-width: 3840px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  width: 38px; } }
              @media screen and (min-height: 480px) and (max-height: 1080px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  line-height: 30px;
                  line-height: 1.5605493134vw; } }
              @media screen and (min-height: 1081px) and (max-height: 2159px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  line-height: 30px;
                  line-height: 1.0533707865vw; } }
              @media screen and (min-height: 2160px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  line-height: 30px;
                  line-height: 0.7802746567vw; } }
              @media screen and (min-width: 3840px) {
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a {
                  line-height: 30px; } }
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a:before {
                color: #4879d9; }
                @media screen and (min-height: 480px) and (max-height: 1080px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a:before {
                    font-size: 20px;
                    font-size: 1.0403662089vw; } }
                @media screen and (min-height: 1081px) and (max-height: 2159px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a:before {
                    font-size: 20px;
                    font-size: 0.702247191vw; } }
                @media screen and (min-height: 2160px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a:before {
                    font-size: 20px;
                    font-size: 0.5201831045vw; } }
                @media screen and (min-width: 3840px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a:before {
                    font-size: 20px; } }
              .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                background: transparent url("/content/themes/noomV2/images/icon-naver-blog-menu.png") no-repeat scroll 0 center/38px auto;
                background-position: 0;
                margin-top: 0;
                padding: 0; }
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw:before {
                  content: ""; }
                @media screen and (min-height: 480px) and (max-height: 1080px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    background-size: 1.9766957969vw; } }
                @media screen and (min-height: 1081px) and (max-height: 2159px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    background-size: 1.3342696629vw; } }
                @media screen and (min-height: 2160px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    background-size: 0.9883478985vw; } }
                @media screen and (min-width: 3840px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    background-size: 38px; } }
                @media screen and (min-height: 480px) and (max-height: 1080px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    height: 1.9766957969vw; } }
                @media screen and (min-height: 1081px) and (max-height: 2159px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    height: 1.3342696629vw; } }
                @media screen and (min-height: 2160px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    height: 0.9883478985vw; } }
                @media screen and (min-width: 3840px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    height: 38px; } }
                @media screen and (min-height: 480px) and (max-height: 1080px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    width: 1.9766957969vw; } }
                @media screen and (min-height: 1081px) and (max-height: 2159px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    width: 1.3342696629vw; } }
                @media screen and (min-height: 2160px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    width: 0.9883478985vw; } }
                @media screen and (min-width: 3840px) {
                  .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw {
                    width: 38px; } }
                .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw:hover {
                  background: url("/content/themes/noomV2/images/icon-naver-blog-menu.png") no-repeat !important; }
                  @media screen and (min-height: 480px) and (max-height: 1080px) {
                    .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw:hover {
                      background-size: 1.9766957969vw !important; } }
                  @media screen and (min-height: 1081px) and (max-height: 2159px) {
                    .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw:hover {
                      background-size: 1.3342696629vw !important; } }
                  @media screen and (min-height: 2160px) {
                    .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw:hover {
                      background-size: 0.9883478985vw !important; } }
                  @media screen and (min-width: 3840px) {
                    .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social ul li a.icon-blog-tw:hover {
                      background-size: 38px !important; } }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.social .bottom-line {
            width: 77%;
            border-top: 1px white solid;
            position: absolute;
            bottom: 0; }
        @media screen and (min-height: 480px) and (max-height: 1080px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change {
            padding: 1.5605493134vw 0 0 2.0807324178vw; } }
        @media screen and (min-height: 1081px) and (max-height: 2159px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change {
            padding: 1.0533707865vw 0 0 1.404494382vw; } }
        @media screen and (min-height: 2160px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change {
            padding: 0.7802746567vw 0 0 1.0403662089vw; } }
        @media screen and (min-width: 3840px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change {
            padding: 30px 0 0 40px; } }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change:hover {
          background: none; }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change select {
          height: 26px;
          width: 115px;
          background-color: red; }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change .select2-container .select2-selection--single {
          background-color: #4879d9;
          border: 1px solid white; }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change .select2-container .select2-selection--single .select2-selection__rendered {
            color: white; }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.language-change .select2-container .select2-selection--single .select2-selection__arrow b {
            margin-left: -5px;
            margin-top: -1px;
            border-color: white transparent transparent transparent;
            border-width: 5px 5px 0 4px; }
        @media screen and (min-height: 480px) and (max-height: 1080px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links {
            margin: 0.7802746567vw 0 0 0; } }
        @media screen and (min-height: 1081px) and (max-height: 2159px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links {
            margin: 0.5266853933vw 0 0 0; } }
        @media screen and (min-height: 2160px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links {
            margin: 0.3901373283vw 0 0 0; } }
        @media screen and (min-width: 3840px) {
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links {
            margin: 15px 0 0 0; } }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links:hover {
          background: none; }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links:hover a {
            color: white !important; }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul {
          float: left;
          margin-left: 0px; }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li {
              height: 1.4565126925vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li {
              height: 0.9831460674vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li {
              height: 0.7282563462vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li {
              height: 28px; } }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li:hover {
            background: none; }
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li:hover a {
              color: white; }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              font-size: 15px;
              font-size: 0.7802746567vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              font-size: 15px;
              font-size: 0.5266853933vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              font-size: 15px;
              font-size: 0.3901373283vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              font-size: 15px; } }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              padding: 0 0 0 2.0807324178vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              padding: 0 0 0 1.404494382vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              padding: 0 0 0 1.0403662089vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a {
              padding: 0 0 0 40px; } }
          .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li.support-links ul li a:hover {
            color: white; }
        .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
          color: white; }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              font-size: 28px;
              font-size: 1.4565126925vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              font-size: 28px;
              font-size: 0.9831460674vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              font-size: 28px;
              font-size: 0.7282563462vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              font-size: 28px; } }
          @media screen and (min-height: 480px) and (max-height: 1080px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              padding: 0.8843112776vw 2.5488972118vw 0.8843112776vw 2.5488972118vw; } }
          @media screen and (min-height: 1081px) and (max-height: 2159px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              padding: 0.5969101124vw 1.720505618vw 0.5969101124vw 1.720505618vw; } }
          @media screen and (min-height: 2160px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              padding: 0.4421556388vw 1.2744486059vw 0.4421556388vw 1.2744486059vw; } }
          @media screen and (min-width: 3840px) {
            .site.noom2016 .site-header .site-header-content .menu-desktop li.menu-menu-item .menu-drop-down li a {
              padding: 17px 49px 17px 49px; } }

.main-menu {
  padding-top: 20px; }
  .main-menu .menu-item a {
    color: scale-lightness(#222, 70%);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap; }
    .main-menu .menu-item a:hover {
      color: #efefef; }

/******************************************************************************	General
\******************************************************************************/
article {
  *zoom: 1; }
  article:before, article:after {
    content: " ";
    display: table; }
  article:after {
    clear: both; }

.archive-title, .search-title h1 {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: normal;
  background: #efefef;
  text-align: center;
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.6em 0; }

.archive-description, .second-search {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0;
  background: #efefef;
  color: #222;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0.8em; }
  .archive-description p, .second-search p {
    margin: 0; }
  .archive-description form, .second-search form {
    margin-top: 0.5em;
    margin-bottom: 0.6em; }
  .archive-description input, .second-search input {
    box-shadow: none; }

/******************************************************************************	Standard-page
\******************************************************************************/
.post-title {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 82.8220858896%;
  margin-left: 8.5889570552%;
  border-top: 0.03em solid #efefef;
  border-bottom: 0.03em solid #efefef;
  text-align: center;
  margin-bottom: 0.2em; }
  .post-title:last-child {
    margin-right: 0; }
  .post-title:first-child {
    margin-top: 1em; }

.single .post-title:first-child {
  margin-top: 1em; }

.post-meta {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 65.6441717791%;
  margin-left: 17.1779141104%;
  text-align: center;
  font-style: italic; }
  .post-meta:last-child {
    margin-right: 0; }

.post-content {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 82.8220858896%;
  margin-left: 8.5889570552%;
  position: relative;
  background: #efefef;
  color: #222;
  padding: 1.5em;
  margin-top: 1.5em; }
  .post-content:last-child {
    margin-right: 0; }

.page .post-content {
  margin-bottom: 3.5em; }

/******************************************************************************	Front-page and archives
\******************************************************************************/
.home .post-content, .archive .post-content, .search .post-content, .author .post-content {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 65.6441717791%;
  margin-left: 17.1779141104%;
  background: none;
  color: #efefef;
  padding: 0;
  text-align: center; }
  .home .post-content:last-child, .archive .post-content:last-child, .search .post-content:last-child, .author .post-content:last-child {
    margin-right: 0; }

.pagination {
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 100%;
  border-bottom: 3px solid #efefef; }
  .pagination:last-child {
    margin-right: 0; }
  .pagination ul {
    list-style: none;
    text-align: center;
    margin: 1em 0 0 0;
    padding: 0.6em 0;
    background: #222; }
  .pagination li {
    display: inline;
    margin: 0 0.5em; }

/******************************************************************************	Widgets
\******************************************************************************/
.page-content .widgets {
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  .page-content .widgets:before, .page-content .widgets:after {
    content: " ";
    display: table; }
  .page-content .widgets:after {
    clear: both; }
  .page-content .widgets .widgettitle {
    color: #fff;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3; }
    @media screen and (min-width: 481px) {
      .page-content .widgets .widgettitle {
        font-size: 19.2px;
        font-size: 1.2rem; } }
    @media screen and (min-width: 769px) {
      .page-content .widgets .widgettitle {
        font-size: 32px;
        font-size: 2rem; } }
  .page-content .widgets .widget {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 100%;
    margin-bottom: 2em;
    color: #111111; }
    .page-content .widgets .widget:last-child {
      margin-right: 0; }
    .page-content .widgets .widget:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 481px) {
      .page-content .widgets .widget {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%;
        font-size: 12.8px;
        font-size: 0.8rem;
        margin-bottom: 0; }
        .page-content .widgets .widget:last-child {
          margin-right: 0; }
        .page-content .widgets .widget:nth-child(3n) {
          margin-right: 0; }
        .page-content .widgets .widget:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 769px) {
      .page-content .widgets .widget {
        font-size: 16px;
        font-size: 1rem; } }
  .page-content .widgets .wp-post-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1em; }
  .page-content .widgets .read-more {
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.25em; }
    .page-content .widgets .read-more:hover {
      border-bottom: 2px solid #fff; }

.masthead, .plan, .track, .change, .learn, .success-story-slider .slides li, .page-template-template-kr-purchase .masthead-purchase, .page-business .masthead-business,
.page-business .map, .page-careers.welcome section.masthead-careers, .page-careers.departments section.masthead-careers, .page-careers.listings section.masthead-careers,
.page-engineer.welcome section.masthead-careers,
.page-engineer.departments section.masthead-careers,
.page-engineer.listings section.masthead-careers, .about_item article, .support {
  padding: 0; }
  .masthead .bg, .plan .bg, .track .bg, .change .bg, .learn .bg, .success-story-slider .slides li .bg, .page-template-template-kr-purchase .masthead-purchase .bg, .page-business .masthead-business .bg,
  .page-business .map .bg, .page-careers.welcome section.masthead-careers .bg, .page-careers.departments section.masthead-careers .bg, .page-careers.listings section.masthead-careers .bg,
  .page-engineer.welcome section.masthead-careers .bg,
  .page-engineer.departments section.masthead-careers .bg,
  .page-engineer.listings section.masthead-careers .bg, .about_item article .bg, .support .bg {
    background: #fdfdfb; }
  .masthead h2, .plan h2, .track h2, .change h2, .learn h2, .success-story-slider .slides li h2, .page-template-template-kr-purchase .masthead-purchase h2, .page-business .masthead-business h2,
  .page-business .map h2, .page-careers.welcome section.masthead-careers h2, .page-careers.departments section.masthead-careers h2, .page-careers.listings section.masthead-careers h2,
  .page-engineer.welcome section.masthead-careers h2,
  .page-engineer.departments section.masthead-careers h2,
  .page-engineer.listings section.masthead-careers h2, .about_item article h2, .support h2, .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .masthead h3, .plan .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .plan h3, .track .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .track h3, .change .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .change h3, .learn .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .learn h3, .success-story-slider .slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .page-template-template-kr-purchase .masthead-purchase .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase h3, .page-business .masthead-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business h3,
  .page-business .map .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .map h3, .page-careers.welcome section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers h3,
  .page-engineer.welcome section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3,
  .page-engineer.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .about_item article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about_item article h3, .support .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .support h3, .masthead
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .masthead strong, .plan
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .plan strong, .track
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .track strong, .change
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .change strong, .learn
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .learn strong, .success-story-slider .slides li
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong, .page-template-template-kr-purchase .masthead-purchase
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase strong, .page-business .masthead-business
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business strong,
  .page-business .map
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .map strong, .page-careers.welcome section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong, .page-careers.departments section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers strong,
  .page-engineer.welcome section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-engineer.departments section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong, .about_item article
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .about_item article strong, .support
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .support strong, .masthead
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .masthead h3, .plan
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .plan h3, .track
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .track h3, .change
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .change h3, .learn
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .learn h3, .success-story-slider .slides li
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .page-template-template-kr-purchase .masthead-purchase
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase h3, .page-business .masthead-business
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business h3,
  .page-business .map
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .map h3, .page-careers.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3, .page-careers.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers h3, .about_item article
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .about_item article h3, .support
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .support h3, .masthead
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .masthead strong, .plan
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .plan strong, .track
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .track strong, .change
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .change strong, .learn
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .learn strong, .success-story-slider .slides li
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong, .page-template-template-kr-purchase .masthead-purchase
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase strong, .page-business .masthead-business
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business strong,
  .page-business .map
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .map strong, .page-careers.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong, .page-careers.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers strong, .about_item article
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .about_item article strong, .support
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .support strong {
    font-size: 50px;
    line-height: 55px;
    color: #3f3f3f;
    letter-spacing: 1px; }
  .masthead p, .plan p, .track p, .change p, .learn p, .success-story-slider .slides li p, .page-template-template-kr-purchase .masthead-purchase p, .page-business .masthead-business p,
  .page-business .map p, .page-careers.welcome section.masthead-careers p, .page-careers.departments section.masthead-careers p, .page-careers.listings section.masthead-careers p,
  .page-engineer.welcome section.masthead-careers p,
  .page-engineer.departments section.masthead-careers p,
  .page-engineer.listings section.masthead-careers p, .about_item article p, .support p {
    color: #9c9c9b;
    font-weight: 300;
    margin: 0 0 0 1px; }

h2, .page-careers.listings section.content .wrapper .content-text .item h3,
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item strong {
  color: #3f3f3f;
  font-size: 60px;
  font-weight: 300;
  text-transform: none;
  clear: both;
  letter-spacing: 1.8px; }

.content_item {
  overflow: hidden;
  position: relative; }
  .content_item p {
    font-size: 18px;
    line-height: 26px; }

.bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 700px;
  min-width: 1400px;
  width: 100%; }
  .bg img {
    width: 100%;
    min-height: 100%; }

.masthead {
  height: 640px; }
  .masthead h2, .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .masthead h3, .masthead
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .masthead strong, .masthead
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .masthead h3, .masthead
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .masthead strong {
    width: 450px;
    line-height: 70px;
    margin: 0 0 21px; }
  .masthead .icon-chevron-thin-down {
    color: #22c1c6;
    font-size: 15px;
    margin: 5px; }
  .masthead p {
    width: 360px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px; }
  .masthead .bg {
    min-height: 636px;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

section.masthead .wrapper,
section.plan .wrapper,
section.track .wrapper, section.change .wrapper,
section.learn .wrapper,
section.change .wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  section.masthead .wrapper p,
  section.plan .wrapper p,
  section.track .wrapper p, section.change .wrapper p,
  section.learn .wrapper p,
  section.change .wrapper p {
    margin-bottom: 10px; }

.about {
  text-align: center;
  padding: 0 0 64px; }
  .about h2, .about .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about h3, .about
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .about strong, .about
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .about h3, .about
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .about strong {
    color: #3f3f3f;
    font-size: 40px;
    margin: 66px 0 19px; }
  .about p {
    color: #8f8f8f;
    font-weight: 300;
    padding: 0 20px;
    margin: 0 0 70px; }
  .about:after {
    height: 123px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(1, 1, 1, 0.02) 25.5%, rgba(255, 255, 255, 0.02) 74.5%);
    background-image: linear-gradient(to bottom, rgba(1, 1, 1, 0.02) 25.5%, rgba(255, 255, 255, 0.02) 74.5%);
    width: 100%;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    display: inline-block; }
  .about ul span {
    font-weight: normal; }
  .about .wrapper {
    padding: 0;
    max-width: 800px; }

.about-menu {
  display: inline-block;
  text-transform: capitalize; }
  .about-menu ul {
    overflow: hidden;
    margin: 0; }
  .about-menu i {
    display: inline-block;
    height: 45px;
    font-size: 41px;
    color: #49ccd0;
    margin-top: 28px; }
  .about-menu a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .about-menu .icon-plan {
    padding: 0 0 0 5px; }
  .about-menu .icon-track {
    font-size: 44px; }
  .about-menu .icon-change, .about-menu .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .about-menu .btn-blue, .about-menu .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .about-menu .btn-orange, .about-menu .plan-item.active .btn-blue, .plan-item.active .about-menu .btn-blue, .about-menu .plan-item.active .btn-orange, .plan-item.active .about-menu .btn-orange, .about-menu .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .about-menu .btn-blue, .about-menu .pricing-plan-list li.active .btn-orange, .pricing-plan-list li.active .about-menu .btn-orange {
    font-size: 45px; }
  .about-menu p,
  .about-menu span {
    display: block;
    color: #f48932;
    font-size: 20px;
    font-weight: 200;
    padding: 0;
    margin: 0; }
  .about-menu li {
    float: left;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ececec;
    margin: 0 0 0 50px;
    position: relative;
    padding: 0; }
    .about-menu li:after {
      width: 0;
      height: 0;
      border-top: 25px solid #ececec;
      border-right: 39px solid transparent;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -1px;
      right: -39px; }
    .about-menu li:first-child {
      margin: 0; }
    .about-menu li:nth-child(2):after {
      border-right: 19px solid transparent;
      right: -19px; }
    .about-menu li:nth-child(3):after {
      border-left: 19px solid transparent;
      border-right: none;
      right: auto;
      left: -19px; }
    .about-menu li:nth-child(4):after {
      border-left: 39px solid transparent;
      border-right: none;
      right: auto;
      left: -39px; }

.plan {
  height: 700px; }
  .plan .bg {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1100px) {
      .plan .bg {
        margin-left: -61px; } }
  .plan h2, .plan .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .plan h3, .plan
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .plan strong, .plan
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .plan h3, .plan
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .plan strong {
    width: 270px;
    margin: 77px 0 14px; }
  .plan p {
    color: #8f8f8f;
    font-weight: normal;
    width: 355px; }

.item-label {
  float: left;
  display: block;
  padding: 0 25px 0 0;
  height: 40px;
  background-color: #f58931;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  clear: both;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300; }
  .item-label.no-icon {
    padding: 0 25px; }
  .item-label i {
    font-size: 29px;
    display: inline-block;
    margin: 0 13px 0 24px;
    line-height: 40px;
    float: left; }
  .item-label .icon-plan {
    line-height: 42px;
    margin-left: 21px;
    margin-right: 9px; }
  .item-label .icon-track {
    font-size: 21px;
    margin: 0 5px 0 15px; }
  .item-label .icon-learn {
    font-size: 21px;
    margin: 0 5px 0 17px; }
  .item-label .icon-change, .item-label .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .item-label .btn-blue, .item-label .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .item-label .btn-orange, .item-label .plan-item.active .btn-blue, .plan-item.active .item-label .btn-blue, .item-label .plan-item.active .btn-orange, .plan-item.active .item-label .btn-orange, .item-label .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .item-label .btn-blue, .item-label .pricing-plan-list li.active .btn-orange, .pricing-plan-list li.active .item-label .btn-orange {
    margin: 0 5px 0 17px; }

.quote {
  text-align: center;
  padding: 46px 0 62px; }
  .quote:before {
    color: #f58932;
    font-size: 46px; }
  .quote p {
    color: #8e8e8e;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    margin: 29px 0 66px;
    font-weight: normal; }
  .quote .wrapper {
    max-width: 500px;
    padding: 0; }

.quote-user {
  display: inline-block; }
  .quote-user p,
  .quote-user .quote-avatar {
    float: left;
    margin: 0; }
  .quote-user .quote-avatar {
    margin: 0 28px 0 0;
    display: block;
    height: 62px;
    width: 62px;
    border-radius: 31px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat; }
  .quote-user p {
    font-style: normal;
    text-align: left;
    color: #8e8e8e;
    padding: 10px 0 0;
    font-weight: 300;
    line-height: normal; }
    .quote-user p span {
      font-weight: 500;
      color: #f48932;
      font-size: 14px;
      display: block;
      margin: 4px 0 0; }

.track, .change {
  height: 700px; }
  .track .wrapper, .change .wrapper {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .track .wrapper > .pull-right, .change .wrapper > .pull-right {
      width: 340px; }
  .track h2, .change h2, .track .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .track h3, .change .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .change h3, .track
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .track strong, .change
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .change strong, .track
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .track h3, .change
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .change h3, .track
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .track strong, .change
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .change strong {
    color: #fefefe;
    margin: 79px 0 25px; }
  .track p, .change p {
    color: #fefefe;
    font-weight: 300; }

.twitter {
  background: #98d5e8;
  text-align: center;
  padding: 70px 0 68px; }
  .twitter p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 10px; }
    .twitter p:last-child {
      font-weight: 600;
      margin: 46px 0 0; }
    .twitter p.account-name {
      font-weight: 600;
      line-height: 18px; }
  .twitter a {
    color: #fff;
    text-decoration: none; }
  .twitter .wrapper {
    max-width: 500px;
    padding: 0; }

.account-name {
  line-height: 40px !important;
  display: inline-block;
  margin: 0 0 22px !important; }
  .account-name .icon-twitter, .account-name .icon-tw {
    font-size: 37px;
    float: left;
    margin: 0 13px 0 0; }

.learn {
  height: 700px; }
  .learn h2, .learn .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .learn h3, .learn
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .learn strong, .learn
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .learn h3, .learn
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .learn strong {
    width: 350px;
    margin: 80px 0 24px; }
  .learn p {
    width: 350px;
    color: #737373;
    font-weight: 300;
    margin: 0 0 0 4px;
    letter-spacing: 0.7px; }
  @media screen and (max-width: 1100px) {
    .learn .bg {
      margin-left: -100px; } }

.change .bg {
  background: #677966; }

.change h2, .change .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .change h3, .change
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .change strong, .change
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .change h3, .change
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .change strong {
  padding: 0 66px 0 0; }

@media screen and (max-width: 420px) {
  .change .bg {
    left: -75px !important; } }

.clients {
  padding: 98px 0 109px; }
  .clients img {
    width: 100%; }

.pull-right {
  float: right; }

.pricing {
  padding: 71px 0 121px; }
  .pricing .wrapper {
    padding: 0 5px; }
  .pricing h2, .pricing .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .pricing h3, .pricing
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .pricing strong, .pricing
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .pricing h3, .pricing
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .pricing strong {
    width: 100%;
    clear: both;
    font-size: 50px;
    line-height: 55px;
    padding: 10px 0 0;
    margin-bottom: 79px;
    margin-left: 5px; }
  .pricing .item-label {
    margin-left: 5px; }
    .pricing .item-label i {
      width: 35px;
      height: 1px;
      margin: 0;
      display: inline-block; }

.pricings {
  display: table;
  text-align: center;
  word-spacing: -15px;
  width: 100%; }
  .pricings.pricings-center .pricing-item {
    float: none; }

.pricing-item {
  display: inline-block;
  vertical-align: top;
  word-spacing: 0;
  padding: 0 0 25px;
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .pricing-item > div {
    margin: 0 5px; }
  .pricing-item .pricing-top {
    height: 183px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 20px 0 0; }
    .pricing-item .pricing-top > span {
      color: #000;
      opacity: .3;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin: 0 0 3px; }
    .pricing-item .pricing-top p {
      color: #fff;
      font-size: 40px;
      font-weight: 300;
      text-align: center;
      line-height: 40px; }
    .pricing-item .pricing-top .price-value {
      position: relative; }
    .pricing-item .pricing-top .pricing-period {
      line-height: 1;
      text-transform: none;
      font-size: 16px;
      font-weight: 400;
      display: inline-block !important;
      color: #fff;
      opacity: .5;
      position: absolute;
      bottom: 7px; }
      .pricing-item .pricing-top .pricing-period:before {
        content: '/'; }
  .pricing-item .pricing-top-wrap {
    display: table;
    width: 100%; }

.pricing-basic, .pricing-pro, .pricing-platinum, .pricing-enterprise {
  border-radius: 10px;
  overflow: hidden; }

.pricing-basic .pricing-top {
  background: #f6a563; }

.pricing-pro .pricing-top {
  background: #f59445; }

.pricing-pro .pricing-content .subtitle {
  padding: 0 25px; }

.pricing-platinum .pricing-top {
  background: #f58932; }

.pricing-enterprise .pricing-top {
  background: #46c7ca; }
  .pricing-enterprise .pricing-top p {
    font-size: 35px;
    padding: 0 10px; }

.pricing-enterprise .pricing-content .subtitle {
  padding: 0 20px; }

.pricing-content {
  padding: 32px 20px 63px;
  text-align: center;
  min-height: 395px;
  position: relative; }
  .pricing-content p {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.37;
    margin: -3px 0 0; }
    .pricing-content p:nth-child(2) {
      margin: 25px 0 0; }
  .pricing-content .subtitle {
    display: table;
    font-weight: 600;
    width: 100%;
    height: 44px; }
  .pricing-content .subtitle-in {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.pricing-bottom {
  height: 40px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%; }
  .pricing-bottom .flip-container,
  .pricing-bottom .front,
  .pricing-bottom .back {
    height: 40px;
    width: 100%; }
  .pricing-bottom .button {
    background-color: #2fc1c5;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px; }
    .pricing-bottom .button:hover {
      background: #28a0a3; }
    .pricing-bottom .button:active {
      background: #259093; }
  .pricing-bottom .store-button {
    display: inline-block;
    margin: 0 15px; }
  .pricing-bottom p {
    padding: 0 15px; }

.icon-apple {
  background: url("images/apple.png") no-repeat;
  width: 30px;
  height: 37px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .icon-apple {
      background-image: url("images/apple-2x.png");
      background-size: 30px 37px; } }

.icon-google {
  position: relative;
  top: 1px;
  background: url("images/google.png") no-repeat;
  width: 36px;
  height: 37px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .icon-google {
      background-image: url("images/google-2x.png");
      background-size: 36px 37px; } }

.success-story-slider {
  position: relative;
  max-height: 697px;
  overflow: hidden; }
  .success-story-slider .slides li {
    position: relative;
    overflow: hidden;
    height: 697px;
    padding: 160px 0 0;
    background: #000; }
    .success-story-slider .slides li .bg {
      background-color: #000; }
    .success-story-slider .slides li h2, .success-story-slider .slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .success-story-slider .slides li
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong, .success-story-slider .slides li
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .success-story-slider .slides li
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong {
      color: #fefefe;
      margin: 71px 0 26px;
      width: 243px; }
    .success-story-slider .slides li p {
      color: #fefefe;
      width: 284px;
      font-weight: 200;
      margin-bottom: 57px; }
  .success-story-slider button {
    background: transparent;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #fefefe;
    color: #fff;
    font-size: 15px;
    padding: 0 27px 0 21px;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .success-story-slider button:hover {
      background-color: #fff;
      color: #000; }
    .success-story-slider button i {
      width: 0;
      height: 0;
      margin: 10px 0 0 8px;
      display: inline-block;
      float: right;
      border-left: 10px solid #f58a32;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent; }
  .success-story-slider .wrapper {
    padding: 0 90px; }

.flex-control-nav {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  left: 50%;
  position: absolute;
  bottom: 41px;
  margin: 0; }
  .flex-control-nav li {
    float: left;
    margin: 0 0 0 20px;
    cursor: pointer; }
    .flex-control-nav li:first-child {
      margin: 0; }
  .flex-control-nav a {
    font-size: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background: #757576;
    display: block;
    border-radius: 5px;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .flex-control-nav a:hover {
      background: #ffffff; }
    .flex-control-nav a:after {
      content: "";
      display: block;
      position: absolute;
      opacity: 0;
      z-index: -1;
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      border: 2px solid #fff;
      border-radius: 16px;
      height: 14px;
      width: 14px;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .flex-control-nav .flex-active {
    position: relative;
    background: #fff; }
    .flex-control-nav .flex-active:after {
      opacity: 1; }

.flex-prev, .flex-next {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .28;
  top: 50%;
  color: transparent;
  position: absolute;
  left: 21px;
  font-size: 0; }
  .flex-prev:before, .flex-next:before {
    font-size: 44px;
    color: #fff; }
  .flex-prev:hover, .flex-next:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

.flex-next {
  right: 21px;
  left: auto; }
  .flex-next:before {
    font-size: 44px; }

.flex-direction-nav {
  margin: 0;
  height: 0; }

body.page-allright .healthapp section.content h1 {
  font-size: 32px; }

body.page-allright .healthapp section.content form label {
  font-style: normal; }

body.page-allright .healthapp section.whoops .appstore {
  background: url("/content/themes/noom/images/appstore-2.png") no-repeat; }

body.page-allright .healthapp section.whoops .googleplay {
  background: url("/content/themes/noom/images/googleplay-2.png") no-repeat; }

.healthapp {
  padding-top: 70px; }
  .healthapp header,
  .healthapp footer,
  .healthapp section.content {
    width: 500px;
    margin: 0 auto;
    color: #447ad4; }
  .healthapp header .noom-health {
    max-width: 230px; }
  .healthapp section.content {
    padding: 0 0 0 15px; }
    .healthapp section.content h1 {
      font-size: 53px;
      font-weight: normal;
      text-transform: none; }
    .healthapp section.content p {
      color: #447ad4;
      font-size: 22px;
      line-height: 30px;
      padding-right: 60px;
      padding-top: 10px; }
    .healthapp section.content form label {
      font-weight: bold;
      font-style: italic;
      font-size: 25px; }
    .healthapp section.content form input {
      font-size: 16px;
      background: none;
      border-right: 0;
      border: #447ad4 solid 2px;
      box-shadow: none;
      margin-top: 10px;
      margin-right: 10px;
      padding: 3px 10px;
      width: 305px;
      color: #447ad4;
      padding: 5px 15px 7px; }
    .healthapp section.content form button {
      background: #447ad4 none repeat scroll 0 0;
      border-color: #183c76;
      border-image: none;
      border-radius: 0;
      border-style: none none solid;
      border-width: medium medium 2px;
      color: white;
      font-size: 14px;
      padding: 9px 25px 8px; }
  .healthapp section.sent-phone-unique img {
    max-width: 420px; }
  .healthapp section.whoops a {
    display: inline-block;
    width: 130px;
    height: 40px; }
  .healthapp section.whoops .appstore {
    background: url("/content/themes/noom/images/appstore.png") no-repeat;
    margin-right: 15px; }
  .healthapp section.whoops .googleplay {
    background: url("/content/themes/noom/images/googleplay.png") no-repeat; }
  .healthapp footer {
    padding: 0 0 0 15px;
    margin-top: 45px; }
    .healthapp footer p {
      border-top: 1px solid #a2bdea;
      padding-top: 35px;
      color: #447ad4;
      font-style: italic;
      font-size: 16px; }
    .healthapp footer a {
      color: #31c2c5; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange:hover, .page-template-template-kr-purchase .purchase-form input[type="submit"]:hover, .btn-blue:hover, .btn-orange:hover, .pricing-plan-list li:hover .btn-blue:hover, .pricing-plan-list li:hover .btn-orange:hover, .pricing-plan-list li.active .btn-blue:hover, .pricing-plan-list li.active .btn-orange:hover {
  background-color: #28a0a3; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange:active, .page-template-template-kr-purchase .purchase-form input[type="submit"]:active, .btn-blue:active, .btn-orange:active, .pricing-plan-list li:hover .btn-blue:active, .pricing-plan-list li:hover .btn-orange:active, .pricing-plan-list li.active .btn-blue:active, .pricing-plan-list li.active .btn-orange:active {
  background-color: #259093; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange:focus, .page-template-template-kr-purchase .purchase-form input[type="submit"]:focus, .btn-blue:focus, .btn-orange:focus, .pricing-plan-list li:hover .btn-blue:focus, .pricing-plan-list li:hover .btn-orange:focus, .pricing-plan-list li.active .btn-blue:focus, .pricing-plan-list li.active .btn-orange:focus {
  outline: none; }

.page-template-template-kr-purchase footer {
  position: relative; }

.page-template-template-kr-purchase p {
  margin: 0; }

.page-template-template-kr-purchase h2, .page-template-template-kr-purchase .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase h3, .page-template-template-kr-purchase
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase strong, .page-template-template-kr-purchase
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase h3, .page-template-template-kr-purchase
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase strong {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: normal; }

.page-template-template-kr-purchase .content {
  margin-bottom: 0px; }

.page-template-template-kr-purchase .masthead-purchase h2, .page-template-template-kr-purchase .masthead-purchase .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase h3, .page-template-template-kr-purchase .masthead-purchase
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase strong, .page-template-template-kr-purchase .masthead-purchase
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase h3, .page-template-template-kr-purchase .masthead-purchase
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase strong {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #4d4d4d;
  width: 660px;
  letter-spacing: -1.8px;
  line-height: 62px;
  margin: 140px auto 70px;
  text-align: center;
  text-transform: uppercase; }

.page-template-template-kr-purchase .big-price {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: normal;
  margin-bottom: 50px;
  padding: 30px 0; }
  .page-template-template-kr-purchase .big-price .wrapper {
    padding: 0 30px; }
  .page-template-template-kr-purchase .big-price .purchase-price {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f7f7f7;
    width: 40.5%;
    margin: 0 44px;
    float: left;
    min-height: 500px; }
    .page-template-template-kr-purchase .big-price .purchase-price:last-child {
      margin-right: 0; }
    .page-template-template-kr-purchase .big-price .purchase-price ul {
      margin: 15px 0 0 8px;
      padding-bottom: 0px; }
      .page-template-template-kr-purchase .big-price .purchase-price ul li {
        font-size: 14px;
        list-style: none;
        margin: 10px 8px 10px 8px;
        vertical-align: middle;
        padding: 5px 0 7px 80px;
        min-height: 72px; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li p {
          color: #737373; }
          .page-template-template-kr-purchase .big-price .purchase-price ul li p.list-menu-header {
            font-family: 'Nanum Gothic', sans-serif;
            font-weight: 800;
            padding: 2px 0; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li .list-menu-text {
          font-size: 13px;
          line-height: 18px; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.one {
          background: url("images/purchase_page/one.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.two {
          background: url("images/purchase_page/two.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.three {
          background: url("images/purchase_page/three.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.four {
          background: url("images/purchase_page/four.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.five {
          background: url("images/purchase_page/five.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.six {
          background: url("images/purchase_page/six.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.seven {
          background: url("images/purchase_page/seven.png") no-repeat scroll 0 50%; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.eight {
          background: url("images/purchase_page/eight.png") no-repeat scroll 0 25%; }
    .page-template-template-kr-purchase .big-price .purchase-price .price-header {
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      position: relative;
      background: #f78921;
      text-align: center;
      padding: 58px 0 10px;
      margin-bottom: 28px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-header p {
        margin: 0 0 10px;
        letter-spacing: -1px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-header .before-price {
        font-family: 'Nanum Gothic', sans-serif;
        font-weight: 800;
        color: #b3641c;
        font-size: 17.4px;
        letter-spacing: 0px;
        margin-bottom: 12px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-header .after-price {
        color: #b3641c;
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 13px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-header .price {
        color: white;
        letter-spacing: -2px;
        font-size: 37px;
        margin-bottom: 5px;
        margin-top: 0px; }
        .page-template-template-kr-purchase .big-price .purchase-price .price-header .price span {
          font-size: 25.71px;
          opacity: 0.5; }
    .page-template-template-kr-purchase .big-price .purchase-price .price-bonus {
      background: #77d7da;
      margin-top: 30px;
      z-index: 10;
      position: relative;
      padding: 1px 0 5px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-bonus ul li {
        margin-bottom: 15px; }
        .page-template-template-kr-purchase .big-price .purchase-price .price-bonus ul li p {
          color: white; }
    .page-template-template-kr-purchase .big-price .purchase-price .price-bonus-two {
      background: #46cace;
      margin-top: 0; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-bonus-two ul li {
        margin-bottom: 5px; }
    .page-template-template-kr-purchase .big-price .purchase-price .price-footer {
      position: relative;
      padding: 20px 0 20px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-footer button {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: none;
        font-size: 15px;
        font-weight: bold;
        display: block;
        margin: 0 auto;
        width: 178px;
        background: #f78921;
        color: white;
        padding: 13px 0 11px;
        text-align: center;
        letter-spacing: -1px; }
    .page-template-template-kr-purchase .big-price .purchase-price .plus, .page-template-template-kr-purchase .big-price .purchase-price .plus-two {
      background: transparent url("images/purchase_page/plus.png") no-repeat scroll 50% 0;
      display: block;
      height: 33px;
      position: absolute;
      width: 33px;
      z-index: 100;
      left: 0;
      right: 0;
      top: -17px;
      margin-left: auto;
      margin-right: auto; }
    .page-template-template-kr-purchase .big-price .purchase-price.price-one .price-header {
      background: #f79436; }
      .page-template-template-kr-purchase .big-price .purchase-price.price-one .price-header .before-price {
        letter-spacing: -1px; }
    .page-template-template-kr-purchase .big-price .purchase-price.price-two .price-header .price {
      padding-left: 10px; }
  .page-template-template-kr-purchase .big-price .purchase-price:hover, .page-template-template-kr-purchase .big-price .purchase-price.active {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
    -moz-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
    box-shadow: 0 0 27px rgba(1, 1, 1, 0.22); }

.page-template-template-kr-purchase .small-price {
  *zoom: 1;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: normal;
  padding: 30px 0 88px;
  margin-bottom: 50px;
  overflow: visible;
  display: none; }
  .page-template-template-kr-purchase .small-price:before, .page-template-template-kr-purchase .small-price:after {
    content: " ";
    display: table; }
  .page-template-template-kr-purchase .small-price:after {
    clear: both; }
  .page-template-template-kr-purchase .small-price h2, .page-template-template-kr-purchase .small-price .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price h3, .page-template-template-kr-purchase .small-price
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price strong, .page-template-template-kr-purchase .small-price
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price h3, .page-template-template-kr-purchase .small-price
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price strong {
    width: 500px;
    text-align: center;
    margin: 0 auto 45px;
    padding: 80px 0 0;
    font-size: 54px;
    line-height: 68px;
    letter-spacing: -1.8px;
    color: #b6b6b6; }
  .page-template-template-kr-purchase .small-price.wrapper {
    padding: 0 25px; }
  .page-template-template-kr-purchase .small-price .pricing-plan-list1 {
    *zoom: 1;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: none; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1:before, .page-template-template-kr-purchase .small-price .pricing-plan-list1:after {
      content: " ";
      display: table; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1:after {
      clear: both; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1 li {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: #f7f7f7;
      display: inline-block;
      vertical-align: top;
      width: 32%;
      margin-right: 1.3333%;
      text-align: center;
      color: #c3c3c3;
      padding: 0 8px;
      cursor: pointer;
      letter-spacing: -1px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:last-child {
        margin-right: 0; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active {
        background: #f7f7f7;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
        -moz-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
        box-shadow: 0 0 27px rgba(1, 1, 1, 0.22); }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover p, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active p {
          color: #3f3f3f; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover span, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active span {
          color: #737373; }
          .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover span:first-child, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover span:end-child, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active span:first-child, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active span:end-child {
            color: #22c1c6; }
          .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover span.pricing-discount, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover span.pricing-vat, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active span.pricing-discount, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active span.pricing-vat {
            color: #22c1c6; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange {
          background: #22c1c6; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover div, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active div {
          background: none; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange {
        font-size: 0;
        color: transparent;
        position: relative;
        width: 62px;
        height: 62px;
        margin-bottom: -20px;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        border-radius: 36px;
        background: #22c1c6; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1.platinum-subscriber-info {
      display: none; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      font-family: 'Nanum Gothic', sans-serif;
      font-weight: 800;
      cursor: pointer;
      height: 42px;
      line-height: 42px;
      background-color: #a9e6e7;
      border: none;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      display: block;
      margin: 0 auto;
      margin-top: 15px;
      padding: 0;
      padding-top: 3px;
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue.large, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .large.btn-orange {
        width: 185px; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1 p {
      color: #c3c3c3;
      font-size: 38px;
      font-weight: 300;
      margin: 0 0 18px;
      line-height: normal;
      letter-spacing: -3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 p.pricing-date-description {
        margin: 2px 0 10px;
        font-size: 12px;
        text-transform: none;
        min-height: 30px;
        letter-spacing: 0px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 p.pricing-date-description.large {
          font-size: 16px; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 p.first-price {
        margin: 20px 0 12px; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 p span {
        display: inline-block; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1 span {
      font-weight: normal;
      font-size: 16px;
      display: block;
      margin: 0 0 0px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 span.pricing-discount {
        font-family: 'Nanum Gothic', sans-serif;
        font-weight: 800;
        margin: 0;
        height: 27px;
        color: #bde7e8;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 7px; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 span.pricing-date {
        font-family: 'Nanum Gothic', sans-serif;
        font-weight: 800; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 span.pricing-vat {
        color: #bde7e8;
        font-size: 12px;
        font-weight: bold; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 span.pricing-per-mont {
        display: inline-block; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1 .disable .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .disable .btn-orange {
      background: #a9e6e7; }
  .page-template-template-kr-purchase .small-price .pricing-plan-list-item-wrap {
    background: #f7f7f7;
    padding: 40px 0 25px; }

.page-template-template-kr-purchase .purchase-form {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: normal;
  padding: 30px 0 190px;
  text-align: center;
  display: none; }
  .page-template-template-kr-purchase .purchase-form h2, .page-template-template-kr-purchase .purchase-form .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form h3, .page-template-template-kr-purchase .purchase-form
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form strong, .page-template-template-kr-purchase .purchase-form
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form h3, .page-template-template-kr-purchase .purchase-form
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form strong {
    width: 440px;
    margin: 20px auto 110px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 60px;
    color: #b6b6b6; }
  .page-template-template-kr-purchase .purchase-form form {
    margin: 0 auto;
    max-width: 460px;
    max-height: 360px; }
  .page-template-template-kr-purchase .purchase-form .fieldset {
    margin: 0 auto 29px;
    text-align: left; }
  .page-template-template-kr-purchase .purchase-form label {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 800;
    color: #cacaca;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0 0 2px 1px;
    letter-spacing: -1px; }
  .page-template-template-kr-purchase .purchase-form input[type="text"],
  .page-template-template-kr-purchase .purchase-form input[type="email"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 26px;
    font-size: 20px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 4px 10px;
    margin: 0;
    display: block;
    width: 100%; }
    .page-template-template-kr-purchase .purchase-form input[type="text"]:focus,
    .page-template-template-kr-purchase .purchase-form input[type="email"]:focus {
      outline: none; }
    .page-template-template-kr-purchase .purchase-form input[type="text"].error,
    .page-template-template-kr-purchase .purchase-form input[type="email"].error {
      color: #e22323;
      border-color: #e22323; }
  .page-template-template-kr-purchase .purchase-form input[type="text"]::-webkit-input-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="email"]::-webkit-input-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="text"]:-moz-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="email"]:-moz-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="text"]::-moz-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="email"]::-moz-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="text"]:-ms-input-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form input[type="email"]:-ms-input-placeholder {
    color: #cacaca; }
  .page-template-template-kr-purchase .purchase-form .exp-cvv-codes {
    margin-bottom: 60px; }
  .page-template-template-kr-purchase .purchase-form .cvv-code,
  .page-template-template-kr-purchase .purchase-form .exp-code {
    display: inline-block;
    width: 136px;
    vertical-align: top;
    margin: 0 11px 12px; }
  .page-template-template-kr-purchase .purchase-form input[type="submit"] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding-top: 3px;
    margin: 0 auto 0;
    font-size: 16px;
    background-color: #abe7e9; }
  .page-template-template-kr-purchase .purchase-form .error-msg {
    display: none;
    color: #e22323;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    margin: 3px 0 0; }
    .page-template-template-kr-purchase .purchase-form .error-msg .download-link {
      font-size: 16px;
      line-height: 24px;
      border-bottom: 1px solid #13dac5;
      color: #13dac5; }
      .page-template-template-kr-purchase .purchase-form .error-msg .download-link:hover {
        border-bottom: none; }
  .page-template-template-kr-purchase .purchase-form .payment-success {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Nanum Gothic', sans-serif;
    border: 1px solid #ececec;
    background-color: #f9f9f9;
    position: relative;
    top: -385px;
    min-height: 385px;
    padding: 25px 20px 35px;
    width: 100%;
    display: none; }
    .page-template-template-kr-purchase .purchase-form .payment-success h2, .page-template-template-kr-purchase .purchase-form .payment-success .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success h3, .page-template-template-kr-purchase .purchase-form .payment-success
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success strong, .page-template-template-kr-purchase .purchase-form .payment-success
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success h3, .page-template-template-kr-purchase .purchase-form .payment-success
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success strong {
      font-size: 36px;
      color: #22c1c6;
      margin: 35px auto 40px;
      width: 100%; }
    .page-template-template-kr-purchase .purchase-form .payment-success p {
      font-size: 18px;
      color: #5d5d5d;
      letter-spacing: -1px;
      line-height: 30px; }
    .page-template-template-kr-purchase .purchase-form .payment-success a {
      text-decoration: #fba919 underline; }
    .page-template-template-kr-purchase .purchase-form .payment-success .store-buttons {
      height: 50px;
      width: 180px;
      margin: 20px auto 0; }
      .page-template-template-kr-purchase .purchase-form .payment-success .store-buttons .store-button {
        display: inline-block;
        margin: 3px 15px 0; }
        .page-template-template-kr-purchase .purchase-form .payment-success .store-buttons .store-button:first-child {
          margin-left: 16px; }
  .page-template-template-kr-purchase .purchase-form .payment-notice {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Nanum Gothic', sans-serif;
    display: none;
    border: none;
    position: relative;
    top: -310px;
    padding: 20px;
    width: 320px;
    margin: 0 auto; }
    .page-template-template-kr-purchase .purchase-form .payment-notice p {
      font-size: 18px;
      color: #fff;
      letter-spacing: -1px;
      line-height: 30px;
      padding-left: 20px; }
      .page-template-template-kr-purchase .purchase-form .payment-notice p.mini {
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
        padding-left: 0;
        word-wrap: normal; }
    .page-template-template-kr-purchase .purchase-form .payment-notice.completed {
      background: url("images/payment-completed.png") no-repeat #22c1c6 scroll 20px 50%/9% auto; }
    .page-template-template-kr-purchase .purchase-form .payment-notice.loading {
      background: url("images/payment-loading.png") no-repeat #f78921 scroll 65px 50%/9% auto; }
    .page-template-template-kr-purchase .purchase-form .payment-notice.error {
      background: url("images/payment-error.png") no-repeat #f78921 scroll 23px 20px/9% auto; }
  .page-template-template-kr-purchase .purchase-form .notice-payment {
    margin-bottom: 70px;
    font-weight: 800; }
    .page-template-template-kr-purchase .purchase-form .notice-payment .notice-header {
      font-family: 'Nanum Gothic', sans-serif;
      font-size: 18px;
      color: red; }
    .page-template-template-kr-purchase .purchase-form .notice-payment .notice-text {
      font-family: 'Nanum Gothic', sans-serif;
      font-size: 13px;
      color: #4a4a4a;
      line-height: 20px;
      margin-bottom: 5px; }
    .page-template-template-kr-purchase .purchase-form .notice-payment .download-link {
      font-size: 20px;
      line-height: 30px;
      border-bottom: 1px solid #13dac5;
      color: #13dac5; }
      .page-template-template-kr-purchase .purchase-form .notice-payment .download-link:hover {
        border-bottom: none; }
    .page-template-template-kr-purchase .purchase-form .notice-payment .payments {
      margin: 10px auto;
      width: 225px;
      min-height: 42px; }
      .page-template-template-kr-purchase .purchase-form .notice-payment .payments .payment {
        margin-right: 15px;
        float: left; }
        .page-template-template-kr-purchase .purchase-form .notice-payment .payments .payment.visa {
          background: url("images/purchase_page/visa.png") no-repeat;
          width: 64px;
          height: 40px; }
        .page-template-template-kr-purchase .purchase-form .notice-payment .payments .payment.master-card {
          background: url("images/purchase_page/master-card.png") no-repeat;
          width: 70px;
          height: 40px; }
        .page-template-template-kr-purchase .purchase-form .notice-payment .payments .payment.american-express {
          background: url("images/purchase_page/american-express.png") no-repeat;
          width: 45px;
          height: 42px; }

.page-business .content_item, .page-business .partners,
.page-business .research,
.page-business .team,
.page-business .contacts, .page-careers.welcome .content_item, .page-careers.departments .content_item, .page-careers.listings .content_item,
.page-engineer.welcome .content_item,
.page-engineer.departments .content_item,
.page-engineer.listings .content_item, .team {
  z-index: 29;
  background: #fff; }

.page-business .site-header-content-business, .page-careers.welcome .site-header-content-careers, .page-careers.departments .site-header-content-careers, .page-careers.listings .site-header-content-careers,
.page-engineer.welcome .site-header-content-careers,
.page-engineer.departments .site-header-content-careers,
.page-engineer.listings .site-header-content-careers {
  left: 0;
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 30; }
  .page-business .site-header-content-business .menu-business, .page-careers.welcome .site-header-content-careers .menu-business, .page-careers.departments .site-header-content-careers .menu-business, .page-careers.listings .site-header-content-careers .menu-business,
  .page-engineer.welcome .site-header-content-careers .menu-business,
  .page-engineer.departments .site-header-content-careers .menu-business,
  .page-engineer.listings .site-header-content-careers .menu-business, .page-business .site-header-content-business .menu-careers, .page-careers.welcome .site-header-content-careers .menu-careers, .page-careers.departments .site-header-content-careers .menu-careers, .page-careers.listings .site-header-content-careers .menu-careers,
  .page-engineer.welcome .site-header-content-careers .menu-careers,
  .page-engineer.departments .site-header-content-careers .menu-careers,
  .page-engineer.listings .site-header-content-careers .menu-careers {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, white 10%, white 91%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(10%, white), color-stop(91%, white), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ededed 0%, white 10%, white 91%, #ededed 100%);
    background: -o-linear-gradient(top, #ededed 0%, white 10%, white 91%, #ededed 100%);
    background: -ms-linear-gradient(top, #ededed 0%, white 10%, white 91%, #ededed 100%);
    background: linear, to bottom, #ededed 0%, white 10%, white 91%, #ededed 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=0 );
    margin: 0 auto;
    max-width: 1400px; }
    .page-business .site-header-content-business .menu-business ul, .page-careers.welcome .site-header-content-careers .menu-business ul, .page-careers.departments .site-header-content-careers .menu-business ul, .page-careers.listings .site-header-content-careers .menu-business ul,
    .page-engineer.welcome .site-header-content-careers .menu-business ul,
    .page-engineer.departments .site-header-content-careers .menu-business ul,
    .page-engineer.listings .site-header-content-careers .menu-business ul, .page-business .site-header-content-business .menu-careers ul, .page-careers.welcome .site-header-content-careers .menu-careers ul, .page-careers.departments .site-header-content-careers .menu-careers ul, .page-careers.listings .site-header-content-careers .menu-careers ul,
    .page-engineer.welcome .site-header-content-careers .menu-careers ul,
    .page-engineer.departments .site-header-content-careers .menu-careers ul,
    .page-engineer.listings .site-header-content-careers .menu-careers ul {
      padding: 24px;
      float: none;
      margin: 0 auto;
      display: table; }
      .page-business .site-header-content-business .menu-business ul li, .page-careers.welcome .site-header-content-careers .menu-business ul li, .page-careers.departments .site-header-content-careers .menu-business ul li, .page-careers.listings .site-header-content-careers .menu-business ul li,
      .page-engineer.welcome .site-header-content-careers .menu-business ul li,
      .page-engineer.departments .site-header-content-careers .menu-business ul li,
      .page-engineer.listings .site-header-content-careers .menu-business ul li, .page-business .site-header-content-business .menu-careers ul li, .page-careers.welcome .site-header-content-careers .menu-careers ul li, .page-careers.departments .site-header-content-careers .menu-careers ul li, .page-careers.listings .site-header-content-careers .menu-careers ul li,
      .page-engineer.welcome .site-header-content-careers .menu-careers ul li,
      .page-engineer.departments .site-header-content-careers .menu-careers ul li,
      .page-engineer.listings .site-header-content-careers .menu-careers ul li {
        float: left;
        list-style: none;
        margin: 2px 0 0 39px;
        line-height: 28px;
        text-transform: capitalize; }
        .page-business .site-header-content-business .menu-business ul li.current-menu-item a, .page-careers.welcome .site-header-content-careers .menu-business ul li.current-menu-item a, .page-careers.departments .site-header-content-careers .menu-business ul li.current-menu-item a, .page-careers.listings .site-header-content-careers .menu-business ul li.current-menu-item a,
        .page-engineer.welcome .site-header-content-careers .menu-business ul li.current-menu-item a,
        .page-engineer.departments .site-header-content-careers .menu-business ul li.current-menu-item a,
        .page-engineer.listings .site-header-content-careers .menu-business ul li.current-menu-item a, .page-business .site-header-content-business .menu-careers ul li.current-menu-item a, .page-careers.welcome .site-header-content-careers .menu-careers ul li.current-menu-item a, .page-careers.departments .site-header-content-careers .menu-careers ul li.current-menu-item a, .page-careers.listings .site-header-content-careers .menu-careers ul li.current-menu-item a,
        .page-engineer.welcome .site-header-content-careers .menu-careers ul li.current-menu-item a,
        .page-engineer.departments .site-header-content-careers .menu-careers ul li.current-menu-item a,
        .page-engineer.listings .site-header-content-careers .menu-careers ul li.current-menu-item a {
          color: #447ad4 !important; }
        .page-business .site-header-content-business .menu-business ul li a, .page-careers.welcome .site-header-content-careers .menu-business ul li a, .page-careers.departments .site-header-content-careers .menu-business ul li a, .page-careers.listings .site-header-content-careers .menu-business ul li a,
        .page-engineer.welcome .site-header-content-careers .menu-business ul li a,
        .page-engineer.departments .site-header-content-careers .menu-business ul li a,
        .page-engineer.listings .site-header-content-careers .menu-business ul li a, .page-business .site-header-content-business .menu-careers ul li a, .page-careers.welcome .site-header-content-careers .menu-careers ul li a, .page-careers.departments .site-header-content-careers .menu-careers ul li a, .page-careers.listings .site-header-content-careers .menu-careers ul li a,
        .page-engineer.welcome .site-header-content-careers .menu-careers ul li a,
        .page-engineer.departments .site-header-content-careers .menu-careers ul li a,
        .page-engineer.listings .site-header-content-careers .menu-careers ul li a {
          color: #8f8f8f;
          font-weight: 500;
          font-size: 16px; }
          .page-business .site-header-content-business .menu-business ul li a:hover, .page-careers.welcome .site-header-content-careers .menu-business ul li a:hover, .page-careers.departments .site-header-content-careers .menu-business ul li a:hover, .page-careers.listings .site-header-content-careers .menu-business ul li a:hover,
          .page-engineer.welcome .site-header-content-careers .menu-business ul li a:hover,
          .page-engineer.departments .site-header-content-careers .menu-business ul li a:hover,
          .page-engineer.listings .site-header-content-careers .menu-business ul li a:hover, .page-business .site-header-content-business .menu-business ul li a.active, .page-careers.welcome .site-header-content-careers .menu-business ul li a.active, .page-careers.departments .site-header-content-careers .menu-business ul li a.active, .page-careers.listings .site-header-content-careers .menu-business ul li a.active,
          .page-engineer.welcome .site-header-content-careers .menu-business ul li a.active,
          .page-engineer.departments .site-header-content-careers .menu-business ul li a.active,
          .page-engineer.listings .site-header-content-careers .menu-business ul li a.active, .page-business .site-header-content-business .menu-careers ul li a:hover, .page-careers.welcome .site-header-content-careers .menu-careers ul li a:hover, .page-careers.departments .site-header-content-careers .menu-careers ul li a:hover, .page-careers.listings .site-header-content-careers .menu-careers ul li a:hover,
          .page-engineer.welcome .site-header-content-careers .menu-careers ul li a:hover,
          .page-engineer.departments .site-header-content-careers .menu-careers ul li a:hover,
          .page-engineer.listings .site-header-content-careers .menu-careers ul li a:hover, .page-business .site-header-content-business .menu-careers ul li a.active, .page-careers.welcome .site-header-content-careers .menu-careers ul li a.active, .page-careers.departments .site-header-content-careers .menu-careers ul li a.active, .page-careers.listings .site-header-content-careers .menu-careers ul li a.active,
          .page-engineer.welcome .site-header-content-careers .menu-careers ul li a.active,
          .page-engineer.departments .site-header-content-careers .menu-careers ul li a.active,
          .page-engineer.listings .site-header-content-careers .menu-careers ul li a.active {
            color: #4879d9 !important; }
    .page-business .site-header-content-business .menu-business.old_colors ul li.current-menu-item a, .page-careers.welcome .site-header-content-careers .menu-business.old_colors ul li.current-menu-item a, .page-careers.departments .site-header-content-careers .menu-business.old_colors ul li.current-menu-item a, .page-careers.listings .site-header-content-careers .menu-business.old_colors ul li.current-menu-item a,
    .page-engineer.welcome .site-header-content-careers .menu-business.old_colors ul li.current-menu-item a,
    .page-engineer.departments .site-header-content-careers .menu-business.old_colors ul li.current-menu-item a,
    .page-engineer.listings .site-header-content-careers .menu-business.old_colors ul li.current-menu-item a, .page-business .site-header-content-business .menu-careers.old_colors ul li.current-menu-item a, .page-careers.welcome .site-header-content-careers .menu-careers.old_colors ul li.current-menu-item a, .page-careers.departments .site-header-content-careers .menu-careers.old_colors ul li.current-menu-item a, .page-careers.listings .site-header-content-careers .menu-careers.old_colors ul li.current-menu-item a,
    .page-engineer.welcome .site-header-content-careers .menu-careers.old_colors ul li.current-menu-item a,
    .page-engineer.departments .site-header-content-careers .menu-careers.old_colors ul li.current-menu-item a,
    .page-engineer.listings .site-header-content-careers .menu-careers.old_colors ul li.current-menu-item a {
      color: #4879d9 !important; }
  .logged-in .page-business .site-header-content-business, .page-business .logged-in .site-header-content-business, .logged-in .page-careers.welcome .site-header-content-careers, .page-careers.welcome .logged-in .site-header-content-careers, .logged-in .page-careers.departments .site-header-content-careers, .page-careers.departments .logged-in .site-header-content-careers, .logged-in .page-careers.listings .site-header-content-careers, .page-careers.listings .logged-in .site-header-content-careers, .logged-in
  .page-engineer.welcome .site-header-content-careers,
  .page-engineer.welcome .logged-in .site-header-content-careers, .logged-in
  .page-engineer.departments .site-header-content-careers,
  .page-engineer.departments .logged-in .site-header-content-careers, .logged-in
  .page-engineer.listings .site-header-content-careers,
  .page-engineer.listings .logged-in .site-header-content-careers {
    top: 114px; }

.page-business .content_item .second-menu_anchor {
  height: 200px;
  margin-top: -200px;
  display: block;
  visibility: hidden; }

.page-business .masthead-business,
.page-business .map {
  height: 640px; }
  .page-business .masthead-business h2, .page-business .masthead-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business strong, .page-business .masthead-business
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business strong,
  .page-business .map h2,
  .page-business .map .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .map h3,
  .page-business .map
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .map strong,
  .page-business .map
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .map h3,
  .page-business .map
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .map strong {
    width: 450px;
    line-height: 70px;
    margin: 0 0 21px; }
  .page-business .masthead-business .icon-chevron-thin-down,
  .page-business .map .icon-chevron-thin-down {
    color: #22c1c6;
    font-size: 15px;
    margin: 5px; }
  .page-business .masthead-business p,
  .page-business .map p {
    width: 454px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px; }

.page-business section.masthead-business .wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .page-business section.masthead-business .wrapper p {
    margin-bottom: 10px; }

.page-business .about .wrapper-business {
  padding: 0;
  max-width: 840px; }

.page-business .about p.business {
  color: #8f8f8f;
  font-weight: 300;
  padding: 0;
  margin: 0 0 40px; }

.page-business .smart_technology {
  background: #f8f8f8; }
  .page-business .smart_technology:after {
    background-image: -webkit-linear-gradient(top, white 0, whitesmoke 100%);
    background-image: linear-gradient(to bottom, white 0, whitesmoke 100%); }
  .page-business .smart_technology i {
    margin-top: 35px; }
  .page-business .smart_technology .about-menu span {
    margin: -7px 0 0; }

.page-business .item-label-business {
  background-color: #22c1c6; }

.page-business .smart-function-sp .item-label {
  background-color: #46c7ca; }
  .page-business .smart-function-sp .item-label i {
    font-size: 30px;
    margin: 0 5px 0 10px; }

.page-business .smart-function-sp .flex-control-nav a {
  background-color: #95dcdd; }
  .page-business .smart-function-sp .flex-control-nav a:after {
    border-color: #22c1c6; }

.page-business .smart-function-sp .flex-control-nav .flex-active {
  background-color: #22c1c6; }

.page-business .smart-function-parallax #skrollr-body {
  height: 3500px;
  position: relative; }
  .page-business .smart-function-parallax #skrollr-body .skrollr-body_slide {
    left: 0;
    top: 162px;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 50%; }
    @media (min-width: 1401px) {
      .page-business .smart-function-parallax #skrollr-body .skrollr-body_slide {
        left: 50%;
        margin-left: -700px;
        top: 162px;
        width: 1400px !important;
        min-width: 1400px !important;
        max-width: 1400px !important; } }
    .page-business .smart-function-parallax #skrollr-body .skrollr-body_slide > img {
      width: 100%; }
  .page-business .smart-function-parallax #skrollr-body .skrollr-body_label {
    position: absolute;
    top: 200px;
    width: 100%; }
    .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper {
      padding-left: 60px; }
      .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .skrollr_body_nav {
        margin-top: -155px;
        top: 50%; }
        .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .skrollr_body_nav .flex-control-nav {
          position: absolute;
          left: -75px;
          top: 88px; }
          .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .skrollr_body_nav .flex-control-nav li {
            float: none;
            margin: 20px 0; }
            .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .skrollr_body_nav .flex-control-nav li:first {
              margin: 0; }
      .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .skrollr-body_anchor {
        position: relative;
        top: -200px; }
      .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .item-label {
        font-size: 22px;
        line-height: 38px; }
      .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper h2, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .content-text .item h3, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .content-text .item strong, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .content-text .item h3, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper .content-text .item strong {
        width: 350px;
        font-size: 40px;
        font-weight: 300;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 79px 0 15px; }
      .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .wrapper p {
        width: 340px;
        color: #ffffff;
        line-height: 26px; }
    .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper h2, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper h3, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper strong, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper h3, .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper strong {
      color: #3f3f3f; }
    .page-business .smart-function-parallax #skrollr-body .skrollr-body_label .white_wrapper p {
      color: #737373; }

.page-business .smart-function-slider ul.slides li h2, .page-business .smart-function-slider ul.slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li h3, .page-business .smart-function-slider ul.slides li
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li strong, .page-business .smart-function-slider ul.slides li
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li h3, .page-business .smart-function-slider ul.slides li
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li strong {
  font-size: 40px;
  font-weight: 200;
  width: 60%; }

.page-business .smart-function-slider ul.slides li p {
  width: 40%; }

.page-business .smart-function-slider ul.slides li .item-label i {
  font-size: 40px; }
  .page-business .smart-function-slider ul.slides li .item-label i.icon-guide_white {
    line-height: 17px; }

.page-business .smart-function-slider ul.slides li .white_wrapper h2, .page-business .smart-function-slider ul.slides li .white_wrapper .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li .white_wrapper h3, .page-business .smart-function-slider ul.slides li .white_wrapper
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li .white_wrapper strong, .page-business .smart-function-slider ul.slides li .white_wrapper
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li .white_wrapper h3, .page-business .smart-function-slider ul.slides li .white_wrapper
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-business .smart-function-slider ul.slides li .white_wrapper strong {
  color: #3f3f3f; }

.page-business .smart-function-slider ul.slides li .white_wrapper p {
  color: #8f8f8f; }

.page-business .partners,
.page-business .research,
.page-business .team,
.page-business .contacts {
  padding: 71px 0 20px; }
  .page-business .partners h2, .page-business .partners .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .partners h3, .page-business .partners
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .partners strong, .page-business .partners
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .partners h3, .page-business .partners
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .partners strong,
  .page-business .research h2,
  .page-business .research .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .research h3,
  .page-business .research
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .research strong,
  .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .research h3,
  .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .research strong,
  .page-business .team h2,
  .page-business .team .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .team h3,
  .page-business .team
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .team strong,
  .page-business .team
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .team h3,
  .page-business .team
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .team strong,
  .page-business .contacts h2,
  .page-business .contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .contacts h3,
  .page-business .contacts
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .contacts strong,
  .page-business .contacts
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .contacts h3,
  .page-business .contacts
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .contacts strong {
    width: 50%;
    clear: both;
    font-size: 40px;
    line-height: 50px;
    padding: 10px 0 0;
    margin-bottom: 40px; }
  .page-business .partners p,
  .page-business .research p,
  .page-business .team p,
  .page-business .contacts p {
    color: #8f8f8f;
    font-weight: 300;
    padding: 0;
    margin: 0 0 30px; }
  .page-business .partners .partners-img,
  .page-business .research .partners-img,
  .page-business .team .partners-img,
  .page-business .contacts .partners-img {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 340px;
    min-width: 145px;
    width: 100%; }
    .page-business .partners .partners-img img,
    .page-business .research .partners-img img,
    .page-business .team .partners-img img,
    .page-business .contacts .partners-img img {
      padding: 25px 0 0 30px; }
  .page-business .partners .partners-item,
  .page-business .partners .research-item,
  .page-business .research .partners-item,
  .page-business .research .research-item,
  .page-business .team .partners-item,
  .page-business .team .research-item,
  .page-business .contacts .partners-item,
  .page-business .contacts .research-item {
    padding: 0 30px 0px 0px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-business .partners .partners-item:first-of-type,
    .page-business .partners .research-item:first-of-type,
    .page-business .research .partners-item:first-of-type,
    .page-business .research .research-item:first-of-type,
    .page-business .team .partners-item:first-of-type,
    .page-business .team .research-item:first-of-type,
    .page-business .contacts .partners-item:first-of-type,
    .page-business .contacts .research-item:first-of-type {
      padding-right: 0px; }
      .page-business .partners .partners-item:first-of-type p,
      .page-business .partners .research-item:first-of-type p,
      .page-business .research .partners-item:first-of-type p,
      .page-business .research .research-item:first-of-type p,
      .page-business .team .partners-item:first-of-type p,
      .page-business .team .research-item:first-of-type p,
      .page-business .contacts .partners-item:first-of-type p,
      .page-business .contacts .research-item:first-of-type p {
        padding-right: 20px; }
    .page-business .partners .partners-item:last-of-type,
    .page-business .partners .research-item:last-of-type,
    .page-business .research .partners-item:last-of-type,
    .page-business .research .research-item:last-of-type,
    .page-business .team .partners-item:last-of-type,
    .page-business .team .research-item:last-of-type,
    .page-business .contacts .partners-item:last-of-type,
    .page-business .contacts .research-item:last-of-type {
      padding-left: 65px; }
    .page-business .partners .partners-item .partners-content .subtitle,
    .page-business .partners .research-item .partners-content .subtitle,
    .page-business .research .partners-item .partners-content .subtitle,
    .page-business .research .research-item .partners-content .subtitle,
    .page-business .team .partners-item .partners-content .subtitle,
    .page-business .team .research-item .partners-content .subtitle,
    .page-business .contacts .partners-item .partners-content .subtitle,
    .page-business .contacts .research-item .partners-content .subtitle {
      font-weight: bold;
      color: #46c7ca;
      line-height: 30px;
      width: 100%; }
      .page-business .partners .partners-item .partners-content .subtitle p,
      .page-business .partners .research-item .partners-content .subtitle p,
      .page-business .research .partners-item .partners-content .subtitle p,
      .page-business .research .research-item .partners-content .subtitle p,
      .page-business .team .partners-item .partners-content .subtitle p,
      .page-business .team .research-item .partners-content .subtitle p,
      .page-business .contacts .partners-item .partners-content .subtitle p,
      .page-business .contacts .research-item .partners-content .subtitle p {
        margin: 0 0 5px; }
    .page-business .partners .partners-item .partners-content .partners-text,
    .page-business .partners .research-item .partners-content .partners-text,
    .page-business .research .partners-item .partners-content .partners-text,
    .page-business .research .research-item .partners-content .partners-text,
    .page-business .team .partners-item .partners-content .partners-text,
    .page-business .team .research-item .partners-content .partners-text,
    .page-business .contacts .partners-item .partners-content .partners-text,
    .page-business .contacts .research-item .partners-content .partners-text {
      padding-left: 0px; }

.page-business .comment {
  padding-bottom: 25px; }
  .page-business .comment p {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 5px 10px; }
  .page-business .comment .comment-item {
    text-align: center;
    padding: 50px 0 10px;
    width: 960px;
    margin: 0 auto; }
  .page-business .comment .text {
    font-size: 25px;
    font-style: italic;
    line-height: 36px; }
  .page-business .comment .img-quote {
    font-size: 46px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 25px; }
  .page-business .comment .wrapper {
    max-height: 200px;
    padding: 0; }
  .page-business .comment .signature {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1; }
    .page-business .comment .signature span {
      font-weight: 300;
      font-style: italic; }
  .page-business .comment.blue {
    background: #22c1c6; }
  .page-business .comment.gray {
    background: #8f8f8f; }

.page-business .blog-feed {
  background: #f8f8f8;
  padding-bottom: 80px; }
  .page-business .blog-feed .wrapper > h2, .page-business .blog-feed .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > h3, .page-business .blog-feed
  .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > strong, .page-business .blog-feed
  .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > h3, .page-business .blog-feed
  .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > strong {
    font-size: 40px;
    line-height: 50px;
    margin: 60px 0 20px; }
  .page-business .blog-feed .load-more-btn-block {
    margin: 30px 0 0; }
    .page-business .blog-feed .load-more-btn-block .btn {
      font-size: 16px;
      font-weight: bold;
      border-radius: 5px;
      background: #30c1c5;
      padding: 15px 50px;
      color: #fff;
      text-align: center;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .page-business .blog-feed .load-more-btn-block .btn:hover {
        background: #28a0a3; }
      .page-business .blog-feed .load-more-btn-block .btn:active {
        background: #259093; }

.page-business .research {
  padding: 50px 0 0 0; }
  .page-business .research h2, .page-business .research .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .research h3, .page-business .research
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .research strong, .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .research h3, .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .research strong {
    margin-bottom: 30px;
    width: 100%; }
  .page-business .research .research-item {
    padding: 0 35px 0 0;
    width: 45%; }
    .page-business .research .research-item:last-of-type {
      width: 55%;
      padding-right: 0px; }
  .page-business .research .research-img {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 370px;
    min-width: 270px;
    width: 100%; }
    .page-business .research .research-img img {
      float: right;
      padding: 25px 30px 0 0; }

.page-business .map {
  height: 455px; }
  .page-business .map .map-items div.address {
    margin: 45px 0 0;
    display: block;
    float: left;
    list-style: none;
    width: 25%; }
    .page-business .map .map-items div.address h3 {
      font-size: 30px;
      text-transform: none;
      font-weight: 300;
      color: #22c1c6;
      letter-spacing: 0.7px; }
    .page-business .map .map-items div.address h6 {
      color: #8f8f8f;
      font-weight: normal;
      padding: 0;
      font-size: 17px;
      margin: 0 0 25px;
      line-height: 20px;
      text-transform: none;
      letter-spacing: 1px;
      width: 454px; }
    .page-business .map .map-items div.address p {
      letter-spacing: 1px;
      line-height: 1.4;
      width: auto;
      padding: 0; }
    .page-business .map .map-items div.address a {
      display: block;
      color: #22c1c6;
      font-size: 14px;
      margin-bottom: 10px;
      text-decoration: underline;
      font-weight: normal;
      letter-spacing: normal; }

.page-business .contacts {
  padding: 50px 0 85px; }
  .page-business .contacts h2, .page-business .contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .contacts h3, .page-business .contacts
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .contacts strong, .page-business .contacts
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .contacts h3, .page-business .contacts
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .contacts strong {
    width: 98%;
    margin: 40px 0px 40px 0; }
  .page-business .contacts .contacts-content {
    clear: both; }
    .page-business .contacts .contacts-content .contacts-item {
      padding: 0;
      width: 42%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-business .contacts .contacts-content .contacts-item:last-of-type {
        padding-top: 45px;
        padding-right: 0px;
        width: 58%; }
      .page-business .contacts .contacts-content .contacts-item p {
        padding: 0 55px 0 0; }
      .page-business .contacts .contacts-content .contacts-item .contacts-message_send {
        display: none; }
      .page-business .contacts .contacts-content .contacts-item .mktoForm {
        padding: 50px 10px 40px; }
        .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
          display: none; }
        .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
          border: 3px solid #ddd;
          border-radius: 3px;
          margin: 0 30px 28px 0;
          padding: 4px 25px 4px 8px; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.active {
            border-color: #22c1c6; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField {
            background: url("/content/themes/noom/images/require.png") no-repeat scroll 97% center transparent; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
            display: none; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
            display: none; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
            background: none repeat scroll 0 0 transparent;
            border: medium none;
            box-shadow: none;
            color: #bbb;
            font-size: 15px;
            width: 100%;
            padding: 0.3em 0.4em;
            line-height: 22px;
            outline: none; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
            line-height: 20px;
            height: auto;
            padding: 4px 3px; }
        .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow .mktoButtonWrap button {
          background: none repeat scroll 0 0 #f48932;
          border: medium none;
          border-radius: 5px;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          margin-top: 15px;
          padding: 5px 30px; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
            border: none; }
      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body {
        background: none;
        padding: 0; }
        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form {
          color: #414141;
          width: 100%;
          margin: 0;
          padding-bottom: 10px; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-header {
            display: none; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper {
            max-width: 38vw;
            margin: 0 auto;
            background: none; }
            .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content {
              padding: 0 !important; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-title {
                display: none; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-page-title {
                margin: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question sg-type-group {
                padding: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question {
                border: none;
                margin: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-type-group .sg-question-options {
                padding-bottom: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu:last-of-type .sg-question-options {
                padding-bottom: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu .sg-question-options {
                padding: 0 0.5vw 20px; }
                .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu .sg-question-options .sg-input.sg-input-menu {
                  font-size: 16px;
                  font-size: 1.0545454545vw;
                  line-height: normal;
                  -webkit-appearance: none;
                  -moz-appearance: none;
                  -ms-appearance: none;
                  -o-appearance: none;
                  appearance: none;
                  color: #414141;
                  border-radius: 0;
                  box-shadow: none;
                  height: 46px;
                  background: url(/content/themes/noom/images/select-arrow.png) no-repeat right #fff;
                  background-position: right 10px center;
                  padding: 0px 14px; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu.full-size select {
                width: 100%; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu.sg-required .sg-question-options .sg-input.sg-input-menu {
                background: url(/content/themes/noom/images/select-arrow-required.png) no-repeat right #fff;
                background-position: right 10px center; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-error-message.sg-error-display {
                display: none; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-has-errors {
                padding: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-errors .sg-question-errorlist {
                margin: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group {
                overflow: hidden; }
                .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item {
                  padding: 0 0.5vw 0; }
                  .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item:last-of-type .sg-question-options .sg-control-text.sg-control-text {
                    margin-bottom: 0; }
                  .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-title {
                    display: none; }
                  .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .half-size {
                    width: 18vw;
                    max-width: 250px; }
                  .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .full-size {
                    width: 37vw;
                    max-width: 520px; }
                  .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options {
                    margin: 0;
                    padding: 0; }
                    .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text {
                      padding: 4px 25px 4px 0.5272727273vw;
                      background: #fff url(/content/themes/noom/images/require.png) no-repeat;
                      background-position: right 10px center;
                      background-size: 12px;
                      float: none;
                      margin: 0 0 20px 0;
                      border-radius: initial;
                      border: 1px solid #c3c5c9; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input {
                        font-size: 16px;
                        font-size: 1.0545454545vw;
                        line-height: 46px;
                        line-height: 3.0318181818vw;
                        background: none repeat scroll 0 0 transparent;
                        border: medium none;
                        box-shadow: none;
                        padding: 0em 0.4em;
                        font-family: Roboto Regular, Helvetica, Arial, sans-serif !important;
                        width: 100% !important;
                        color: #414141;
                        outline: none; }
                        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input ::-webkit-input-placeholder {
                          color: #7d7d7d; }
                        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input :-moz-placeholder {
                          color: #7d7d7d; }
                        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input ::-moz-placeholder {
                          color: #7d7d7d; }
                        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input :-ms-input-placeholder {
                          color: #7d7d7d; }
                        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input::-moz-placeholder {
                          color: #7d7d7d !important; }
                        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input:-moz-placeholder {
                          color: #7d7d7d !important; }
                    .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea {
                      font-size: 16px;
                      font-size: 1.0545454545vw;
                      line-height: 22px;
                      line-height: 1.45vw;
                      background: white;
                      border: 1px solid #c3c5c9;
                      border-radius: initial;
                      box-shadow: none;
                      padding: 0.5em 1em;
                      font-family: Roboto Regular, Helvetica, Arial, sans-serif !important;
                      width: 100% !important;
                      color: #414141;
                      outline: none; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea ::-webkit-input-placeholder {
                        color: #7d7d7d; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea :-moz-placeholder {
                        color: #7d7d7d; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea ::-moz-placeholder {
                        color: #7d7d7d; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea :-ms-input-placeholder {
                        color: #7d7d7d; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea::-moz-placeholder {
                        color: #7d7d7d !important; }
                      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea:-moz-placeholder {
                        color: #7d7d7d !important; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
                font-size: 16px;
                font-size: 1.0545454545vw;
                line-height: normal;
                margin: 20px 8px !important;
                border-radius: 2vw;
                float: left;
                display: block;
                background: #22c1c6;
                font-family: Roboto Medium !important;
                font-weight: normal;
                color: white;
                text-transform: uppercase;
                box-shadow: none;
                min-width: 150px; }
                .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button:hover {
                  border: none; }

.page-careers.welcome h2, .page-careers.welcome .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome h3, .page-careers.welcome
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome strong, .page-careers.welcome
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome h3, .page-careers.welcome
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome strong, .page-careers.departments h2, .page-careers.departments .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments h3, .page-careers.departments
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-careers.departments strong, .page-careers.departments
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments h3, .page-careers.departments
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments strong, .page-careers.listings h2, .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings strong,
.page-engineer.welcome h2,
.page-engineer.welcome .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
.page-engineer.welcome h3,
.page-engineer.welcome
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item
.page-engineer.welcome strong,
.page-engineer.welcome
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item
.page-engineer.welcome h3,
.page-engineer.welcome
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item
.page-engineer.welcome strong,
.page-engineer.departments h2,
.page-engineer.departments .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
.page-engineer.departments h3,
.page-engineer.departments
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item
.page-engineer.departments strong,
.page-engineer.departments
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item
.page-engineer.departments h3,
.page-engineer.departments
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item
.page-engineer.departments strong,
.page-engineer.listings h2, .page-careers.listings section.content .wrapper .content-text .item
.page-engineer.listings h3,
.page-careers.listings section.content .wrapper .content-text .item
.page-engineer.listings strong, .page-engineer.listings section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item strong {
  font-size: 48px; }

.page-careers.welcome p, .page-careers.departments p, .page-careers.listings p,
.page-engineer.welcome p,
.page-engineer.departments p,
.page-engineer.listings p {
  color: #8f8f8f;
  font-weight: 300;
  padding: 0;
  margin: 0 0 40px; }

.page-careers.welcome section.masthead-careers, .page-careers.departments section.masthead-careers, .page-careers.listings section.masthead-careers,
.page-engineer.welcome section.masthead-careers,
.page-engineer.departments section.masthead-careers,
.page-engineer.listings section.masthead-careers {
  height: 610px; }
  .page-careers.welcome section.masthead-careers h2, .page-careers.welcome section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers h3, .page-careers.welcome section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers strong, .page-careers.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers h3, .page-careers.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers strong, .page-careers.departments section.masthead-careers h2, .page-careers.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers h3, .page-careers.departments section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers strong, .page-careers.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers h3, .page-careers.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers strong, .page-careers.listings section.masthead-careers h2, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers h3, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings section.masthead-careers h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings section.masthead-careers strong,
  .page-engineer.welcome section.masthead-careers h2,
  .page-engineer.welcome section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.masthead-careers h3,
  .page-engineer.welcome section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.masthead-careers strong,
  .page-engineer.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.masthead-careers h3,
  .page-engineer.welcome section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.masthead-careers strong,
  .page-engineer.departments section.masthead-careers h2,
  .page-engineer.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers h3,
  .page-engineer.departments section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers strong,
  .page-engineer.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers h3,
  .page-engineer.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers strong,
  .page-engineer.listings section.masthead-careers h2, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.listings section.masthead-careers h3,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.listings section.masthead-careers strong, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers h3, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers strong {
    width: 550px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 53px;
    padding-top: 60px; }
  .page-careers.welcome section.masthead-careers .bg, .page-careers.departments section.masthead-careers .bg, .page-careers.listings section.masthead-careers .bg,
  .page-engineer.welcome section.masthead-careers .bg,
  .page-engineer.departments section.masthead-careers .bg,
  .page-engineer.listings section.masthead-careers .bg {
    padding-top: 60px; }
  .page-careers.welcome section.masthead-careers .wrapper, .page-careers.departments section.masthead-careers .wrapper, .page-careers.listings section.masthead-careers .wrapper,
  .page-engineer.welcome section.masthead-careers .wrapper,
  .page-engineer.departments section.masthead-careers .wrapper,
  .page-engineer.listings section.masthead-careers .wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.page-careers.welcome section.masthead-careers.margin-feature,
.page-engineer.welcome section.masthead-careers.margin-feature {
  margin-top: -60px; }

.page-careers.welcome .first-block-text,
.page-engineer.welcome .first-block-text {
  float: left;
  width: 50%; }
  .page-careers.welcome .first-block-text h2, .page-careers.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3, .page-careers.welcome .first-block-text
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong, .page-careers.welcome .first-block-text
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3, .page-careers.welcome .first-block-text
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong,
  .page-engineer.welcome .first-block-text h2,
  .page-engineer.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .first-block-text h3,
  .page-engineer.welcome .first-block-text
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .first-block-text strong,
  .page-engineer.welcome .first-block-text
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .first-block-text h3,
  .page-engineer.welcome .first-block-text
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .first-block-text strong {
    width: 350px;
    text-align: left; }
  .page-careers.welcome .first-block-text .wrapper,
  .page-engineer.welcome .first-block-text .wrapper {
    margin-right: 0;
    padding: 50px 65px 0 50px; }
  .page-careers.welcome .first-block-text.first-block-text_narrower .wrapper,
  .page-engineer.welcome .first-block-text.first-block-text_narrower .wrapper {
    width: 530px; }

.page-careers.welcome .second-block-text,
.page-engineer.welcome .second-block-text {
  float: left;
  width: 50%; }
  .page-careers.welcome .second-block-text .wrapper,
  .page-engineer.welcome .second-block-text .wrapper {
    margin-left: 0;
    padding: 75px 75px 0 65px; }
  .page-careers.welcome .second-block-text.second-block-text_narrower .wrapper,
  .page-engineer.welcome .second-block-text.second-block-text_narrower .wrapper {
    padding: 50px 0 0 65px;
    width: 480px; }

.page-careers.welcome .first-block-image,
.page-careers.welcome .second-block-image,
.page-engineer.welcome .first-block-image,
.page-engineer.welcome .second-block-image {
  width: 50%;
  float: left;
  line-height: 0; }

.page-careers.welcome section.food-careers,
.page-engineer.welcome section.food-careers {
  height: 600px; }
  .page-careers.welcome section.food-careers h2, .page-careers.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers h3, .page-careers.welcome section.food-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers strong, .page-careers.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers h3, .page-careers.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers strong,
  .page-engineer.welcome section.food-careers h2,
  .page-engineer.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers h3,
  .page-engineer.welcome section.food-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers strong,
  .page-engineer.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers h3,
  .page-engineer.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers strong {
    margin-left: 0;
    width: 400px; }
  .page-careers.welcome section.food-careers h2, .page-careers.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers h3, .page-careers.welcome section.food-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers strong, .page-careers.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers h3, .page-careers.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.food-careers strong, .page-careers.welcome section.food-careers p,
  .page-engineer.welcome section.food-careers h2,
  .page-engineer.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers h3,
  .page-engineer.welcome section.food-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers strong,
  .page-engineer.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers h3,
  .page-engineer.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers strong,
  .page-engineer.welcome section.food-careers p {
    color: white; }

.page-careers.welcome section.choose-brew,
.page-engineer.welcome section.choose-brew {
  margin-bottom: 40px; }
  .page-careers.welcome section.choose-brew .wrapper,
  .page-engineer.welcome section.choose-brew .wrapper {
    padding-top: 25px; }

.page-careers.welcome section.text-and-text,
.page-engineer.welcome section.text-and-text {
  height: 630px; }
  .page-careers.welcome section.text-and-text h2, .page-careers.welcome section.text-and-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text h3, .page-careers.welcome section.text-and-text
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text strong, .page-careers.welcome section.text-and-text
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text h3, .page-careers.welcome section.text-and-text
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text strong,
  .page-engineer.welcome section.text-and-text h2,
  .page-engineer.welcome section.text-and-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.text-and-text h3,
  .page-engineer.welcome section.text-and-text
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.text-and-text strong,
  .page-engineer.welcome section.text-and-text
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.text-and-text h3,
  .page-engineer.welcome section.text-and-text
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.text-and-text strong {
    padding-left: 50px;
    width: 400px; }
  .page-careers.welcome section.text-and-text p,
  .page-engineer.welcome section.text-and-text p {
    padding-left: 50px; }
  .page-careers.welcome section.text-and-text .wrapper,
  .page-engineer.welcome section.text-and-text .wrapper {
    padding-left: 0;
    padding-top: 50px; }
  .page-careers.welcome section.text-and-text .second-block-text .wrapper,
  .page-engineer.welcome section.text-and-text .second-block-text .wrapper {
    padding-left: 15px; }
  .page-careers.welcome section.text-and-text .moving,
  .page-engineer.welcome section.text-and-text .moving {
    background: url("/content/themes/noom/images/careers/keep-moving.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .tgif,
  .page-engineer.welcome section.text-and-text .tgif {
    background: url("/content/themes/noom/images/careers/tgif.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .freestyle-days,
  .page-engineer.welcome section.text-and-text .freestyle-days {
    background: url("/content/themes/noom/images/careers/freestyle-days.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .offsites,
  .page-engineer.welcome section.text-and-text .offsites {
    background: url("/content/themes/noom/images/careers/offsites.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .deliberate,
  .page-engineer.welcome section.text-and-text .deliberate {
    background: url("/content/themes/noom/images/engineer/deliberate.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .empowered,
  .page-engineer.welcome section.text-and-text .empowered {
    background: url("/content/themes/noom/images/engineer/empowered.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .collaborators,
  .page-engineer.welcome section.text-and-text .collaborators {
    background: url("/content/themes/noom/images/engineer/collaborators.png") no-repeat scroll 0% center transparent; }
  .page-careers.welcome section.text-and-text .freedom,
  .page-engineer.welcome section.text-and-text .freedom {
    background: url("/content/themes/noom/images/engineer/freedom.png") no-repeat scroll 0% center transparent; }

.page-careers.welcome section.image-people,
.page-engineer.welcome section.image-people {
  height: 440px; }

.page-careers.departments .text-main .wrapper, .page-careers.listings .text-main .wrapper,
.page-engineer.departments .text-main .wrapper,
.page-engineer.listings .text-main .wrapper {
  max-width: 100%; }
  .page-careers.departments .text-main .wrapper p, .page-careers.listings .text-main .wrapper p,
  .page-engineer.departments .text-main .wrapper p,
  .page-engineer.listings .text-main .wrapper p {
    padding: 75px 0 45px;
    line-height: 40px;
    font-size: 26px;
    font-style: italic;
    text-align: center; }
    .page-careers.departments .text-main .wrapper p .word-wrap-desctop:after, .page-careers.listings .text-main .wrapper p .word-wrap-desctop:after,
    .page-engineer.departments .text-main .wrapper p .word-wrap-desctop:after,
    .page-engineer.listings .text-main .wrapper p .word-wrap-desctop:after {
      content: '';
      display: block; }

.page-careers.departments section.cards,
.page-engineer.departments section.cards {
  background: #f5f5f5;
  padding: 160px 0; }
  .page-careers.departments section.cards .wrapper,
  .page-engineer.departments section.cards .wrapper {
    padding: 0 0px;
    max-width: 980px; }
    .page-careers.departments section.cards .wrapper .card,
    .page-engineer.departments section.cards .wrapper .card {
      border-radius: 10px;
      padding: 35px 40px;
      margin-bottom: 30px;
      background: white;
      float: left;
      width: 460px;
      cursor: pointer; }
      .page-careers.departments section.cards .wrapper .card:nth-child(2n+1),
      .page-engineer.departments section.cards .wrapper .card:nth-child(2n+1) {
        margin-right: 30px; }
      .page-careers.departments section.cards .wrapper .card:hover,
      .page-engineer.departments section.cards .wrapper .card:hover {
        background: #e5eded; }
      .page-careers.departments section.cards .wrapper .card h2, .page-careers.departments section.cards .page-careers.listings section.content .wrapper .card .content-text .item h3, .page-careers.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item h3, .page-careers.departments section.cards .page-careers.listings section.content .wrapper .content-text .item .card h3, .page-careers.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card h3, .page-careers.departments section.cards
      .page-careers.listings section.content .wrapper .card .content-text .item strong,
      .page-careers.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item strong, .page-careers.departments section.cards
      .page-careers.listings section.content .wrapper .content-text .item .card strong,
      .page-careers.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card strong, .page-careers.departments section.cards
      .page-engineer.listings section.content .wrapper .card .content-text .item h3,
      .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item h3, .page-careers.departments section.cards
      .page-engineer.listings section.content .wrapper .content-text .item .card h3,
      .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card h3, .page-careers.departments section.cards
      .page-engineer.listings section.content .wrapper .card .content-text .item strong,
      .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item strong, .page-careers.departments section.cards
      .page-engineer.listings section.content .wrapper .content-text .item .card strong,
      .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card strong,
      .page-engineer.departments section.cards .wrapper .card h2,
      .page-engineer.departments section.cards .page-careers.listings section.content .wrapper .card .content-text .item h3, .page-careers.listings section.content
      .page-engineer.departments section.cards .wrapper .card .content-text .item h3,
      .page-engineer.departments section.cards .page-careers.listings section.content .wrapper .content-text .item .card h3, .page-careers.listings section.content
      .page-engineer.departments section.cards .wrapper .content-text .item .card h3,
      .page-engineer.departments section.cards
      .page-careers.listings section.content .wrapper .card .content-text .item strong,
      .page-careers.listings section.content
      .page-engineer.departments section.cards .wrapper .card .content-text .item strong,
      .page-engineer.departments section.cards
      .page-careers.listings section.content .wrapper .content-text .item .card strong,
      .page-careers.listings section.content
      .page-engineer.departments section.cards .wrapper .content-text .item .card strong,
      .page-engineer.departments section.cards
      .page-engineer.listings section.content .wrapper .card .content-text .item h3,
      .page-engineer.listings section.content
      .page-engineer.departments section.cards .wrapper .card .content-text .item h3,
      .page-engineer.departments section.cards
      .page-engineer.listings section.content .wrapper .content-text .item .card h3,
      .page-engineer.listings section.content
      .page-engineer.departments section.cards .wrapper .content-text .item .card h3,
      .page-engineer.departments section.cards
      .page-engineer.listings section.content .wrapper .card .content-text .item strong,
      .page-engineer.listings section.content
      .page-engineer.departments section.cards .wrapper .card .content-text .item strong,
      .page-engineer.departments section.cards
      .page-engineer.listings section.content .wrapper .content-text .item .card strong,
      .page-engineer.listings section.content
      .page-engineer.departments section.cards .wrapper .content-text .item .card strong {
        color: #5f5f5f;
        font-size: 26px;
        letter-spacing: 1px;
        margin: 0 0 25px; }
      .page-careers.departments section.cards .wrapper .card p,
      .page-engineer.departments section.cards .wrapper .card p {
        overflow: hidden;
        margin-bottom: 20px;
        height: 55px; }
      .page-careers.departments section.cards .wrapper .card .card-footer,
      .page-engineer.departments section.cards .wrapper .card .card-footer {
        display: block;
        width: auto;
        font-weight: bold;
        color: #447ad4;
        text-align: right;
        float: right;
        font-size: 15px;
        margin-bottom: 5px; }
        .page-careers.departments section.cards .wrapper .card .card-footer.disabled,
        .page-engineer.departments section.cards .wrapper .card .card-footer.disabled {
          color: #d1e0e0; }

.page-careers.listings .text-main .wrapper p,
.page-engineer.listings .text-main .wrapper p {
  padding-top: 10px;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 100px; }

.page-careers.listings .text-main .img-quote,
.page-engineer.listings .text-main .img-quote {
  font-size: 46px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 23px; }
  .page-careers.listings .text-main .img-quote img,
  .page-engineer.listings .text-main .img-quote img {
    display: block;
    margin: 0 auto;
    width: 60px; }

.page-careers.listings .text-main .text-name,
.page-engineer.listings .text-main .text-name {
  font-weight: bold;
  font-style: normal;
  margin-top: 25px; }

.page-careers.listings .text-main .man,
.page-engineer.listings .text-main .man {
  height: 20px;
  font-size: 16px;
  content: '';
  display: block; }

.page-careers.listings section.content,
.page-engineer.listings section.content {
  background: #f5f5f5;
  padding: 80px;
  min-height: 500px; }
  .page-careers.listings section.content .wrapper,
  .page-engineer.listings section.content .wrapper {
    padding: 0 0px;
    max-width: 100%; }
    .page-careers.listings section.content .wrapper .content-text,
    .page-careers.listings section.content .wrapper .content-menu,
    .page-engineer.listings section.content .wrapper .content-text,
    .page-engineer.listings section.content .wrapper .content-menu {
      float: left;
      background: #fff; }
    .page-careers.listings section.content .wrapper .content-text,
    .page-engineer.listings section.content .wrapper .content-text {
      background: #f5f5f5;
      width: 66%;
      margin-right: 2%; }
      .page-careers.listings section.content .wrapper .content-text .item,
      .page-engineer.listings section.content .wrapper .content-text .item {
        background: white;
        position: relative;
        color: #8f8f8f;
        font-size: 17px;
        line-height: 25px;
        font-weight: 300;
        border-bottom: 2px solid #d5dbdb; }
        .page-careers.listings section.content .wrapper .content-text .item:last-of-type,
        .page-engineer.listings section.content .wrapper .content-text .item:last-of-type {
          border-bottom: none; }
        .page-careers.listings section.content .wrapper .content-text .item h2, .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .wrapper .content-text .item h2, .page-engineer.listings section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item strong {
          font-size: 26px;
          letter-spacing: 1px;
          margin: 0; }
        .page-careers.listings section.content .wrapper .content-text .item h3,
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .wrapper .content-text .item strong {
          font-size: 24px;
          letter-spacing: 0;
          padding: 90px 0 30px;
          display: block; }
          .page-careers.listings section.content .wrapper .content-text .item h3:first-of-type,
          .page-careers.listings section.content .wrapper .content-text .item strong:first-of-type,
          .page-engineer.listings section.content .wrapper .content-text .item h3:first-of-type,
          .page-engineer.listings section.content .wrapper .content-text .item strong:first-of-type {
            padding-top: 10px; }
        .page-careers.listings section.content .wrapper .content-text .item p,
        .page-engineer.listings section.content .wrapper .content-text .item p {
          font-size: 17px;
          margin-bottom: 0;
          line-height: 25px; }
        .page-careers.listings section.content .wrapper .content-text .item .header,
        .page-careers.listings section.content .wrapper .content-text .item .text,
        .page-engineer.listings section.content .wrapper .content-text .item .header,
        .page-engineer.listings section.content .wrapper .content-text .item .text {
          padding: 29px 47px; }
        .page-careers.listings section.content .wrapper .content-text .item .text,
        .page-engineer.listings section.content .wrapper .content-text .item .text {
          border-top: 2px solid #d5dbdb; }
          .page-careers.listings section.content .wrapper .content-text .item .text strong,
          .page-engineer.listings section.content .wrapper .content-text .item .text strong {
            color: #8f8f8f;
            display: inline;
            font-size: 17px;
            font-weight: bold; }
        .page-careers.listings section.content .wrapper .content-text .item .less,
        .page-careers.listings section.content .wrapper .content-text .item .better,
        .page-engineer.listings section.content .wrapper .content-text .item .less,
        .page-engineer.listings section.content .wrapper .content-text .item .better {
          cursor: pointer;
          position: absolute;
          font-size: 16px;
          font-weight: bold;
          top: 47px;
          right: 40px;
          display: none;
          color: #22c1c6; }
        .page-careers.listings section.content .wrapper .content-text .item .career-social-share .career-fb-share,
        .page-careers.listings section.content .wrapper .content-text .item .career-social-share .career-linkedin-share,
        .page-engineer.listings section.content .wrapper .content-text .item .career-social-share .career-fb-share,
        .page-engineer.listings section.content .wrapper .content-text .item .career-social-share .career-linkedin-share {
          display: inline;
          float: right;
          margin: 1px 10px 0; }
        .page-careers.listings section.content .wrapper .content-text .item .career-social-share .career-linkedin-share,
        .page-engineer.listings section.content .wrapper .content-text .item .career-social-share .career-linkedin-share {
          margin-top: 0; }
        .page-careers.listings section.content .wrapper .content-text .item .career-social-share .clear,
        .page-engineer.listings section.content .wrapper .content-text .item .career-social-share .clear {
          clear: both; }
        .page-careers.listings section.content .wrapper .content-text .item ul,
        .page-engineer.listings section.content .wrapper .content-text .item ul {
          margin: 5px 0 20px 10px; }
          .page-careers.listings section.content .wrapper .content-text .item ul li,
          .page-engineer.listings section.content .wrapper .content-text .item ul li {
            background: url("/content/themes/noom/images/careers/ellipse.png") no-repeat scroll 0% 7px;
            list-style: none;
            color: #8f8f8f;
            font-size: 17px;
            margin-bottom: 15px;
            padding-left: 27px;
            line-height: 20px; }
        .page-careers.listings section.content .wrapper .content-text .item button,
        .page-engineer.listings section.content .wrapper .content-text .item button {
          background: #22c1c6;
          border: none;
          border-radius: 10px;
          padding: 10px;
          text-align: center;
          color: white;
          width: 180px;
          display: block;
          margin: 35px auto;
          font-size: 16px;
          font-weight: bold;
          outline: 0; }
        .page-careers.listings section.content .wrapper .content-text .item .hover:hover,
        .page-engineer.listings section.content .wrapper .content-text .item .hover:hover {
          background: #e5eded; }
          .page-careers.listings section.content .wrapper .content-text .item .hover:hover .less,
          .page-engineer.listings section.content .wrapper .content-text .item .hover:hover .less {
            display: block; }
        .page-careers.listings section.content .wrapper .content-text .item:first-of-type,
        .page-engineer.listings section.content .wrapper .content-text .item:first-of-type {
          border-top-right-radius: 10px;
          border-top-left-radius: 10px; }
          .page-careers.listings section.content .wrapper .content-text .item:first-of-type .hover:hover,
          .page-engineer.listings section.content .wrapper .content-text .item:first-of-type .hover:hover {
            border-top-right-radius: 10px;
            border-top-left-radius: 10px; }
        .page-careers.listings section.content .wrapper .content-text .item:last-of-type,
        .page-engineer.listings section.content .wrapper .content-text .item:last-of-type {
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px; }
          .page-careers.listings section.content .wrapper .content-text .item:last-of-type .hover:hover,
          .page-engineer.listings section.content .wrapper .content-text .item:last-of-type .hover:hover {
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px; }
            .page-careers.listings section.content .wrapper .content-text .item:last-of-type .hover:hover.notborder,
            .page-engineer.listings section.content .wrapper .content-text .item:last-of-type .hover:hover.notborder {
              border-bottom-right-radius: 0px;
              border-bottom-left-radius: 0px; }
        .page-careers.listings section.content .wrapper .content-text .item .application,
        .page-engineer.listings section.content .wrapper .content-text .item .application {
          margin: 20px 0;
          padding: 25px 30px 30px 30px;
          background-color: #f3f3f3;
          max-width: 610px; }
          .page-careers.listings section.content .wrapper .content-text .item .application .application_form,
          .page-engineer.listings section.content .wrapper .content-text .item .application .application_form {
            display: block;
            margin-top: 0em; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields {
              display: block; }
              .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields .heading,
              .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields .heading {
                float: left;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 15px;
                color: #4d4d4d; }
              .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.required-fields,
              .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.required-fields {
                float: right;
                font-size: 14px;
                color: #747474;
                color: #4d4d4d; }
              .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields .asterisk,
              .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields .asterisk {
                color: #FF2236; }
              .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields .clear,
              .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields .clear {
                clear: both; }
              .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field,
              .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field {
                clear: both;
                overflow: auto;
                line-height: 30px;
                margin-bottom: 15px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input {
                  -webkit-appearance: textfield;
                  background-color: white;
                  -webkit-rtl-ordering: logical;
                  -webkit-user-select: text;
                  cursor: auto;
                  padding: 1px;
                  border: 2px inset; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea {
                  font-family: monospace;
                  border-color: darkgray; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea {
                  -webkit-appearance: textarea;
                  background-color: white;
                  -webkit-rtl-ordering: logical;
                  -webkit-user-select: text;
                  flex-direction: column;
                  resize: auto;
                  cursor: auto;
                  white-space: pre-wrap;
                  word-wrap: break-word;
                  border: 1px solid;
                  padding: 2px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field keygen, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field select, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field button,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field keygen,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field select,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field button {
                  text-rendering: auto;
                  color: initial;
                  letter-spacing: normal;
                  word-spacing: normal;
                  text-transform: none;
                  text-indent: 0px;
                  text-shadow: none;
                  display: inline-block;
                  text-align: start;
                  margin: 0em 0em 0em 0em;
                  font: 13.3333px Arial; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field keygen, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field select, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field button, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field meter, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field progress,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field keygen,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field select,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field button,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field meter,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field progress {
                  -webkit-writing-mode: horizontal-tb; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field label,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field label {
                  color: #4d4d4d;
                  font-size: 14px;
                  float: left;
                  width: 105px;
                  text-align: right;
                  margin-right: 10px; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field label .asterisk,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field label .asterisk {
                    font-size: 18px;
                    line-height: 18px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="file"],
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="file"] {
                  display: none; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="text"], .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="text"],
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea {
                  width: 397px;
                  box-shadow: none; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="text"],
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="text"] {
                  margin: 0;
                  padding: 5px;
                  border: solid 1px #DDD;
                  font-size: 13px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea {
                  margin: 0 0 0 115px;
                  padding: 5px;
                  border: solid 1px #DDD;
                  font-size: 13px; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea.paste,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea.paste {
                    display: none; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .field-error,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .field-error {
                  border: solid 1px #FF2236 !important; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .field-error-msg,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .field-error-msg {
                  color: #FF2236;
                  font-size: 13px;
                  padding-left: 115px;
                  text-align: left;
                  line-height: 20px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste {
                  display: block; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .drop-zone,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .drop-zone {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    border: 2px dashed #747474;
                    background-color: #f3f3f3;
                    padding: 10px;
                    width: 160px;
                    text-align: center;
                    color: #747474;
                    font-weight: 500; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .hidden,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .hidden {
                    display: none; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen {
                    display: none;
                    line-height: 26px; }
                    .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen img, .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen span,
                    .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen img,
                    .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen span {
                      vertical-align: middle; }
                    .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen span,
                    .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .chosen span {
                      font-size: 14px;
                      color: #4d4d4d; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste a,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste a {
                    font-size: 15px;
                    outline: none;
                    text-decoration: none;
                    color: #118bd9; }
                    .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste a:hover,
                    .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste a:hover {
                      text-decoration: underline; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste a.remove,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste a.remove {
                    margin-left: 5px;
                    display: none; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .upload,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .upload {
                    display: inline-block;
                    border-top: solid 1px #CCC;
                    width: 300px;
                    padding-top: 10px;
                    margin-top: 10px; }
                    .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .upload .progress,
                    .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .upload .progress {
                      margin-top: 8px;
                      border: solid 1px #555;
                      -webkit-border-radius: 3px;
                      -moz-border-radius: 3px;
                      border-radius: 3px; }
                      .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .upload .progress .bar,
                      .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .upload .progress .bar {
                        height: 10px;
                        background: #3EC144; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a:not(:last-child)::after,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a:not(:last-child)::after {
                    content: ","; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .validation-anchor,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .validation-anchor {
                    display: none; }
                  .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar,
                  .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar {
                    display: none; }
                    .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar .upload,
                    .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar .upload {
                      border: none;
                      margin: 0; }
                      .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar .upload .progress,
                      .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar .upload .progress {
                        margin: 0;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0; }
                        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar .upload .progress .bar,
                        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .progress-bar .upload .progress .bar {
                          height: 8px;
                          width: 397px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field input[type=text], .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field input[type=text],
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field textarea {
                  margin-top: 6px;
                  width: 514px !important; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field input[type='checkbox'],
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field input[type='checkbox'] {
                  width: 13px;
                  height: 13px;
                  padding: 0;
                  margin: 0;
                  vertical-align: middle;
                  position: relative;
                  top: -1px;
                  box-shadow: none;
                  -webkit-appearance: checkbox !important;
                  -moz-appearance: checkbox !important;
                  appearance: checkbox !important; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field textarea,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field textarea {
                  margin: 0;
                  height: 150px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field select,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field select {
                  margin-top: 6px;
                  max-width: 514px !important;
                  min-width: 125px;
                  height: 27px; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field label,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field label {
                  width: 514px;
                  float: none;
                  text-align: left;
                  margin-right: 0; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field .field-error-msg,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field .field-error-msg {
                  padding-left: 0px; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form input[type="button"], .page-careers.listings section.content .wrapper .content-text .item .application .application_form button,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form input[type="button"],
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form button {
              padding: 1px 6px; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form input[type="button"] button,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form input[type="button"] button {
              align-items: flex-start;
              text-align: center;
              cursor: default;
              color: buttontext;
              background-color: buttonface;
              box-sizing: border-box;
              padding: 2px 6px 3px;
              border: 2px outset buttonface; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form input[type="button"],
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form input[type="button"] {
              -webkit-appearance: push-button;
              -webkit-user-select: none;
              white-space: pre; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form hr,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form hr {
              display: block;
              -webkit-margin-before: 0.5em;
              -webkit-margin-after: 0.5em;
              -webkit-margin-start: auto;
              -webkit-margin-end: auto;
              border-style: inset;
              border-width: 1px; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form hr,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form hr {
              margin: 0;
              padding: 0;
              border: none;
              height: 1px;
              background-color: #DADADA;
              margin: 25px 0; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form .submit_buttons,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .submit_buttons {
              text-align: right; }
              .page-careers.listings section.content .wrapper .content-text .item .application .application_form .submit_buttons .button,
              .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .submit_buttons .button {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                padding: 10px 20px;
                color: #FFF;
                background-color: #74A24B;
                background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8CC658), to(#74A24B));
                background-image: -webkit-linear-gradient(top, #8CC658, #74A24B);
                background-image: -moz-linear-gradient(top, #8CC658, #74A24B);
                background-image: -ms-linear-gradient(top, #8CC658, #74A24B);
                background-image: -o-linear-gradient(top, #8CC658, #74A24B);
                filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#FF8CC658", endColorstr="#FF74A24B");
                font-weight: 600;
                color: white;
                text-align: center;
                text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
                cursor: pointer;
                border: none;
                padding: 7px 16px;
                font-size: 13px;
                box-shadow: none; }
                .page-careers.listings section.content .wrapper .content-text .item .application .application_form .submit_buttons .button:hover,
                .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .submit_buttons .button:hover {
                  background-color: #8CC658;
                  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#74A24B), to(#8CC658));
                  background-image: -webkit-linear-gradient(top, #74A24B, #8CC658);
                  background-image: -moz-linear-gradient(top, #74A24B, #8CC658);
                  background-image: -ms-linear-gradient(top, #74A24B, #8CC658);
                  background-image: -o-linear-gradient(top, #74A24B, #8CC658);
                  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#FF74A24B", endColorstr="#FF8CC658"); }
    .page-careers.listings section.content .wrapper .content-menu,
    .page-engineer.listings section.content .wrapper .content-menu {
      border-radius: 10px;
      width: 32%;
      padding: 47px 47px; }
      .page-careers.listings section.content .wrapper .content-menu h2, .page-careers.listings section.content .wrapper .content-menu .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .content-menu h3, .page-careers.listings section.content .wrapper .content-menu .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item .content-menu strong,
      .page-engineer.listings section.content .wrapper .content-menu h2, .page-engineer.listings section.content .wrapper .content-menu .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item .content-menu h3, .page-engineer.listings section.content .wrapper .content-menu .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item .content-menu strong {
        font-size: 26px;
        letter-spacing: 1px;
        margin: 20px 0 10px; }
      .page-careers.listings section.content .wrapper .content-menu p,
      .page-engineer.listings section.content .wrapper .content-menu p {
        font-size: 17px;
        margin-bottom: 30px; }
      .page-careers.listings section.content .wrapper .content-menu .item,
      .page-engineer.listings section.content .wrapper .content-menu .item {
        padding-top: 15px;
        padding-bottom: 15px; }
        .page-careers.listings section.content .wrapper .content-menu .item .benifits-icon,
        .page-engineer.listings section.content .wrapper .content-menu .item .benifits-icon {
          position: relative;
          float: left;
          width: 32px;
          height: 32px; }
          .page-careers.listings section.content .wrapper .content-menu .item .benifits-icon .img,
          .page-engineer.listings section.content .wrapper .content-menu .item .benifits-icon .img {
            bottom: 0;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0; }
        .page-careers.listings section.content .wrapper .content-menu .item span,
        .page-engineer.listings section.content .wrapper .content-menu .item span {
          color: #5f5f5f;
          font-weight: bold;
          font-size: 16px;
          padding-left: 15px; }

.sub-menu input[type="text"], .purchase-form input[type="text"],
.purchase-form input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 26px;
  font-size: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #ececec;
  background-color: #fff;
  padding: 4px 10px;
  margin: 0;
  display: block; }
  .sub-menu input[type="text"]:focus, .purchase-form input[type="text"]:focus,
  .purchase-form input[type="email"]:focus {
    outline: none; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange:hover, .page-template-template-kr-purchase .purchase-form input[type="submit"]:hover, .btn-blue:hover, .btn-orange:hover, .pricing-plan-list li:hover .btn-blue:hover, .pricing-plan-list li:hover .btn-orange:hover, .pricing-plan-list li.active .btn-blue:hover, .pricing-plan-list li.active .btn-orange:hover {
  background-color: #28a0a3; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue:active, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange:active, .page-template-template-kr-purchase .purchase-form input[type="submit"]:active, .btn-blue:active, .btn-orange:active, .pricing-plan-list li:hover .btn-blue:active, .pricing-plan-list li:hover .btn-orange:active, .pricing-plan-list li.active .btn-blue:active, .pricing-plan-list li.active .btn-orange:active {
  background-color: #259093; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-blue:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover .btn-orange:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue:focus, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange:focus, .page-template-template-kr-purchase .purchase-form input[type="submit"]:focus, .btn-blue:focus, .btn-orange:focus, .pricing-plan-list li:hover .btn-blue:focus, .pricing-plan-list li:hover .btn-orange:focus, .pricing-plan-list li.active .btn-blue:focus, .pricing-plan-list li.active .btn-orange:focus {
  outline: none; }

.page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue:before, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange:before, .plan-item.active .btn-blue:before, .plan-item.active .btn-orange:before, .pricing-plan-list li.active .btn-blue:before, .pricing-plan-list li.active .btn-orange:before {
  font-size: 45px;
  color: #fff; }

.sub-menu {
  -webkit-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
  -moz-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
  box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 31px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 82px;
  width: 100%;
  z-index: 29; }
  .sub-menu input[type="text"] {
    display: inline-block;
    width: 231px;
    margin: 0 5px 0 6px; }
  .sub-menu label {
    line-height: 42px;
    color: #21c1c5;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top; }
  .sub-menu .btn-blue, .sub-menu .btn-orange {
    vertical-align: top;
    height: 40px;
    padding: 0 15px 2px; }

.btn-blue, .btn-orange {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  padding: 0;
  background-color: #22c1c6;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .btn-blue.small, .small.btn-orange {
    width: 105px; }
  .btn-blue.large, .large.btn-orange {
    width: 185px; }

.pick-plan {
  padding: 85px 0 130px; }
  .pick-plan h1 {
    color: #3f3f3f;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin: 0 0 71px;
    font-weight: 300;
    text-transform: none;
    padding: 0 40px; }

.plan-item {
  width: 50%;
  padding: 0 47px 0  39px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1; }
  .plan-item:first-of-type {
    padding: 0 40px 0 47px; }
    .plan-item:first-of-type .plan-top {
      background: #f79436; }
  .plan-item > div {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .plan-item > div:hover {
      -webkit-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
      -moz-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
      box-shadow: 0 0 27px rgba(1, 1, 1, 0.22); }
  .plan-item .pricing-content {
    min-height: 295px;
    padding: 22px 33px 63px; }
    .plan-item .pricing-content p:nth-child(2) {
      margin-top: 15px; }
  .plan-item .pricing-bottom {
    bottom: 44px; }
  .plan-item.disable {
    opacity: 0.38; }
  .plan-item.active > div {
    -webkit-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
    -moz-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
    box-shadow: 0 0 27px rgba(1, 1, 1, 0.22); }
  .plan-item.active .btn-blue, .plan-item.active .btn-orange {
    font-size: 0;
    color: transparent;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px; }
  .plan-item.active .pricing-bottom {
    bottom: 62px; }

.plan-top-wrap {
  display: table;
  width: 100%; }

.plan-top {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: table-cell;
  overflow: hidden;
  height: 183px;
  vertical-align: middle;
  background: #f78921;
  text-align: center; }
  .plan-top > span {
    color: #b2641b;
    font-size: 24px;
    font-weight: bold; }
  .plan-top p {
    color: #fff;
    font-size: 40px;
    line-height: normal;
    margin: 0; }
    .plan-top p span {
      color: #fbceae;
      font-size: 16px; }

.choice-pricing-plan {
  *zoom: 1;
  padding: 0 0 88px;
  overflow: visible;
  display: none; }
  .choice-pricing-plan:before, .choice-pricing-plan:after {
    content: " ";
    display: table; }
  .choice-pricing-plan:after {
    clear: both; }
  .choice-pricing-plan h2, .choice-pricing-plan .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .choice-pricing-plan h3, .choice-pricing-plan
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .choice-pricing-plan strong, .choice-pricing-plan
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .choice-pricing-plan h3, .choice-pricing-plan
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .choice-pricing-plan strong {
    width: 550px;
    text-align: center;
    margin: 0 auto 68px;
    font-size: 50px;
    line-height: 60px; }

.pricing-plan-list {
  *zoom: 1;
  width: 100%;
  text-align: center;
  white-space: nowrap; }
  .pricing-plan-list:before, .pricing-plan-list:after {
    content: " ";
    display: table; }
  .pricing-plan-list:after {
    clear: both; }
  .pricing-plan-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    text-align: center;
    color: #c3c3c3;
    padding: 0 8px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .pricing-plan-list li:hover, .pricing-plan-list li.active {
      background: #f7f7f7;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
      -moz-box-shadow: 0 0 27px rgba(1, 1, 1, 0.22);
      box-shadow: 0 0 27px rgba(1, 1, 1, 0.22); }
      .pricing-plan-list li:hover p, .pricing-plan-list li.active p {
        color: #3f3f3f; }
      .pricing-plan-list li:hover span, .pricing-plan-list li.active span {
        color: #737373; }
        .pricing-plan-list li:hover span:first-child, .pricing-plan-list li.active span:first-child {
          color: #22c1c6; }
      .pricing-plan-list li:hover .btn-blue, .pricing-plan-list li:hover .btn-orange, .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .btn-orange {
        background: #22c1c6; }
      .pricing-plan-list li:hover div, .pricing-plan-list li.active div {
        background: none; }
    .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .btn-orange {
      font-size: 0;
      color: transparent;
      width: 72px;
      height: 72px;
      position: relative;
      top: -5px;
      margin-bottom: -30px;
      -webkit-border-radius: 36px;
      -moz-border-radius: 36px;
      border-radius: 36px;
      background: #22c1c6; }
  .pricing-plan-list .btn-blue, .pricing-plan-list .btn-orange {
    display: block;
    margin: 0 auto; }
  .pricing-plan-list p {
    color: #c3c3c3;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 25px;
    line-height: normal;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .pricing-plan-list span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0 0 27px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .pricing-plan-list span.pricing-discount {
      margin: 0;
      height: 27px;
      color: #bde7e8;
      font-size: 18px;
      text-transform: uppercase; }
  .pricing-plan-list .disable .btn-blue, .pricing-plan-list .disable .btn-orange {
    background: #a9e6e7; }

.pricing-plan-list-item-wrap {
  background: #fcfcfc;
  padding: 59px 0 51px; }

.purchase-form {
  padding: 0 0 190px;
  text-align: center;
  display: none; }
  .purchase-form h2, .purchase-form .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .purchase-form h3, .purchase-form
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .purchase-form strong, .purchase-form
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .purchase-form h3, .purchase-form
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .purchase-form strong {
    width: 440px;
    margin: 0 auto 63px;
    font-size: 50px;
    line-height: 60px; }
  .purchase-form form {
    margin: 0 auto;
    max-width: 480px; }
  .purchase-form .fieldset {
    margin: 0 auto 12px;
    text-align: left; }
  .purchase-form label {
    color: #737373;
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0 0 2px 1px; }
  .purchase-form input[type="text"],
  .purchase-form input[type="email"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%; }
    .purchase-form input[type="text"]:-webkit-input-placeholder, .purchase-form input[type="text"]:-moz-placeholder, .purchase-form input[type="text"]:-moz-placeholder, .purchase-form input[type="text"]:-ms-input-placeholder,
    .purchase-form input[type="email"]:-webkit-input-placeholder,
    .purchase-form input[type="email"]:-moz-placeholder,
    .purchase-form input[type="email"]:-moz-placeholder,
    .purchase-form input[type="email"]:-ms-input-placeholder {
      color: #ccc; }
    .purchase-form input[type="text"].error,
    .purchase-form input[type="email"].error {
      color: #e22323;
      border-color: #e22323; }
  .purchase-form input[type="submit"] {
    display: block;
    margin: 0 auto 0; }
  .purchase-form .exp-cvv-codes {
    margin-bottom: 60px; }
  .purchase-form .cvv-code,
  .purchase-form .exp-code {
    display: inline-block;
    width: 136px;
    vertical-align: top;
    margin: 0 11px 12px; }
  .purchase-form input[type="submit"] {
    border-radius: 5px;
    font-size: 15px; }
  .purchase-form .error-msg {
    display: none;
    color: #e22323;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    margin: 3px 0 0; }

.pro-thank {
  padding: 152px 0 190px;
  text-align: center; }
  .pro-thank .large {
    width: 189px; }
  .pro-thank h1 {
    color: #3f3f3f;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin: 0 0 71px;
    font-weight: 300;
    text-transform: none;
    padding: 0 40px; }
  .pro-thank p {
    color: #9c9c9c;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    max-width: 495px;
    margin: 0 auto 15px; }

.btn-orange {
  background: #f78921; }
  .btn-orange:hover {
    background: #e5802f; }
  .btn-orange:active {
    background: #d4772d; }

.btn-group {
  vertical-align: top;
  margin: 45px 0 38px; }
  .btn-group a {
    margin: 0 12.5px; }

.social-thank p {
  color: #8f8f8f;
  font-size: 16px;
  margin-bottom: 12px; }

.social-thank li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px; }

.social-thank .icon-tw,
.social-thank .icon-fb,
.social-thank .icon-inst {
  color: #30c1c5;
  font-size: 26px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .social-thank .icon-tw:hover,
  .social-thank .icon-fb:hover,
  .social-thank .icon-inst:hover {
    color: #26999c; }

.download h2, .download .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .download h3, .download
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .download strong, .download
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .download h3, .download
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .download strong {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  padding: 10px 95px 55px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.download .pricing {
  padding-top: 30px; }

.download .pricing-item {
  width: 33%; }
  .download .pricing-item:last-of-type {
    width: 34%; }

.download-link-apple, .download-link-google {
  display: inline-block; }

.download-links {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 0 0 53px 0; }

.download-link-apple {
  margin-right: 7px;
  background-image: url("images/appstore.png");
  width: 130px;
  height: 40px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .download-link-apple {
      background-image: url("images/appstore-2x.png");
      background-size: 130px 40px; } }

.download-link-google {
  margin-left: 7px;
  background-image: url("images/googleplay.png");
  width: 130px;
  height: 40px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .download-link-google {
      background-image: url("images/googleplay-2x.png");
      background-size: 130px 40px; } }

.about-masthead, .about-join {
  height: 624px; }
  .about-masthead .wrapper, .about-join .wrapper {
    display: table;
    width: 100%;
    height: 100%; }
    .about-masthead .wrapper h2, .about-join .wrapper h2, .about-masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .about-masthead .wrapper .content-text .item h3, .about-join .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .about-join .wrapper .content-text .item h3, .about-masthead
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .about-masthead .wrapper .content-text .item strong, .about-join
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .about-join .wrapper .content-text .item strong, .about-masthead
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .about-masthead .wrapper .content-text .item h3, .about-join
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .about-join .wrapper .content-text .item h3, .about-masthead
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .about-masthead .wrapper .content-text .item strong, .about-join
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .about-join .wrapper .content-text .item strong {
      color: #fff;
      text-align: center;
      font-weight: 200; }
  .about-masthead .bg, .about-join .bg {
    background: #30c1c5; }

.about_item_in {
  display: table-cell;
  vertical-align: middle; }

.about_item {
  min-height: 600px;
  overflow: hidden; }
  .about_item article {
    width: 50%;
    height: 100%;
    float: left;
    padding: 100px 85px 0 0; }
    .about_item article h2, .about_item article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about_item article h3, .about_item article
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .about_item article strong, .about_item article
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .about_item article h3, .about_item article
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .about_item article strong {
      margin-top: 0; }
    .about_item article p {
      color: #737373; }
  .about_item .about-bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    background-color: #958ce9; }
  .about_item .wrapper {
    position: static !important; }

.about_item_invert .about-bg {
  right: auto;
  left: 0; }

.about_item_invert article {
  float: right;
  padding: 105px 0 0 85px; }

.about-join {
  height: 590px;
  text-align: center; }
  .about-join .bg {
    background-color: #878172 !important;
    min-height: 590px; }
  .about-join h2, .about-join .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about-join h3, .about-join
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .about-join strong, .about-join
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .about-join h3, .about-join
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .about-join strong {
    margin: 14px 0 68px 0; }
  .about-join .btn-blue, .about-join .btn-orange {
    background-color: #447ad4;
    padding: 0 58px; }

.second-menu_anchor {
  height: 200px;
  margin-top: -200px;
  display: block;
  visibility: hidden; }

.team {
  background: #f8f8f8;
  padding: 71px 0 20px;
  text-align: center; }
  .team h2, .team .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .team h3, .team
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .team strong, .team
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .team h3, .team
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .team strong {
    clear: both;
    font-size: 50px;
    line-height: 50px;
    padding: 10px 0 0;
    margin: 30px auto;
    width: 100%; }
  .team p {
    color: #8f8f8f;
    font-weight: 300;
    padding: 0;
    width: 70%;
    margin: 0 auto; }
  .team .team-button {
    text-align: center;
    padding: 40px 0 0px; }
    .team .team-button .item-label-business {
      background-color: #22c1c6;
      display: inline-block;
      float: none; }
  .team .portfolio-items li {
    display: block;
    float: left;
    list-style: none;
    position: relative;
    margin: 40px 45px 60px 0;
    width: 290px;
    height: 340px;
    padding: 0px;
    overflow: hidden;
    border-radius: 5px;
    background: none;
    background: -moz-linear-gradient(bottom, black 0%, transparent 30%);
    /* firefox */
    background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, transparent), color-stop(30%, transparent));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000FF',GradientType=0 );
    /* ie */ }
    .team .portfolio-items li:last-of-type {
      padding-right: 0px;
      margin-right: 0px; }
    .team .portfolio-items li:nth-child(3n+3) {
      margin-right: 0; }
    .team .portfolio-items li img {
      position: absolute;
      margin: 0 auto;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .team .portfolio-items li div.caption {
      text-align: left;
      display: block;
      color: #fff;
      font-weight: 400;
      position: absolute;
      overflow: hidden;
      text-shadow: 1px 1px 1px #303857;
      filter: alpha(opacity=0);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out;
      padding: 15px 30px 65px;
      width: 300px;
      height: 350px; }
      .team .portfolio-items li div.caption h3 {
        text-transform: none;
        padding-bottom: 15px;
        font-size: 18px;
        margin: 0 0 20px 0;
        font-weight: 300;
        text-shadow: 1px 1px 1px #303857; }
      .team .portfolio-items li div.caption p {
        font-size: 14px;
        width: 100%;
        color: #fff;
        margin: 0; }
      .team .portfolio-items li div.caption span {
        font-size: 14px;
        color: #8f8f8f;
        font-weight: bold; }
  .team .portfolio-items li.hover div.caption {
    background: rgba(0, 0, 0, 0.8);
    width: 290px;
    height: 340px;
    opacity: 1;
    filter: alpha(opacity=80); }
  .team .portfolio-items li div.caption {
    background: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=40);
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 290px;
    height: 0px; }
    .team .portfolio-items li div.caption h3 {
      text-transform: none;
      padding-bottom: 15px;
      margin: 0 0 20px 0;
      text-shadow: 1px 1px 1px #303857; }

.advisory-team {
  padding-bottom: 60px; }

.support-article {
  text-align: center;
  width: 380px;
  margin: 100px auto; }

.support-links {
  overflow: hidden; }
  .support-links li {
    width: 280px;
    height: 291px;
    margin: 0 0 60px 0;
    float: left; }
    .support-links li:nth-child(3n+2) {
      margin-left: 60px; }
    .support-links li:nth-child(3n+3) {
      margin-left: 60px; }

.support-links-item {
  width: 280px;
  height: 291px;
  padding: 0 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  color: #6f6f6f;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px; }
  .support-links-item i {
    display: block;
    color: #447ad4;
    font-size: 83px;
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center; }

.support-inner {
  padding-top: 55px; }

.support-breadcrumbs {
  *zoom: 1;
  margin-bottom: 56px; }
  .support-breadcrumbs:before, .support-breadcrumbs:after {
    content: " ";
    display: table; }
  .support-breadcrumbs:after {
    clear: both; }
  .support-breadcrumbs li {
    display: inline-block;
    line-height: 34px;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 200; }
  .support-breadcrumbs li + li:before {
    content: "/";
    color: #ccc;
    padding: 0 15px; }
  .support-breadcrumbs a {
    color: #f78921;
    font-size: 30px; }
    .support-breadcrumbs a:hover {
      color: #f78921; }

.support-info {
  overflow: hidden; }
  .support-info aside {
    float: left;
    width: 345px;
    margin-bottom: 56px; }
  .support-info article {
    overflow: hidden; }

.support-accordion {
  padding-bottom: 100px; }
  .support-accordion > li {
    border-bottom: 1px solid #e6e6e6;
    color: #6f6f6f;
    font-size: 20px;
    padding: 35px 0; }
    .support-accordion > li a {
      color: #6f6f6f;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .support-accordion > li a:focus, .support-accordion > li a:hover, .support-accordion > li a:active {
        color: #447ad4; }

.support-accordion-question {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.support-accordion-answer {
  display: none; }

.support-accordion-close {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 23px; }
  .support-accordion-close:before, .support-accordion-close:after {
    content: '';
    position: absolute;
    display: block;
    background: #79d8db; }
  .support-accordion-close:before {
    width: 2px;
    height: 22px;
    left: 50%;
    top: 0;
    margin-left: -1px; }
  .support-accordion-close:after {
    width: 22px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px; }

.support.health-support .wrapper.support-list {
  max-width: 1170px; }

.support.health-support .support-article {
  width: 520px;
  margin: 100px auto 52px; }
  .support.health-support .support-article h2, .support.health-support .support-article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .support.health-support .support-article h3, .support.health-support .support-article
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .support.health-support .support-article strong, .support.health-support .support-article
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .support.health-support .support-article h3, .support.health-support .support-article
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .support.health-support .support-article strong {
    font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.01em; }
  .support.health-support .support-article p {
    font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    padding: 0 30px;
    color: #4d4d4d; }

.support.health-support .most-asked {
  min-height: 190px;
  margin: 47px 0 38px; }
  .support.health-support .most-asked .support-links-item {
    padding-left: 45px;
    margin-right: 50px;
    float: left;
    outline: none;
    width: 180px;
    height: 190px; }
    .support.health-support .most-asked .support-links-item i {
      background: url("images/most-asked.png") no-repeat;
      width: 83px;
      height: 114px;
      margin-top: 30px; }
  .support.health-support .most-asked .support-links-questions li {
    font-family: Roboto Regular, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.01em; }
    .support.health-support .most-asked .support-links-questions li a {
      color: #4d4d4d; }
      .support.health-support .most-asked .support-links-questions li a:hover {
        color: #447ad4; }
  .support.health-support .most-asked .support-links-questions .title {
    font-family: Roboto Regular, Helvetica, Arial, sans-serif;
    color: #447ad4;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 7px;
    text-transform: none; }

.support.health-support .line {
  height: 2px;
  width: 82%;
  background: #f2f2f2;
  margin: 0 auto; }

.support.health-support .support-links {
  margin-top: 50px; }
  .support.health-support .support-links li {
    width: 50%;
    height: 190px;
    margin: 0 0 15px 0;
    float: left; }
  .support.health-support .support-links .support-links-item {
    margin-right: 36px;
    float: left;
    width: 125px;
    height: 132px;
    outline: none; }
    .support.health-support .support-links .support-links-item i {
      font-size: 54px;
      margin-top: 37px;
      margin-left: -2px;
      color: #447ad4; }
      .support.health-support .support-links .support-links-item i:hover {
        color: #447ad4; }
  .support.health-support .support-links .support-links-questions p {
    font-family: Roboto Regular, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.01em; }
    .support.health-support .support-links .support-links-questions p a {
      color: #4d4d4d; }
      .support.health-support .support-links .support-links-questions p a:hover {
        color: #447ad4; }
      .support.health-support .support-links .support-links-questions p a.see-more {
        color: #447ad4;
        text-transform: uppercase; }
  .support.health-support .support-links .support-links-questions a.title p {
    color: #447ad4;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 8px;
    margin-top: 6px;
    text-transform: none; }

.support.health-support .search-form, .support.inner-health-support .search-form, .support.health-support-article .search-form {
  width: 90%;
  position: relative; }
  .support.health-support .search-form input, .support.inner-health-support .search-form input, .support.health-support-article .search-form input {
    background: none;
    border: 2px solid #cacaca;
    border-radius: 25px;
    box-shadow: none;
    color: #4d4d4d;
    font-size: 28px;
    font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 50px 3px 25px;
    width: 100%; }
    .support.health-support .search-form input:focus, .support.inner-health-support .search-form input:focus, .support.health-support-article .search-form input:focus {
      outline: 0; }
  .support.health-support .search-form#searchform:after, .support.inner-health-support .search-form#searchform:after, .support.health-support-article .search-form#searchform:after {
    color: #447ad4;
    content: "\e901";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: -60px;
    font-size: 30px; }

.support.inner-health-support .support-breadcrumbs a {
  color: #447ad4;
  line-height: 40px;
  letter-spacing: 0.01em; }

.support.inner-health-support .support-info aside {
  width: 385px; }

.support.inner-health-support .support-links-item i {
  color: #447ad4;
  margin-bottom: 15px; }

.support.inner-health-support .support-category-description {
  margin-right: 75px;
  padding-top: 20px; }
  .support.inner-health-support .support-category-description p {
    font-size: 20px;
    line-height: 24px; }

.support.inner-health-support .support-accordion > li a {
  outline: none;
  color: #4d4d4d; }
  .support.inner-health-support .support-accordion > li a:hover {
    color: #447ad4; }

.support.inner-health-support .search-form {
  width: 35%;
  margin-right: 80px;
  margin-top: 3px;
  float: right; }
  .support.inner-health-support .search-form:before {
    content: none; }
  .support.inner-health-support .search-form input {
    font-size: 20px; }
  .support.inner-health-support .search-form#searchform:after {
    top: 7px;
    right: -63px;
    font-size: 24px; }

.support.inner-health-support .tabs section {
  display: none;
  padding: 0px; }

.support.inner-health-support .tabs input {
  display: none; }

.support.inner-health-support .tabs label {
  font-family: Roboto Regular, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  margin: 0;
  padding: 2px 25px;
  text-align: center;
  color: white;
  background: #c7d7f2;
  width: 250px; }
  .support.inner-health-support .tabs label.android {
    border-radius: 8px 0 0 8px; }
  .support.inner-health-support .tabs label.ios {
    margin-left: -5px;
    border-radius: 0 8px 8px 0; }

.support.inner-health-support .tabs input:checked + label {
  color: white;
  background: #447ad4; }
  .support.inner-health-support .tabs input:checked + label:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent transparent #447ad4 #447ad4;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    bottom: -2em;
    content: "";
    height: 0;
    left: 520px;
    margin-left: -0.5em;
    position: absolute;
    top: 136px;
    width: 0; }
  .support.inner-health-support .tabs input:checked + label.ios:after {
    left: 765px; }

.support.inner-health-support .tabs #tab1:checked ~ #content1,
.support.inner-health-support .tabs #tab2:checked ~ #content2 {
  display: block; }

.support.health-support-article a {
  color: #447ad4; }

.support.health-support-article .support-breadcrumbs {
  padding: 0 35px;
  min-height: 37px; }
  .support.health-support-article .support-breadcrumbs:after {
    background: none; }
  .support.health-support-article .support-breadcrumbs li {
    font-size: 20px;
    line-height: 34px; }
    .support.health-support-article .support-breadcrumbs li a {
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 34px; }
      .support.health-support-article .support-breadcrumbs li a:hover {
        color: #447ad4; }
    .support.health-support-article .support-breadcrumbs li:first-child a {
      font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 24px;
      color: #447ad4; }

.support.health-support-article .search-form {
  width: 21.5%;
  margin-right: 80px;
  position: absolute;
  right: 30px;
  top: 0px;
  float: right; }
  .support.health-support-article .search-form:before {
    content: none; }
  .support.health-support-article .search-form input {
    font-size: 20px; }
  .support.health-support-article .search-form#searchform:after {
    top: 8px;
    right: -63px;
    font-size: 24px; }

.support.health-support-article .content {
  margin-top: 30px; }

.support.health-support-article aside {
  padding: 39px 36px; }
  .support.health-support-article aside h3 {
    font-family: Roboto Regular, Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    border-bottom: 1px solid #4d4d4d; }
  .support.health-support-article aside a:after {
    content: none; }
  .support.health-support-article aside .sidebar-accordion {
    padding: 12px 0px 0 8px; }
    .support.health-support-article aside .sidebar-accordion a {
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 26px; }
    .support.health-support-article aside .sidebar-accordion li {
      padding-bottom: 25px; }
      .support.health-support-article aside .sidebar-accordion li:last-child {
        padding-bottom: 0; }

.ui-autocomplete {
  min-width: 527px; }
  .ui-autocomplete.fixfixed {
    position: absolute; }
  .ui-autocomplete.ui-widget-content {
    -webkit-box-shadow: 0 4px 15px rgba(1, 1, 1, 0.34);
    -moz-box-shadow: 0 4px 15px rgba(1, 1, 1, 0.34);
    box-shadow: 0 4px 15px rgba(1, 1, 1, 0.34);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    color: #4d4d4d;
    height: auto;
    max-width: 942px;
    z-index: 35;
    margin-top: 25px;
    padding-right: 45px;
    position: absolute; }
    .ui-autocomplete.ui-widget-content:before {
      border-color: transparent white transparent transparent;
      border-style: solid;
      border-width: 15px 15px 0 0;
      content: "";
      height: 0;
      left: 40px;
      position: absolute;
      top: -15px;
      width: 0;
      z-index: 36;
      display: none; }
    .ui-autocomplete.ui-widget-content:after {
      -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.4);
      box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transform-origin: 0 0 0;
      -moz-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
      -o-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      border-color: transparent transparent white white;
      border-image: none;
      border-style: solid;
      border-width: 12px;
      bottom: -2em;
      content: "";
      height: 0;
      left: 500px;
      margin-left: -0.5em;
      position: absolute;
      top: 0;
      width: 0; }
  .ui-autocomplete.ui-widget-content-after:after {
    left: 76px; }
  .ui-autocomplete.ui-menu .ui-menu-item {
    padding: 11px 0;
    margin: 0 20px;
    border-bottom: 1px solid #cacaca; }
    .ui-autocomplete.ui-menu .ui-menu-item:last-child {
      border: none; }
  .ui-autocomplete .ui-state-hover,
  .ui-autocomplete .ui-widget-content .ui-state-hover,
  .ui-autocomplete .ui-widget-header .ui-state-hover,
  .ui-autocomplete .ui-state-focus,
  .ui-autocomplete .ui-widget-content .ui-state-focus,
  .ui-autocomplete .ui-widget-header .ui-state-focus {
    background: none;
    color: #447ad4;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #cacaca; }
  .ui-autocomplete .icon-autocomplete {
    font-size: 35px;
    margin-left: -2px;
    margin-right: 15px;
    color: #447ad4;
    line-height: 30px;
    position: relative;
    top: 8px; }
    .ui-autocomplete .icon-autocomplete.icon-my-account:before {
      content: "\e618"; }
    .ui-autocomplete .icon-autocomplete.icon-your-coach:before {
      content: "\e903"; }
    .ui-autocomplete .icon-autocomplete.icon-no-results:before {
      content: "\e902"; }
    .ui-autocomplete .icon-autocomplete.icon-groups:before {
      content: "\e617"; }
    .ui-autocomplete .icon-autocomplete.icon-program:before {
      content: "\e615"; }
    .ui-autocomplete .icon-autocomplete.icon-food-logging:before {
      content: "\e619"; }
    .ui-autocomplete .icon-autocomplete.icon-recipes:before {
      content: "\e61d"; }
    .ui-autocomplete .icon-autocomplete.icon-exercise-logging:before {
      content: "\e61c"; }
    .ui-autocomplete .icon-autocomplete.icon-sync-apps-devices:before {
      content: "\e61b"; }
  .ui-autocomplete.only-mobile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .ui-autocomplete.only-mobile.ui-widget-content {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: none;
      -moz-border-radius: none;
      border-radius: none;
      max-width: 100%;
      padding: 0;
      border: none; }
      .ui-autocomplete.only-mobile.ui-widget-content:after {
        display: none; }
    .ui-autocomplete.only-mobile.ui-menu .ui-menu-item {
      padding: 13px 30px;
      margin: 0;
      border-bottom: none; }
      .ui-autocomplete.only-mobile.ui-menu .ui-menu-item:hover {
        border: none; }
      .ui-autocomplete.only-mobile.ui-menu .ui-menu-item:after {
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        border-bottom: 1px solid #cacaca;
        content: ""; }
      .ui-autocomplete.only-mobile.ui-menu .ui-menu-item:last-child:after {
        border: none; }
    .ui-autocomplete.only-mobile .ui-state-hover,
    .ui-autocomplete.only-mobile .ui-widget-content .ui-state-hover,
    .ui-autocomplete.only-mobile .ui-widget-header .ui-state-hover,
    .ui-autocomplete.only-mobile .ui-state-focus,
    .ui-autocomplete.only-mobile .ui-widget-content .ui-state-focus,
    .ui-autocomplete.only-mobile .ui-widget-header .ui-state-focus {
      background: #f2f2f2;
      color: #4d4d4d;
      border-bottom: none; }

.ui-helper-hidden-accessible {
  display: none; }

body.custom-background.category-healthcare-blog, body.custom-background.category-engineering-blog, body.custom-background.category-home, body.custom-background.category-eat, body.custom-background.category-move, body.custom-background.category-get-inspired, body.custom-background.category-updates, body.custom-background.category-blog, body.custom-background.page-id-566, body.custom-background.single-post {
  background: #22c1c6; }
  body.custom-background.category-healthcare-blog .site, body.custom-background.category-engineering-blog .site, body.custom-background.category-home .site, body.custom-background.category-eat .site, body.custom-background.category-move .site, body.custom-background.category-get-inspired .site, body.custom-background.category-updates .site, body.custom-background.category-blog .site, body.custom-background.page-id-566 .site, body.custom-background.single-post .site {
    background: #f8f8f8; }
  body.custom-background.category-healthcare-blog .site-header, body.custom-background.category-engineering-blog .site-header, body.custom-background.category-home .site-header, body.custom-background.category-eat .site-header, body.custom-background.category-move .site-header, body.custom-background.category-get-inspired .site-header, body.custom-background.category-updates .site-header, body.custom-background.category-blog .site-header, body.custom-background.page-id-566 .site-header, body.custom-background.single-post .site-header {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1400px;
    min-width: 1024px; }
  body.custom-background.category-healthcare-blog .site-header-content, body.custom-background.category-engineering-blog .site-header-content, body.custom-background.category-home .site-header-content, body.custom-background.category-eat .site-header-content, body.custom-background.category-move .site-header-content, body.custom-background.category-get-inspired .site-header-content, body.custom-background.category-updates .site-header-content, body.custom-background.category-blog .site-header-content, body.custom-background.page-id-566 .site-header-content, body.custom-background.single-post .site-header-content {
    background: #fff; }

.blog-article .article-content .wp-caption-text {
  position: absolute;
  bottom: 0;
  z-index: 5;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 16px;
  padding: 35px 45px;
  width: 100%; }
  .blog-article .article-content .wp-caption-text p {
    color: #fefefe;
    text-align: justify;
    overflow: hidden;
    margin: 0; }

.blog-mobile-search {
  display: none; }

.page-blog .no-posts-message {
  background: #fff;
  font-size: 20px;
  line-height: 1.4;
  color: #737373;
  padding: 100px 50px;
  text-align: center; }

.page-blog.page-blog-b2b aside {
  margin-top: 60px; }

.logged-in.admin-bar .page-blog.page-blog-b2c, .logged-in.admin-bar .page-blog.page-blog-b2d {
  padding-top: 32px; }

.page-blog.page-blog-b2c .content > aside, .page-blog.page-blog-b2d .content > aside {
  position: relative;
  top: -57px;
  width: 340px; }
  .category-blog .page-blog.page-blog-b2c .content > aside, .category-blog .page-blog.page-blog-b2d .content > aside {
    top: -4px; }
  @media (max-width: 1200px) {
    .page-blog.page-blog-b2c .content > aside, .page-blog.page-blog-b2d .content > aside {
      width: 300px; } }

.page-blog.page-blog-b2c .content .content-center, .page-blog.page-blog-b2d .content .content-center {
  margin-left: -405px; }
  @media (max-width: 1200px) {
    .page-blog.page-blog-b2c .content .content-center, .page-blog.page-blog-b2d .content .content-center {
      margin-left: -330px; } }

.page-blog.page-blog-b2c .content .content-center-wrapper, .page-blog.page-blog-b2d .content .content-center-wrapper {
  margin-left: 405px; }
  @media (max-width: 1200px) {
    .page-blog.page-blog-b2c .content .content-center-wrapper, .page-blog.page-blog-b2d .content .content-center-wrapper {
      margin-left: 330px; } }

.page-blog.page-blog-article .content > aside {
  top: 4px; }

.page-blog.page-blog-b2d {
  background: #f8f8f8; }
  .page-blog.page-blog-b2d .page-blog .content {
    padding: 0 35px; }
  .page-blog.page-blog-b2d .content > aside {
    top: 0px;
    width: 364px;
    background: white; }

.logged-in.admin-bar .page-blog.page-blog-b2c, .logged-in.admin-bar .page-blog.page-blog-b2d, .logged-in.admin-bar .page-blog.page-blog-article {
  padding-top: 32px; }

.page-blog.page-blog-b2c, .page-blog.page-blog-b2d {
  padding-top: 75px; }
  .logged-in.admin-bar .page-blog.page-blog-b2c, .logged-in.admin-bar .page-blog.page-blog-b2d {
    padding-top: 107px; }

.page-blog .support-breadcrumbs {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden; }
  .page-blog .support-breadcrumbs:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    z-index: 10;
    display: block;
    background-color: rgba(248, 248, 248, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
    background-image: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background-image: linear-gradient(to right,rgba(248, 248, 248, 0) 0%, #f8f8f8 100%); }
  .page-blog .support-breadcrumbs li:before {
    color: #dbdbdb; }
  .page-blog .support-breadcrumbs li:first-child a {
    color: #f78921; }
  .page-blog .support-breadcrumbs li, .page-blog .support-breadcrumbs a {
    font-size: 24px;
    height: 34px;
    line-height: 34px; }
  .page-blog .support-breadcrumbs a {
    color: #3f3f3f;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .page-blog .support-breadcrumbs a:hover {
      color: #f78921; }

.page-blog .content {
  overflow: hidden;
  padding: 0 35px;
  margin-top: 60px; }

.page-blog .content-center {
  float: left;
  margin-left: -430px;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .page-blog .content-center .content-center-wrapper {
    margin-left: 430px;
    padding-bottom: 65px; }
  @media (max-width: 1200px) {
    .page-blog .content-center {
      margin-left: -330px; }
      .page-blog .content-center .content-center-wrapper {
        margin-left: 330px; } }

.page-blog aside {
  float: right;
  width: 364px; }
  @media (max-width: 1200px) {
    .page-blog aside {
      width: 300px; } }

.content-search {
  display: none; }

#searchform:after {
  color: #a5a5a5;
  content: "\e61f";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 30px;
  right: 0; }

.page-blog-nav {
  left: 0;
  top: 80px;
  position: fixed;
  width: 100%;
  z-index: 102; }
  .logged-in.admin-bar .page-blog-nav {
    top: 112px; }
  .page-blog-nav-wrapper {
    line-height: 76px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    -moz-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    overflow: hidden;
    text-align: center;
    padding: 0 30px;
    height: 76px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto; }
  .page-blog-nav ul {
    display: inline-block;
    overflow: hidden;
    padding: 0 160px 0 0; }
    .page-blog-nav ul li {
      float: left;
      margin: 0 45px; }
      .page-blog-nav ul li.current {
        font-weight: bold; }
        .page-blog-nav ul li.current a {
          color: #22c1c6; }
    .page-blog-nav ul a {
      color: #a5a5a5;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 13px; }
      .page-blog-nav ul a:hover {
        color: #22c1c6; }
    .page-blog-nav ul i {
      font-size: 16px;
      position: relative;
      bottom: -2px;
      margin: 0 5px 0 0; }
  .page-blog-nav form {
    position: absolute;
    right: 35px;
    bottom: 0; }
    .page-blog-nav form:after {
      color: #a5a5a5;
      content: "\e61f";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 30px;
      right: 0; }
    .page-blog-nav form input {
      width: 160px;
      box-sizing: content-box;
      outline: none;
      background: none;
      box-shadow: none;
      border: none;
      border-bottom: 1px solid #e0e0e0;
      color: #a5a5a5;
      font-size: 13px;
      height: 30px;
      padding: 0 30px 0 0; }
      body:not(:-moz-handler-blocked) .page-blog-nav form input {
        font-weight: 500; }

.page-blog-masthead {
  background: #737373;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1400px 550px;
  height: 550px;
  text-align: center;
  width: 100%;
  color: #fefefe;
  font-size: 60px;
  font-weight: 300;
  clear: both;
  position: relative; }
  .category-healthcare-blog .page-blog-masthead {
    background-image: url("images/b2b-blog-bg.jpg"); }
  .category-engineering-blog .page-blog-masthead {
    background-image: url("images/engineering-blog-bg.jpg"); }
  .page-blog-masthead .page-blog-masthead-content {
    background-image: -webkit-linear-gradient( transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient( transparent 0, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 3; }
    .page-blog-masthead .page-blog-masthead-content span {
      line-height: 1.2;
      text-align: center;
      display: block;
      padding: 0 180px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
    .page-blog-masthead .page-blog-masthead-content a {
      color: #fff; }

.blog-article {
  overflow: hidden;
  margin-bottom: 22px;
  padding-bottom: 50px;
  background: #fff;
  color: #737373;
  font-size: 20px;
  position: relative; }
  .page-blog-article .blog-article:after {
    content: '';
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 1px;
    background-color: #dbdbdb; }
  .blog-article p {
    color: #737373; }
  .blog-article .blog-article_bg {
    background: #737373 url("images/logo-white.png") center center no-repeat;
    width: 120px;
    height: 28px;
    height: 550px;
    width: 100%; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .blog-article .blog-article_bg {
        background-image: url("images/logo-white-2x.png");
        background-size: 120px 28px; } }
    .blog-article .blog-article_bg.has-image {
      background-size: cover; }
  .blog-article article {
    overflow: hidden;
    padding: 0 50px 0 50px;
    position: relative;
    clear: both; }
    .blog-article article > h1, .blog-article article > h2, .blog-article .page-careers.listings section.content .wrapper .content-text .item article > h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article article > h3, .blog-article
    .page-careers.listings section.content .wrapper .content-text .item article > strong,
    .page-careers.listings section.content .wrapper .content-text .item .blog-article article > strong, .blog-article
    .page-engineer.listings section.content .wrapper .content-text .item article > h3,
    .page-engineer.listings section.content .wrapper .content-text .item .blog-article article > h3, .blog-article
    .page-engineer.listings section.content .wrapper .content-text .item article > strong,
    .page-engineer.listings section.content .wrapper .content-text .item .blog-article article > strong {
      color: #3f3f3f;
      font-size: 36px;
      letter-spacing: 0;
      margin: 30px 0 6px; }
      .blog-article article > h1 a, .blog-article article > h2 a, .blog-article .page-careers.listings section.content .wrapper .content-text .item article > h3 a, .page-careers.listings section.content .wrapper .content-text .item .blog-article article > h3 a, .blog-article
      .page-careers.listings section.content .wrapper .content-text .item article > strong a,
      .page-careers.listings section.content .wrapper .content-text .item .blog-article article > strong a, .blog-article
      .page-engineer.listings section.content .wrapper .content-text .item article > h3 a,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article article > h3 a, .blog-article
      .page-engineer.listings section.content .wrapper .content-text .item article > strong a,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article article > strong a {
        color: #3f3f3f;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .blog-article article > h1 a:hover, .blog-article article > h2 a:hover, .blog-article .page-careers.listings section.content .wrapper .content-text .item article > h3 a:hover, .page-careers.listings section.content .wrapper .content-text .item .blog-article article > h3 a:hover, .blog-article
        .page-careers.listings section.content .wrapper .content-text .item article > strong a:hover,
        .page-careers.listings section.content .wrapper .content-text .item .blog-article article > strong a:hover, .blog-article
        .page-engineer.listings section.content .wrapper .content-text .item article > h3 a:hover,
        .page-engineer.listings section.content .wrapper .content-text .item .blog-article article > h3 a:hover, .blog-article
        .page-engineer.listings section.content .wrapper .content-text .item article > strong a:hover,
        .page-engineer.listings section.content .wrapper .content-text .item .blog-article article > strong a:hover {
          color: #f48821; }
    .blog-article article > time {
      color: #f48821;
      font-size: 16px;
      font-weight: bold;
      display: block;
      padding-bottom: 15px; }
  .blog-article .article-content h1,
  .blog-article .article-content h2,
  .blog-article .article-content .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .blog-article .article-content h3,
  .blog-article .article-content
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .blog-article .article-content strong,
  .blog-article .article-content
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .blog-article .article-content h3,
  .blog-article .article-content
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .blog-article .article-content strong,
  .blog-article .article-content h3,
  .blog-article .article-content h4,
  .blog-article .article-content h5,
  .blog-article .article-content h6 {
    color: #3f3f3f;
    font-weight: 300;
    line-height: 1.3;
    text-transform: none; }
  .blog-article .article-content h1, .blog-article .article-content h2, .blog-article .article-content .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article .article-content h3, .blog-article .article-content
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .blog-article .article-content strong, .blog-article .article-content
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .blog-article .article-content h3, .blog-article .article-content
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .blog-article .article-content strong {
    font-size: 50px;
    margin: 10px 0 25px;
    padding: 0; }
  .blog-article .article-content h3 {
    font-size: 40px;
    margin: 10px 0 20px;
    padding: 0; }
  .blog-article .article-content h4 {
    font-size: 36px;
    margin: 10px 0 20px;
    padding: 0; }
  .blog-article .article-content h5 {
    font-size: 28px;
    margin: 10px 0 20px;
    padding: 0; }
  .blog-article .article-content h6 {
    font-size: 24px;
    margin: 5px 0 15px;
    padding: 0; }
  .blog-article .article-content p,
  .blog-article .article-content pre {
    margin: 0 0 25px;
    padding: 0; }
  .blog-article .article-content ul,
  .blog-article .article-content ol {
    margin: 0 0 25px;
    padding: 0; }
    .blog-article .article-content ul li,
    .blog-article .article-content ol li {
      margin: 0 0 10px 40px;
      padding: 0; }
  .blog-article .article-content ul li {
    list-style: disc; }
  .blog-article .article-content ol li {
    list-style: decimal; }
  .blog-article .article-content table {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
    width: 100%; }
    .blog-article .article-content table th,
    .blog-article .article-content table td {
      padding: 5px 0; }
    .blog-article .article-content table td {
      border-bottom: 1px solid #dbdbdb; }
    .blog-article .article-content table thead th {
      border-bottom: 2px solid #a5a5a5; }
    .blog-article .article-content table tfoot td {
      font-style: italic;
      border-top: 1px solid #dbdbdb; }
  .blog-article .article-content blockquote {
    font-size: 28px;
    font-style: italic;
    margin: 0 0 25px;
    padding: 20px 0 0 40px;
    position: relative; }
    .blog-article .article-content blockquote:before {
      color: #f1f1f1;
      content: '\e600';
      font-family: 'icomoon';
      font-size: 60px;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      top: 0;
      left: -20px; }
  .blog-article .article-content img {
    margin-bottom: 20px; }
  .blog-article .article-content .alignleft {
    margin-right: 25px; }
  .blog-article .article-content .aligneight {
    margin-right: 25px; }
  .blog-article .article-content .aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both; }
    .blog-article .article-content .aligncenter.wp-caption {
      margin-left: auto;
      margin-right: auto; }
  .blog-article .article-content .wp-caption-text {
    margin: 0 !important;
    color: #fff !important; }
  .blog-article .article-content .wp-caption {
    position: relative;
    color: #fff;
    max-width: 100%; }
    .blog-article .article-content .wp-caption a {
      display: block; }
    .blog-article .article-content .wp-caption img {
      display: block;
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; }
  .blog-article.blog-article_small {
    margin-bottom: 15px;
    padding-bottom: 0; }
    .blog-article.blog-article_small .blog-article_bg {
      width: 360px;
      height: 240px;
      float: left;
      position: relative; }
      @media (max-width: 1200px) {
        .blog-article.blog-article_small .blog-article_bg {
          width: 300px; } }
      .blog-article.blog-article_small .blog-article_bg a {
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
    .blog-article.blog-article_small article {
      clear: none;
      padding: 0 30px;
      height: 240px; }
      .blog-article.blog-article_small article > h1, .blog-article.blog-article_small article > h2, .blog-article.blog-article_small .page-careers.listings section.content .wrapper .content-text .item article > h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article > h3, .blog-article.blog-article_small
      .page-careers.listings section.content .wrapper .content-text .item article > strong,
      .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article > strong, .blog-article.blog-article_small
      .page-engineer.listings section.content .wrapper .content-text .item article > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article > h3, .blog-article.blog-article_small
      .page-engineer.listings section.content .wrapper .content-text .item article > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article > strong {
        margin-top: 25px;
        font-size: 28px;
        max-height: 70px;
        overflow: hidden; }
      .blog-article.blog-article_small article > p {
        font-size: 16px;
        max-height: 50px;
        margin-bottom: 35px;
        overflow: hidden;
        text-overflow: ellipsis; }
  .blog-article.blog-article_big {
    padding-bottom: 45px; }
    .blog-article.blog-article_big article p {
      margin-bottom: 20px; }
    .blog-article.blog-article_big .blog-article_bg {
      width: 100%;
      height: 600px; }
  .blog-article.blog-article_full article time {
    padding-bottom: 25px; }
  .blog-article.blog-article_full article p {
    line-height: 1.4;
    padding-bottom: 19px; }
  .blog-article.blog-article_full .blog-article_more {
    bottom: 0; }
  .blog-article.blog-article_fullb2b {
    font-size: 20px;
    line-height: 1.4;
    color: #737373; }
    .blog-article.blog-article_fullb2b .article-featured-images .article-details {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%;
      z-index: 3; }
      .blog-article.blog-article_fullb2b .article-featured-images .article-details h1, .blog-article.blog-article_fullb2b .article-featured-images .article-details h2, .blog-article.blog-article_fullb2b .article-featured-images .article-details .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_fullb2b .article-featured-images .article-details h3, .blog-article.blog-article_fullb2b .article-featured-images .article-details
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_fullb2b .article-featured-images .article-details strong, .blog-article.blog-article_fullb2b .article-featured-images .article-details
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_fullb2b .article-featured-images .article-details h3, .blog-article.blog-article_fullb2b .article-featured-images .article-details
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_fullb2b .article-featured-images .article-details strong {
        font-size: 36px;
        color: #fff;
        margin: 0;
        padding: 0 65px; }
      .blog-article.blog-article_fullb2b .article-featured-images .article-details time {
        color: #f48821;
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin: 0;
        padding: 0 65px; }
    .blog-article.blog-article_fullb2b p {
      margin-bottom: 25px; }
    .blog-article.blog-article_fullb2b .blog-article_bg {
      height: 523px; }
    .blog-article.blog-article_fullb2b article {
      margin: 45px 0 0;
      position: relative;
      z-index: 2; }
      .blog-article.blog-article_fullb2b article .article-h2,
      .blog-article.blog-article_fullb2b article .article-time {
        display: none; }
  .blog-article.blog-article_fullb2c {
    font-size: 20px;
    line-height: 1.4;
    color: #737373; }
    .blog-article.blog-article_fullb2c p {
      margin-bottom: 25px; }
    .blog-article.blog-article_fullb2c .blog-article_bg {
      height: 523px; }
    .blog-article.blog-article_fullb2c article {
      margin: 45px 0 0;
      position: relative;
      z-index: 2; }
      .blog-article.blog-article_fullb2c article .article-time {
        padding-bottom: 0; }
      .blog-article.blog-article_fullb2c article .article-h2 {
        margin: 0 0 10px; }
      .blog-article.blog-article_fullb2c article .article-time,
      .blog-article.blog-article_fullb2c article .article-h2,
      .blog-article.blog-article_fullb2c article .blog-author,
      .blog-article.blog-article_fullb2c article .blog-position {
        margin-right: 130px; }
      .blog-article.blog-article_fullb2c article .social-likes {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px; }
        .blog-article.blog-article_fullb2c article .social-likes_vertical {
          margin: 0; }
          .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__counter {
            border: none !important;
            color: #737373;
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            text-align: left;
            display: block;
            height: 30px;
            margin: 0 0 0 45px;
            padding: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget {
            background: transparent;
            border: none;
            float: none;
            height: 30px;
            color: #f58932;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            transition: color 0.3s ease;
            margin: 0; }
            .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget:hover {
              color: #e5802f; }
            .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget:active .social-likes__counter:before, .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget:hover .social-likes__counter:before, .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget:focus .social-likes__counter:before {
              display: none; }
            .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget_facebook:before, .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget_twitter:before {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              display: block !important;
              float: left;
              font-size: 26px;
              height: 30px;
              text-align: center;
              line-height: 30px;
              width: 30px;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget_facebook:before {
              content: "\e603"; }
            .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget_twitter {
              margin-top: 10px; }
              .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__widget_twitter:before {
                content: "\e602"; }
          .blog-article.blog-article_fullb2c article .social-likes_vertical .social-likes__button {
            display: none; }

.blog-author,
.blog-position {
  color: #b0b0b0;
  font-size: 16px;
  font-weight: bold;
  display: block; }

.blog-position {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 50px; }

.blog-article_more {
  color: #22c1c6;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 30px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .blog-article_more:hover {
    color: #737373; }

.blog-article_bg {
  background-position: 0 0;
  width: 100%;
  height: 600px;
  position: relative; }
  .blog-article_bg a {
    display: block;
    height: 100%;
    width: 100%; }

.blog-linkedin {
  margin: 0 0 40px;
  line-height: 1.2;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 0 0 1px rgba(222, 222, 222, 0.5);
  -moz-box-shadow: 0 0 0 1px rgba(222, 222, 222, 0.5);
  box-shadow: 0 0 0 1px rgba(222, 222, 222, 0.5);
  padding: 7px 7px 10px;
  font-size: 12px; }
  .blog-linkedin .blog-linkedin-in {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 14px; }
  .blog-linkedin h1, .blog-linkedin h2, .blog-linkedin .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-linkedin h3, .blog-linkedin
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .blog-linkedin strong, .blog-linkedin
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .blog-linkedin h3, .blog-linkedin
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .blog-linkedin strong {
    margin: 0 10px 8px 0;
    font-size: 20px;
    line-height: 1.2; }
    .blog-linkedin h1 a, .blog-linkedin h2 a, .blog-linkedin .page-careers.listings section.content .wrapper .content-text .item h3 a, .page-careers.listings section.content .wrapper .content-text .item .blog-linkedin h3 a, .blog-linkedin
    .page-careers.listings section.content .wrapper .content-text .item strong a,
    .page-careers.listings section.content .wrapper .content-text .item .blog-linkedin strong a, .blog-linkedin
    .page-engineer.listings section.content .wrapper .content-text .item h3 a,
    .page-engineer.listings section.content .wrapper .content-text .item .blog-linkedin h3 a, .blog-linkedin
    .page-engineer.listings section.content .wrapper .content-text .item strong a,
    .page-engineer.listings section.content .wrapper .content-text .item .blog-linkedin strong a {
      color: #069;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: normal;
      font-weight: 700; }
  .blog-linkedin p {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px 0; }
  .blog-linkedin span {
    color: #595959;
    font-weight: normal;
    display: block;
    margin-bottom: 10px; }
  .blog-linkedin .blog-linkedin-btn {
    border: 1px solid #a3cfe4;
    color: #069 !important;
    background-color: #eef7fa;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef7fa), color-stop(1px, #eef7fa), color-stop(1px, #dcedf5), color-stop(100%, #cde5f0));
    background-image: -webkit-linear-gradient(top, #eef7fa 0%, #eef7fa 1px, #dcedf5 1px, #cde5f0 100%);
    background-image: linear-gradient(to bottom,#eef7fa 0%, #eef7fa 1px, #dcedf5 1px, #cde5f0 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 20px 2px;
    line-height: 1.35;
    font-size: 12px;
    cursor: pointer;
    display: inline-block; }
  .blog-linkedin .blog-linkedin-center {
    overflow: hidden; }
  .blog-linkedin .blog-linkedin-right {
    float: right;
    width: 100px; }
    .blog-linkedin .blog-linkedin-right a {
      float: right;
      display: block; }

.side-box, .side-nav {
  margin-bottom: 40px; }
  .side-box h3, .side-nav h3 {
    color: #3f3f3f;
    font-size: 24px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 13px;
    margin-top: 0;
    font-weight: 300;
    text-transform: none; }

.sbi {
  background: #fff !important;
  border: 1px solid #e6e6e6 !important; }
  .sbi .sbi_header_text h3 {
    color: #757575;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 0 !important; }
  .sbi .sbi_header_text .sbi_bio {
    color: #757575;
    font-size: 16px; }
  .sbi .sbi_header_img img {
    border-bottom: 1px solid #b3b3b3; }

.fb_iframe_widget {
  display: block;
  width: 100%; }

.side-nav ul, .side-nav .swiper-wrapper {
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  -ms-transform-style: initial;
  -o-transform-style: initial;
  transform-style: initial; }

.side-nav li,
.side-nav .swiper-slide {
  padding: 0 0 20px 0;
  position: relative;
  background: none !important; }
  .side-nav li:last-child,
  .side-nav .swiper-slide:last-child {
    padding-bottom: 0; }
  .side-nav li span,
  .side-nav .swiper-slide span {
    position: static;
    padding: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.side-nav .page-blog-masthead-content {
  background: none;
  height: auto; }

.side-nav a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #f48821;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  padding-right: 25px;
  position: relative;
  text-align: left; }
  .side-nav a:after {
    content: '\e60d';
    -moz-osx-font-smoothing: grayscale;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 6px; }
  .side-nav a:hover {
    color: #b1b1b1 !important; }

.side-nav.side-nav_archive a {
  color: #22c1c6; }
  .side-nav.side-nav_archive a:hover {
    color: #b1b1b1; }

.newsletter {
  background: #fff;
  position: relative;
  padding: 250px 30px 30px; }
  .newsletter .mktoForm {
    width: auto !important; }
    .newsletter .mktoForm .mktoFormCol {
      float: none;
      min-height: 0;
      margin-bottom: 10px; }
    .newsletter .mktoForm .mktoLabel,
    .newsletter .mktoForm .mktoOffset,
    .newsletter .mktoForm .mktoGutter {
      display: none; }
    .newsletter .mktoForm .mktoFieldWrap {
      float: none;
      width: auto; }
    .newsletter .mktoForm .mktoButtonRow {
      display: block; }
      .newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound {
        margin: 0 !important; }
        .newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton {
          -webkit-transition: background-color 0.3s ease;
          -moz-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
          background: #22c1c6;
          border: none;
          border-radius: 10px;
          box-shadow: none;
          color: #fff;
          cursor: pointer;
          font-size: 16px;
          font-weight: bold;
          line-height: 42px;
          text-align: center;
          display: block;
          height: 40px;
          margin: 0;
          padding: 0;
          width: 100%; }
          .newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:hover, .newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:focus {
            color: #fff;
            background: #28a0a3; }
          .newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound .mktoButton:active {
            background: #259093; }
    .newsletter .mktoForm input[type="email"] {
      display: block;
      width: 100% !important;
      height: 40px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 0 13px;
      background-color: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 1px solid #d4d4d4;
      color: #d4d4d4;
      font-size: 16px;
      font-style: italic;
      margin: 0 0 5px 0;
      font-weight: 300; }
      .newsletter .mktoForm input[type="email"]:focus {
        border: 1px solid #d4d4d4;
        color: #d3d3d3; }
  .newsletter-bg {
    background-size: cover;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0; }
  .newsletter-title {
    color: #737373;
    font-size: 16px;
    padding: 0 0 22px; }

.pagination_blog {
  overflow: hidden;
  text-align: center;
  padding: 65px 0 0;
  margin: 0; }
  .pagination_blog li {
    display: inline-block;
    margin: 0 2px; }
  .pagination_blog a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    background-color: #b1b1b1;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .pagination_blog a.active, .pagination_blog a:hover {
      background-color: #f48821; }
    .pagination_blog a.double-arrow i {
      margin-left: -8px; }
      .pagination_blog a.double-arrow i:before {
        letter-spacing: -8px; }
  .pagination_blog i {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 13px; }

.blog-comments {
  background: #fff;
  margin-bottom: 60px;
  padding: 50px; }

.blog-recommended h3 {
  color: #f48821;
  font-size: 28px;
  font-weight: 300;
  text-transform: none;
  margin: 0;
  padding-bottom: 30px; }

.blog-recommended-swiper-btn {
  color: #f48821;
  font-size: 22px;
  margin: 2px 0 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .blog-recommended-swiper-btn:hover {
    color: #b1b1b1; }
  .blog-recommended-swiper-btn.prev {
    margin-left: 10px; }
  .blog-recommended-swiper-btn.next:before {
    background: #dbdbdb;
    display: inline-block;
    content: '';
    height: 20px;
    position: relative;
    margin: 0 8px 0 0;
    width: 1px; }

.blog-recommended-wrap {
  overflow: hidden; }

.blog-recommended_item {
  width: 33%;
  float: left;
  padding: 0 20px 0 0; }
  .blog-recommended_item:last-of-type {
    padding-right: 0; }
  .blog-recommended_item.blog-recommended_item_3 {
    width: 34%;
    padding-right: 0; }
  .blog-recommended_item time {
    color: #f48821;
    font-size: 14px;
    font-weight: bold; }
  .blog-recommended_item h3 {
    color: #3f3f3f;
    font-size: 30px;
    padding-bottom: 45px; }
    .blog-recommended_item h3 a {
      color: #3f3f3f;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .blog-recommended_item h3 a:hover {
        color: #f78921; }

.blog-recommended_item_bg {
  background: #737373 url("images/logo-white.png") center center no-repeat;
  width: 120px;
  height: 28px;
  height: 550px;
  width: 100%;
  height: 250px;
  margin-bottom: 38px;
  position: relative; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .blog-recommended_item_bg {
      background-image: url("images/logo-white-2x.png");
      background-size: 120px 28px; } }
  .blog-recommended_item_bg.has-image {
    background-size: cover; }
  .blog-recommended_item_bg a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.empty {
  visibility: hidden; }

.page-blog-masthead-empty {
  display: none;
  width: 1400px;
  background-image: url("/content/themes/noom/images/b2c-blog-masthead.jpg") !important; }

.page-blog-masthead-slider {
  height: 552px; }
  .page-blog-masthead-slider .swiper-slide {
    background-size: cover; }

.article-featured-images {
  width: 100%;
  height: 550px;
  position: relative; }
  .article-featured-images .blog-article_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
    .blog-article_fullb2c .article-featured-images .blog-article_bg:before {
      display: none; }

.gallery {
  opacity: 0; }

.gallery-wrap {
  height: 600px;
  margin-bottom: 37px !important;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
  .gallery-wrap .gallery {
    opacity: 1; }
  .gallery-wrap .swiper-slide {
    float: none !important; }
  .gallery-wrap .gallery-item {
    height: 600px;
    margin: 0 !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .gallery-wrap .gallery-item:before {
      content: '';
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 600px;
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
  .gallery-wrap .swiper-button-prev,
  .gallery-wrap .swiper-button-next {
    z-index: 4; }
    .gallery-wrap .swiper-button-prev i,
    .gallery-wrap .swiper-button-next i {
      font-size: 26px;
      color: #fff; }
      .gallery-wrap .swiper-button-prev i:before,
      .gallery-wrap .swiper-button-next i:before {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center; }

/*** swiper ****/
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.ie9 .swiper-wrapper,
.swiper-container-no-flexbox .swiper-wrapper {
  overflow: hidden; }

.ie9 .swiper-slide,
.swiper-container-no-flexbox .swiper-slide {
  float: left !important;
  clear: none !important; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }
  .swiper-slide .has-image {
    background-size: cover !important; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6); }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #fff; }
  .swiper-button-prev i,
  .swiper-button-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 22px; }

.swiper-button-prev {
  left: 17px; }

.swiper-button-next {
  right: 17px; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 7px !important;
  background-color: transparent;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: .8; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  opacity: 1;
  background-color: #fff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear, to left, rgba(0, 0, 0, 0.5), transparent;
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear, to right, rgba(0, 0, 0, 0.5), transparent;
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear, to top, rgba(0, 0, 0, 0.5), transparent;
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear, to bottom, rgba(0, 0, 0, 0.5), transparent;
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.metaslider.metaslider-flex {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 550px;
  width: 100%; }
  .metaslider.metaslider-flex.active {
    opacity: 1 !important; }
  .metaslider.metaslider-flex .flex-viewport,
  .metaslider.metaslider-flex .slides {
    width: 100%;
    height: 550px; }
  .metaslider.metaslider-flex .ms-image {
    width: 100%;
    height: 550px; }
  .metaslider.metaslider-flex a:not(.caption-wrap) {
    display: block; }
    .metaslider.metaslider-flex a:not(.caption-wrap):before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient( transparent 0, rgba(0, 0, 0, 0.5) 100%);
      background-image: linear-gradient( transparent 0, rgba(0, 0, 0, 0.5) 100%);
      box-sizing: border-box;
      color: #fefefe; }
  .metaslider.metaslider-flex .caption-wrap {
    width: 100%;
    height: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    text-align: center;
    background: transparent;
    z-index: 4;
    display: inline-block;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    padding: 0 180px; }
  .metaslider.metaslider-flex .flex-control-nav {
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .metaslider.metaslider-flex .flex-control-nav li {
      float: none; }
      .metaslider.metaslider-flex .flex-control-nav li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block; }
    .metaslider.metaslider-flex .flex-control-nav a {
      display: inline-block;
      width: 12px;
      height: 12px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      margin: 0 7px !important;
      background-color: transparent;
      border: 2px solid #fff;
      opacity: .8; }
      .metaslider.metaslider-flex .flex-control-nav a.flex-active {
        background: #fff;
        box-shadow: none; }
      .metaslider.metaslider-flex .flex-control-nav a:after, .metaslider.metaslider-flex .flex-control-nav a:before {
        display: none; }

.category-in-the-news,
.category-press-releases {
  background: #f8f8f8 !important; }

.content-press {
  width: 920px;
  margin: 75px auto 0; }
  .content-press .support-breadcrumbs {
    margin-bottom: 40px; }
    .content-press .support-breadcrumbs li,
    .content-press .support-breadcrumbs a {
      font-size: 24px;
      line-height: 30px; }
    .content-press .support-breadcrumbs li:first-child a {
      color: #f48921; }
    .content-press .support-breadcrumbs a {
      color: #3f3f3f; }
      .content-press .support-breadcrumbs a:hover {
        color: #f48921; }
    .content-press .support-breadcrumbs.kr-site li,
    .content-press .support-breadcrumbs.kr-site a {
      font-family: 'Nanum Gothic'; }
  .content-press .blog-article_small h1, .content-press .blog-article_small h2, .content-press .blog-article_small .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .content-press .blog-article_small h3, .content-press .blog-article_small
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .content-press .blog-article_small strong, .content-press .blog-article_small
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .content-press .blog-article_small h3, .content-press .blog-article_small
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .content-press .blog-article_small strong {
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .content-press .blog-recommended {
    padding-bottom: 90px; }
  .content-press .blog-recommended_item_bg.has-image {
    background-size: 100% auto !important;
    background-color: #fff; }
  .content-press .blog-recommended_item_bg.kr-bg-not-visible {
    display: none; }
  .content-press .blog-recommended-wrap .blog-recommended_item:last-child {
    padding: 0; }
  .content-press .article-content p {
    font-size: 20px;
    line-height: 1.4; }
  .content-press .blog-author {
    margin-top: -60px; }

.content-press-title {
  color: #737373;
  font-size: 36px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 115px;
  line-height: 115px;
  margin: 0 0 122px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .content-press-title.special-for-kr {
    margin-bottom: 28px; }

.content-press-list, .content-press-blogs-list {
  padding-bottom: 80px;
  overflow: auto; }
  .content-press-list .btn-blue, .content-press-blogs-list .btn-blue, .content-press-list .btn-orange, .content-press-blogs-list .btn-orange {
    padding: 0 63px;
    margin-top: -5px; }
  .content-press-list .press-article, .content-press-blogs-list .press-article {
    margin-bottom: 65px; }
    .content-press-list .press-article .blog-article_more, .content-press-blogs-list .press-article .blog-article_more {
      display: none; }
  .content-press-list .press-article-title, .content-press-blogs-list .press-article-title {
    display: none; }

.content-press-blogs-list .btn-blue, .content-press-blogs-list .btn-orange {
  margin-top: 77px; }

.press-article {
  margin-bottom: 90px;
  text-align: left;
  background: transparent;
  overflow: hidden; }
  .press-article .read-more {
    color: #22c1c6;
    float: right;
    clear: both;
    display: block; }
  .press-article img {
    display: block;
    width: 100%;
    margin-bottom: 28px; }
  .press-article h1, .press-article h2, .press-article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .press-article h3, .press-article
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .press-article strong, .press-article
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .press-article h3, .press-article
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .press-article strong {
    font-size: 28px;
    margin: 0 0 7px 0;
    line-height: 1.4; }
    .press-article h1 a, .press-article h2 a, .press-article .page-careers.listings section.content .wrapper .content-text .item h3 a, .page-careers.listings section.content .wrapper .content-text .item .press-article h3 a, .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong a,
    .page-careers.listings section.content .wrapper .content-text .item .press-article strong a, .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 a,
    .page-engineer.listings section.content .wrapper .content-text .item .press-article h3 a, .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong a,
    .page-engineer.listings section.content .wrapper .content-text .item .press-article strong a {
      color: #000;
      font-size: 28px;
      line-height: 1.4;
      letter-spacing: normal;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .press-article h1 a:hover, .press-article h2 a:hover, .press-article .page-careers.listings section.content .wrapper .content-text .item h3 a:hover, .page-careers.listings section.content .wrapper .content-text .item .press-article h3 a:hover, .press-article
      .page-careers.listings section.content .wrapper .content-text .item strong a:hover,
      .page-careers.listings section.content .wrapper .content-text .item .press-article strong a:hover, .press-article
      .page-engineer.listings section.content .wrapper .content-text .item h3 a:hover,
      .page-engineer.listings section.content .wrapper .content-text .item .press-article h3 a:hover, .press-article
      .page-engineer.listings section.content .wrapper .content-text .item strong a:hover,
      .page-engineer.listings section.content .wrapper .content-text .item .press-article strong a:hover {
        color: #f48921; }
  .press-article p {
    color: #737373;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300; }

.press-article-logo {
  display: block;
  height: 120px;
  width: 100%;
  margin-bottom: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 0px 50%; }

.press-contact {
  background: #fff; }
  .press-contact .content-press-title {
    display: none; }

.press-contact-in {
  width: 920px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden; }
  .press-contact-in p {
    color: #737373;
    font-size: 18px;
    margin: 8px 0 0;
    float: left; }
    .press-contact-in p a {
      padding: 0 0 0 7px; }
  .press-contact-in a {
    font-weight: 700; }
  .press-contact-in .btn {
    float: right;
    padding: 0 40px; }
    .press-contact-in .btn i {
      position: relative;
      top: 1px;
      margin: 0 6px 0 0; }

.content-press-list.special-for-kr .press-article, .special-for-kr.content-press-blogs-list .press-article {
  background-color: white;
  width: 290px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 0 25px 20px; }
  .content-press-list.special-for-kr .press-article:nth-child(3n), .special-for-kr.content-press-blogs-list .press-article:nth-child(3n) {
    margin-right: 0px; }
  .content-press-list.special-for-kr .press-article h1, .special-for-kr.content-press-blogs-list .press-article h1, .content-press-list.special-for-kr .press-article h2, .special-for-kr.content-press-blogs-list .press-article h2, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3, .content-press-list.special-for-kr .press-article
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong, .special-for-kr.content-press-blogs-list .press-article
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong, .content-press-list.special-for-kr .press-article
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3, .special-for-kr.content-press-blogs-list .press-article
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3, .content-press-list.special-for-kr .press-article
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong, .special-for-kr.content-press-blogs-list .press-article
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong {
    margin-bottom: 0px;
    margin-top: 10px; }
    .content-press-list.special-for-kr .press-article h1 a, .special-for-kr.content-press-blogs-list .press-article h1 a, .content-press-list.special-for-kr .press-article h2 a, .special-for-kr.content-press-blogs-list .press-article h2 a, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3 a, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3 a, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3 a, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3 a, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong a,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong a, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong a,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong a, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 a,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3 a, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 a,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3 a, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong a,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong a, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong a,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong a {
      color: #3e3a3a;
      min-height: 175px;
      display: block;
      font-size: 23px;
      line-height: 35px; }
    .content-press-list.special-for-kr .press-article h1.only-desktop, .special-for-kr.content-press-blogs-list .press-article h1.only-desktop, .content-press-list.special-for-kr .press-article h2.only-desktop, .special-for-kr.content-press-blogs-list .press-article h2.only-desktop, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-desktop, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-desktop, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-desktop, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-desktop, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-desktop, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-desktop, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-desktop, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-desktop, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-desktop, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-desktop {
      display: block; }
    .content-press-list.special-for-kr .press-article h1.only-mobile, .special-for-kr.content-press-blogs-list .press-article h1.only-mobile, .content-press-list.special-for-kr .press-article h2.only-mobile, .special-for-kr.content-press-blogs-list .press-article h2.only-mobile, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-mobile, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-mobile, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-mobile, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-mobile, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-mobile, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-mobile, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-mobile, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-mobile, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-mobile, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-mobile {
      display: none; }
  .content-press-list.special-for-kr .press-article .press-article-title, .special-for-kr.content-press-blogs-list .press-article .press-article-title {
    display: block; }
    .content-press-list.special-for-kr .press-article .press-article-title p, .special-for-kr.content-press-blogs-list .press-article .press-article-title p {
      color: #f68823;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      min-height: 40px;
      padding: 12px 0 0;
      margin: 0; }
      .content-press-list.special-for-kr .press-article .press-article-title p:before, .special-for-kr.content-press-blogs-list .press-article .press-article-title p:before {
        content: "•";
        margin: 0 -4px 0 -6px; }
  .content-press-list.special-for-kr .press-article .press-article-logo, .special-for-kr.content-press-blogs-list .press-article .press-article-logo {
    height: 70px;
    width: 100%;
    margin-bottom: 0px;
    position: relative; }
    .content-press-list.special-for-kr .press-article .press-article-logo img, .special-for-kr.content-press-blogs-list .press-article .press-article-logo img {
      bottom: 0;
      height: auto;
      left: 0;
      margin: auto 0;
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      top: 0;
      width: auto; }
  .content-press-list.special-for-kr .press-article .press-date, .special-for-kr.content-press-blogs-list .press-article .press-date {
    font-size: 15px;
    line-height: 20px;
    color: #b5b5b6;
    margin-bottom: 0; }

.content-press-list.special-for-kr .btn-blue, .special-for-kr.content-press-blogs-list .btn-blue, .content-press-list.special-for-kr .btn-orange, .special-for-kr.content-press-blogs-list .btn-orange {
  clear: both;
  display: table; }

.content-press-list.special-for-kr .pagination_blog, .special-for-kr.content-press-blogs-list .pagination_blog {
  clear: both; }

.blog-article-press {
  background: transparent !important; }
  .blog-article-press .content-press-title {
    margin-bottom: 80px; }
  .blog-article-press .blog-article-featured {
    margin-bottom: 90px; }
  .blog-article-press article {
    padding: 0 !important; }

.single-post .blog-article-press .content-press-title {
  margin-bottom: 40px; }

.single-post .blog-article-press .press-article-logo {
  margin-bottom: 85px; }

.blog-article-featured {
  margin-bottom: 18px; }

.blog-article-press-release .article-h2 {
  display: none; }

.blog-article-press-release .blog-position {
  margin-bottom: 62px; }

.blog-article-press-release .press-article-logo {
  display: none; }

.blog-article-press-release .content-press-title {
  margin-bottom: 80px !important; }

.blog-article-press-release article .blog-author,
.blog-article-press-release article .blog-position {
  display: none; }

.blog-article-press-release .article-featured-images {
  display: none; }

.blog-article-press-news .article-featured-images {
  display: none; }

.blog-article-press-news .article-h2 {
  display: none; }

.blog-article-press-news .blog-author,
.blog-article-press-news .blog-position {
  display: none !important; }

.content-press-title {
  position: relative;
  overflow: hidden; }
  .content-press-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    z-index: 10;
    display: block;
    background-color: rgba(248, 248, 248, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
    background-image: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background-image: linear-gradient(to right,rgba(248, 248, 248, 0) 0%, #f8f8f8 100%); }
  .content-press-title:after {
    width: 100px; }

.content-job {
  width: 920px;
  margin: 75px auto 0; }
  .content-job .support-breadcrumbs {
    margin-bottom: 40px; }
    .content-job .support-breadcrumbs li,
    .content-job .support-breadcrumbs a {
      font-size: 24px;
      line-height: 30px; }
    .content-job .support-breadcrumbs li:first-child a {
      color: #f48921; }
    .content-job .support-breadcrumbs a {
      color: #3f3f3f; }
      .content-job .support-breadcrumbs a:hover {
        color: #f48921; }
  .content-job .article-content p {
    font-size: 20px;
    line-height: 1.4; }
  .content-job .article-content ul {
    margin: 5px 0 20px 10px; }
    .content-job .article-content ul li {
      background: url("/content/themes/noom/images/careers/ellipse.png") no-repeat scroll 0% 7px;
      list-style: none;
      margin-bottom: 15px;
      margin-left: 5px;
      padding-left: 27px;
      line-height: 20px; }
  .content-job .blog-author {
    margin-top: -60px; }

.content-job-title {
  color: #737373;
  font-size: 36px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 115px;
  line-height: 115px;
  margin: 0 0 80px;
  overflow: hidden;
  text-overflow: ellipsis; }

.job-article-logo {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 0px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 40px 50%; }

.blog-article-job {
  background: transparent !important; }
  .blog-article-job .content-job-title {
    margin-bottom: 20px; }
  .blog-article-job .blog-article-featured {
    margin-bottom: 90px; }
  .blog-article-job article {
    padding: 0 !important; }

.single-post .blog-article-job .content-job-title {
  margin-bottom: 140px; }

.single-post .blog-article-job .job-article-logo {
  margin-bottom: 85px; }

.content-job-title {
  position: relative;
  overflow: hidden; }
  .content-job-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    z-index: 10;
    display: block;
    background-color: rgba(248, 248, 248, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
    background-image: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background-image: linear-gradient(to right,rgba(248, 248, 248, 0) 0%, #f8f8f8 100%); }
  .content-job-title:after {
    width: 100px; }

.page-template-page-2016-home {
  font-family: 'Roboto Light', Helvetica, Arial, sans-serif !important; }
  .page-template-page-2016-home h2, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home h3, .page-template-page-2016-home
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home strong, .page-template-page-2016-home
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home h3, .page-template-page-2016-home
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home strong, .page-template-page-2016-home p {
    font-family: 'Roboto Light', Helvetica, Arial, sans-serif; }
  .page-template-page-2016-home .only-mobile {
    display: none; }
  .page-template-page-2016-home .masthead {
    height: 750px; }
    .page-template-page-2016-home .masthead .wrapper {
      max-width: 1250px;
      top: 50%; }
      .page-template-page-2016-home .masthead .wrapper h2, .page-template-page-2016-home .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong, .page-template-page-2016-home .masthead
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong {
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 52px;
        line-height: 62px;
        width: 610px;
        margin-bottom: 28px;
        letter-spacing: 0px; }
      .page-template-page-2016-home .masthead .wrapper p {
        width: 650px;
        padding-top: 0;
        line-height: 32px;
        letter-spacing: 0px;
        color: #4d4d4d;
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .page-template-page-2016-home .masthead .wrapper .flip-container {
        height: auto;
        width: 230px;
        left: -10px;
        top: 30px;
        margin-top: 20px; }
        .page-template-page-2016-home .masthead .wrapper .flip-container .front {
          margin-top: 20px; }
        .page-template-page-2016-home .masthead .wrapper .flip-container .front, .page-template-page-2016-home .masthead .wrapper .flip-container .back {
          width: 230px;
          height: 60px; }
        .page-template-page-2016-home .masthead .wrapper .flip-container .button {
          background-color: #447ad4;
          -webkit-transition: background-color 0.3s;
          -moz-transition: background-color 0.3s;
          transition: background-color 0.3s;
          font-family: Roboto Medium, Helvetica, Arial, sans-serif;
          border-radius: 25px;
          border: none;
          color: #fff;
          font-size: 24px;
          font-weight: 400;
          line-height: 50px;
          text-align: center;
          display: block;
          width: 100%;
          height: 49px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          font-size: 15px;
          height: 50px;
          line-height: 50px;
          text-transform: uppercase; }
  .page-template-page-2016-home .content .content_item.content-featured-in {
    height: 134px; }
    .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-label {
      text-transform: uppercase;
      font-size: 16px;
      color: #cacaca;
      width: 1160px;
      margin: 15px auto 0; }
    .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-content {
      margin: 3px auto 0;
      width: 1160px; }
      .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-content img {
        vertical-align: middle;
        margin-right: 83px; }
        .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-content img:last-of-type {
          margin-right: 0; }
  .page-template-page-2016-home .content .content_item.content-personal-coach {
    min-height: 794px;
    padding-bottom: 60px;
    background-color: #F75462; }
    .page-template-page-2016-home .content .content_item.content-personal-coach.color-blue {
      background-color: #447AD4; }
    .page-template-page-2016-home .content .content_item.content-personal-coach.color-orange {
      background-color: #FF8A1A; }
    .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper {
      max-width: 1190px; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right {
        width: 565px;
        color: white;
        padding-top: 120px; }
        .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item h3, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right h3, .page-template-page-2016-home
        .page-careers.listings section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item strong,
        .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item strong, .page-template-page-2016-home
        .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right strong,
        .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right strong, .page-template-page-2016-home
        .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item h3,
        .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item h3, .page-template-page-2016-home
        .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right h3,
        .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right h3, .page-template-page-2016-home
        .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item strong,
        .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .pull-right .content-text .item strong, .page-template-page-2016-home
        .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right strong,
        .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right strong {
          color: white;
          width: 430px;
          text-align: left;
          font-size: 52px;
          letter-spacing: 0px;
          line-height: 62px;
          font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right p {
          color: white;
          font-size: 22px;
          line-height: 32px; }
        .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right a {
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          clear: both;
          padding: 5px 0px;
          text-align: center;
          display: block;
          font-family: Roboto Medium, Helvetica, Arial, sans-serif;
          line-height: 50px;
          background: #F75462;
          color: white;
          width: 175px;
          margin-top: 60px;
          font-size: 15px;
          border: 1px solid;
          text-transform: uppercase; }
  .page-template-page-2016-home .content .content_item.meet-coaches {
    min-height: 850px; }
    .page-template-page-2016-home .content .content_item.meet-coaches article {
      padding: 0 5px;
      max-width: 1170px; }
      .page-template-page-2016-home .content .content_item.meet-coaches article > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item article > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item article > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches article > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches article > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item article > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item article > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches article > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches article > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item article > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item article > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches article > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches article > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item article > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item article > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches article > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches article > strong {
        font-size: 52px;
        line-height: 60px;
        margin: 83px auto 23px;
        text-align: center;
        color: #27292b;
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0px;
        width: 560px; }
      .page-template-page-2016-home .content .content_item.meet-coaches article > p {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0;
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0 auto;
        text-align: center;
        color: #2e2e2e; }
      .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper {
        text-align: center;
        margin-top: 90px; }
        .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block {
          display: inline-block; }
          .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block {
            -webkit-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            width: 230px;
            height: 345px;
            margin-bottom: 50px;
            float: left;
            margin-right: 50px;
            outline: none;
            background-color: white;
            background-repeat: no-repeat;
            background-position-x: -120px;
            background-position-y: -55px; }
            .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:last-of-type {
              margin-right: 0; }
            .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+1) {
              background-image: url(/content/themes/noomV2/images/card-blue.png); }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+1).one-coach-block-avatar .one-coach-block-avatar-img {
                background-color: #cdd9ec; }
            .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+2) {
              background-image: url(/content/themes/noomV2/images/card-orange.png); }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+2).one-coach-block-avatar .one-coach-block-avatar-img {
                background-color: #f3e4c2; }
            .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+3) {
              background-image: url(/content/themes/noomV2/images/card-red.png); }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+3).one-coach-block-avatar .one-coach-block-avatar-img {
                background-color: #f5d2ce; }
            .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+4) {
              background-image: url(/content/themes/noomV2/images/card-light-blue.png); }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+4).one-coach-block-avatar .one-coach-block-avatar-img {
                background-color: #cee7ea; }
            .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div {
              padding-left: 30px; }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar {
                height: 175px;
                padding: 0;
                text-align: center; }
                .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img {
                  background-color: #cdd9ec;
                  background-repeat: no-repeat;
                  background-position: 50%;
                  border-radius: 50%;
                  width: 145px;
                  height: 145px;
                  display: inline-block;
                  margin: 25px auto 0;
                  border: 5px solid white; }
                  .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img img {
                    width: 135px;
                    height: 135px;
                    border-radius: 50%; }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-name {
                font-size: 14px;
                color: #515151;
                font-weight: normal;
                padding-bottom: 0;
                text-align: center;
                padding-left: 0;
                font-family: Roboto Medium, Helvetica, Arial, sans-serif;
                text-transform: uppercase; }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-occupation {
                font-family: Roboto Medium, Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                font-size: 10px;
                text-align: center;
                color: #515151;
                padding-left: 0; }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-info {
                display: none;
                height: 78px;
                width: 330px;
                background-color: #ecf1fb;
                padding-top: 12px; }
                .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-info p {
                  font-size: 18px;
                  color: #2e2e2e;
                  margin-bottom: 0; }
                  .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-info p span {
                    color: #4879d9;
                    font-weight: bold; }
              .page-template-page-2016-home .content .content_item.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-description {
                font-size: 12px;
                color: #737272;
                padding: 10px 15px;
                text-align: center;
                line-height: 17px; }
  .page-template-page-2016-home .content .content_item.content-long-success {
    background-color: #163a7a;
    height: auto;
    color: white;
    padding-bottom: 120px; }
    .page-template-page-2016-home .content .content_item.content-long-success .wrapper {
      max-width: 1230px; }
      .page-template-page-2016-home .content .content_item.content-long-success .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong {
        margin-top: 115px;
        color: white;
        font-size: 52px;
        line-height: 60px;
        letter-spacing: 0;
        margin-bottom: 40px; }
      .page-template-page-2016-home .content .content_item.content-long-success .wrapper > p {
        color: white;
        width: 610px;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 0px; }
    .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper {
      padding: 0 0 0 7%;
      width: 100%;
      margin-top: 110px;
      display: inline-block; }
      .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps {
        width: 100%;
        display: inline-block; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step {
          float: left;
          display: block;
          margin-right: 6.3291139241%;
          width: 29.1139240506%;
          margin-right: 0;
          width: 33.3333333333%;
          outline: none; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step:last-child {
            margin-right: 0; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step:nth-child(2) .s-visual .s-circle {
            background: #ebc003; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step:nth-child(3) .s-visual .s-circle {
            background: #fa525f; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual {
            width: 100%;
            margin-bottom: 70px; }
            .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-circle {
              width: 22px;
              height: 22px;
              background: green;
              -moz-border-radius: 11px;
              -webkit-border-radius: 11px;
              border-radius: 11px;
              float: left;
              display: inline-block; }
            .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-line {
              border-top: 3px white solid;
              float: left;
              width: 350px;
              margin-top: 11px;
              margin-left: 8px; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step h3 {
            font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 32px;
            font-weight: normal;
            text-transform: none;
            margin-bottom: 12px; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step p.s-duration {
            color: white;
            font-size: 20px;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            margin-bottom: 14px; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step p.s-description {
            color: white;
            width: 330px;
            font-size: 16px;
            line-height: 24px; }
  .page-template-page-2016-home .content .content_item.content-staying-connect {
    background: #edf2fc; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong {
      font-size: 52px;
      font-weight: normal;
      letter-spacing: 0px;
      line-height: 60px;
      text-align: center;
      margin-top: 150px;
      padding: 0 150px; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > p {
      width: 90%;
      margin: 0 auto;
      font-size: 23px;
      text-align: center;
      line-height: 32px; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features {
      width: 100%; }
      .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%;
        position: relative; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row:last-child {
          margin-right: 0; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature > div, .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature > p {
          float: right;
          text-align: right;
          padding-right: 18px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature > p.sc-label {
          padding-right: 15px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature > p.sc-description {
          padding-right: 20px;
          padding-left: 110px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature > div, .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature > p {
          float: left;
          text-align: left;
          padding-left: 18px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature p.sc-label {
          padding-left: 15px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature p.sc-description {
          padding-left: 20px;
          padding-right: 110px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.phone-features .sc-phone {
          padding: 120px 30px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row .sc-feature {
          width: 100%;
          margin-top: 150px; }
          .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row .sc-feature:last-of-type {
            position: absolute;
            top: 370px; }
          .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row .sc-feature .sc-label {
            clear: both;
            color: #4879d9;
            padding-top: 15px;
            font-weight: normal;
            font-size: 20px;
            margin-bottom: 5px;
            text-transform: uppercase;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            line-height: 32px; }
          .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row .sc-feature .sc-description {
            color: #2e2e2e;
            width: 100%;
            font-size: 16px;
            padding-top: 0;
            line-height: 24px; }
  .page-template-page-2016-home .content .content_item.content-program .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
  .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
  .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
  .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong, .page-template-page-2016-home
  .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
  .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong {
    font-size: 52px;
    letter-spacing: 0px;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    margin-top: 100px; }
  .page-template-page-2016-home .content .content_item.content-program .wrapper > p {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 0px; }
  .page-template-page-2016-home .content .content_item.content-program .pricings {
    max-width: 1180px;
    margin: 65px auto 0; }
    .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks {
      display: inline-block;
      vertical-align: top;
      word-spacing: 0;
      padding: 0 0 50px;
      width: 355px;
      margin-right: 57px; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks.pricing-item-grey .u-avatar-wrap .pricing-top {
        background: #969696; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks.pricing-item-grey .pricing-content {
        background-color: #f2f2f2; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks:last-of-type {
        margin-right: 0; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks > div {
        margin: 0 0px; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top {
        background: #447ad4;
        padding: 10px 0 0;
        height: 53px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top span {
          text-transform: uppercase;
          font-size: 20px;
          font-weight: normal;
          color: white;
          opacity: 1; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content {
        color: #000;
        padding: 32px 20px 1px;
        text-align: center;
        background-color: #ecf2fb;
        position: relative;
        min-height: 358px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content p {
          line-height: 26px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.left {
          color: #000;
          font-size: 16px;
          line-height: 26px;
          padding: 0 18px;
          text-align: left; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.subtitle {
          text-align: center;
          padding: 0; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.subtitle .subtitle-in {
            font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 34px;
            font-weight: normal;
            line-height: 36px;
            letter-spacing: -0.01em;
            color: #4d4d4d; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional {
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
          margin-top: 12px;
          min-height: 0;
          padding-top: 19px;
          padding-bottom: 22px; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional p {
            font-family: Roboto Bold, Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            color: #959595;
            margin: 0;
            vertical-align: middle;
            font-size: 24px; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional ul li {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.37;
            list-style: disc;
            margin: 15px 0px 0 25px;
            text-align: left;
            color: #969696; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .plus {
        position: absolute;
        z-index: 100;
        height: 28px;
        margin: -15px auto 0 156px;
        width: 28px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .plus .plus-in {
          background: url("/content/themes/noomV2/images/plus.png") no-repeat;
          background-size: 100%;
          display: block;
          height: 140%;
          width: 140%;
          max-width: none;
          max-height: none; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap {
        padding-top: 40px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom {
          position: initial;
          padding: 0 40px;
          height: 65px; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom .button {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            margin: 0 auto;
            background-color: #447AD4;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            transition: background-color 0.3s;
            border: none;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            line-height: 60px;
            text-align: center;
            display: block;
            width: 85%;
            height: 60px; }
  .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper span.item-label {
    display: none; }
  .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper a.play-video {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ff8a1a;
    font-family: Roboto Medium, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 10px;
    border: 2px solid #ff8a1a;
    display: block;
    height: 60px;
    width: 205px;
    text-align: center;
    padding: 18px 0; }
    .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper a.play-video i {
      display: inline-block;
      background: url("/content/themes/noomV2/images/2016/play-button.png") no-repeat;
      background-size: 18px;
      height: 18px;
      width: 18px;
      top: 3px;
      position: relative;
      margin-right: 5px; }
  .page-template-page-2016-home .content .content_item.success-story .success-story-slider .flex-prev, .page-template-page-2016-home .content .content_item.success-story .success-story-slider .flex-next, .page-template-page-2016-home .content .content_item.success-story .success-story-slider .flex-next {
    opacity: 1; }
  .page-template-page-2016-home .content .content_item.content-health-solutions {
    background-color: #163a7a;
    height: 405px;
    text-align: center; }
    .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper {
      max-width: 1190px; }
      .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong {
        text-align: center;
        color: white;
        font-size: 52px;
        font-weight: normal;
        line-height: 60px;
        letter-spacing: 0px;
        margin-top: 92px; }
      .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > p {
        color: white;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        width: 700px;
        margin: 0 auto; }
      .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > a {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        color: white;
        font-family: Roboto Medium, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        width: 200px;
        margin: 40px auto;
        height: 50px;
        line-height: 50px;
        border: 1px solid; }
  .page-template-page-2016-home .slick-slider .slick-prev {
    left: -45px; }
    .page-template-page-2016-home .slick-slider .slick-prev::before {
      font-size: 44px;
      color: #868686;
      content: "\e609";
      font-family: 'icomoon'; }
  .page-template-page-2016-home .slick-slider .slick-next {
    right: -20px; }
    .page-template-page-2016-home .slick-slider .slick-next::before {
      content: "\e60a";
      font-family: 'icomoon';
      font-size: 44px;
      color: #868686; }

@media screen and (max-width: 1100px) {
  .page-template-page-2016-home .masthead .wrapper h2, .page-template-page-2016-home .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong, .page-template-page-2016-home .masthead
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong, .page-template-page-2016-home .masthead .wrapper p {
    width: 600px; } }

.healthyweight {
  display: none; }

.page-template-page-2016-healthyweight .text-color-blue {
  color: #447AD4 !important; }

.page-template-page-2016-healthyweight .text-color-orange {
  color: #FF8A1A !important; }

.page-template-page-2016-healthyweight .background-color-blue {
  background: #447AD4 !important;
  background-color: #447AD4 !important; }

.page-template-page-2016-healthyweight .background-color-orange {
  background: #FF8A1A !important;
  background-color: #FF8A1A !important; }

.page-template-page-2016-healthyweight .masthead .wrapper {
  top: 46%;
  max-width: 1110px; }
  .page-template-page-2016-healthyweight .masthead .wrapper h2, .page-template-page-2016-healthyweight .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item h3, .page-template-page-2016-healthyweight .masthead
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item strong, .page-template-page-2016-healthyweight .masthead
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item h3, .page-template-page-2016-healthyweight .masthead
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item strong {
    color: #27292b; }
  .page-template-page-2016-healthyweight .masthead .wrapper h3 {
    font-family: Roboto Medium, Helvetica, Arial, sans-serif;
    width: 650px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 10px;
    color: white; }
  .page-template-page-2016-healthyweight .masthead .wrapper p {
    color: #27292b; }

.page-template-page-2016-healthyweight .content .content_item.content-personal-coach .wrapper .pull-right {
  padding-top: 110px; }

.page-template-page-2016-healthyweight .content .content_item.meet-coaches {
  height: auto; }
  .page-template-page-2016-healthyweight .content .content_item.meet-coaches .wrapper p {
    width: 685px; }
  .page-template-page-2016-healthyweight .content .content_item.meet-coaches .wrapper .learn-how-it-works {
    padding-top: 30px;
    padding-bottom: 20px; }
    .page-template-page-2016-healthyweight .content .content_item.meet-coaches .wrapper .learn-how-it-works a {
      color: inherit;
      font-size: inherit; }
      .page-template-page-2016-healthyweight .content .content_item.meet-coaches .wrapper .learn-how-it-works a.button {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        background: #447AD4;
        color: white;
        display: block;
        width: 180px;
        margin: 0 auto; }

.page-template-page-2016-healthyweight .content .content_item.content-long-success {
  height: auto; }
  .page-template-page-2016-healthyweight .content .content_item.content-long-success h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-long-success .wrapper .content-text .item h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-long-success h3, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-long-success .wrapper .content-text .item strong, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-long-success strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-long-success .wrapper .content-text .item h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-long-success h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-long-success .wrapper .content-text .item strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-long-success strong, .page-template-page-2016-healthyweight .content .content_item.content-long-success p {
    text-align: center; }
  .page-template-page-2016-healthyweight .content .content_item.content-long-success p {
    margin: 0 auto; }
  .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 76px;
    padding: 0;
    display: block; }
    .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps {
      width: 100%; }
      .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step {
        width: 100%;
        height: 245px;
        position: relative; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step .s-visual {
          position: absolute;
          left: 383px; }
          .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step .s-visual .s-line {
            float: none;
            width: 22px;
            height: 198px;
            border-left: 3px white solid;
            margin-left: 11px;
            border-top: 0;
            margin-top: 34px; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step h3 {
          margin-top: -7px;
          line-height: 29px; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step p.s-duration, .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step p.s-description {
          text-align: inherit; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:nth-child(even) {
          text-align: right;
          padding-right: 460px; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:nth-child(odd) {
          padding-left: 460px; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:nth-child(4) .s-visual .s-circle {
          background: #ff8a00; }
        .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:last-child {
          height: 350px; }
          .page-template-page-2016-healthyweight .content .content_item.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:last-child .s-visual .s-line {
            height: 323px; }

.page-template-page-2016-healthyweight .content .content_item.content-staying-connect .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-healthyweight
.page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
.page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
.page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
.page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-healthyweight
.page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3,
.page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
.page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3,
.page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-healthyweight
.page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
.page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
.page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
.page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong {
  margin-top: 190px; }

.page-template-page-2016-healthyweight .content .content_item.content-program {
  display: none; }

.page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper {
  width: 1050px;
  padding: 0; }
  .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong {
    font-size: 52px;
    letter-spacing: 0px;
    line-height: 62px;
    text-align: center;
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    margin-top: 108px;
    margin-bottom: 67px;
    color: #2e2e2e; }
  .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments {
    *zoom: 1;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    width: 1050px; }
    .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments:before, .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments:after {
      content: " ";
      display: table; }
    .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments:after {
      clear: both; }
    .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment {
      float: left;
      display: block;
      margin-right: 6.3291139241%;
      width: 29.1139240506%;
      margin-right: 0;
      padding: 0 45px 93px;
      width: 350px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment:last-child {
        margin-right: 0; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment:first-child {
        padding-left: 0px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-apostrof {
        background: url("/content/themes/noomV2/images/2016/apostraf.png") no-repeat transparent;
        width: 35px;
        height: 26px;
        margin: 0 auto 25px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-note {
        font-size: 18px;
        text-align: center;
        color: #2e2e2e;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 135px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-avatar {
        border-radius: 50%;
        background: #d9d9d9;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
        .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-avatar img {
          width: 100px;
          height: 100px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-name {
        font-family: Roboto Medium, Helvetica, Arial, sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
        text-transform: uppercase;
        padding-bottom: 0;
        padding-top: 20px;
        margin-bottom: 0; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-location {
        font-size: 14px;
        text-align: center;
        color: #aaaaaa; }

.page-template-page-2016-healthyweight .content .content_item.success-story {
  display: none; }

.page-template-page-2016-healthyweight .content .content_item.content-health-solutions {
  height: auto; }
  .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper {
    display: table;
    text-align: left;
    padding-bottom: 50px;
    padding-top: 30px; }
    .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper hr.delivery-line {
      position: absolute;
      display: block;
      border: none;
      background-color: white;
      width: 1px;
      height: 63%;
      bottom: 20%;
      left: 58%;
      top: 15%; }
    .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up {
      display: table-cell;
      vertical-align: middle;
      width: 57%;
      padding-left: 125px; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up h3, .page-template-page-2016-healthyweight
      .page-careers.listings section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item strong,
      .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item strong, .page-template-page-2016-healthyweight
      .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up strong,
      .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up strong, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item h3,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item h3, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up h3,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up h3, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item strong,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside.sign-up .content-text .item strong, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up strong,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up strong {
        color: white;
        font-size: 52px;
        line-height: 58px;
        font-weight: normal;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
        padding-right: 115px; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up p {
        color: white;
        font-size: 22px;
        line-height: 32px;
        padding: 0 70px 12px 0; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up a {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        clear: both;
        display: block;
        border: 1px solid;
        font-family: Roboto Medium, Helvetica, Arial, sans-serif;
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        width: 176px;
        height: 50px;
        line-height: 50px; }
    .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program {
      padding-left: 50px; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program h3 {
        font-size: 26px;
        font-weight: normal;
        line-height: 36px;
        text-transform: none;
        text-align: center;
        padding: 0 50px 0 65px; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program ul {
        margin-top: 40px;
        padding-left: 70px;
        padding-right: 30px; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program ul > li {
          font-size: 16px;
          line-height: 22px;
          list-style: disc outside;
          padding-left: 10px;
          margin-bottom: 26px; }

.page-template-page-2016-healthyweight .content .content_item.content-featured-in {
  background: #f2f2f2; }
  .page-template-page-2016-healthyweight .content .content_item.content-featured-in img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
    opacity: 0.5; }

.footer-widgets {
  *zoom: 1;
  float: left;
  display: block;
  margin-right: 3.0674846626%;
  width: 100%;
  background: #222;
  padding: 1.5em 0;
  list-style: none;
  margin: 0; }
  .footer-widgets:before, .footer-widgets:after {
    content: " ";
    display: table; }
  .footer-widgets:after {
    clear: both; }
  .footer-widgets:last-child {
    margin-right: 0; }

.site-footer {
  background-color: #447ad4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 84px 0 137px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .site-footer.coach {
    background-color: #2fc0c4; }

.nav-footer-group {
  float: left; }

.footer-menu-title span {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
  text-decoration: underline; }

.nav-footer {
  float: left;
  padding: 0;
  margin-top: 31px;
  width: 364px; }
  .nav-footer.footer-with-title {
    margin-top: 0; }
  .nav-footer li {
    margin: 0 0 1px; }
    .nav-footer li.current-menu-item a {
      color: #fff !important; }
  .nav-footer a {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    text-decoration: none; }
    .nav-footer a:hover {
      color: #e6e6e6; }

.social-footer {
  float: right;
  margin: 38px 55px 0 0; }
  .social-footer li {
    float: left;
    margin: 0 0 0 30px; }
    .social-footer li:first-child {
      margin: 0; }
  .social-footer.coach {
    margin-right: 3px; }

.icon-tw, .icon-fb, .icon-inst, .icon-pint, .icon-in {
  height: 27px;
  opacity: 1 !important;
  font-size: 27px;
  display: inline-block;
  color: #FFF; }
  .icon-tw img, .icon-fb img, .icon-inst img, .icon-pint img, .icon-in img {
    display: none; }

.icon-tw {
  width: 28px; }

.icon-fb {
  width: 16px; }

.icon-inst {
  width: 26px; }

.icon-pint {
  width: 26px; }

.icon-in {
  width: 26px; }

.popup-video {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30; }

.popup-wrap {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -300px;
  top: 50%;
  width: 600px;
  position: absolute; }

.copyright {
  bottom: 0;
  font-size: 14px;
  position: absolute;
  width: 100%; }
  .copyright p {
    color: white;
    display: block;
    text-align: center;
    width: 100%; }
    .copyright p a {
      color: white; }

.site.noom2016 .site-footer-2016 .sg-survey .sg-body {
  background-color: inherit;
  padding-bottom: 0; }
  .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form {
    width: 100%; }
    .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-success {
      border-bottom: none; }
      .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-success .sg-instructions {
        font-size: 14px; }
    .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper {
      background: none; }
      .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-header {
        display: none; }
      .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content {
        padding: 0; }
        .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-page-title {
          display: none; }
        .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
          margin-bottom: 1.3181818182vw; }
          .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question {
            margin: 0;
            border: none; }
            .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-title {
              display: none; }
            .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options {
              width: 13.3136363636vw;
              height: 3.1636363636vw;
              -webkit-border-radius: 1.5818181818vw;
              -moz-border-radius: 1.5818181818vw;
              border-radius: 1.5818181818vw;
              padding: 0.5272727273vw 2.9659090909vw 0.5272727273vw 0.5272727273vw;
              border: 2px white solid;
              display: inline-block; }
              .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input {
                font-size: 15px;
                font-size: 0.9886363636vw;
                line-height: normal;
                padding: 0.2em 0.4em 0 1em;
                width: 100%;
                height: auto;
                font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                color: white;
                background: #444547;
                border: medium none;
                box-shadow: none;
                outline: none;
                box-sizing: border-box; }
        .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar {
          position: absolute;
          top: 0.4613636364vw;
          left: 10.4795454545vw;
          -webkit-border-radius: 1.1204545455vw;
          -moz-border-radius: 1.1204545455vw;
          border-radius: 1.1204545455vw;
          width: 2.2409090909vw;
          height: 2.2409090909vw;
          padding: 0;
          float: left;
          background: white; }
          .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
            font-size: 11px;
            font-size: 0.725vw;
            line-height: normal;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 100%;
            height: 100%;
            margin: 0;
            background: #fff url(/content/themes/noomV2/images/play-button-gray.png) no-repeat;
            background-position: center center;
            color: transparent;
            border-radius: 20vw; }
            .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button:focus {
              border: none; }
        .site.noom2016 .site-footer-2016 .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-progress-bar {
          display: none; }

.site-footer-2016 {
  background-color: #444547; }
  .site-footer-2016 article {
    max-width: 1200px;
    top: -25px; }
    .site-footer-2016 article .nav-footer-logo-wrapper {
      width: 30%;
      padding-top: 3px;
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 22.6993865031%; }
      .site-footer-2016 article .nav-footer-logo-wrapper:last-child {
        margin-right: 0; }
      .site-footer-2016 article .nav-footer-logo-wrapper .nav-footer-logo {
        width: 145px;
        height: 30px;
        background: url("/content/themes/noomV2/images/noom_logo_white.png") no-repeat; }
    .site-footer-2016 article .nav-footer-group.only-desktop {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 74.2331288344%;
      margin-right: 0; }
      .site-footer-2016 article .nav-footer-group.only-desktop:last-child {
        margin-right: 0; }
      .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 22.6993865031%;
        margin-top: 0; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer:last-child {
          margin-right: 0; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer ul li {
          font-size: 15px;
          line-height: 24px; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer ul li.footer-menu-title {
            margin-bottom: 10px; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer ul li.footer-menu-title span {
              text-decoration: none;
              font-size: 23px;
              font-weight: bold; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer .social-footer-menu li.tw-blog {
          line-height: 18px; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer .social-footer-menu a {
          font-family: 'icomoon';
          position: relative;
          height: 20px; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer .social-footer-menu a span {
            font-family: Roboto Regular, Helvetica, Arial, sans-serif;
            position: absolute;
            left: 22px; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer .social-footer-menu a.icon-tw-blog {
            background: url("/content/themes/noomV2/images/icon-naver-blog-footer.png") no-repeat;
            background-size: 18px 18px;
            background-position: 0 2px;
            margin: 0 0px 0 -2px;
            line-height: 20px; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer .social-footer-menu a.icon-tw-blog span {
              padding-left: 2px; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer .social-footer-menu a.icon-tw-blog:before {
              content: ""; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe ul li {
          font-size: 14px;
          line-height: 20px; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe ul li.footer-menu-title {
            margin-bottom: 16px; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe ul li.subscribe-info {
            margin-bottom: 18px; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form {
          position: relative;
          left: -10px; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form .field-wrap {
            height: 48px;
            width: 202px;
            background: url("/content/themes/noomV2/images/play-button-gray.png") no-repeat scroll 95% center #444547;
            border: 1px white solid;
            border-radius: 50px;
            display: inline-block;
            padding: 8px 45px 8px 8px; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form .field-wrap input {
              font-size: 17px;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              color: white;
              background: #447ad4;
              border: medium none;
              box-shadow: none;
              padding: 0em 0.4em 0 1em;
              line-height: 30px;
              outline: none;
              box-sizing: border-box;
              width: 100%; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form .field-wrap input ::-webkit-input-placeholder {
                color: white; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form .field-wrap input :-moz-placeholder {
                color: white; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form .field-wrap input ::-moz-placeholder {
                color: white; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe form .field-wrap input :-ms-input-placeholder {
                color: white; }
        .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm {
          position: relative; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap {
            height: 48px;
            width: 202px;
            border: 1px white solid;
            border-radius: 50px;
            display: inline-block;
            padding: 8px 45px 8px 8px; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap .mktoLabel {
              display: none; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap input {
              font-size: 17px;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              color: white;
              background: #444547;
              border: medium none;
              box-shadow: none;
              padding: 0em 0.4em 0 1em;
              line-height: 30px;
              outline: none;
              box-sizing: border-box;
              width: 100%; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap input ::-webkit-input-placeholder {
                color: white; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap input :-moz-placeholder {
                color: white; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap input ::-moz-placeholder {
                color: white; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap input :-ms-input-placeholder {
                color: white; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoFieldWrap .mktoGutter {
              display: none; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoOffset {
            display: none; }
          .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoButtonRow {
            position: absolute;
            top: 0;
            left: 159px;
            float: left;
            padding: 0;
            top: 7px; }
            .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoButtonRow span {
              margin-left: 0 !important; }
              .site-footer-2016 article .nav-footer-group.only-desktop .nav-footer.nav-footer-subscribe .mktoForm .mktoButtonRow span .mktoButton {
                color: transparent;
                background: url("/content/themes/noomV2/images/play-button-gray.png") no-repeat scroll 95% center transparent;
                width: 35px;
                height: 35px;
                border: 0; }
  .site-footer-2016 .copyright {
    font-size: 12px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, 0); }
    .site-footer-2016 .copyright .left {
      width: 30%;
      float: left;
      text-align: left;
      padding-left: 5px;
      margin-bottom: 30px; }
    .site-footer-2016 .copyright .right {
      width: 40%;
      float: right;
      text-align: right;
      padding-right: 5px;
      margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .site-footer.site-footer-2016 {
    background-color: #444547;
    padding-bottom: 0; }
    .site-footer.site-footer-2016 .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .site-footer.site-footer-2016 .wrapper > h2, .site-footer.site-footer-2016 .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > h3, .site-footer.site-footer-2016
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > strong, .site-footer.site-footer-2016
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > h3, .site-footer.site-footer-2016
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > strong, .site-footer.site-footer-2016 .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .site-footer.site-footer-2016 .wrapper > h2, .site-footer.site-footer-2016 .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > h3, .site-footer.site-footer-2016
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > strong, .site-footer.site-footer-2016
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > h3, .site-footer.site-footer-2016
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .site-footer.site-footer-2016 .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .site-footer.site-footer-2016 .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .site-footer.site-footer-2016 article > div.only-desktop {
      display: none !important; }
    .site-footer.site-footer-2016 article > div.only-mobile {
      margin-bottom: 180px; }
    .site-footer.site-footer-2016 article .nav-footer-logo-wrapper {
      padding: 30px 0; }
      .site-footer.site-footer-2016 article .nav-footer-logo-wrapper .nav-footer-logo {
        background: transparent url("/content/themes/noomV2/images/noomlogo-white.png") no-repeat scroll 0 0;
        height: 32px;
        width: 170px; }
    .site-footer.site-footer-2016 article .main-menu .menu-item li a {
      color: white;
      font-size: 20px;
      font-size: 5.5555555556vw;
      line-height: 42px;
      line-height: 11.6666666667vw;
      font-weight: normal; }
    .site-footer.site-footer-2016 article .main-menu .menu-item li.social {
      width: 100%;
      clear: both;
      position: relative;
      padding-top: 60px; }
      .site-footer.site-footer-2016 article .main-menu .menu-item li.social ul {
        float: none;
        clear: both;
        padding-bottom: 30px; }
        .site-footer.site-footer-2016 article .main-menu .menu-item li.social ul li {
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          background: white;
          width: 45px;
          height: 45px;
          padding-left: 0;
          margin-right: 15px;
          display: inline-block; }
          .site-footer.site-footer-2016 article .main-menu .menu-item li.social ul li a {
            width: 45px;
            display: inline-block;
            text-align: center;
            padding-left: 0;
            line-height: 0;
            margin-top: -4px;
            color: #444547;
            line-height: 52px; }
            .site-footer.site-footer-2016 article .main-menu .menu-item li.social ul li a:before {
              color: #444547;
              font-size: 23px; }
      .site-footer.site-footer-2016 article .main-menu .menu-item li.social .bottom-line {
        width: 100%;
        border-top: 1px white solid;
        position: absolute;
        bottom: 0; }
    .site-footer.site-footer-2016 article .main-menu .menu-item li.language-change {
      padding-top: 5px; }
      .site-footer.site-footer-2016 article .main-menu .menu-item li.language-change select {
        height: 24px;
        width: 30.5555555556vw; }
      .site-footer.site-footer-2016 article .main-menu .menu-item li.language-change .select2-container .select2-selection--single {
        background-color: #444547;
        border: 1px solid white;
        height: 32px;
        font-size: 3.8888888889vw;
        line-height: 4.3888888889vw; }
        .site-footer.site-footer-2016 article .main-menu .menu-item li.language-change .select2-container .select2-selection--single .select2-selection__rendered {
          color: white; }
        .site-footer.site-footer-2016 article .main-menu .menu-item li.language-change .select2-container .select2-selection--single .select2-selection__arrow b {
          background: rgba(255, 255, 255, 0) url("/content/themes/noomV2/images/arrows_icon.png") no-repeat scroll 0 0/5px auto;
          border: medium none;
          height: 20px;
          top: 40%;
          width: 10px; }
    .site-footer.site-footer-2016 article .main-menu .menu-item li.support-links {
      margin-top: 7px; }
      .site-footer.site-footer-2016 article .main-menu .menu-item li.support-links ul li {
        margin: 0; }
        .site-footer.site-footer-2016 article .main-menu .menu-item li.support-links ul li a {
          font-size: 12px;
          font-size: 3.3333333333vw;
          line-height: 28px;
          line-height: 7.7777777778vw; }
    .site-footer.site-footer-2016 .copyright.only-desktop {
      display: none; }
    .site-footer.site-footer-2016 .copyright.only-mobile {
      background: #444547;
      display: block;
      padding: 0 8%;
      margin-bottom: 0;
      left: 0;
      transform: initial; }
      .site-footer.site-footer-2016 .copyright.only-mobile > p {
        font-size: 10px;
        font-size: 2.7777777778vw;
        line-height: 15px;
        line-height: 4.1666666667vw;
        text-align: center;
        padding: 26px 0 35px;
        color: white !important;
        margin: 0; }
      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe h3 {
        font-size: 18px;
        font-size: 5vw;
        line-height: 20px;
        line-height: 5.5555555556vw;
        margin-bottom: 20px;
        margin-top: 28px;
        text-transform: none;
        font-weight: normal; }
      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form {
        position: relative;
        left: 0; }
        .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form .field-wrap {
          background: url("/content/themes/noomV2/images/play-button.png") no-repeat scroll 95% center #447ad4;
          border: 1px white solid;
          border-radius: 50px;
          display: inline-block;
          padding: 8px 65px 8px 8px;
          width: 100%;
          height: 57px; }
          .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form .field-wrap input {
            font-size: 17px;
            font-family: Roboto Regular, Helvetica, Arial, sans-serif;
            color: white;
            background: #447ad4;
            border: medium none;
            box-shadow: none;
            padding: 0em 0.4em 0 1em;
            line-height: 30px;
            outline: none;
            box-sizing: border-box;
            width: 100%;
            line-height: 38px; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form .field-wrap input ::-webkit-input-placeholder {
              color: white; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form .field-wrap input :-moz-placeholder {
              color: white; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form .field-wrap input ::-moz-placeholder {
              color: white; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe form .field-wrap input :-ms-input-placeholder {
              color: white; }
      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm {
        position: relative;
        padding: 0; }
        .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap {
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          border-radius: 35px;
          background-color: #444547;
          border: 1px white solid;
          display: inline-block;
          padding: 3vw 20vw 3vw 4vw;
          width: 100%;
          height: 13.8888888889vw; }
          .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap .mktoLabel {
            display: none; }
          .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap input {
            line-height: normal;
            font-size: 3.8888888889vw;
            font-family: Roboto Regular, Helvetica, Arial, sans-serif;
            color: white;
            background: #444547;
            border: medium none;
            box-shadow: none;
            padding: 0em 0.4em 0 1em;
            outline: none;
            box-sizing: border-box;
            width: 100%; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap input ::-webkit-input-placeholder {
              color: white; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap input :-moz-placeholder {
              color: white; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap input ::-moz-placeholder {
              color: white; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap input :-ms-input-placeholder {
              color: white; }
          .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap .mktoGutter {
            display: none; }
        .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoOffset {
          display: none; }
        .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoButtonRow {
          width: 11.6666666667vw;
          height: 11.6666666667vw;
          position: absolute;
          top: 1.1111111111vw;
          right: 1.3888888889vw;
          padding: 0; }
          .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoButtonRow span {
            margin-left: 0 !important; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .mktoForm .mktoButtonRow span .mktoButton {
              width: 11.6666666667vw;
              height: 11.6666666667vw;
              color: transparent;
              background: transparent url("/content/themes/noomV2/images/play-button-gray-x2.png") no-repeat scroll 95% center/11.6666666667vw auto;
              border: 0; }
      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body {
        background-color: inherit;
        padding-bottom: 0; }
        .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form {
          width: 100%; }
          .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper {
            background: none; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-header {
              display: none; }
            .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content {
              padding: 0;
              margin: 0; }
              .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
                height: initial !important;
                margin-bottom: 0;
                margin-top: 0; }
                .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question {
                  margin: 0;
                  border: none;
                  height: 52px;
                  visibility: inherit; }
                  .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-title {
                    display: none; }
                  .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options {
                    -webkit-border-radius: 20vw;
                    -moz-border-radius: 20vw;
                    border-radius: 20vw;
                    background-color: #444547;
                    border: 1px white solid;
                    display: inline-block;
                    padding: 3vw 20vw 3vw 4vw;
                    width: 100%;
                    height: 52px; }
                    .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input {
                      width: 100%;
                      height: 1.5em;
                      -webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;
                      -webkit-box-shadow: none;
                      -moz-box-shadow: none;
                      box-shadow: none;
                      line-height: normal;
                      font-size: 3.8888888889vw;
                      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                      color: white;
                      background: #444547;
                      border: medium none;
                      padding: 0em 0.4em 0 1em;
                      outline: none;
                      min-height: 1.9em; }
                      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input ::-webkit-input-placeholder {
                        color: white; }
                      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input :-moz-placeholder {
                        color: white; }
                      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input ::-moz-placeholder {
                        color: white; }
                      .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input :-ms-input-placeholder {
                        color: white; }
              .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer {
                position: absolute;
                background: none;
                padding: 0;
                height: 52px;
                box-shadow: none; }
                .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar {
                  width: 11.6666666667vw;
                  height: 11.6666666667vw;
                  background: none;
                  position: absolute;
                  top: 4px;
                  left: initial;
                  right: 4px;
                  padding: 0;
                  margin: 0; }
                  .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
                    width: 11.6666666667vw;
                    height: 11.6666666667vw;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    color: transparent;
                    background: transparent url("/content/themes/noomV2/images/play-button-gray-x2.png") no-repeat scroll 95% center/11.6666666667vw auto;
                    border: 0;
                    margin: 0; }
                    .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button:focus {
                      border: none; }
                .site-footer.site-footer-2016 .copyright.only-mobile .nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-progress-bar {
                  display: none; } }

@media screen and (min-width: 768px) {
  .template-2016-V2 .site.noom2016 {
    min-width: 100%;
    box-shadow: none; }
    .template-2016-V2 .site.noom2016 .content {
      margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  .template-2016-V2 .site.noom2016 .site-header-content {
    -webkit-box-shadow: 0 -1px 7px rgba(1, 1, 1, 0.2);
    -moz-box-shadow: 0 -1px 7px rgba(1, 1, 1, 0.2);
    box-shadow: 0 -1px 7px rgba(1, 1, 1, 0.2);
    padding: 25px 7.25vw 37px;
    max-width: 100%;
    border-bottom: 1px #bfc2ca solid; } }

.site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul {
  margin: -10px 0px 0 0; }
  .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li {
    padding-top: 8px;
    border-radius: 3px 3px 0 0; }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li:first-of-type {
      margin-left: 0; }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li:nth-of-type(2) {
      margin-left: 16px; }
      @media screen and (max-width: 1350px) {
        .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li:nth-of-type(2) {
          margin-left: 8px; } }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li a, .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li span {
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 38px;
      text-transform: uppercase;
      padding: 0 0px 5px;
      margin-left: 0;
      color: #4879d9 !important; }
      @media screen and (max-width: 1350px) {
        .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li a, .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li span {
          font-size: 1.1111111111vw; } }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li span {
      background: url(/content/themes/noomV2/images/arrow-header-icon.png);
      background-repeat: no-repeat;
      background-position: 82% 23%;
      padding: 0 32px 25px 20px;
      margin-left: 0;
      cursor: pointer; }
      @media screen and (max-width: 1350px) {
        .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li span {
          padding: 0 16px 25px 14px; } }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.sign-up {
      margin-right: 7px;
      margin-left: 20px; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.sign-up .button {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        font-family: Roboto Regular, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        display: block;
        height: 36px;
        line-height: 36px;
        border: none;
        background-color: #447ad4;
        color: #fff !important;
        width: 140px; }
        .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.sign-up .button:hover {
          color: white !important; }
        @media screen and (max-width: 1350px) {
          .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.sign-up .button {
            font-size: 0.8888888889vw;
            width: 10.3703703704vw; } }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.language-links {
      margin-left: 16px; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.language-links span {
        text-transform: none; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.language-links ul > li {
        min-width: 200px;
        padding: 0px 20px !important; }
      @media screen and (max-width: 1350px) {
        .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.language-links {
          margin-left: 9px; }
          .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.language-links span {
            background-position: 90% 20%; }
          .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.language-links ul > li {
            min-width: 160px; } }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.programs-links span {
      padding: 0 20px 25px 16px;
      background-position: 92% 24%; }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.programs-links ul > li {
      min-width: 265px; }
    @media screen and (max-width: 1350px) {
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.programs-links span {
        background-position: 90% 20%; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.programs-links ul > li {
        min-width: 185px; } }
    .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down {
      padding-bottom: 10px; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down:hover ul {
        display: block; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down ul {
        display: none;
        border-radius: 0 3px 3px;
        position: absolute;
        background: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        margin-top: 10px;
        z-index: 1; }
        .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down ul > li {
          float: none;
          margin-left: 0;
          padding: 0px 16px; }
          .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down ul > li a {
            font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: none;
            padding: 16px 0px 16px;
            margin: 0px auto;
            line-height: 16px;
            border-bottom: 1px solid #eee;
            width: 100%;
            display: block; }
          .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down ul > li:last-of-type a {
            border-bottom: none; }
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li.menu-drop-down:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        z-index: 100000; }
    @media screen and (max-width: 1350px) {
      .site.noom2016 .site-header.header-V2 .site-header-content .main-menu ul > li {
        margin: 2px 0 0 20px; } }

.page-template-page-2016-home-V2 h2, .page-template-page-2016-home-V2 .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 h3, .page-template-page-2016-home-V2
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 strong, .page-template-page-2016-home-V2
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 h3, .page-template-page-2016-home-V2
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 strong, .page-template-page-2016-home-V2 p {
  margin-right: 0;
  width: 100%;
  font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #27292b; }

.page-template-page-2016-home-V2 h2, .page-template-page-2016-home-V2 .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 h3, .page-template-page-2016-home-V2
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 strong, .page-template-page-2016-home-V2
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 h3, .page-template-page-2016-home-V2
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 strong {
  font-size: 52px;
  font-size: 3.4272727273vw;
  line-height: 62px;
  line-height: 4.0863636364vw;
  margin-top: 3.9545454545vw;
  margin-bottom: 1.9772727273vw; }

.page-template-page-2016-home-V2 p {
  font-size: 22px;
  font-size: 1.45vw;
  line-height: 32px;
  line-height: 2.1090909091vw; }

.page-template-page-2016-home-V2 a.button {
  font-size: 15px;
  font-size: 0.9886363636vw;
  line-height: 50px;
  line-height: 3.2954545455vw;
  -webkit-border-radius: 3.2954545455vw;
  -moz-border-radius: 3.2954545455vw;
  border-radius: 3.2954545455vw;
  padding: 0 1.9772727273vw 0 1.9772727273vw;
  width: auto;
  height: auto;
  min-width: 30%;
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: white; }

.page-template-page-2016-home-V2 section {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8.8977272727vw 0 10.6772727273vw;
  max-width: 100%; }
  .page-template-page-2016-home-V2 section:before, .page-template-page-2016-home-V2 section:after {
    content: " ";
    display: table; }
  .page-template-page-2016-home-V2 section:after {
    clear: both; }
  .page-template-page-2016-home-V2 section div.inside {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 48.4662576687%;
    position: relative;
    margin-right: 0;
    min-height: 28.6704545455vw; }
    .page-template-page-2016-home-V2 section div.inside:last-child {
      margin-right: 0; }
    .page-template-page-2016-home-V2 section div.inside img {
      position: absolute;
      width: auto;
      height: 100%; }
    .page-template-page-2016-home-V2 section div.inside article {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 0 0 0; }
      .page-template-page-2016-home-V2 section div.inside article p {
        margin-bottom: 3.2954545455vw; }
    .page-template-page-2016-home-V2 section div.inside .pull-right {
      padding: 0 0 0 1.3181818182vw; }
  .page-template-page-2016-home-V2 section.masthead {
    width: auto;
    height: auto;
    background-color: #ecf2fb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf2fb), color-stop(50%, #fcfdfe), color-stop(51%, #fcfdfe), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(bottom, #ecf2fb 0%, #fcfdfe 50%, #fcfdfe 51%, #ffffff 100%);
    background-image: linear-gradient(to top,#ecf2fb 0%, #fcfdfe 50%, #fcfdfe 51%, #ffffff 100%); }
    .page-template-page-2016-home-V2 section.masthead div.inside {
      min-height: 44.95vw; }
      .page-template-page-2016-home-V2 section.masthead div.inside:first-of-type {
        width: 51%; }
      .page-template-page-2016-home-V2 section.masthead div.inside:last-of-type {
        width: 49%;
        margin-top: 4.4818181818vw; }
      .page-template-page-2016-home-V2 section.masthead div.inside img {
        position: absolute;
        right: 0px;
        bottom: 0px; }
      .page-template-page-2016-home-V2 section.masthead div.inside article p {
        padding-right: 2%; }
      .page-template-page-2016-home-V2 section.masthead div.inside article a {
        background-color: #447ad4; }
  .page-template-page-2016-home-V2 section.content-featured-in {
    width: auto;
    height: auto; }
    .page-template-page-2016-home-V2 section.content-featured-in .featured-in-label {
      font-size: 16px;
      font-size: 1.0545454545vw;
      line-height: 40px;
      line-height: 2.6363636364vw;
      width: 100%;
      height: auto;
      margin: 0.6590909091vw auto 0;
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #cacaca; }
    .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      height: auto;
      display: table;
      margin-bottom: 1.3181818182vw; }
      .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content:before, .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content:after {
        content: " ";
        display: table; }
      .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content:after {
        clear: both; }
      .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content .featured-img-block {
        display: table-cell;
        text-align: center; }
        .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content .featured-img-block img {
          padding: 0 0.6590909091vw;
          vertical-align: middle;
          width: auto; }
          .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content .featured-img-block img:last-of-type {
            margin-right: 0; }
  .page-template-page-2016-home-V2 section.content-personal-coach {
    padding: 9.8863636364vw 8.8977272727vw 13.1818181818vw 10.6772727273vw;
    width: auto;
    height: auto;
    background-color: #F75462; }
    .page-template-page-2016-home-V2 section.content-personal-coach div.inside {
      min-height: 28.6704545455vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside img {
        position: absolute;
        left: 0px; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h2, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article p {
        color: white; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h2, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong {
        margin-top: 0.8568181818vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article p {
        margin-bottom: 3.9545454545vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside a {
        background: #F75462;
        border: 1px solid white;
        border-radius: 50px; }
  .page-template-page-2016-home-V2 section.meet-coaches {
    min-height: 52.7272727273vw; }
    .page-template-page-2016-home-V2 section.meet-coaches article {
      padding: 0 0.3295454545vw 0 0.3295454545vw;
      max-width: 100%; }
      .page-template-page-2016-home-V2 section.meet-coaches article > h2, .page-template-page-2016-home-V2 section.meet-coaches .page-careers.listings section.content .wrapper .content-text .item article > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches article > h3, .page-template-page-2016-home-V2 section.meet-coaches
      .page-careers.listings section.content .wrapper .content-text .item article > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches article > strong, .page-template-page-2016-home-V2 section.meet-coaches
      .page-engineer.listings section.content .wrapper .content-text .item article > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches article > h3, .page-template-page-2016-home-V2 section.meet-coaches
      .page-engineer.listings section.content .wrapper .content-text .item article > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches article > strong {
        margin: 4.6136363636vw auto 0.9886363636vw;
        text-align: center;
        width: 37.8977272727vw; }
      .page-template-page-2016-home-V2 section.meet-coaches article > p {
        text-align: center;
        color: #2e2e2e; }
      .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper {
        text-align: center;
        margin-top: 6.5909090909vw; }
        .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block {
          display: inline-block; }
          .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block {
            -webkit-border-radius: 0.4613636364vw;
            -moz-border-radius: 0.4613636364vw;
            border-radius: 0.4613636364vw;
            -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
            width: 15.4886363636vw;
            height: 23.7272727273vw;
            margin: 0 1.9772727273vw 3.2954545455vw 0;
            float: left;
            outline: none; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:last-of-type {
              margin-left: 0; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+1) .one-coach-block-avatar {
              background: white url("/content/themes/noomV2/images/2016/V2/card-blue.png") repeat-x scroll 0 0%;
              background-size: 7.0522727273vw; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+2) .one-coach-block-avatar {
              background: white url("/content/themes/noomV2/images/2016/V2/card-orange.png") repeat-x scroll 0 0%;
              background-size: 7.0522727273vw; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+3) .one-coach-block-avatar {
              background: white url(/content/themes/noomV2/images/2016/V2/card-red.png) repeat-x scroll 0 0%;
              background-size: 7.0522727273vw; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+4) .one-coach-block-avatar {
              background: white url(/content/themes/noomV2/images/2016/V2/card-light-blue.png) repeat-x scroll 0 0%;
              background-size: 7.0522727273vw; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar {
              width: auto;
              height: 13.1818181818vw;
              -webkit-border-radius: 0.4613636364vw 0.4613636364vw 0 0;
              -moz-border-radius: 0.4613636364vw 0.4613636364vw 0 0;
              border-radius: 0.4613636364vw 0.4613636364vw 0 0;
              padding: 0 0 0 0;
              text-align: center; }
              .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 10.2159090909vw;
                height: 10.2159090909vw;
                margin: 1.7795454545vw auto 0;
                display: inline-block;
                border: 5px solid white; }
                .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img img {
                  width: 100%;
                  height: 100%;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  border-radius: 50%; }
                .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img:nth-child(4n+1) {
                  background: #cdd9ec none no-repeat scroll 50% center; }
                .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img:nth-child(4n+2) {
                  background: #f3e4c2 none no-repeat scroll 50% center; }
                .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img:nth-child(4n+3) {
                  background: #f5d2ce none no-repeat scroll 50% center; }
                .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-avatar .one-coach-block-avatar-img:nth-child(4n+4) {
                  background: #cee7ea none no-repeat scroll 50% center; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-name {
              font-size: 14px;
              font-size: 0.9227272727vw;
              line-height: 14px;
              line-height: 0.9227272727vw;
              padding: 0 0 0 0;
              font-family: Roboto Medium, Helvetica, Arial, sans-serif;
              text-transform: uppercase;
              text-align: center;
              color: #515151; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-occupation {
              font-size: 10px;
              font-size: 0.6590909091vw;
              line-height: 17px;
              line-height: 1.1204545455vw;
              padding: 0 0 0 0;
              font-family: Roboto Medium, Helvetica, Arial, sans-serif;
              text-transform: uppercase;
              text-align: center;
              color: #515151; }
            .page-template-page-2016-home-V2 section.meet-coaches article .coaches-wraper .coaches-block .one-coach-block > div.one-coach-block-description {
              font-size: 12px;
              font-size: 0.7909090909vw;
              line-height: 18px;
              line-height: 1.1863636364vw;
              padding: 0.6590909091vw 1.1204545455vw;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              text-align: center;
              color: #737272; }
  .page-template-page-2016-home-V2 section.content-long-success {
    padding: 2.7681818182vw 0 7.9090909091vw 10.6772727273vw;
    width: auto;
    height: auto;
    background-color: #163a7a; }
    .page-template-page-2016-home-V2 section.content-long-success .wrapper {
      max-width: 100%;
      padding: 0; }
      .page-template-page-2016-home-V2 section.content-long-success .wrapper > h2, .page-template-page-2016-home-V2 section.content-long-success .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > h3, .page-template-page-2016-home-V2 section.content-long-success
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > strong, .page-template-page-2016-home-V2 section.content-long-success
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > h3, .page-template-page-2016-home-V2 section.content-long-success
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > strong, .page-template-page-2016-home-V2 section.content-long-success .wrapper > p {
        color: white; }
      .page-template-page-2016-home-V2 section.content-long-success .wrapper > p {
        width: 46.7954545455vw;
        height: auto;
        margin-bottom: 0; }
    .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper {
      padding: 6.9204545455vw 0 0 0;
      width: 100%;
      height: 100%;
      display: inline-block; }
      .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps {
        width: 100%;
        height: 100%;
        display: inline-block; }
        .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step {
          float: left;
          display: block;
          margin-right: 6.3291139241%;
          width: 29.1139240506%;
          width: 33.3333333333%;
          height: auto;
          margin-right: 0;
          outline: none; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step:last-child {
            margin-right: 0; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step:nth-child(2) .s-visual .s-circle {
            background: #ebc003; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step:nth-child(3) .s-visual .s-circle {
            background: #fa525f; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual {
            width: 100%;
            height: auto;
            margin-bottom: 4.2840909091vw; }
            .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-circle {
              -webkit-border-radius: 0.725vw;
              -moz-border-radius: 0.725vw;
              border-radius: 0.725vw;
              width: 1.45vw;
              height: 1.45vw;
              background: #00ab00;
              float: left; }
            .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-line {
              width: 90%;
              height: auto;
              margin: 0.725vw 0 0 0.725vw;
              border-top: 2px white solid;
              float: left; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step h3 {
            font-size: 32px;
            font-size: 2.1090909091vw;
            line-height: 25px;
            line-height: 1.6477272727vw;
            margin-bottom: 0.7909090909vw;
            font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: normal;
            text-transform: none; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step p.s-duration {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 30px;
            line-height: 1.9772727273vw;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            margin-bottom: 0.9227272727vw;
            color: white; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step p.s-description {
            font-size: 16px;
            font-size: 1.0545454545vw;
            line-height: 24px;
            line-height: 1.5818181818vw;
            width: 74%;
            height: auto;
            color: white; }
  .page-template-page-2016-home-V2 section.content-staying-connect {
    background: #edf2fc;
    padding: 0 8.8977272727vw 0 8.8977272727vw; }
    .page-template-page-2016-home-V2 section.content-staying-connect .wrapper {
      padding: 3.9545454545vw 0 0 0;
      max-width: 100%; }
      .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > h2, .page-template-page-2016-home-V2 section.content-staying-connect .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > h3, .page-template-page-2016-home-V2 section.content-staying-connect
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > strong, .page-template-page-2016-home-V2 section.content-staying-connect
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > h3, .page-template-page-2016-home-V2 section.content-staying-connect
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > strong {
        text-align: center; }
      .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > p {
        width: 67%;
        height: auto;
        text-align: center;
        margin: auto; }
    .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features {
      width: 100%;
      height: auto;
      padding: 2.9659090909vw 0 0 0; }
      .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 39.8773006135%;
        position: relative; }
        .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row:last-child {
          margin-right: 0; }
        .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.left-features {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 22.6993865031%;
          width: 26.9938650307%; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.left-features:last-child {
            margin-right: 0; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature > div, .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature > p {
            text-align: right; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.left-features .sc-feature p.sc-description {
            padding: 0 0 0 2.3068181818vw; }
        .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.right-features {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 22.6993865031%;
          width: 26.9938650307%; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.right-features:last-child {
            margin-right: 0; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature > div, .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature > p {
            text-align: left; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.right-features .sc-feature p.sc-description {
            padding: 0 1.3181818182vw 0 0; }
        .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.phone-features .sc-phone {
          padding: 4.2840909091vw 1.1204545455vw;
          text-align: center; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.phone-features .sc-phone img {
            width: 100%;
            height: auto; }
        .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row .sc-feature {
          width: 100%;
          margin-top: 5.2727272727vw; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row .sc-feature .sc-logo img {
            width: 8.4363636364vw;
            height: auto; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row .sc-feature .sc-label {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 32px;
            line-height: 2.1090909091vw;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            padding-top: 1.45vw;
            margin-bottom: 0.5272727273vw;
            text-transform: uppercase;
            color: #4879d9; }
          .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row .sc-feature .sc-description {
            font-size: 16px;
            font-size: 1.0545454545vw;
            line-height: 24px;
            line-height: 1.5818181818vw;
            width: 100%;
            height: auto;
            min-height: 6.5909090909vw;
            color: #2e2e2e; }
  .page-template-page-2016-home-V2 section.content-program {
    padding: 2.9659090909vw 8.8977272727vw 4.9431818182vw 8.8977272727vw; }
    .page-template-page-2016-home-V2 section.content-program .wrapper > h2, .page-template-page-2016-home-V2 section.content-program .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3, .page-template-page-2016-home-V2 section.content-program
    .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong, .page-template-page-2016-home-V2 section.content-program
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3, .page-template-page-2016-home-V2 section.content-program
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .page-template-page-2016-home-V2 section.content-program .wrapper > p {
      text-align: center; }
    .page-template-page-2016-home-V2 section.content-program .pricings {
      padding: 0 5.4704545455vw;
      max-width: 100%;
      margin: 2.175vw auto 0; }
      .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%;
        float: none;
        display: inline-block; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks:last-child {
          margin-right: 0; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks.pricing-item-grey .pricing-top-wrap .pricing-top {
          background: #969696; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks.pricing-item-grey .pricing-content {
          background-color: #f2f2f2; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top {
          padding: 0.2636363636vw 0 0 0;
          width: auto;
          height: 3.2954545455vw;
          background: #447ad4; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top span {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 27px;
            line-height: 1.7795454545vw;
            text-transform: uppercase;
            font-weight: normal;
            color: white;
            opacity: 1; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content {
          min-height: 24.5840909091vw;
          padding: 2.1090909091vw 1.3181818182vw 0.9886363636vw;
          color: #000;
          text-align: center;
          background-color: #ecf2fb;
          position: relative; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.subtitle {
            width: 100%;
            height: auto;
            margin-bottom: 1.5159090909vw; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.subtitle .subtitle-in {
              font-size: 32px;
              font-size: 2.1090909091vw;
              line-height: 36px;
              line-height: 2.3727272727vw;
              font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
              letter-spacing: -0.01em;
              font-weight: normal;
              color: #4d4d4d; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.left {
            font-size: 15px;
            font-size: 0.9886363636vw;
            line-height: 27px;
            line-height: 1.7795454545vw;
            padding: 0 0.3954545455vw;
            text-align: left;
            margin-bottom: 0;
            color: #000; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional {
            padding: 0.7909090909vw 0;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            margin-top: 0.7909090909vw;
            min-height: 0; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional p {
              font-size: 21px;
              font-size: 1.3840909091vw;
              line-height: 36px;
              line-height: 2.3727272727vw;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              font-weight: bold;
              text-transform: uppercase;
              color: #959595;
              margin: 0;
              vertical-align: middle; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional ul {
              margin-bottom: 0.9886363636vw; }
              .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional ul > li {
                font-size: 14px;
                font-size: 0.9227272727vw;
                line-height: 18px;
                line-height: 1.1863636364vw;
                padding: 0 2.1090909091vw 0.4613636364vw 0;
                margin-left: 3.2954545455vw;
                font-weight: 300;
                text-align: left;
                list-style: disc;
                color: #969696; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .plus {
          width: 1.8454545455vw;
          height: 1.8454545455vw;
          margin: -0.9886363636vw auto 0 10%;
          position: absolute;
          z-index: 100; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .plus .plus-in {
            width: 140%;
            height: 140%;
            max-width: none;
            max-height: none;
            background: url("/content/themes/noomV2/images/plus.png") no-repeat;
            background-size: 100%;
            display: block; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap {
          padding-top: 2.6363636364vw; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom {
            padding: 0 3.625vw;
            height: 3.9545454545vw;
            position: initial; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom .button {
              font-size: 18px;
              font-size: 1.1863636364vw;
              line-height: 60px;
              line-height: 3.9545454545vw;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              border-radius: 30px;
              width: 100%;
              height: auto;
              background-color: #447AD4;
              font-family: Roboto Medium, Helvetica, Arial, sans-serif;
              text-transform: uppercase;
              margin: 0 auto;
              -webkit-transition: background-color 0.3s;
              -moz-transition: background-color 0.3s;
              transition: background-color 0.3s;
              border: none;
              color: #fff;
              font-weight: 400;
              text-align: center;
              display: block; }
  .page-template-page-2016-home-V2 section.success-story {
    padding: 0;
    background: #163a7a; }
    .page-template-page-2016-home-V2 section.success-story .success-story-slider {
      max-height: 45.9386363636vw; }
      .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li {
        padding: 5.9318181818vw 0 0 0;
        width: auto;
        height: 45.9386363636vw;
        background: #163a7a; }
        .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper {
          padding: 0;
          max-width: 60%; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper span.item-label {
            display: none; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper h2, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
          .page-careers.listings section.content .wrapper .content-text .item strong,
          .page-careers.listings section.content .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper .content-text .item strong, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
          .page-engineer.listings section.content .wrapper .content-text .item h3,
          .page-engineer.listings section.content .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
          .page-engineer.listings section.content .wrapper .content-text .item strong,
          .page-engineer.listings section.content .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper .content-text .item strong {
            font-size: 68px;
            font-size: 4.4818181818vw;
            line-height: 78px;
            line-height: 5.1409090909vw;
            letter-spacing: 0;
            width: 23.0681818182vw;
            margin-top: 3.9545454545vw;
            margin-bottom: 1.9772727273vw; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper p {
            width: 21.75vw;
            margin-bottom: 2.3068181818vw; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper a.play-video {
            font-size: 18px;
            font-size: 1.1863636364vw;
            line-height: 10px;
            line-height: 0.6590909091vw;
            -webkit-border-radius: 1.9772727273vw;
            -moz-border-radius: 1.9772727273vw;
            border-radius: 1.9772727273vw;
            width: 13.5113636364vw;
            height: 3.9545454545vw;
            padding: 1.1863636364vw 0;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            border: 2px solid #ff8a1a;
            text-align: center;
            display: block;
            color: #ff8a1a; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper a.play-video i {
              position: relative;
              top: 0.1977272727vw;
              display: inline-block;
              background-color: transparent;
              background: url("/content/themes/noomV2/images/2016/play-button.png") no-repeat;
              background-size: 1.1863636364vw;
              height: 1.1863636364vw;
              width: 1.1863636364vw;
              margin-right: 0.3295454545vw; }
        .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .bg {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          left: 0; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .bg img {
            opacity: 0.8; }
      .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-prev, .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-next, .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-next {
        opacity: 0.7; }
        .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-prev:before, .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-next:before, .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-next:before {
          font-size: 3.9545454545vw; }
      .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-prev, .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-next {
        left: 5.9318181818vw; }
      .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-next {
        right: 5.9318181818vw;
        left: inherit; }
  .page-template-page-2016-home-V2 section.content-health-solutions {
    padding: 1.9772727273vw 8.8977272727vw 0 8.8977272727vw;
    width: auto;
    height: 26.6931818182vw;
    background-color: #163a7a;
    text-align: center; }
    .page-template-page-2016-home-V2 section.content-health-solutions .wrapper {
      max-width: 100%; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper h2, .page-template-page-2016-home-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home-V2 section.content-health-solutions .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.content-health-solutions
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-home-V2 section.content-health-solutions .wrapper .content-text .item strong, .page-template-page-2016-home-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-home-V2 section.content-health-solutions .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-home-V2 section.content-health-solutions .wrapper .content-text .item strong, .page-template-page-2016-home-V2 section.content-health-solutions .wrapper p {
        color: white; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > p {
        width: 60%;
        height: auto;
        margin: 0 auto; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > a {
        width: 100%;
        height: auto;
        border-radius: 50px !important;
        margin: 2.6363636364vw auto;
        border: 1px solid white;
        max-width: 12.5227272727vw;
        min-width: 0; }

.page-template-page-2016-healthyweight-V2 .text-color-orange {
  color: #ff8a1a !important; }

.page-template-page-2016-healthyweight-V2 .text-color-blue {
  color: #447AD4 !important; }

.page-template-page-2016-healthyweight-V2 .background-color-orange {
  background: #ff8a1a !important; }

.page-template-page-2016-healthyweight-V2 .background-color-blue {
  background: #447AD4 !important; }

.page-template-page-2016-healthyweight-V2 section.masthead h3 {
  font-size: 22px;
  font-size: 1.45vw;
  line-height: 46px;
  line-height: 3.0318181818vw;
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
  max-width: 42.8409090909vw;
  text-transform: uppercase;
  font-weight: normal;
  margin: 2.9659090909vw 0 0; }

.page-template-page-2016-healthyweight-V2 section.masthead h2, .page-template-page-2016-healthyweight-V2 section.masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.masthead h3, .page-template-page-2016-healthyweight-V2 section.masthead
.page-careers.listings section.content .wrapper .content-text .item strong,
.page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.masthead strong, .page-template-page-2016-healthyweight-V2 section.masthead
.page-engineer.listings section.content .wrapper .content-text .item h3,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.masthead h3, .page-template-page-2016-healthyweight-V2 section.masthead
.page-engineer.listings section.content .wrapper .content-text .item strong,
.page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.masthead strong {
  margin-top: 0.9886363636vw; }

.page-template-page-2016-healthyweight-V2 section.content-personal-coach {
  padding: 8.5681818182vw 8.8977272727vw 11.2045454545vw 9.8863636364vw; }
  .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside {
    min-height: 32.2954545455vw; }
    .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside:last-of-type {
      width: 51%; }

.page-template-page-2016-healthyweight-V2 section.meet-coaches {
  padding: 0 8.8977272727vw 0 8.8977272727vw;
  height: auto; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper p {
    max-width: 47.4545454545vw;
    margin: 0 auto 0; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .learn-how-it-works {
    padding: 1.9772727273vw 0 1.3181818182vw; }
    .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .learn-how-it-works a {
      color: inherit;
      font-size: inherit; }
      .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .learn-how-it-works a.button {
        font-size: 15px;
        font-size: 0.9886363636vw;
        line-height: 50px;
        line-height: 3.2954545455vw;
        -webkit-border-radius: 1.6477272727vw;
        -moz-border-radius: 1.6477272727vw;
        border-radius: 1.6477272727vw;
        height: 3.2954545455vw;
        text-transform: uppercase;
        background: #447AD4;
        color: white;
        display: block;
        margin: 0 auto;
        min-width: 25%;
        width: 6.5909090909vw; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .coaches-wraper {
    margin: 1.9772727273vw auto 0;
    width: 88%; }
    .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .coaches-wraper .slick-list.draggable {
      padding: 0.3295454545vw 0.5272727273vw 0; }

.page-template-page-2016-healthyweight-V2 section.content-long-success {
  padding: 2.7681818182vw 10.6772727273vw 7.9090909091vw 10.6772727273vw; }
  .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper h2, .page-template-page-2016-healthyweight-V2 section.content-long-success .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper p {
    text-align: center; }
  .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > p {
    margin: 0 auto 2.2409090909vw;
    padding-top: 0.1977272727vw; }
  @media screen and (min-width: 768px) {
    .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical {
      padding: 0;
      width: 52.7272727273vw;
      margin: 5.0090909091vw auto 0;
      display: block; }
      .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps {
        width: 100%; }
        .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step {
          width: 100%;
          width: auto;
          height: 16.1477272727vw;
          position: relative; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step .s-visual {
            position: absolute;
            left: 25.2431818182vw; }
            .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step .s-visual .s-line {
              width: 1.45vw;
              height: 13.05vw;
              margin: 2.2409090909vw 0 0 0.725vw;
              float: none;
              border-left: 3px white solid;
              border-top: 0; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step h3 {
            margin-top: -0.4613636364vw;
            line-height: 1.9113636364vw; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step p.s-duration, .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step p.s-description {
            text-align: inherit; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step p.s-description {
            width: 100%;
            height: auto; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:nth-child(even) {
            text-align: right;
            padding-right: 30.3181818182vw; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:nth-child(odd) {
            padding-left: 30.3181818182vw; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:nth-child(4) .s-visual .s-circle {
            background: #ff8a00; }
          .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:last-child {
            width: auto;
            height: 23.0681818182vw; }
            .page-template-page-2016-healthyweight-V2 section.content-long-success .success-steps-wrapper-vertical .success-steps .s-step:last-child .s-visual .s-line {
              width: auto;
              height: 21.2886363636vw; } }

.page-template-page-2016-healthyweight-V2 section.content-users-say {
  padding: 0 8.8977272727vw 0 8.8977272727vw; }
  .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    padding: 0;
    max-width: 100%; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.content-users-say .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
    .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-users-say
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > strong {
      text-align: center;
      width: 35.5909090909vw;
      margin: 7.1181818182vw auto 4.4159090909vw; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 90%;
      width: 90%; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments:before, .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments:after {
        content: " ";
        display: table; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments:after {
        clear: both; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment {
        float: left;
        display: block;
        margin-right: 6.3291139241%;
        width: 29.1139240506%;
        margin-right: 0;
        padding: 0 2.9659090909vw 6.1295454545vw;
        width: 23.0681818182vw;
        height: auto; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment:last-child {
          margin-right: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment:first-child {
          padding-left: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment:last-child {
          padding-right: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-apostrof {
          width: 2.3068181818vw;
          height: 1.7136363636vw;
          background: url("/content/themes/noomV2/images/2016/apostraf.png") no-repeat transparent;
          background-size: 2.3068181818vw auto;
          margin: 0 auto 1.6477272727vw; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-note {
          width: auto;
          height: 8.8977272727vw;
          font-size: 18px;
          font-size: 1.1863636364vw;
          line-height: 25px;
          line-height: 1.6477272727vw;
          text-align: center;
          color: #2e2e2e;
          padding-bottom: 0;
          margin-bottom: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-avatar {
          width: 6.5909090909vw;
          height: 6.5909090909vw;
          border-radius: 50%;
          background: #d9d9d9;
          margin: 0 auto; }
          .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-avatar img {
            width: 6.5909090909vw;
            height: 6.5909090909vw; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-name {
          font-size: 18px;
          font-size: 1.1863636364vw;
          line-height: normal;
          font-family: Roboto Medium, Helvetica, Arial, sans-serif;
          text-align: center;
          text-transform: uppercase;
          padding-bottom: 0;
          padding-top: 1.3181818182vw;
          margin-bottom: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-location {
          font-size: 14px;
          font-size: 0.9227272727vw;
          line-height: 16px;
          line-height: 1.0545454545vw;
          text-align: center;
          color: #aaaaaa; }

.page-template-page-2016-healthyweight-V2 section.content-health-solutions {
  width: auto;
  height: auto;
  padding-bottom: 1.3181818182vw; }
  .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper {
    padding: 3.2954545455vw 0 1.9772727273vw 0;
    display: table;
    text-align: left; }
    .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper hr.delivery-line {
      width: 1px;
      height: 67%;
      position: absolute;
      top: 13%;
      bottom: 20%;
      left: 54%;
      display: block;
      border: none;
      background-color: white; }
    .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up {
      display: table-cell;
      vertical-align: middle;
      width: 54%;
      padding-left: 7.5795454545vw; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up h2, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .block-inside.sign-up .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .block-inside.sign-up h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
      .page-careers.listings section.content .wrapper .block-inside.sign-up .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
      .page-careers.listings section.content .wrapper .content-text .item .block-inside.sign-up strong,
      .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .block-inside.sign-up .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .content-text .item .block-inside.sign-up h3,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .block-inside.sign-up .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .content-text .item .block-inside.sign-up strong,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up strong {
        color: white;
        margin-top: 0;
        margin-bottom: 1.6477272727vw;
        padding-right: 7.5795454545vw; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up p {
        padding: 0 4.6136363636vw 0.7909090909vw 0;
        color: white; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up a {
        font-size: 15px;
        font-size: 0.9886363636vw;
        line-height: 50px;
        line-height: 3.2954545455vw;
        width: 12.1931818182vw;
        height: 3.2954545455vw;
        -webkit-border-radius: 1.6477272727vw;
        -moz-border-radius: 1.6477272727vw;
        border-radius: 1.6477272727vw;
        font-family: Roboto Medium, Helvetica, Arial, sans-serif;
        margin-right: 1.9772727273vw;
        float: left;
        outline: none;
        display: block;
        border: 1px solid;
        text-align: center;
        text-transform: uppercase;
        color: white; }
    .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program {
      padding-left: 6.5909090909vw; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program h3 {
        padding: 0 0 0 0.6590909091vw;
        font-size: 26px;
        font-size: 1.7136363636vw;
        line-height: 36px;
        line-height: 2.3727272727vw;
        font-weight: normal;
        text-transform: none;
        text-align: left;
        margin-top: 0; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program ul {
        padding: 0 4.6136363636vw 0 1.9772727273vw;
        margin-top: 2.175vw; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program ul > li {
          font-size: 15px;
          font-size: 0.9886363636vw;
          line-height: 19px;
          line-height: 1.2522727273vw;
          list-style: disc outside;
          padding-left: 0.6590909091vw;
          margin-bottom: 1.7136363636vw;
          width: 85%;
          min-height: 2.5045454545vw; }

.page-template-page-2016-healthyweight-V2 section.content-featured-in {
  background: #f2f2f2; }
  .page-template-page-2016-healthyweight-V2 section.content-featured-in .featured-in-content .featured-img-block {
    text-align: left; }
  .page-template-page-2016-healthyweight-V2 section.content-featured-in img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.5; }

.page-template-page-2016-healthyweight-V2 section .slick-slider .slick-prev,
.page-template-page-2016-healthyweight-V2 section .slick-slider .slick-next {
  width: auto;
  height: auto;
  top: 36%;
  opacity: 0.5; }
  .page-template-page-2016-healthyweight-V2 section .slick-slider .slick-prev:before,
  .page-template-page-2016-healthyweight-V2 section .slick-slider .slick-next:before {
    font-size: 50px;
    font-size: 3.2954545455vw;
    line-height: normal;
    color: #868686;
    font-family: 'icomoon'; }

.page-template-page-2016-healthyweight-V2 section .slick-slider .slick-prev {
  left: -4.6136363636vw; }
  .page-template-page-2016-healthyweight-V2 section .slick-slider .slick-prev::before {
    content: "\e609"; }

.page-template-page-2016-healthyweight-V2 section .slick-slider .slick-next {
  right: -4.6136363636vw; }
  .page-template-page-2016-healthyweight-V2 section .slick-slider .slick-next::before {
    content: "\e60a"; }

.page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 {
  font-size: 20px;
  font-size: 1.3181818182vw;
  line-height: normal;
  *zoom: 1;
  color: #2196f3;
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0; }
  .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4:before, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4:before, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4:after, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4:after {
    content: " ";
    display: table; }
  .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4:after, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4:after {
    clear: both; }
  .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4 span, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 span {
    padding: 0.6590909091vw 0.3295454545vw 0 0;
    float: left;
    display: block;
    line-height: 50px;
    line-height: 3.2954545455vw; }
    .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4 span.big-text, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 span.big-text {
      font-size: 52px;
      font-size: 3.4272727273vw;
      line-height: 62px;
      line-height: 4.0863636364vw;
      padding: 0 1.2522727273vw 0 0;
      font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }

.page-template-page-2016-business .page-business section.outcomes .inside .wrapper span, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block h3, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow button, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center .blog-linkedin-btn, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center .page-template-page-2016-business .page-business .blog-linkedin-btn, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoButtonRow button, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoButtonRow .page-template-page-2016-business .page-business button, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .page-template-page-2016-business .page-business .sg-button, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li .page-template-page-2016-business .page-business a, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article time, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article .page-template-page-2016-business .page-business time, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog .page-template-page-2016-business .page-business a, .page-template-page-2016-business .page-business .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item time, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .page-template-page-2016-business .page-business time {
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

.page-template-page-2016-business .page-business section {
  padding: 0 10.875vw !important; }
  .page-template-page-2016-business .page-business section h2, .page-template-page-2016-business .page-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item h3, .page-template-page-2016-business .page-business
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item strong, .page-template-page-2016-business .page-business
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item h3, .page-template-page-2016-business .page-business
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item strong {
    font-size: 52px;
    font-size: 3.4272727273vw;
    line-height: 62px;
    line-height: 4.0863636364vw;
    width: 100%;
    height: auto;
    color: #38383b !important;
    letter-spacing: 0 !important; }
  .page-template-page-2016-business .page-business section p {
    font-size: 22px;
    font-size: 1.45vw;
    line-height: 32px;
    line-height: 2.1090909091vw;
    width: 100%;
    height: auto;
    color: #38383b !important;
    letter-spacing: 0 !important; }
  .page-template-page-2016-business .page-business section .wrapper {
    padding: 0;
    max-width: 100%; }
  .page-template-page-2016-business .page-business section.masthead-business {
    width: auto;
    height: auto;
    min-height: 51.4090909091vw; }
    .page-template-page-2016-business .page-business section.masthead-business .bg {
      -webkit-transform: inherit;
      -moz-transform: inherit;
      -ms-transform: inherit;
      -o-transform: inherit;
      transform: inherit;
      left: 0;
      top: inherit;
      height: 51.4090909091vw;
      min-width: inherit; }
      .page-template-page-2016-business .page-business section.masthead-business .bg img {
        min-height: 51.4090909091vw; }
    .page-template-page-2016-business .page-business section.masthead-business .inside {
      width: 50%;
      height: auto;
      min-height: 51.4090909091vw; }
      .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        padding: 0 1.3181818182vw 0 0;
        top: 55%; }
        .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper p {
          margin-bottom: 2.6363636364vw; }
          .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper p br {
            display: inherit; }
        .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper a {
          color: #38383b;
          border: 2px solid;
          min-width: 32%; }
  .page-template-page-2016-business .page-business section.chronic-diseases {
    padding-top: 4.4818181818vw !important;
    min-height: 52.7272727273vw; }
    .page-template-page-2016-business .page-business section.chronic-diseases h3 {
      font-size: 20px;
      font-size: 1.3181818182vw;
      line-height: 32px;
      line-height: 2.1090909091vw;
      font-family: Roboto Medium, Helvetica, Arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0;
      color: #38383b; }
    .page-template-page-2016-business .page-business section.chronic-diseases h2, .page-template-page-2016-business .page-business section.chronic-diseases .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases h3, .page-template-page-2016-business .page-business section.chronic-diseases
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases strong, .page-template-page-2016-business .page-business section.chronic-diseases
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases h3, .page-template-page-2016-business .page-business section.chronic-diseases
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases strong {
      width: 90%;
      height: auto;
      margin: -0.1977272727vw 0 1.3840909091vw -0.1977272727vw; }
    .page-template-page-2016-business .page-business section.chronic-diseases p {
      width: 54%;
      height: auto; }
    .page-template-page-2016-business .page-business section.chronic-diseases .advantages {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed; }
      .page-template-page-2016-business .page-business section.chronic-diseases .advantages:before, .page-template-page-2016-business .page-business section.chronic-diseases .advantages:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.chronic-diseases .advantages:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.chronic-diseases .advantages:before, .page-template-page-2016-business .page-business section.chronic-diseases .advantages:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.chronic-diseases .advantages:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block {
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%;
        padding: 3.0674846626% 0; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:before, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:after {
          content: " ";
          display: table; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:after {
          clear: both; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:last-child {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-text {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 100%;
          margin-right: 0;
          margin: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-text:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-text .big-text {
            letter-spacing: -0.3295454545vw; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-bg {
          width: 86%;
          height: auto;
          float: none;
          margin-left: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-bg img {
            position: relative;
            top: 0px;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2), .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) {
          padding: 4.4818181818vw 0 3.0674846626%; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) .advantages-text .big-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) .advantages-text .big-text {
            padding: 0 0.3295454545vw 0 0;
            text-transform: none;
            letter-spacing: -0.1318181818vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) p, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) p {
            width: 100%;
            margin-bottom: 0; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) p:nth-of-type(2), .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) p:nth-of-type(2) {
              width: 85%;
              height: auto; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) .advantages-text {
          margin-right: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) .advantages-text .big-text {
            letter-spacing: 0.1977272727vw; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block p {
          font-size: 16px;
          font-size: 1.0545454545vw;
          line-height: 22px;
          line-height: 1.45vw;
          width: 65%;
          height: auto;
          margin-bottom: 1.1204545455vw; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-bg {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 31.2883435583%;
          position: relative;
          min-height: 9.8863636364vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-bg:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-bg img {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
            height: auto; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-text {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 48.4662576687%; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-text:last-child {
            margin-right: 0; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-bg, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block .advantages-text {
          float: right;
          margin: 0 7% 0 6%; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 48.4662576687%;
          padding: 1.6477272727vw 0 0 2.6363636364vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text {
            width: 39%;
            height: auto;
            float: left; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text h4 {
              margin: 0 0 0 -0.3295454545vw; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text p {
              width: 100%;
              padding-right: 0.6590909091vw; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text .big-text {
              min-width: 2.9659090909vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-bg {
            width: 50%;
            height: auto;
            float: left;
            padding-top: 0.725vw;
            min-height: 9.2272727273vw; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-bg img {
              position: initial;
              top: 0px;
              -webkit-transform: initial;
              -moz-transform: initial;
              -ms-transform: initial;
              -o-transform: initial;
              transform: initial; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2), .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) {
            margin-right: 0; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-text {
              margin: 0 0 0 6%; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-bg, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg {
              margin-left: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-bg {
            margin: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-text h4, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-text h4 {
            margin-top: 0.2636363636vw; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-text h4 .big-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-text h4 .big-text {
              letter-spacing: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-bg, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg {
            padding: 0; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-bg img, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg img {
              width: 10.0181818182vw; }
  .page-template-page-2016-business .page-business section.coaching {
    padding-top: 3.4272727273vw !important;
    min-height: 58vw;
    background: #f2f9ff; }
    .page-template-page-2016-business .page-business section.coaching .wrapper h2, .page-template-page-2016-business .page-business section.coaching .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.coaching
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.coaching
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.coaching
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.coaching .wrapper p {
      text-align: center; }
    .page-template-page-2016-business .page-business section.coaching .wrapper p {
      width: 63%;
      margin: 0 auto; }
      .page-template-page-2016-business .page-business section.coaching .wrapper p br {
        display: inherit; }
    .page-template-page-2016-business .page-business section.coaching .coaching-blocks {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed;
      margin-top: 8.2386363636vw; }
      .page-template-page-2016-business .page-business section.coaching .coaching-blocks:before, .page-template-page-2016-business .page-business section.coaching .coaching-blocks:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.coaching .coaching-blocks:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.coaching .coaching-blocks:before, .page-template-page-2016-business .page-business section.coaching .coaching-blocks:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.coaching .coaching-blocks:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%;
        width: 30%;
        height: auto;
        padding: 0;
        margin-right: 5%; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:last-child {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block > h3 {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 30px;
          line-height: 1.9772727273vw;
          font-family: Roboto Medium, Helvetica, Arial, sans-serif;
          font-weight: normal;
          text-transform: uppercase;
          letter-spacing: 0;
          color: #2196f3;
          margin: 2.1090909091vw 0 0.3295454545vw 0; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block > p {
          font-size: 16px;
          font-size: 1.0545454545vw;
          line-height: 22px;
          line-height: 1.45vw; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block .coaching-bg {
          width: 100%;
          height: 7.7772727273vw; }
          .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block .coaching-bg img {
            width: auto;
            height: 100%;
            margin: 0 auto;
            display: block; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(1) {
          padding: 0 1.1204545455vw 0 0px; }
          .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(1) .coaching-bg {
            padding-right: 2.6363636364vw; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(2) {
          padding: 0 0 0 0.4613636364vw; }
          .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(2) .coaching-bg {
            padding-right: 0.6590909091vw; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(3) {
          padding: 0 0px 0 1.1204545455vw; }
          .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(3) .coaching-bg {
            padding-right: 1.7795454545vw; }
  .page-template-page-2016-business .page-business section.block-image {
    padding: 0 !important;
    line-height: 0;
    height: 30.6477272727vw;
    position: relative;
    overflow: hidden; }
    .page-template-page-2016-business .page-business section.block-image img {
      width: 110%;
      height: auto;
      position: absolute;
      bottom: -10%;
      right: 0; }
  .page-template-page-2016-business .page-business section.request-more {
    padding-top: 5.6022727273vw !important;
    padding-bottom: 9.2272727273vw !important;
    min-height: 37.5681818182vw; }
    .page-template-page-2016-business .page-business section.request-more .wrapper h2, .page-template-page-2016-business .page-business section.request-more .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.request-more
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.request-more
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.request-more
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item strong {
      width: 90%;
      height: auto;
      text-align: center;
      margin: 3.9545454545vw auto 3.2954545455vw;
      letter-spacing: -0.01em !important; }
    .page-template-page-2016-business .page-business section.request-more .wrapper a.button {
      width: 13.4454545455vw;
      height: auto;
      background: #2196f3;
      min-width: 20.0363636364vw;
      margin: 0 auto;
      display: block; }
  .page-template-page-2016-business .page-business section.different-plans {
    background: #086cbd;
    padding-top: 5.6022727273vw !important;
    padding-right: 7.9090909091vw !important;
    min-height: 39.5454545455vw; }
    .page-template-page-2016-business .page-business section.different-plans .inside {
      width: 50%;
      height: auto; }
      .page-template-page-2016-business .page-business section.different-plans .inside .wrapper {
        position: relative;
        top: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .page-template-page-2016-business .page-business section.different-plans .inside .wrapper h2, .page-template-page-2016-business .page-business section.different-plans .inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.different-plans .inside .wrapper p {
          color: white !important; }
        .page-template-page-2016-business .page-business section.different-plans .inside .wrapper h2, .page-template-page-2016-business .page-business section.different-plans .inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item strong {
          font-size: 52px;
          font-size: 3.4272727273vw;
          line-height: 58px;
          line-height: 3.8227272727vw;
          margin-top: 0; }
        .page-template-page-2016-business .page-business section.different-plans .inside .wrapper p {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 30px;
          line-height: 1.9772727273vw;
          width: 82%;
          height: auto; }
      .page-template-page-2016-business .page-business section.different-plans .inside ul > li {
        font-size: 26px;
        font-size: 1.7136363636vw;
        line-height: 30px;
        line-height: 1.9772727273vw;
        padding: 0.4613636364vw 0 2.7022727273vw;
        letter-spacing: 0.02em; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:before {
          width: 0.8568181818vw;
          height: 0.8568181818vw;
          -webkit-border-radius: 0.5272727273vw;
          -moz-border-radius: 0.5272727273vw;
          border-radius: 0.5272727273vw;
          background: white;
          content: " ";
          display: block;
          float: left;
          margin: 0.5272727273vw 0.9227272727vw 2.1090909091vw 0; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:nth-child(1n):before {
          background: #ffca27; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:nth-child(2n):before {
          background: #80c784; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:nth-child(3n):before {
          background: #30c0c4; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:nth-child(4n):before {
          background: #ff7985; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:nth-child(5n):before {
          background: #bb81fd; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul > li:nth-child(6n):before {
          background: #ff8a19; }
  .page-template-page-2016-business .page-business section.outcomes {
    background: #f2f9ff;
    padding-top: 7.975vw !important; }
    .page-template-page-2016-business .page-business section.outcomes .outcomes-part {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed;
      padding: 0 0 2.5045454545vw 0; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-part:before, .page-template-page-2016-business .page-business section.outcomes .outcomes-part:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-part:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-part:before, .page-template-page-2016-business .page-business section.outcomes .outcomes-part:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-part:after {
        clear: both; }
    .page-template-page-2016-business .page-business section.outcomes .inside {
      position: relative;
      width: 50%;
      height: auto; }
      .page-template-page-2016-business .page-business section.outcomes .inside:last-of-type {
        padding: 0 0 0 1.45vw;
        min-height: 29.2636363636vw; }
      .page-template-page-2016-business .page-business section.outcomes .inside .wrapper {
        padding: 0 0 0vw 0; }
        .page-template-page-2016-business .page-business section.outcomes .inside .wrapper span {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 32px;
          line-height: 2.1090909091vw;
          color: #38383b; }
        .page-template-page-2016-business .page-business section.outcomes .inside .wrapper h2, .page-template-page-2016-business .page-business section.outcomes .inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.outcomes .inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.outcomes .inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.outcomes .inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item strong {
          width: 100%;
          height: auto;
          margin: 0.3295454545vw 0 1.2522727273vw; }
        .page-template-page-2016-business .page-business section.outcomes .inside .wrapper p {
          width: 75%;
          height: auto; }
      .page-template-page-2016-business .page-business section.outcomes .inside .outcomes-img {
        width: 29.5931818182vw;
        height: 23.3977272727vw;
        margin-left: 0.3295454545vw; }
        .page-template-page-2016-business .page-business section.outcomes .inside .outcomes-img img {
          position: relative;
          width: 100%;
          height: auto; }
      .page-template-page-2016-business .page-business section.outcomes .inside .correspondence {
        font-size: 11px;
        font-size: 0.725vw;
        line-height: 32px;
        line-height: 2.1090909091vw;
        position: absolute;
        bottom: 0px; }
    .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed;
      margin: 6.5909090909vw 0 7.5795454545vw; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks:before, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks:before, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block {
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 22.6993865031%;
        padding: 0; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:before, .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:after {
          content: " ";
          display: table; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:after {
          clear: both; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:last-child {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:first-of-type {
          margin-left: 14.85%; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:last-of-type h4 span.big-text {
          letter-spacing: -0.08em;
          margin-left: -0.3954545455vw; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 48.4662576687%;
          position: relative; }
          .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 span {
            line-height: 23px;
            line-height: 1.5159090909vw; }
            .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 span.big-text {
              font-size: 52px;
              font-size: 3.4272727273vw;
              line-height: 45px;
              line-height: 2.9659090909vw;
              text-transform: none;
              padding-top: 0.7909090909vw; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block .outcomes-bg {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 48.4662576687%;
          position: relative;
          width: 7.8431818182vw;
          height: auto;
          margin-right: 5%; }
          .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block .outcomes-bg:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block .outcomes-bg img {
            width: 100%;
            height: auto; }
  .page-template-page-2016-business .page-business section.quote-block {
    background: #fafdff;
    padding-top: 7.0522727273vw !important;
    padding-bottom: 6.2613636364vw !important;
    min-height: 42.5113636364vw; }
    .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-icon {
      width: 2.3068181818vw;
      height: 1.7136363636vw;
      display: block;
      margin: 0 auto;
      background: url(/content/themes/noomV2/images/2016/business/apostraf.png);
      background-size: 100%; }
    .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-text {
      font-size: 18px;
      font-size: 1.1863636364vw;
      line-height: 28px;
      line-height: 1.8454545455vw;
      margin: 2.175vw auto 3.5590909091vw;
      text-align: center;
      width: 58%; }
    .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-avatar {
      width: 7.9090909091vw;
      height: auto;
      display: block;
      margin: 0 auto; }
    .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-user-name {
      font-size: 18px;
      font-size: 1.1863636364vw;
      line-height: normal;
      width: 24%;
      height: auto;
      font-family: Roboto Medium, Helvetica, Arial, sans-serif;
      margin: 0.9227272727vw auto 0.4613636364vw;
      text-align: center; }
    .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-user-profession {
      font-size: 14px;
      font-size: 0.9227272727vw;
      line-height: 16px;
      line-height: 1.0545454545vw;
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      color: #aaaaaa !important;
      text-align: center;
      margin-bottom: 0; }
  .page-template-page-2016-business .page-business section.partnering {
    padding-top: 4.35vw !important;
    padding-bottom: 6.5909090909vw !important;
    min-height: 52.7272727273vw; }
    .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper h2, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper p {
      text-align: center; }
    .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper h2, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item strong {
      margin-bottom: 21px; }
    .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper p {
      margin: 0 auto;
      width: 55%; }
    .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks {
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed;
      margin-top: 3.4931818182vw;
      padding-bottom: 3.2954545455vw;
      border-bottom: 1px solid #e1e1e1; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:before, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:before, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%;
        padding: 0; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block:last-child {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block h3 {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 30px;
          line-height: 1.9772727273vw;
          color: #2196f3;
          margin-bottom: 0.3295454545vw; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block p {
          font-size: 16px;
          font-size: 1.0545454545vw;
          line-height: 22px;
          line-height: 1.45vw;
          margin-bottom: 0; }
    .page-template-page-2016-business .page-business section.partnering .partnering-items {
      padding: 4.9431818182vw 0 2.4386363636vw;
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed; }
      .page-template-page-2016-business .page-business section.partnering .partnering-items:before, .page-template-page-2016-business .page-business section.partnering .partnering-items:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.partnering .partnering-items:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.partnering .partnering-items:before, .page-template-page-2016-business .page-business section.partnering .partnering-items:after {
        content: " ";
        display: table; }
      .page-template-page-2016-business .page-business section.partnering .partnering-items:after {
        clear: both; }
      .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 14.1104294479%;
        position: relative;
        padding: 0;
        margin-bottom: 2.3068181818vw;
        height: 4.2840909091vw; }
        .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item:last-child {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item:nth-of-type(6n) {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          height: auto; }
    .page-template-page-2016-business .page-business section.partnering .partnering-join a.button {
      width: 19.7727272727vw;
      height: auto;
      background: #2196f3;
      margin: 0 auto;
      display: block;
      min-width: 19%; }
  .page-template-page-2016-business .page-business section.contacts {
    background: #086cbd;
    padding-top: 3.5590909091vw !important;
    padding-bottom: 4.6136363636vw !important;
    min-height: 26.3636363636vw; }
    .page-template-page-2016-business .page-business section.contacts .wrapper h2, .page-template-page-2016-business .page-business section.contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.contacts
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.contacts
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.contacts
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.contacts .wrapper p {
      color: white !important; }
    .page-template-page-2016-business .page-business section.contacts .wrapper h2, .page-template-page-2016-business .page-business section.contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.contacts
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.contacts
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.contacts
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item strong {
      font-size: 52px;
      font-size: 3.4272727273vw;
      line-height: 58px;
      line-height: 3.8227272727vw;
      width: 82%;
      margin-bottom: 1.7795454545vw; }
    .page-template-page-2016-business .page-business section.contacts .wrapper p {
      padding-right: 2.6363636364vw; }
    .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item {
      width: 47%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item:last-of-type {
        width: 53%; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm {
        padding: 4.2181818182vw 0 2.6363636364vw 0.9886363636vw;
        width: 100% !important; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow {
          *zoom: 1;
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          *zoom: 1;
          display: table;
          width: 100%;
          table-layout: fixed;
          padding: 0; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow:before, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow:after {
            content: " ";
            display: table; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow:after {
            clear: both; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow:before, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow:after {
            content: " ";
            display: table; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow:after {
            clear: both; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol {
            float: left;
            display: block;
            margin-right: 3.0674846626%;
            width: 48.4662576687%;
            padding: 0; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol:last-child {
              margin-right: 0; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol:nth-of-type(2) {
              margin-right: 0; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol:nth-of-type(2) .mktoFieldWrap {
                margin-right: 0;
                margin-left: 0.3295454545vw; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol.full_size {
              width: 100%;
              height: auto;
              margin-right: 0; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol.full_size .mktoFieldWrap {
                margin-right: 0;
                background-position-x: 97%; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
              padding: 0.2636363636vw 1.6477272727vw 0.2636363636vw 0.5272727273vw;
              background: #fff url("/content/themes/noomV2/images/require_blue_v2.png") no-repeat;
              background-position: 95% center;
              background-size: 0.7909090909vw;
              float: none;
              margin: 0 0.3295454545vw 1.5159090909vw 0;
              border: none;
              border-radius: initial; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
                font-size: 15px;
                font-size: 0.9886363636vw;
                line-height: 38px;
                line-height: 2.5045454545vw;
                font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                width: 98% !important;
                color: #7d7d7d;
                padding-left: 0.8568181818vw; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input ::-webkit-input-placeholder, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea ::-webkit-input-placeholder {
                  color: #7d7d7d; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input :-moz-placeholder, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea :-moz-placeholder {
                  color: #7d7d7d; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input ::-moz-placeholder, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea ::-moz-placeholder {
                  color: #7d7d7d; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input :-ms-input-placeholder, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea :-ms-input-placeholder {
                  color: #7d7d7d; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-moz-placeholder {
                  color: #7d7d7d !important; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea:-moz-placeholder {
                  color: #7d7d7d !important; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
                right: inherit !important;
                bottom: -0.6590909091vw !important;
                left: 0.3295454545vw !important; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default {
                width: 100% !important; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single {
                  padding: 0.1977272727vw 0 0.1977272727vw 1.3840909091vw;
                  width: auto;
                  height: 2.9vw;
                  font-size: 1.2em;
                  position: relative;
                  border: 0 none;
                  outline: 0; }
                  .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
                    font-size: 15px;
                    font-size: 0.9886363636vw;
                    line-height: 38px;
                    line-height: 2.5045454545vw;
                    font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                    padding-left: 0;
                    color: #737373; }
                  .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__arrow {
                    width: 2.9659090909vw;
                    height: 1.7795454545vw;
                    position: absolute;
                    top: 0.1977272727vw;
                    right: 0px;
                    padding: 0;
                    color: #fff;
                    font-size: 1.3em; }
                    .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__arrow .fa-sort-desc {
                      font-size: 26px;
                      font-size: 1.7136363636vw;
                      line-height: normal;
                      position: absolute;
                      top: 0.0659090909vw;
                      color: #086cbd; }
                    .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__arrow .required {
                      width: 1.3181818182vw;
                      height: 1.3181818182vw;
                      background: #fff url("/content/themes/noomV2/images/require_blue_v2.png") no-repeat;
                      background-size: 0.7909090909vw;
                      float: left;
                      display: inline-block;
                      margin-right: 0px;
                      margin-top: 0.9227272727vw; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow {
          margin-top: 2.4386363636vw; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow button {
            font-size: 15px;
            font-size: 0.9886363636vw;
            line-height: normal;
            padding: 0;
            width: 11.7318181818vw;
            height: 3.2954545455vw;
            -webkit-border-radius: 1.6477272727vw;
            -moz-border-radius: 1.6477272727vw;
            border-radius: 1.6477272727vw;
            margin-top: 0;
            background: none;
            border: 2px solid;
            letter-spacing: 0.02em; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
            border: 2px solid; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-errors {
        padding: 0 8px; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-has-errors {
        padding: 0;
        margin-bottom: 20px; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-has-errors .sg-errors {
          padding: 0; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-instructions {
        color: white; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-errors {
        padding: 0; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .half-size {
        max-width: inherit; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .full-size {
        max-width: inherit; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text {
        background: #fff url(/content/themes/noom/images/require-blue.png) no-repeat;
        background-position: right 10px center;
        background-size: 0.7909090909vw; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea {
        background: #fff url(/content/themes/noom/images/require-blue.png) no-repeat;
        background-position: right 10px center;
        background-size: 0.7909090909vw;
        padding-right: 2em; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button {
        border: 2px solid;
        background: transparent; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button:hover {
          border: 2px solid; }

.page-template-page-2016-business .page-business section.outcomes .inside .wrapper span, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block h3, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow button, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center .blog-linkedin-btn, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoButtonRow button, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article time, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item time {
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal; }

.noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center .blog-linkedin-btn, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoButtonRow button, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
  font-size: 11px;
  font-size: 0.725vw;
  line-height: 38px;
  line-height: 2.5045454545vw;
  width: 8.0409090909vw;
  height: 2.5045454545vw;
  -webkit-border-radius: 1.3181818182vw;
  -moz-border-radius: 1.3181818182vw;
  border-radius: 1.3181818182vw;
  background: #2196f3;
  color: white !important;
  text-align: center; }

.noom2016 .page-blog.page-blog-2016 {
  padding: 0; }
  .noom2016 .page-blog.page-blog-2016 a {
    outline: none !important; }
  .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider {
    width: 100%;
    height: 37.2386363636vw; }
    .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex {
      width: 100%;
      height: 37.2386363636vw; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport,
      .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides {
        width: 100%;
        height: 37.2386363636vw; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .ms-image,
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .ms-image {
          width: 100%;
          height: 37.2386363636vw; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .caption-wrap,
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .caption-wrap {
          font-size: 52px;
          font-size: 3.4272727273vw;
          line-height: 62px;
          line-height: 4.0863636364vw;
          width: 68%;
          height: auto;
          font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding-left: 10.875vw;
          text-align: left; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .button,
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .button {
          width: 11.8636363636vw;
          height: 3.2954545455vw;
          font-size: 15px;
          font-size: 0.9886363636vw;
          line-height: 50px;
          line-height: 3.2954545455vw;
          -webkit-border-radius: 1.6477272727vw;
          -moz-border-radius: 1.6477272727vw;
          border-radius: 1.6477272727vw;
          position: absolute;
          top: 66%;
          font-family: Roboto Medium, Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          color: white !important;
          text-align: center;
          opacity: 1;
          background: none;
          border: 2px solid white;
          margin-left: 10.875vw;
          cursor: pointer;
          z-index: 4; }
          .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .button:before,
          .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .button:before {
            display: none;
            content: none; }
  .noom2016 .page-blog.page-blog-2016 .page-blog-nav {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper {
      width: auto;
      height: 7.6454545455vw;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      margin: 0 8.8977272727vw 0 10.875vw;
      max-width: none;
      text-align: left;
      line-height: 0;
      border-bottom: 1px solid #e1e1e1; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper:after {
        content: " ";
        display: table; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper:after {
        clear: both; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul {
        padding: 0;
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        *zoom: 1;
        display: table;
        width: 100%;
        table-layout: fixed;
        width: 100%;
        height: 100%; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul:after {
          content: " ";
          display: table; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul:after {
          clear: both; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul:after {
          content: " ";
          display: table; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul:after {
          clear: both; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li {
          width: 10.7431818182vw;
          height: 8.1068181818vw;
          position: relative;
          display: block;
          float: left;
          margin: 0;
          display: inline-block; }
          .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li:first-of-type {
            margin-left: 0; }
          .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a {
            font-size: 17px;
            font-size: 1.1204545455vw;
            line-height: normal;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            outline: none;
            color: #2196f3; }
            .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a:before {
              width: 1.3840909091vw;
              height: 1.3840909091vw;
              content: ' ';
              display: block;
              float: left; }
            .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a span {
              margin-left: 0.4613636364vw; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(1) a:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2017 li:nth-of-type(1) a:before {
        background: url("/content/themes/noomV2/images/2016/blog/eye-icon-blue.png") no-repeat scroll 0 center/100% auto; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(2) a:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2017 li:nth-of-type(2) a:before {
        background: url("/content/themes/noomV2/images/2016/blog/blog-icon-blue.png") no-repeat scroll 0 center/100% auto; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(3), .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2017 li:nth-of-type(3) {
        margin-right: 3.2954545455vw; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(3) a:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2017 li:nth-of-type(3) a:before {
          background: url("/content/themes/noomV2/images/2016/blog/healthcare-icon-blue.png") no-repeat scroll 0 center/100% auto; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(4) a:before, .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2017 li:nth-of-type(4) a:before {
        background: url("/content/themes/noomV2/images/2016/blog/press-icon-blue.png") no-repeat scroll 0 center/100% auto; }
    .noom2016 .page-blog.page-blog-2016 .page-blog-nav form {
      width: auto;
      height: 2.9vw;
      bottom: 1.7795454545vw;
      right: 0; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav form input {
        padding: 0 3.2954545455vw 0 1.1204545455vw;
        font-size: 15px;
        font-size: 0.9886363636vw;
        line-height: normal;
        width: 13.1818181818vw;
        height: 100%;
        font-family: Roboto Regular, Helvetica, Arial, sans-serif;
        border: 1px solid #acacac;
        margin-top: 0; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav form input ::-webkit-input-placeholder {
          color: transparent;
          display: none; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav form input :-moz-placeholder {
          color: transparent;
          display: none; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav form input ::-moz-placeholder {
          color: transparent;
          display: none; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav form input :-ms-input-placeholder {
          color: transparent;
          display: none; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav form:after {
        width: 2.7681818182vw;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        top: 0 !important;
        font-size: 21px !important;
        font-size: 1.3840909091vw !important;
        line-height: 44px !important;
        line-height: 2.9vw !important;
        color: white !important;
        background: #2196f3;
        border: 1px solid #2196f3;
        text-align: center;
        font-weight: bold !important; }
  .noom2016 .page-blog.page-blog-2016 .content {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    *zoom: 1;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 8.8977272727vw 0 10.875vw;
    margin-top: 5.3386363636vw; }
    .noom2016 .page-blog.page-blog-2016 .content:before, .noom2016 .page-blog.page-blog-2016 .content:after {
      content: " ";
      display: table; }
    .noom2016 .page-blog.page-blog-2016 .content:after {
      clear: both; }
    .noom2016 .page-blog.page-blog-2016 .content:before, .noom2016 .page-blog.page-blog-2016 .content:after {
      content: " ";
      display: table; }
    .noom2016 .page-blog.page-blog-2016 .content:after {
      clear: both; }
    .noom2016 .page-blog.page-blog-2016 .content .content-center {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 65.6441717791%;
      padding: 0;
      margin-left: 0; }
      .noom2016 .page-blog.page-blog-2016 .content .content-center:last-child {
        margin-right: 0; }
      .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper {
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        *zoom: 1;
        display: table;
        width: 100%;
        table-layout: fixed;
        padding: 0 0.3295454545vw; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper:before, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper:after {
          content: " ";
          display: table; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper:after {
          clear: both; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper:before, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper:after {
          content: " ";
          display: table; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper:after {
          clear: both; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 31.2883435583%;
          padding: 0;
          -webkit-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.13);
          -moz-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.13);
          box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.13);
          -webkit-border-radius: 0.3954545455vw;
          -moz-border-radius: 0.3954545455vw;
          border-radius: 0.3954545455vw;
          margin-bottom: 1.8454545455vw; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section:last-child {
            margin-right: 0; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section:nth-of-type(3n) {
            margin-right: 0; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section .blog-article_bg {
            -webkit-border-radius: 0.3954545455vw 0.3954545455vw 0 0;
            -moz-border-radius: 0.3954545455vw 0.3954545455vw 0 0;
            border-radius: 0.3954545455vw 0.3954545455vw 0 0;
            width: 100%;
            height: 6.9204545455vw;
            background: #447ad4 url("images/logo-white.png") center center no-repeat; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section .blog-article_bg.has-image {
              background-position-y: inherit; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article {
            padding: 0 1.1204545455vw;
            width: auto;
            height: 13.1818181818vw; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article time {
              font-size: 12px;
              font-size: 0.7909090909vw;
              line-height: 17px;
              line-height: 1.1204545455vw;
              padding: 0;
              color: #737272;
              margin-top: 1.2522727273vw; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h1, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h2, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016
            .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong,
            .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016
            .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong,
            .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong {
              font-size: 20px;
              font-size: 1.3181818182vw;
              line-height: 25px;
              line-height: 1.6477272727vw;
              color: #444;
              margin: 0.9886363636vw 0 0;
              max-height: 6.5909090909vw;
              display: block;
              text-overflow: ellipsis;
              overflow: hidden; }
              .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h1 a, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h2 a, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a, .noom2016 .page-blog.page-blog-2016
              .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a,
              .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a, .noom2016 .page-blog.page-blog-2016
              .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a,
              .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a {
                max-height: 6.5909090909vw;
                display: block;
                text-overflow: ellipsis;
                overflow: hidden; }
                .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h1 a:hover, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h2 a:hover, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a:hover, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a:hover, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a:hover, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a:hover, .noom2016 .page-blog.page-blog-2016
                .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a:hover,
                .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a:hover, .noom2016 .page-blog.page-blog-2016
                .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a:hover,
                .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a:hover, .noom2016 .page-blog.page-blog-2016
                .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a:hover,
                .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a:hover, .noom2016 .page-blog.page-blog-2016
                .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a:hover,
                .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a:hover, .noom2016 .page-blog.page-blog-2016
                .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a:hover,
                .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a:hover, .noom2016 .page-blog.page-blog-2016
                .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a:hover,
                .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a:hover {
                  -webkit-transition: color 0.3s ease;
                  -moz-transition: color 0.3s ease;
                  transition: color 0.3s ease;
                  color: #2196f3; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article a.blog-article_more {
              font-size: 12px;
              font-size: 0.7909090909vw;
              line-height: 17px;
              line-height: 1.1204545455vw;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              color: #2196f3;
              bottom: 1.3181818182vw;
              right: inherit; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article span.blog-article_icon {
              width: 1.3181818182vw;
              height: 1.3181818182vw;
              position: absolute;
              right: 1.1204545455vw;
              bottom: 1.3181818182vw;
              display: block; }
              .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article span.blog-article_icon.blog-icon {
                background: url("/content/themes/noomV2/images/2016/blog/blog-icon.png") no-repeat scroll 0 0/100% auto; }
              .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article span.blog-article_icon.press-icon {
                background: url("/content/themes/noomV2/images/2016/blog/press-icon.png") no-repeat scroll 0 0/100% auto; }
              .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article span.blog-article_icon.healthcare-icon {
                background: url("/content/themes/noomV2/images/2016/blog/healthcare-icon.png") no-repeat scroll 0 0/100% auto; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog {
          padding: 2.4386363636vw 0 0;
          clear: both; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a {
            font-size: 15px;
            font-size: 0.9886363636vw;
            line-height: 25px;
            line-height: 1.6477272727vw;
            width: 1.6477272727vw;
            height: 1.6477272727vw;
            background: none;
            outline: none;
            color: #444; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a:hover {
              -webkit-transition: background-color 0.3s ease;
              -moz-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease;
              background-color: #90caf9; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a.active {
              background-color: #90caf9;
              color: white; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i {
            font-size: 13px;
            font-size: 0.8568181818vw;
            line-height: 25px;
            line-height: 1.6477272727vw;
            width: auto;
            height: 1.6477272727vw;
            margin-top: -0.1318181818vw; }
    .noom2016 .page-blog.page-blog-2016 .content aside {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 31.2883435583%;
      padding: 0 0 5.2727272727vw 0.4613636364vw; }
      .noom2016 .page-blog.page-blog-2016 .content aside:last-child {
        margin-right: 0; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-box {
        margin-bottom: 2.7681818182vw;
        border-bottom: 1px solid #dfdfdf; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box:last-of-type, .noom2016 .page-blog.page-blog-2016 .content aside .side-box.last-side-box {
          border-bottom: none; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          margin-bottom: 3.2954545455vw;
          padding: 0; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in {
            padding: 2.1090909091vw 0.6590909091vw 1.3840909091vw 1.45vw;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background-color: #FFEEE5; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center img {
              width: 6.5909090909vw;
              height: 1.3181818182vw;
              margin: 0 0 0.725vw 0.0659090909vw; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center p {
              font-size: 15px;
              font-size: 0.9886363636vw;
              line-height: 21px;
              line-height: 1.3840909091vw;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              color: #444;
              letter-spacing: -0.015em;
              margin-bottom: 1.3181818182vw; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .blog-linkedin .blog-linkedin-in .blog-linkedin-center .blog-linkedin-btn {
              padding: 0; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter {
          padding: 0;
          min-height: 14.1704545455vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .newsletter-title {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 26px;
            line-height: 1.7136363636vw;
            width: 80%;
            height: auto;
            padding: 0 0 1.1204545455vw;
            color: #444; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoFormRow {
            margin-bottom: 1.3181818182vw; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoFormRow .mktoFormCol input {
              font-size: 15px;
              font-size: 0.9886363636vw;
              line-height: normal;
              -webkit-border-radius: initial;
              -moz-border-radius: initial;
              border-radius: initial;
              padding: 0 0.9886363636vw;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              color: #444;
              font-style: normal;
              border-color: #acacac;
              margin-bottom: 0;
              height: 2.9659090909vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body {
            background-color: inherit;
            padding-bottom: 0; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form {
              width: 100%; }
              .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-header {
                display: none; }
              .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content {
                padding: 0; }
                .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
                  margin-bottom: 1.3181818182vw; }
                  .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question {
                    margin: 0;
                    border: none; }
                    .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-title {
                      display: none; }
                    .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options {
                      padding: 0; }
                      .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input {
                        font-size: 15px;
                        font-size: 0.9886363636vw;
                        line-height: normal;
                        -webkit-border-radius: initial;
                        -moz-border-radius: initial;
                        border-radius: initial;
                        padding: 0 0.9886363636vw;
                        width: 100%;
                        height: 2.9659090909vw;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                        color: #444;
                        font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                        border: 1px solid #cacaca;
                        display: block;
                        width: 100% !important;
                        font-style: normal;
                        margin-bottom: 0; }
                .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar {
                  text-align: left; }
                  .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
                    font-size: 11px;
                    font-size: 0.725vw;
                    line-height: normal;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    margin: 0; }
                    .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button:focus {
                      border: none; }
                .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-progress-bar {
                  display: none; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts,
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook,
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_instagram,
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_twitter {
          padding-bottom: 2.6363636364vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts h3,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook h3,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_instagram h3,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_twitter h3 {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 16px;
            line-height: 1.0545454545vw;
            padding: 0;
            border-bottom: none; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts p.sidebar-blocktitle,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook p.sidebar-blocktitle,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_instagram p.sidebar-blocktitle,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_twitter p.sidebar-blocktitle {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 26px;
            line-height: 1.7136363636vw;
            padding: 0 0 1.1204545455vw;
            margin: 0;
            border-bottom: none;
            color: #444; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li a {
          font-size: 15px;
          font-size: 0.9886363636vw;
          line-height: 25px;
          line-height: 1.6477272727vw;
          font-family: Roboto Regular, Helvetica, Arial, sans-serif;
          color: #7d7d7d;
          font-weight: normal; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li a:hover {
            color: #2196f3 !important; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li a:after {
            font-size: 16px;
            font-size: 1.0545454545vw;
            line-height: normal;
            content: "\e60a";
            font-weight: bold; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook blockquote {
          color: white; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive h3 {
        font-size: 20px;
        font-size: 1.3181818182vw;
        line-height: 16px;
        line-height: 1.0545454545vw;
        padding: 0;
        border-bottom: none;
        margin-bottom: 1.5159090909vw; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive h4 {
        font-size: 12px;
        font-size: 0.7909090909vw;
        line-height: 17px;
        line-height: 1.1204545455vw;
        font-family: Roboto Medium, Helvetica, Arial, sans-serif;
        color: #737272;
        font-weight: normal;
        margin: 0 0 0.1318181818vw; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list {
        *zoom: 1;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        *zoom: 1;
        display: table;
        width: 100%;
        table-layout: fixed;
        line-height: 0;
        margin-bottom: 1.1863636364vw; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list:before, .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list:after {
          content: " ";
          display: table; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list:after {
          clear: both; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list:before, .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list:after {
          content: " ";
          display: table; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list:after {
          clear: both; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 5.5214723926%;
          padding: 0;
          display: inline-block; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li:last-child {
            margin-right: 0; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li a {
            font-size: 12px;
            font-size: 0.7909090909vw;
            line-height: 17px;
            line-height: 1.1204545455vw;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            color: #737272;
            font-weight: normal;
            outline: none;
            cursor: default; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li a:after {
              display: none; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li a:hover {
              color: #737272 !important; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li a.active {
              color: #2196f3;
              cursor: pointer; }
              .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li a.active:hover {
                color: #2196f3 !important; }

.noom2016 .page-blog.page-blog-2016.page-blog-article #disqus_thread a {
  color: #2196f3; }

.noom2016 .page-blog.page-blog-2016.page-blog-article .page-blog-nav .page-blog-nav-wrapper {
  width: auto;
  height: 6.4590909091vw; }
  .noom2016 .page-blog.page-blog-2016.page-blog-article .page-blog-nav .page-blog-nav-wrapper ul li {
    width: 9.2272727273vw;
    height: 6.4590909091vw; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .page-blog-nav .page-blog-nav-wrapper ul li:nth-of-type(1) {
      width: 10.7431818182vw; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .page-blog-nav .page-blog-nav-wrapper ul li:nth-of-type(3) {
      width: 10.7431818182vw; }

.noom2016 .page-blog.page-blog-2016.page-blog-article .content {
  margin-top: 2.5045454545vw; }
  .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper {
    padding: 0; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs {
      margin-bottom: 1.3181818182vw; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs:after {
        content: initial;
        display: none; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li {
        font-size: 20px;
        font-size: 1.3181818182vw;
        line-height: 25px;
        line-height: 1.6477272727vw;
        font-family: inherit; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li:first-child:before {
          content: inherit;
          display: none; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li:first-child a {
          color: #2196f3; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li:before {
          content: "|";
          color: #a8a8a8; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li a {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 25px;
          line-height: 1.6477272727vw;
          width: auto;
          height: 1.6477272727vw;
          letter-spacing: 0;
          color: #444; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 100%;
      height: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin-bottom: 3.9545454545vw;
      margin-right: 0; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section:after {
        width: 8.8977272727vw;
        height: 1px;
        margin: 1.3181818182vw auto; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section .article-featured-images {
        width: 100%;
        height: 29.8568181818vw; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section .article-featured-images .blog-article_bg {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          width: 100%;
          height: 29.8568181818vw;
          background-size: 100%; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article {
        width: auto;
        height: auto;
        padding: 0;
        margin-top: 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .social-likes_vertical {
          width: 2.9659090909vw;
          height: auto;
          top: 4.4159090909vw; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .social-likes_vertical .social-likes__widget {
            width: auto;
            height: 1.6477272727vw;
            color: #2196f3; }
            .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .social-likes_vertical .social-likes__widget:before {
              font-size: 24px;
              font-size: 1.5818181818vw;
              line-height: 25px;
              line-height: 1.6477272727vw;
              width: 1.6477272727vw;
              height: 1.6477272727vw; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .social-likes_vertical .social-likes__counter {
            font-size: 15px;
            font-size: 0.9886363636vw;
            line-height: 25px;
            line-height: 1.6477272727vw;
            width: 100%;
            height: 100%;
            color: #2196f3;
            font-weight: normal;
            margin: 0;
            text-align: right; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article time {
          font-size: 17px;
          font-size: 1.1204545455vw;
          line-height: 32px;
          line-height: 2.1090909091vw;
          color: #2196f3;
          margin-top: 0.7909090909vw; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article h1, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article h2, .noom2016 .page-blog.page-blog-2016.page-blog-article .page-careers.listings section.content .content-center-wrapper section article .wrapper .content-text .item h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .page-careers.listings section.content .wrapper .content-text .item .content-center-wrapper section article h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-careers.listings section.content .content-center-wrapper section article .wrapper .content-text .item strong,
        .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-careers.listings section.content .wrapper .content-text .item .content-center-wrapper section article strong,
        .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .content-center-wrapper section article .wrapper .content-text .item h3,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .wrapper .content-text .item .content-center-wrapper section article h3,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .content-center-wrapper section article .wrapper .content-text .item strong,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .wrapper .content-text .item .content-center-wrapper section article strong,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article strong {
          font-size: 34px;
          font-size: 2.2409090909vw;
          line-height: 41px;
          line-height: 2.7022727273vw;
          width: 77%;
          height: auto;
          max-height: inherit; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .blog-author {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 25px;
          line-height: 1.6477272727vw;
          width: 77%;
          height: auto;
          margin-right: 0;
          margin-top: 0.7909090909vw;
          font-weight: normal;
          color: #828282; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .blog-position {
          margin: 2.3727272727vw 0 0 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 30px;
          line-height: 1.9772727273vw;
          color: #2e2e2e; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content h1, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content h2, .noom2016 .page-blog.page-blog-2016.page-blog-article .page-careers.listings section.content .content-center-wrapper section article .article-content .wrapper .content-text .item h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .article-content .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .page-careers.listings section.content .wrapper .content-text .item .content-center-wrapper section article .article-content h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article .article-content h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
          .page-careers.listings section.content .content-center-wrapper section article .article-content .wrapper .content-text .item strong,
          .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .article-content .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
          .page-careers.listings section.content .wrapper .content-text .item .content-center-wrapper section article .article-content strong,
          .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article .article-content strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
          .page-engineer.listings section.content .content-center-wrapper section article .article-content .wrapper .content-text .item h3,
          .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .article-content .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
          .page-engineer.listings section.content .wrapper .content-text .item .content-center-wrapper section article .article-content h3,
          .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article .article-content h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
          .page-engineer.listings section.content .content-center-wrapper section article .article-content .wrapper .content-text .item strong,
          .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .article-content .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
          .page-engineer.listings section.content .wrapper .content-text .item .content-center-wrapper section article .article-content strong,
          .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article .article-content strong {
            margin: 1rem 0;
            width: 100%; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content h4, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content h5, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content h6 {
            margin: 0.75rem 0;
            width: 100%; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content p {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 30px;
            line-height: 1.9772727273vw;
            color: #2e2e2e; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content a {
            color: #2196f3 !important; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-comments {
      padding: 0; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended {
      position: relative;
      margin-bottom: 3.2954545455vw; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended p.recommended-title {
        font-size: 20px;
        font-size: 1.3181818182vw;
        line-height: 25px;
        line-height: 1.6477272727vw;
        padding: 0 0 0.9886363636vw 4%;
        color: #2196f3;
        margin: 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended h3.not-swiper, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended p.recommended-title.not-swiper {
          padding-left: 0; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn {
        font-size: 18px;
        font-size: 1.1863636364vw;
        line-height: normal;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #2196f3;
        display: inline-block;
        margin: 0;
        width: 4%;
        top: 40%; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn.prev {
          text-align: left;
          left: 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn.next {
          text-align: right;
          right: 0; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn.next:before {
            content: inherit;
            display: none; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-container {
        width: 92%;
        margin: 0 4%; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item {
        width: 33.3333333%; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .blog-recommended_item_bg {
          height: 14.6318181818vw;
          margin-bottom: 0.6590909091vw; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item time {
          font-size: 12px;
          font-size: 0.7909090909vw;
          line-height: 17px;
          line-height: 1.1204545455vw;
          color: #737272; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .recommended-title {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 25px;
          line-height: 1.6477272727vw;
          padding: 0;
          color: #2196f3;
          margin: 0; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item h3 a, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .recommended-title a {
            color: #2196f3; }
  .noom2016 .page-blog.page-blog-2016.page-blog-article .content aside {
    margin-top: 3.625vw; }

.page-template-page-2016-health-support .support-2016 .page-support-nav, .page-template-page-2016-health-support .support-2016 .support {
  padding: 0 12.0613636364vw 0 12.9181818182vw;
  margin: 0; }

.page-template-page-2016-health-support.logged-in.admin-bar {
  padding-top: 32px; }

.page-template-page-2016-health-support a {
  outline: none !important; }

.page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper {
  position: relative;
  height: 6.1295454545vw; }
  .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .search-form {
    position: absolute;
    right: 0px;
    bottom: 0px; }
    .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .search-form input {
      padding: 0 3.2954545455vw 0 1.1204545455vw;
      font-size: 15px;
      font-size: 0.9886363636vw;
      line-height: normal;
      width: 13.1818181818vw;
      height: 2.9vw;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: none;
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      border: 1px solid #acacac;
      margin-top: 0; }
    .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .search-form:after {
      width: 2.7681818182vw;
      height: 2.9vw;
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 21px;
      font-size: 1.3840909091vw;
      line-height: 44px;
      line-height: 2.9vw;
      display: block;
      content: "\e61f";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: bold;
      font-variant: normal;
      text-transform: none;
      color: white;
      background: #2196f3;
      border: 1px solid #2196f3;
      text-align: center; }
  .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .support-breadcrumbs {
    bottom: 0px;
    position: absolute;
    top: auto;
    margin-bottom: -8px; }
    .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .support-breadcrumbs li {
      font-size: 26px;
      font-size: 1.366263794vw; }
      .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .support-breadcrumbs li + li::before {
        content: "|";
        padding: 0 20px;
        font-size: 26px;
        font-size: 1.366263794vw; }
      .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .support-breadcrumbs li a {
        color: #447ad4;
        font-size: 26px;
        font-size: 1.366263794vw; }

.page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-back {
  position: absolute;
  bottom: 8px; }
  .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-back a {
    color: #848484;
    font-size: 26px; }
    .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-back a:before {
      content: '\25C0';
      color: #848484;
      padding-right: 10px;
      font-size: 17px; }

.page-template-page-2016-health-support .support-2016 .support {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  *zoom: 1;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 2.3068181818vw; }
  .page-template-page-2016-health-support .support-2016 .support:before, .page-template-page-2016-health-support .support-2016 .support:after {
    content: " ";
    display: table; }
  .page-template-page-2016-health-support .support-2016 .support:after {
    clear: both; }
  .page-template-page-2016-health-support .support-2016 .support:before, .page-template-page-2016-health-support .support-2016 .support:after {
    content: " ";
    display: table; }
  .page-template-page-2016-health-support .support-2016 .support:after {
    clear: both; }
  .page-template-page-2016-health-support .support-2016 .support aside {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 33%;
    height: auto;
    padding: 1.9772727273vw 3.2954545455vw 1.9772727273vw 0;
    display: block;
    float: left; }
    .page-template-page-2016-health-support .support-2016 .support aside:before, .page-template-page-2016-health-support .support-2016 .support aside:after {
      content: " ";
      display: table; }
    .page-template-page-2016-health-support .support-2016 .support aside:after {
      clear: both; }
    .page-template-page-2016-health-support .support-2016 .support aside .support-links {
      margin-bottom: 9.8863636364vw; }
      .page-template-page-2016-health-support .support-2016 .support aside .support-links li {
        width: 100%;
        height: auto;
        position: relative;
        float: none;
        margin: 0;
        padding-top: 10px;
        padding-top: 0.3vw; }
        .page-template-page-2016-health-support .support-2016 .support aside .support-links li:nth-child {
          margin: 0; }
        .page-template-page-2016-health-support .support-2016 .support aside .support-links li span {
          font-size: 20px;
          font-size: 1.3181818182vw;
          line-height: 32px;
          line-height: 2.1090909091vw;
          font-family: Roboto Regular, Helvetica, Arial, sans-serif;
          color: #447ad4;
          text-transform: uppercase; }
        .page-template-page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories {
          margin-top: 0.3295454545vw;
          padding: 1.3181818182vw 0 0;
          position: relative; }
          .page-template-page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories:before {
            width: 64%;
            height: 2px;
            position: absolute;
            top: 5px;
            content: "";
            display: block;
            background: #447ad4; }
          .page-template-page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories li {
            font-size: 20px;
            font-size: 1.3181818182vw;
            line-height: 42px;
            line-height: 2.7681818182vw;
            padding: 0 0 0.0659090909vw; }
            .page-template-page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories li a {
              color: #676868;
              text-transform: none;
              cursor: pointer; }
              .page-template-page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories li a:hover {
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                transition: color 0.3s ease;
                color: #447ad4; }
  .page-template-page-2016-health-support .support-2016 .support div.support-content {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 67%;
    height: auto;
    display: block;
    float: left; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content:before, .page-template-page-2016-health-support .support-2016 .support div.support-content:after {
      content: " ";
      display: table; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content:after {
      clear: both; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper {
      padding: 0; }
      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article {
        width: 100%;
        height: auto;
        margin: 0; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article h2, .page-template-page-2016-health-support .support-2016 .support div.support-content .page-careers.listings section.content .wrapper .support-article .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .content-text .item h3, .page-template-page-2016-health-support .support-2016 .support div.support-content .page-careers.listings section.content .wrapper .content-text .item .support-article h3, .page-careers.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .content-text .item .support-article h3, .page-template-page-2016-health-support .support-2016 .support div.support-content
        .page-careers.listings section.content .wrapper .support-article .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .content-text .item strong, .page-template-page-2016-health-support .support-2016 .support div.support-content
        .page-careers.listings section.content .wrapper .content-text .item .support-article strong,
        .page-careers.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .content-text .item .support-article strong, .page-template-page-2016-health-support .support-2016 .support div.support-content
        .page-engineer.listings section.content .wrapper .support-article .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .content-text .item h3, .page-template-page-2016-health-support .support-2016 .support div.support-content
        .page-engineer.listings section.content .wrapper .content-text .item .support-article h3,
        .page-engineer.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .content-text .item .support-article h3, .page-template-page-2016-health-support .support-2016 .support div.support-content
        .page-engineer.listings section.content .wrapper .support-article .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .content-text .item strong, .page-template-page-2016-health-support .support-2016 .support div.support-content
        .page-engineer.listings section.content .wrapper .content-text .item .support-article strong,
        .page-engineer.listings section.content .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .content-text .item .support-article strong {
          font-size: 52px;
          font-size: 3.4272727273vw;
          line-height: 58px;
          line-height: 3.8227272727vw;
          width: 100%;
          height: auto;
          color: #27292b;
          margin: 0 0 0.6590909091vw;
          text-align: left;
          padding-right: 20%; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article p {
          font-size: 28px;
          font-size: 1.4713610089vw;
          line-height: 35px;
          line-height: 1.8392012612vw;
          color: #444;
          text-align: left;
          font-style: italic; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .page-content {
          font-size: 22px;
          font-size: 1.45vw;
          line-height: 30px;
          line-height: 1.9772727273vw;
          color: #27292b;
          text-align: left;
          margin-top: 50px; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .page-content p {
            font-style: initial; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .page-content ul > li {
            padding-left: 0; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .page-content ul > li:before {
              content: '•';
              font-size: 22px;
              font-size: 1.45vw;
              line-height: normal;
              width: 15px;
              height: auto;
              display: inline-block; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .important_notice_text {
          display: none;
          color: #969696;
          font-size: 11px;
          line-height: 16px;
          text-align: left;
          margin-bottom: 20px; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .important_notice_text a {
            color: #447ad4; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help {
          display: none;
          position: relative;
          text-indent: 0px;
          cursor: help;
          width: 16px;
          height: 16px;
          outline: none;
          color: #447ad4;
          font-size: 12px;
          border-radius: 10px;
          border: 1px solid #447ad4;
          line-height: 15px;
          text-align: center;
          margin-top: 28px;
          margin-left: 8px; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help span {
            position: absolute;
            top: 100%;
            left: -31em;
            right: -20em;
            width: -moz-max-content;
            width: -webkit-max-content;
            width: max-content;
            overflow: auto;
            visibility: hidden;
            margin: 0.8em auto 0;
            border: 2px solid #f2f2f2;
            border-radius: 9px;
            background: #fff;
            line-height: normal;
            cursor: auto;
            color: #969696;
            width: 180px;
            height: 50px;
            line-height: 46px;
            overflow: hidden;
            z-index: 1;
            text-align: center;
            cursor: help; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:after {
            content: "";
            position: absolute;
            bottom: -0.8em;
            left: 50%;
            visibility: hidden;
            margin: 0 0 0 -.7em;
            border: 0.7em solid;
            border-color: transparent transparent #f2f2f2 transparent;
            cursor: help; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:before {
            content: "";
            position: absolute;
            bottom: -0.8em;
            left: 0;
            right: 0;
            height: .7em;
            visibility: hidden;
            cursor: help; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:hover > span, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:hover:before, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:hover:after,
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:focus > span, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:focus:before, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:focus:after {
            visibility: visible; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .access_code_text_help:focus {
            outline: none; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .accept_message, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .error_message {
          text-align: left;
          font-size: 15px;
          line-height: 24px;
          display: none; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .accept_message {
          color: #16aa00; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .support-article .error_message {
          color: #e20000; }
      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions ul {
        margin-top: 4.2840909091vw; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions ul li {
          padding: 2.4386363636vw 0;
          border-bottom: 1px solid #cacaca; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions ul li:last-of-type {
            border-bottom: none; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions ul li a {
            font-size: 22px;
            font-size: 1.45vw;
            line-height: 32px;
            line-height: 2.1090909091vw;
            font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #27292b; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions ul li a:hover {
              -webkit-transition: color 0.3s ease;
              -moz-transition: color 0.3s ease;
              transition: color 0.3s ease;
              color: #447ad4; }
      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs {
        margin-top: 40px; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs #tab1:checked ~ #content1, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs #tab2:checked ~ #content2 {
          display: block; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs section {
          padding: 0;
          display: none;
          clear: both; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs input {
          display: none; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs input:checked + label {
          color: #447ad4;
          border-bottom: 4px solid #447ad4; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs label {
          font-family: Roboto Regular, Helvetica, Arial, sans-serif;
          font-size: 30px;
          font-size: 1.5764582239vw;
          line-height: 84px;
          line-height: 4.4140830268vw;
          float: left;
          text-align: center;
          color: #868686;
          border-bottom: 4px solid #cacaca;
          width: 21%; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs ul li:first-child {
          border-top: 1px solid #cacaca; }
      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm {
        width: 75% !important;
        padding-top: 10px; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol {
          width: 100%;
          margin-bottom: 22px !important; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol.half_size {
            width: 50% !important; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
            display: none; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
            width: 100%;
            background: #fff url("/content/themes/noomV2/images/require_blue_v2.png") no-repeat;
            background-position: 95% center;
            background-size: 0.7909090909vw; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
              display: none; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
              left: 0; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .required {
              width: 13px;
              height: 14px;
              background: url("/content/themes/noomV2/images/require_blue_v2.png") no-repeat scroll 0 center/100% auto;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 2%; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
              font-size: 15px;
              font-size: 0.9886363636vw;
              line-height: normal;
              font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
              color: #7d7d7d;
              width: 100% !important;
              box-shadow: none;
              height: 46px;
              border: 1px solid #cacaca;
              padding: 0 20px;
              border-radius: 0; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select::-webkit-input-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-webkit-input-placeholder {
                color: red; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select:-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea:-moz-placeholder {
                color: red; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-webkit-input-placeholder {
              color: #636363; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea:-moz-placeholder {
              color: #636363; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
              height: 135px;
              padding: 17px 20px; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select option {
              color: #7d7d7d;
              font-size: 15px;
              line-height: 36px;
              padding: 10px 16px;
              display: block;
              margin: 21px; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container {
              width: 100% !important; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single {
                height: 46px;
                border: 1px solid #cacaca;
                box-shadow: none;
                border-radius: 0; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
                  color: #7d7d7d;
                  width: 100% !important;
                  height: 46px;
                  padding: 0 20px;
                  line-height: 46px;
                  font-size: 15px;
                  font-size: 0.9886363636vw;
                  line-height: 46px;
                  line-height: 3.0318181818vw;
                  line-height: 46px;
                  font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
                  height: 100%; }
                  .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
                    border-color: #447ad4 transparent transparent transparent;
                    border-width: 8px 8px 0 8px;
                    left: 0; }
                  .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow .required {
                    width: 13px;
                    height: 14px;
                    background: url("/content/themes/noomV2/images/require_blue_v2.png") no-repeat scroll 0 center/100% auto;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);
                    left: -115%; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoButtonRow .mktoButtonWrap {
          margin: 0 !important; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoButtonRow .mktoButtonWrap button {
            box-shadow: none;
            background: none;
            width: 180px;
            height: 50px;
            border-radius: 25px;
            border: 2px solid #447ad4;
            font-size: 15px;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            color: #447ad4; }
      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body {
        background-color: inherit;
        padding-bottom: 0; }
        .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form {
          width: 100%; }
          .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper {
            background: none; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-header {
              display: none; }
            .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content {
              padding: 0; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-page-title {
                display: none; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-error-message.sg-error-display {
                display: none; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
                margin-bottom: 1.3181818182vw; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question-title {
                  display: none; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-errors .sg-question-errorlist {
                  margin: 0; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question-has-errors {
                  padding: 0.3em 0 0 0; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question {
                  margin: 0;
                  border: none; }
                  .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-title {
                    display: block; }
                  .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options {
                    padding: 0;
                    background: url(/content/themes/noomV2/images/require_blue.png) no-repeat scroll 0 center/100% auto;
                    background-position: right 10px center;
                    background-size: 12px;
                    margin: 0 0vw 1.5159090909vw 0;
                    border: 1px solid #c3c5c9; }
                    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea {
                      font-size: 18px;
                      font-size: 1.1863636364vw;
                      line-height: normal;
                      border: medium none;
                      box-shadow: none;
                      width: 100% !important;
                      height: 46px !important;
                      padding: 0 30px 0 20px;
                      color: #414141;
                      background-color: white; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input ::-webkit-input-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea ::-webkit-input-placeholder {
                        color: #7d7d7d; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input :-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea :-moz-placeholder {
                        color: #7d7d7d; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input ::-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea ::-moz-placeholder {
                        color: #7d7d7d; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input :-ms-input-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea :-ms-input-placeholder {
                        color: #7d7d7d; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input::-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea::-moz-placeholder {
                        color: #7d7d7d !important; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input:-moz-placeholder, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea:-moz-placeholder {
                        color: #7d7d7d !important; }
                      .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input:focus, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea:focus {
                        outline: #447ad4 auto 5px; }
                    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea {
                      font-size: 18px;
                      font-size: 1.1863636364vw;
                      line-height: 24px;
                      line-height: 1.5818181818vw;
                      height: 140px !important;
                      padding: 10px 30px 10px 20px; }
                    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options select {
                      border: none;
                      width: 100%;
                      height: 46px; }
              .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer {
                margin-bottom: 50px; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar {
                  text-align: left; }
                  .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
                    box-shadow: none;
                    background: none;
                    width: 180px;
                    height: 50px;
                    border-radius: 25px;
                    font-size: 15px;
                    text-transform: uppercase;
                    border: 2px solid #447ad4;
                    color: #447ad4; }
                .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-progress-bar {
                  display: none; }

.page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article h2, .page-template-page-2016-health-support.single .support-2016 .support div.support-content .page-careers.listings section.content .wrapper .support-article .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article .content-text .item h3, .page-template-page-2016-health-support.single .support-2016 .support div.support-content .page-careers.listings section.content .wrapper .content-text .item .support-article h3, .page-careers.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .content-text .item .support-article h3, .page-template-page-2016-health-support.single .support-2016 .support div.support-content
.page-careers.listings section.content .wrapper .support-article .content-text .item strong,
.page-careers.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article .content-text .item strong, .page-template-page-2016-health-support.single .support-2016 .support div.support-content
.page-careers.listings section.content .wrapper .content-text .item .support-article strong,
.page-careers.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .content-text .item .support-article strong, .page-template-page-2016-health-support.single .support-2016 .support div.support-content
.page-engineer.listings section.content .wrapper .support-article .content-text .item h3,
.page-engineer.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article .content-text .item h3, .page-template-page-2016-health-support.single .support-2016 .support div.support-content
.page-engineer.listings section.content .wrapper .content-text .item .support-article h3,
.page-engineer.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .content-text .item .support-article h3, .page-template-page-2016-health-support.single .support-2016 .support div.support-content
.page-engineer.listings section.content .wrapper .support-article .content-text .item strong,
.page-engineer.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article .content-text .item strong, .page-template-page-2016-health-support.single .support-2016 .support div.support-content
.page-engineer.listings section.content .wrapper .content-text .item .support-article strong,
.page-engineer.listings section.content .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .content-text .item .support-article strong {
  font-size: 43px;
  font-size: 2.2595901209vw;
  margin-bottom: 38px;
  margin-bottom: 1.9968470836vw; }

.page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article .page-content {
  margin-top: 30px; }
  .page-template-page-2016-health-support.single .support-2016 .support div.support-content .wrapper .support-article .page-content p {
    font-size: 26px;
    font-size: 1.366263794vw;
    line-height: 32px;
    line-height: 1.6815554388vw;
    margin-bottom: 30px;
    margin-bottom: 1.5764582239vw; }

.page-template-page-2016-health-support.single .support-2016 .support aside {
  padding-top: 16px;
  float: right;
  padding-right: 0px;
  width: 24%; }
  .page-template-page-2016-health-support.single .support-2016 .support aside .support-links li span {
    text-transform: none;
    color: #2e2e2e;
    font-size: 26px;
    font-size: 1.366263794vw; }
  .page-template-page-2016-health-support.single .support-2016 .support aside .support-links li ul.support-categories::before {
    display: none; }
  .page-template-page-2016-health-support.single .support-2016 .support aside .support-links li ul.support-categories li {
    line-height: 25px;
    line-height: 1.3137151865vw;
    padding-bottom: 30px;
    padding-bottom: 1.5764582239vw; }
    .page-template-page-2016-health-support.single .support-2016 .support aside .support-links li ul.support-categories li a {
      color: #2196f3;
      font-size: 20px;
      font-size: 1.0509721492vw;
      line-height: 25px;
      line-height: 1.3137151865vw; }

.page-template-page-2016-health-support .ui-autocomplete.ui-widget-content {
  margin-top: 48px; }

.page-template-page-2016-health-support .ui-autocomplete .icon-autocomplete {
  display: none; }

@media screen and (min-width: 768px) {
  .template-2016-V2 .site.noom2016 .site-footer-2016 {
    position: relative;
    padding: 3.6909090909vw 6.9863636364vw 9.0295454545vw 7.25vw; }
    .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper {
      position: initial;
      top: 0px;
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      *zoom: 1;
      display: block;
      max-width: 100%; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper:before, .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper:after {
        content: " ";
        display: table; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper:after {
        clear: both; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper:before, .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper:after {
        content: " ";
        display: table; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper:after {
        clear: both; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-logo-wrapper {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 22.6993865031%;
        margin-right: 8.267485%; }
        .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-logo-wrapper:last-child {
          margin-right: 0; }
        .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-logo-wrapper .nav-footer-logo {
          width: 10.2818181818vw;
          height: 2.6363636364vw;
          background: url("/content/themes/noomV2/images/noomlogo-white.png") no-repeat;
          background-size: 100%; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-mobile .nav-footer-subscribe .mktoForm .mktoFieldWrap input {
        line-height: normal; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-mobile .nav-footer-subscribe .mktoForm .mktoButtonRow {
        width: 2.2409090909vw;
        height: 2.2409090909vw;
        right: 2.2222222222vw; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 65.6441717791%;
        margin-right: 0;
        width: 68.7116564417%; }
        .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop:last-child {
          margin-right: 0; }
        .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 22.6993865031%;
          padding: 0.1977272727vw 0 0 0; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single:last-child {
            margin-right: 0; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single ul li {
            font-size: initial;
            line-height: initial; }
            .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single ul li a {
              font-size: 14px;
              font-size: 0.9227272727vw;
              line-height: 23px;
              line-height: 1.5159090909vw; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single ul li.footer-menu-title span {
            font-size: 24px;
            font-size: 1.5818181818vw;
            line-height: normal;
            font-family: Roboto Regular, Helvetica, Arial, sans-serif;
            font-weight: normal; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe ul li.footer-menu-title {
            margin-bottom: 0.6590909091vw; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe li.subscribe-info {
            font-size: 13px;
            font-size: 0.8568181818vw;
            line-height: 18px;
            line-height: 1.1863636364vw; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .mktoForm .mktoFieldWrap {
            width: 13.3136363636vw;
            height: 3.1636363636vw;
            -webkit-border-radius: 1.5818181818vw;
            -moz-border-radius: 1.5818181818vw;
            border-radius: 1.5818181818vw;
            padding: 0.5272727273vw 2.9659090909vw 0.5272727273vw 0.5272727273vw;
            border: 2px white solid;
            display: inline-block; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .mktoForm .mktoFieldWrap input {
            font-size: 15px;
            font-size: 0.9886363636vw;
            line-height: normal;
            padding: 0em 0.4em 0 1em;
            width: 100%;
            height: auto;
            font-family: Roboto Regular, Helvetica, Arial, sans-serif;
            color: white;
            background: #444547;
            border: medium none;
            box-shadow: none;
            outline: none;
            box-sizing: border-box; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .mktoForm .mktoButtonRow {
            position: absolute;
            top: 0.4613636364vw;
            left: 10.4795454545vw;
            -webkit-border-radius: 1.1204545455vw;
            -moz-border-radius: 1.1204545455vw;
            border-radius: 1.1204545455vw;
            width: 2.2409090909vw;
            height: 2.2409090909vw;
            padding: 0;
            float: left;
            background: white; }
            .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .mktoForm .mktoButtonRow span .mktoButton {
              width: 100%;
              height: 100%;
              background: none; }
              .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .mktoForm .mktoButtonRow span .mktoButton:after {
                position: absolute;
                top: 50%;
                right: 0%;
                -webkit-transform: translate(-25%, -50%);
                -moz-transform: translate(-25%, -50%);
                -ms-transform: translate(-25%, -50%);
                -o-transform: translate(-25%, -50%);
                transform: translate(-25%, -50%);
                border: 0.5272727273vw solid transparent;
                border-left: 0.5272727273vw solid #444547;
                display: block;
                content: " "; }
          .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body {
            background-color: inherit;
            padding-bottom: 0; }
            .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form {
              width: 100%; }
              .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-success {
                border-bottom: none; }
                .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-success .sg-instructions {
                  font-size: 14px; }
              .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper {
                background: none; }
                .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-header {
                  display: none; }
                .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content {
                  padding: 0; }
                  .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-page-title {
                    display: none; }
                  .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
                    margin-bottom: 1.3181818182vw; }
                    .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question {
                      margin: 0;
                      border: none; }
                      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-title {
                        display: none; }
                      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options {
                        width: 13.3136363636vw;
                        height: 3.1636363636vw;
                        -webkit-border-radius: 1.5818181818vw;
                        -moz-border-radius: 1.5818181818vw;
                        border-radius: 1.5818181818vw;
                        padding: 0.5272727273vw 2.9659090909vw 0.5272727273vw 0.5272727273vw;
                        border: 2px white solid;
                        display: inline-block; }
                        .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input {
                          font-size: 15px;
                          font-size: 0.9886363636vw;
                          line-height: normal;
                          padding: 0.2em 0.4em 0 1em;
                          width: 100%;
                          height: auto;
                          font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                          color: white;
                          background: #444547;
                          border: medium none;
                          box-shadow: none;
                          outline: none;
                          box-sizing: border-box; }
                  .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar {
                    position: absolute;
                    top: 0.4613636364vw;
                    left: 10.4795454545vw;
                    -webkit-border-radius: 1.1204545455vw;
                    -moz-border-radius: 1.1204545455vw;
                    border-radius: 1.1204545455vw;
                    width: 2.2409090909vw;
                    height: 2.2409090909vw;
                    padding: 0;
                    float: left;
                    background: white; }
                    .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
                      font-size: 11px;
                      font-size: 0.725vw;
                      line-height: normal;
                      -webkit-box-shadow: none;
                      -moz-box-shadow: none;
                      box-shadow: none;
                      width: 100%;
                      height: 100%;
                      margin: 0;
                      background: #fff url(/content/themes/noomV2/images/play-button-gray.png) no-repeat;
                      background-position: center center;
                      color: transparent;
                      border-radius: 20vw; }
                      .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button:focus {
                        border: none; }
                  .template-2016-V2 .site.noom2016 .site-footer-2016 .wrapper .nav-footer-group.only-desktop .nav-footer-single.nav-footer-subscribe .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-progress-bar {
                    display: none; }
    .template-2016-V2 .site.noom2016 .site-footer-2016 .copyright {
      padding: 0 7.25vw;
      max-width: 100%; }
      .template-2016-V2 .site.noom2016 .site-footer-2016 .copyright .right, .template-2016-V2 .site.noom2016 .site-footer-2016 .copyright .left {
        font-size: 12px;
        font-size: 0.7909090909vw;
        line-height: 30px;
        line-height: 1.9772727273vw;
        padding-right: 0;
        margin-bottom: 1.9772727273vw;
        color: white; } }

@media screen and (max-width: 767px) {
  .site-header {
    height: 55px;
    padding: 9px 20px 0 20px;
    -webkit-box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    -moz-box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1); }
    .site-header .icon-menu, .site-header .menu-desktop li.menu-menu-item .iconmenu, .menu-desktop li.menu-menu-item .site-header .iconmenu {
      display: inline-block; }
    .site-header-content {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      height: auto;
      padding: 0; }
    .logged-in.admin-bar .site-header {
      top: 46px; }
    .custom-background.category-healthcare-blog .site-header,
    .custom-background.category-engineering-blog .site-header,
    .custom-background.single-post .site-header {
      background: #fff; }
  .open-menu .icon-menu, .open-menu .menu-desktop li.menu-menu-item .iconmenu, .menu-desktop li.menu-menu-item .open-menu .iconmenu {
    display: none; }
  .open-menu .icon-cross-mark1 {
    display: inline-block;
    font-size: 20px;
    margin: 9px 2px 0 0; }
  .logged-in #wpadminbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; } }

@media screen and (max-width: 767px) {
  .site.noom2016 {
    min-width: 0; }
    .site.noom2016 .site-header.open-menu-header {
      box-shadow: none;
      background-color: #444547; }
      .site.noom2016 .site-header.open-menu-header .site-header-content.open-menu {
        border-bottom: none; }
        .site.noom2016 .site-header.open-menu-header .site-header-content.open-menu .icon-cross-mark1 {
          color: white;
          margin: 13px 6px 0 0; }
      .site.noom2016 .site-header.open-menu-header .site-header-content .logo {
        display: none; }
    .site.noom2016 .site-header .site-header-content {
      border-bottom: 0 none; } }

.site.noom2016 .mobile-menu {
  top: 48px;
  background-color: #444547; }
  .site.noom2016 .mobile-menu:after {
    border-top: 0 none; }
  .site.noom2016 .mobile-menu .nav-mobile-menu li {
    border-bottom: none;
    height: 50px; }
    .site.noom2016 .mobile-menu .nav-mobile-menu li a {
      color: white;
      text-align: left;
      padding-left: 14px;
      font-size: 28px;
      line-height: 58px;
      font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }
  .site.noom2016 .mobile-menu .sign-up a button {
    background: none repeat scroll 0 0 #447ad4;
    box-shadow: none;
    border: medium none;
    border-radius: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 15px auto 42px;
    padding: 0 30px;
    width: 90%;
    height: 55px;
    letter-spacing: -1px;
    text-transform: uppercase; }
  .site.noom2016 .mobile-menu .social-header {
    margin-top: 20px;
    margin-left: -15px; }
    .site.noom2016 .mobile-menu .social-header ul li {
      background: white;
      width: 38px;
      height: 38px;
      -moz-border-radius: 19px;
      -webkit-border-radius: 19px;
      border-radius: 19px;
      padding-left: 0;
      margin-right: 0;
      margin-left: 13px; }
      .site.noom2016 .mobile-menu .social-header ul li a {
        width: 38px;
        display: inline-block;
        text-align: center;
        padding-left: 0;
        line-height: 0;
        margin-top: 12px; }
        .site.noom2016 .mobile-menu .social-header ul li a:before {
          color: #444547;
          font-size: 20px; }
    .site.noom2016 .mobile-menu .social-header .bottom-line {
      width: 300px;
      border-top: 1px white solid;
      position: absolute;
      bottom: 0; }

@media screen and (max-width: 767px) {
  .menu-desktop {
    display: none; } }

@media screen and (max-width: 767px) {
  .masthead p, .about p, .plan p, .quote p, .track p, .change p, .twitter p, .learn p, .success-story-slider .slides li p, .page-business .masthead-business p,
  .page-business .planet p,
  .page-business .map1 p, .page-business .about p.business, .page-business .partners .partners-item .partners-content p,
  .page-business .partners .research-item .partners-content p,
  .page-business .research .partners-item .partners-content p,
  .page-business .research .research-item .partners-content p,
  .page-business .contacts .partners-item .partners-content p,
  .page-business .contacts .research-item .partners-content p, .page-business .comment .signature, .page-business .research p, .page-business .map .map-items div.address h6, .page-business .contacts .contacts-content .contacts-item p, .team p {
    font-size: 15px;
    line-height: 17px; }
  .plan h2, .plan .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .plan h3, .plan
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .plan strong, .plan
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .plan h3, .plan
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .plan strong, .track h2, .change h2, .track .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .track h3, .change .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .change h3, .track
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .track strong, .change
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .change strong, .track
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .track h3, .change
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .change h3, .track
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .track strong, .change
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .change strong, .learn h2, .learn .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .learn h3, .learn
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .learn strong, .learn
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .learn h3, .learn
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .learn strong, .success-story-slider .slides li h2, .success-story-slider .slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .success-story-slider .slides li
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong, .success-story-slider .slides li
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .success-story-slider .slides li
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong, .pricing h2, .pricing .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .pricing h3, .pricing
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .pricing strong, .pricing
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .pricing h3, .pricing
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .pricing strong, .page-business .partners h2, .page-business .partners .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .partners h3, .page-business .partners
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .partners strong, .page-business .partners
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .partners h3, .page-business .partners
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .partners strong,
  .page-business .research h2,
  .page-business .research .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .research h3,
  .page-business .research
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .research strong,
  .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .research h3,
  .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .research strong,
  .page-business .contacts h2,
  .page-business .contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-business .contacts h3,
  .page-business .contacts
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-business .contacts strong,
  .page-business .contacts
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .contacts h3,
  .page-business .contacts
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-business .contacts strong, .page-business .map .map-items div.address h3, .team h2, .team .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .team h3, .team
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .team strong, .team
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .team h3, .team
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .team strong {
    font-size: 25px;
    line-height: 27px; }
  .site {
    padding-top: 55px;
    min-width: 320px; }
  .bg {
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    min-width: 100%;
    left: 0;
    overflow: hidden; }
    .bg img {
      width: 100%;
      min-width: 700px;
      height: auto;
      position: absolute; }
  .only-mobile {
    display: inline-block; }
  .only-desktop {
    display: none; }
  .menu-desktop {
    display: none; }
  .content_item {
    text-align: center;
    padding: 0 15px; }
    .content_item h2, .content_item .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .content_item h3, .content_item
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .content_item strong, .content_item
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .content_item h3, .content_item
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .content_item strong, .content_item p {
      width: 100%; }
    .content_item p {
      max-width: 500px;
      margin: 0 auto;
      text-align: center; }
  .pull-right {
    float: none;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .masthead,
  .change,
  .plan,
  .learn,
  .track,
  .change,
  .about {
    height: auto; }
    .masthead p,
    .change p,
    .plan p,
    .learn p,
    .track p, .change p,
    .about p {
      color: #3f3f3f;
      font-weight: 200;
      letter-spacing: 0;
      line-height: 1.3; }
  section.masthead .wrapper,
  section.plan .wrapper,
  section.track .wrapper, section.change .wrapper,
  section.learn .wrapper,
  section.change .wrapper {
    position: relative;
    top: 0;
    max-width: 500px;
    padding: 0 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .masthead {
    padding: 293px 0 22px; }
    .masthead h2, .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .masthead h3, .masthead
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .masthead strong, .masthead
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .masthead h3, .masthead
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .masthead strong, .masthead p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .masthead h2, .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .masthead h3, .masthead
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .masthead strong, .masthead
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .masthead h3, .masthead
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .masthead strong {
      font-size: 30px;
      line-height: 35px;
      margin: 20px 0 13px;
      padding: 0 30px; }
    .masthead p {
      padding: 0 40px; }
    .masthead .bg {
      min-height: 293px;
      height: 293px;
      right: 0; }
      .masthead .bg img {
        right: 0;
        bottom: 0; }
  .about {
    padding: 206px 0 52px; }
    .about .wrapper {
      position: static; }
    .about h2, .about .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about h3, .about
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .about strong, .about
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .about h3, .about
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .about strong {
      font-size: 20px;
      margin: 5px 0 12px;
      padding: 0 20px; }
    .about p {
      padding: 0 20px; }
      .about p br {
        display: none; }
    .about:after {
      display: none; }
    .about ul p {
      color: #f48932; }
  .about-menu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -108px; }
    .about-menu p,
    .about-menu span {
      font-size: 11px;
      padding: 0 4px; }
    .about-menu li {
      width: 80px;
      height: 80px;
      border-radius: 2px;
      border: 1px solid #ececec;
      margin: 0 14px 23px !important; }
      .about-menu li:nth-child(even):after {
        border-top: 14px solid #ececec;
        border-left: 11px solid transparent;
        border-right: none;
        right: auto;
        left: -11px; }
      .about-menu li:nth-child(odd):after {
        border-top: 14px solid #ececec;
        border-right: 11px solid transparent;
        border-left: none;
        right: -11px;
        left: auto; }
      .about-menu li:nth-child(3) {
        clear: left; }
    .about-menu i {
      font-size: 25px;
      height: 25px;
      margin-top: 17px;
      padding: 0 0 0 2px; }
    .about-menu .icon-plan {
      padding-left: 1px; }
    .about-menu .icon-track,
    .about-menu .icon-change,
    .about-menu .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active
    .about-menu .btn-blue,
    .about-menu .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active
    .about-menu .btn-orange,
    .about-menu .plan-item.active .btn-blue, .plan-item.active
    .about-menu .btn-blue,
    .about-menu .plan-item.active .btn-orange, .plan-item.active
    .about-menu .btn-orange,
    .about-menu .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active
    .about-menu .btn-blue,
    .about-menu .pricing-plan-list li.active .btn-orange, .pricing-plan-list li.active
    .about-menu .btn-orange {
      font-size: 25px; }
  .item-label {
    float: none;
    display: inline-block;
    margin-top: 30px;
    height: 20px;
    font-size: 10px;
    line-height: 19px;
    text-align: left;
    padding-right: 13px;
    min-width: 30px; }
    .item-label i {
      line-height: 20px;
      font-size: 15px;
      margin: 0 6px 0 10px; }
    .item-label .icon-plan {
      font-size: 19px;
      line-height: 19px;
      margin: 0 5px 0 10px; }
    .item-label .icon-track {
      font-size: 12px;
      line-height: 19px;
      margin: 0 2px 0 7px; }
    .item-label .icon-learn {
      font-size: 12px;
      line-height: 19px;
      margin: 0 5px 0 10px; }
    .item-label .icon-change, .item-label .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .item-label .btn-blue, .item-label .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .item-label .btn-orange, .item-label .plan-item.active .btn-blue, .plan-item.active .item-label .btn-blue, .item-label .plan-item.active .btn-orange, .plan-item.active .item-label .btn-orange, .item-label .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .item-label .btn-blue, .item-label .pricing-plan-list li.active .btn-orange, .pricing-plan-list li.active .item-label .btn-orange {
      font-size: 12px;
      line-height: 19px;
      margin: 0 5px 0 10px; }
    .item-label.no-icon {
      padding: 0 15px; }
  .plan {
    padding: 245px 0 55px; }
    .plan .bg {
      height: 247px;
      min-height: 247px;
      right: 0;
      overflow: hidden;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      margin-left: 0; }
      .plan .bg img {
        right: 0;
        top: -60px; } }
      @media screen and (max-width: 767px) and (max-width: 460px) {
        .plan .bg img {
          right: -40px; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .plan .bg img {
          right: -45px; } }

@media screen and (max-width: 767px) {
    .plan h2, .plan .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .plan h3, .plan
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .plan strong, .plan
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .plan h3, .plan
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .plan strong {
      margin: 17px 0 11px;
      padding: 0 20px; }
    .plan p {
      padding: 0 20px;
      margin-bottom: 62px; }
  .quote {
    padding-top: 19px;
    background: #f9f9f9; }
    .quote:before {
      font-size: 24px; }
    .quote p {
      margin: 15px 0 33px; }
  .quote-user {
    padding: 0 0 30px; }
    .quote-user .quote-avatar {
      border-radius: 15px;
      width: 30px;
      height: 30px;
      margin: 3px 11px 0 0; }
    .quote-user p {
      width: auto;
      margin: 0;
      font-size: 14px;
      padding: 0;
      text-align: left; }
      .quote-user p span {
        margin: -1px 0 0; }
  .track, .change {
    padding: 214px 0 70px; }
    .track .bg, .change .bg {
      height: 214px;
      min-height: 214px;
      left: 0; }
      .track .bg img, .change .bg img {
        right: 0;
        top: -10px; } }
      @media screen and (max-width: 767px) and (max-width: 680px) {
        .track .bg img, .change .bg img {
          left: 0;
          right: auto; } }
      @media screen and (max-width: 767px) and (max-width: 480px) {
        .track .bg img, .change .bg img {
          right: -150px;
          left: auto; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .track .bg img, .change .bg img {
          right: -250px; } }

@media screen and (max-width: 767px) {
    .track h2, .change h2, .track .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .track h3, .change .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .change h3, .track
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .track strong, .change
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .change strong, .track
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .track h3, .change
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .change h3, .track
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .track strong, .change
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .change strong {
      color: #3f3f3f;
      margin: 14px 0 21px;
      padding: 0 20px; }
    .track p, .change p {
      color: #3f3f3f;
      padding: 0 20px;
      margin: 0; }
      .track p br, .change p br {
        display: none; }
    .track .pull-right, .change .pull-right {
      max-width: 500px !important;
      width: 100% !important;
      margin: 0 auto; }
  .twitter {
    padding: 25px 0 30px; }
    .twitter .wrapper {
      padding: 0 20px; }
    .twitter .account-name {
      width: auto;
      font-size: 14px;
      line-height: 19px !important;
      margin: 0 0 10px !important; }
      .twitter .account-name a {
        font-size: 15px;
        margin: 0 6px 0 0; }
        .twitter .account-name a i {
          font-size: 20px;
          margin-right: 3px; }
    .twitter p {
      margin: 0; }
      .twitter p:last-child {
        margin-top: 17px; }
    .twitter i {
      font-size: 19px;
      margin: 0 6px 0 0; }
  .learn {
    padding: 227px 0 103px;
    left: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin-left: 0; }
    .learn .bg {
      height: 227px;
      min-height: 227px;
      left: auto;
      right: 0; }
      .learn .bg img {
        right: 0; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .learn .bg img {
          right: -55px; } }

@media screen and (max-width: 767px) {
    .learn h2, .learn .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .learn h3, .learn
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .learn strong, .learn
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .learn h3, .learn
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .learn strong {
      margin: 13px auto 16px;
      padding: 0 20px; }
    .learn p {
      padding: 0 20px; }
  .change {
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    padding: 214px 0 40px; }
    .change .item-label {
      margin-top: 50px; }
    .change h2, .change .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .change h3, .change
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .change strong, .change
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .change h3, .change
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .change strong {
      padding: 0 20px; }
    .change p {
      padding: 0 20px; }
    .change .bg {
      left: 0 !important; }
      .change .bg img {
        top: 0; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .change .bg img {
          right: auto;
          left: -66px; } }
      @media screen and (max-width: 767px) and (max-width: 480px) {
        .change .bg img {
          right: auto;
          left: -66px; } }

@media screen and (max-width: 767px) {
  .clients {
    margin-top: -7px;
    padding: 32px 0 20px;
    background: #f6f6f6; }
    .clients img.only-mobile {
      max-width: 280px; }
  .success-story {
    padding-left: 0;
    padding-right: 0; }
  .success-story-slider .wrapper {
    position: static; }
  .success-story-slider .slides li {
    overflow: visible;
    padding: 248px 0 52px;
    height: auto;
    text-align: center;
    position: relative;
    background: transparent; }
    .success-story-slider .slides li .bg {
      position: absolute;
      background: #000;
      top: 0;
      left: 0;
      width: 100%;
      height: 240px;
      min-height: 240px;
      overflow: hidden; }
      .success-story-slider .slides li .bg img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -19px;
        width: 100%;
        min-width: 515px; }
    .success-story-slider .slides li h2, .success-story-slider .slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .success-story-slider .slides li
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong, .success-story-slider .slides li
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li h3, .success-story-slider .slides li
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .success-story-slider .slides li strong {
      color: #3f3f3f;
      margin: 18px auto 9px; }
    .success-story-slider .slides li p {
      color: #3f3f3f;
      padding: 0 15px;
      max-width: 500px;
      width: 100%;
      margin: 0 auto; }
  .success-story-slider button {
    top: 120px;
    position: absolute;
    left: 50%;
    z-index: 5;
    font-size: 7px;
    height: 17px;
    line-height: 14px;
    padding: 0 9px 0 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .success-story-slider button i {
      border-width: 4px;
      margin-top: 3px;
      position: relative;
      top: 0px; }
  .success-story-slider .wrapper {
    padding: 0; }
  .flex-prev, .flex-next {
    display: none !important; }
  .flex-control-nav {
    top: 252px;
    bottom: auto;
    padding: 0; }
    .flex-control-nav li {
      margin-left: 10px; }
    .flex-control-nav a {
      height: 5px;
      width: 5px;
      border-radius: 3px; }
      .flex-control-nav a:hover {
        background: #636363; }
    .flex-control-nav .flex-active {
      background: #636363; }
      .flex-control-nav .flex-active:after {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border: 2px solid #636363;
        width: 7px;
        height: 7px; }
  .pricing .wrapper {
    padding: 0; }
  .pricing h2, .pricing .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .pricing h3, .pricing
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .pricing strong, .pricing
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .pricing h3, .pricing
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .pricing strong {
    margin: 8px 0 52px;
    padding-left: 15px;
    padding-right: 15px; }
  .pricing .item-label {
    margin-left: 15px;
    margin-right: 15px; }
  .pricing-item {
    width: 50%; }
    .pricing-item > div {
      margin: 0 15px; }
    .pricing-item .pricing-top {
      border-radius: 5px;
      height: 120px;
      padding: 0; }
      .pricing-item .pricing-top > span {
        font-size: 9px; }
      .pricing-item .pricing-top p {
        line-height: 1;
        font-size: 20px; }
      .pricing-item .pricing-top .pricing-period {
        font-size: 8px;
        bottom: 3px; }
    .pricing-item > div {
      background: none;
      border-radius: 0; }
  .pricing-content {
    min-height: 157px;
    padding: 0; }
    .pricing-content .subtitle {
      display: none; }
    .pricing-content p {
      color: #3f3f3f;
      font-size: 10px; }
  .pricing-bottom {
    height: 25px;
    padding: 0 10px; }
    .pricing-bottom .flip-container,
    .pricing-bottom .front,
    .pricing-bottom .back {
      height: 25px; }
    .pricing-bottom .button {
      border-radius: 5px;
      height: 25px;
      line-height: 24px;
      font-size: 10px; }
    .pricing-bottom .icon-apple {
      background-size: 21px 24px;
      width: 21px;
      height: 24px; } }
    @media screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 767px) and (min-resolution: 1.3dppx) {
      .pricing-bottom .icon-apple {
        background-image: url("images/apple-2x.png");
        background-size: 21px 24px; } }

@media screen and (max-width: 767px) {
    .pricing-bottom .icon-google {
      top: 2px;
      background-size: 23px  24px;
      width: 23px;
      height: 24px; } }
    @media screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 767px) and (min-resolution: 1.3dppx) {
      .pricing-bottom .icon-google {
        background-image: url("images/google-2x.png");
        background-size: 23px 24px; } }

@media screen and (max-width: 767px) {
  .healthapp {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px; }
    .healthapp header,
    .healthapp footer,
    .healthapp section.content {
      width: 100%; }
    .healthapp header .noom-health {
      max-width: 130px; }
    .healthapp section.content h1 {
      font-size: 32px; }
    .healthapp section.content p {
      font-size: 16px;
      line-height: 24px;
      padding-right: 50px; }
    .healthapp section.content form label {
      font-size: 18px; }
    .healthapp section.content form input {
      font-size: 14px;
      width: 205px;
      margin-right: 5px; }
    .healthapp section.content form button {
      font-size: 12px;
      padding: 9px 25px 7px; }
    .healthapp section.sent-phone-unique img {
      max-width: 320px; }
    .healthapp section.whoops a {
      display: inline-block;
      width: 130px;
      height: 40px; }
    .healthapp footer {
      padding: 0 15px;
      margin-top: 30px; }
      .healthapp footer p {
        padding-top: 25px;
        font-size: 12px; } }

@media screen and (max-width: 767px) {
  .page-template-template-kr-purchase .content {
    padding: 15px 0 0px; }
  .page-template-template-kr-purchase .masthead-purchase h2, .page-template-template-kr-purchase .masthead-purchase .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase h3, .page-template-template-kr-purchase .masthead-purchase
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase strong, .page-template-template-kr-purchase .masthead-purchase
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase h3, .page-template-template-kr-purchase .masthead-purchase
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .masthead-purchase strong {
    font-size: 26px;
    width: 350px;
    line-height: 32px;
    margin: 60px auto 50px;
    letter-spacing: -1px; }
  .page-template-template-kr-purchase .big-price {
    padding: 0;
    margin-bottom: 0px; }
    .page-template-template-kr-purchase .big-price .wrapper {
      padding: 0 25px; }
    .page-template-template-kr-purchase .big-price .purchase-price {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%;
      margin: 0 0 50px 0;
      float: none; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-header {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        padding: 35px 0 2px;
        margin-bottom: 20px; }
        .page-template-template-kr-purchase .big-price .purchase-price .price-header .before-price {
          font-size: 22px; }
        .page-template-template-kr-purchase .big-price .purchase-price .price-header .price {
          font-size: 44px;
          padding-top: 3px;
          padding-bottom: 3px; }
          .page-template-template-kr-purchase .big-price .purchase-price .price-header .price span {
            font-size: 30px; }
        .page-template-template-kr-purchase .big-price .purchase-price .price-header .after-price {
          font-family: 'Nanum Gothic', sans-serif;
          font-size: 16px;
          font-weight: 800; }
      .page-template-template-kr-purchase .big-price .purchase-price ul li {
        margin: 0 0 8px 10px;
        padding: 2px 0 0px 73px;
        min-height: 68px; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li p {
          text-align: left;
          font-size: 15px;
          font-weight: normal; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li .list-menu-text {
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0; }
        .page-template-template-kr-purchase .big-price .purchase-price ul li.one, .page-template-template-kr-purchase .big-price .purchase-price ul li.two, .page-template-template-kr-purchase .big-price .purchase-price ul li.three, .page-template-template-kr-purchase .big-price .purchase-price ul li.four, .page-template-template-kr-purchase .big-price .purchase-price ul li.five, .page-template-template-kr-purchase .big-price .purchase-price ul li.six, .page-template-template-kr-purchase .big-price .purchase-price ul li.seven, .page-template-template-kr-purchase .big-price .purchase-price ul li.eight {
          background-size: 60px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-bonus {
        margin-top: 25px;
        padding-bottom: 2px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-bonus-two {
        margin-top: 0px;
        padding-bottom: 7px;
        padding-top: 7px; }
      .page-template-template-kr-purchase .big-price .purchase-price .price-footer {
        padding: 11px 0; }
        .page-template-template-kr-purchase .big-price .purchase-price .price-footer button {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          font-size: 19px;
          width: 227px;
          padding: 18px 0 12px;
          letter-spacing: 0px; }
  .page-template-template-kr-purchase .small-price {
    padding: 0;
    margin-bottom: 0px; }
    .page-template-template-kr-purchase .small-price h2, .page-template-template-kr-purchase .small-price .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price h3, .page-template-template-kr-purchase .small-price
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price strong, .page-template-template-kr-purchase .small-price
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price h3, .page-template-template-kr-purchase .small-price
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .small-price strong {
      font-size: 26px;
      width: 300px;
      line-height: 32px;
      margin: 0px auto 0px;
      padding: 20px 35px 12px; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list1 {
      *zoom: 1;
      width: 100%;
      text-align: center;
      white-space: nowrap; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1:before, .page-template-template-kr-purchase .small-price .pricing-plan-list1:after {
        content: " ";
        display: table; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1:after {
        clear: both; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 li {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        display: block;
        padding: 0 8px;
        margin-bottom: 10px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 li:hover, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 li.active .btn-orange {
          font-size: 0;
          color: transparent;
          width: 62px;
          height: 62px;
          position: relative;
          margin-bottom: 0;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          background: #22c1c6; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1.platinum-subscriber-info p.first-price {
        font-size: 50px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1.platinum-subscriber-info p.first-price span {
          font-size: 25px;
          display: inline; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-orange {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: normal;
        padding-top: 5px;
        height: 50px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 .btn-blue.large, .page-template-template-kr-purchase .small-price .pricing-plan-list1 .large.btn-orange {
          width: 225px; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 p {
        font-size: 57px;
        margin: 0 0 5px;
        letter-spacing: -4px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 p.first-price {
          margin: 28px 0 22px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 p.pricing-date-description {
          font-size: 16px;
          margin: 0;
          min-height: 0;
          margin-bottom: 5px; }
      .page-template-template-kr-purchase .small-price .pricing-plan-list1 span {
        font-size: 19px;
        margin: 0 0 0px;
        letter-spacing: 0px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 span.pricing-discount {
          font-size: 21px;
          letter-spacing: 0px; }
        .page-template-template-kr-purchase .small-price .pricing-plan-list1 span.pricing-vat {
          color: #bde7e8;
          font-size: 14px;
          margin-bottom: 20px; }
    .page-template-template-kr-purchase .small-price .pricing-plan-list-item-wrap {
      height: auto;
      padding: 15px 0 40px; }
  .page-template-template-kr-purchase .purchase-form {
    padding: 0 37px 60px;
    margin-bottom: 0px; }
    .page-template-template-kr-purchase .purchase-form h2, .page-template-template-kr-purchase .purchase-form .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form h3, .page-template-template-kr-purchase .purchase-form
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form strong, .page-template-template-kr-purchase .purchase-form
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form h3, .page-template-template-kr-purchase .purchase-form
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form strong {
      width: 100%;
      margin: 22px auto 15px;
      font-size: 27px;
      letter-spacing: -1px; }
    .page-template-template-kr-purchase .purchase-form label.only-desktop {
      display: none; }
    .page-template-template-kr-purchase .purchase-form form {
      max-height: 260px; }
    .page-template-template-kr-purchase .purchase-form .fieldset {
      margin: 0 auto 9px; }
    .page-template-template-kr-purchase .purchase-form input[type="text"],
    .page-template-template-kr-purchase .purchase-form input[type="email"] {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 12px 10px 6px;
      font-size: 18px; }
    .page-template-template-kr-purchase .purchase-form input[type="text"]::-webkit-input-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="email"]::-webkit-input-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="text"]:-moz-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="email"]:-moz-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="text"]::-moz-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="email"]::-moz-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="text"]:-ms-input-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="email"]:-ms-input-placeholder {
      color: #ccc; }
    .page-template-template-kr-purchase .purchase-form input[type="submit"] {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 225px;
      padding-top: 3px;
      font-size: 20px;
      letter-spacing: 1px;
      font-weight: normal;
      height: 50px; }
    .page-template-template-kr-purchase .purchase-form .cvv-code,
    .page-template-template-kr-purchase .purchase-form .exp-code {
      display: inline-block;
      width: 49%;
      margin-right: 2%;
      margin-left: 0;
      padding: 0; }
      .page-template-template-kr-purchase .purchase-form .cvv-code:last-child,
      .page-template-template-kr-purchase .purchase-form .exp-code:last-child {
        margin-right: 0; }
    .page-template-template-kr-purchase .purchase-form .exp-cvv-codes {
      margin-bottom: 25px; }
    .page-template-template-kr-purchase .purchase-form .payment-success {
      padding: 20px 20px 40px;
      top: -245px;
      min-height: 245px; }
      .page-template-template-kr-purchase .purchase-form .payment-success h2, .page-template-template-kr-purchase .purchase-form .payment-success .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success h3, .page-template-template-kr-purchase .purchase-form .payment-success
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success strong, .page-template-template-kr-purchase .purchase-form .payment-success
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success h3, .page-template-template-kr-purchase .purchase-form .payment-success
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-template-kr-purchase .purchase-form .payment-success strong {
        font-size: 27px;
        margin: 10px auto; }
      .page-template-template-kr-purchase .purchase-form .payment-success p {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: -0.5px; }
    .page-template-template-kr-purchase .purchase-form .payment-notice {
      top: -230px; }
      .page-template-template-kr-purchase .purchase-form .payment-notice p {
        margin-bottom: 0; }
    .page-template-template-kr-purchase .purchase-form .notice-payment {
      margin-bottom: 25px; }
      .page-template-template-kr-purchase .purchase-form .notice-payment .notice-header {
        font-size: 14px; }
      .page-template-template-kr-purchase .purchase-form .notice-payment .notice-text {
        font-size: 12px; } }

@media screen and (max-width: 767px) {
  .page-business .site-header-content-business, .page-careers.welcome .site-header-content-careers, .page-careers.departments .site-header-content-careers, .page-careers.listings .site-header-content-careers,
  .page-engineer.welcome .site-header-content-careers,
  .page-engineer.departments .site-header-content-careers,
  .page-engineer.listings .site-header-content-careers {
    height: 40px;
    position: absolute;
    z-index: 1; }
    .page-business .site-header-content-business .menu-business ul, .page-careers.welcome .site-header-content-careers .menu-business ul, .page-careers.departments .site-header-content-careers .menu-business ul, .page-careers.listings .site-header-content-careers .menu-business ul,
    .page-engineer.welcome .site-header-content-careers .menu-business ul,
    .page-engineer.departments .site-header-content-careers .menu-business ul,
    .page-engineer.listings .site-header-content-careers .menu-business ul, .page-business .site-header-content-business .menu-careers ul, .page-careers.welcome .site-header-content-careers .menu-careers ul, .page-careers.departments .site-header-content-careers .menu-careers ul, .page-careers.listings .site-header-content-careers .menu-careers ul,
    .page-engineer.welcome .site-header-content-careers .menu-careers ul,
    .page-engineer.departments .site-header-content-careers .menu-careers ul,
    .page-engineer.listings .site-header-content-careers .menu-careers ul {
      padding: 4px; }
      .page-business .site-header-content-business .menu-business ul li, .page-careers.welcome .site-header-content-careers .menu-business ul li, .page-careers.departments .site-header-content-careers .menu-business ul li, .page-careers.listings .site-header-content-careers .menu-business ul li,
      .page-engineer.welcome .site-header-content-careers .menu-business ul li,
      .page-engineer.departments .site-header-content-careers .menu-business ul li,
      .page-engineer.listings .site-header-content-careers .menu-business ul li, .page-business .site-header-content-business .menu-careers ul li, .page-careers.welcome .site-header-content-careers .menu-careers ul li, .page-careers.departments .site-header-content-careers .menu-careers ul li, .page-careers.listings .site-header-content-careers .menu-careers ul li,
      .page-engineer.welcome .site-header-content-careers .menu-careers ul li,
      .page-engineer.departments .site-header-content-careers .menu-careers ul li,
      .page-engineer.listings .site-header-content-careers .menu-careers ul li {
        margin: 2px 0 0 30px; }
        .page-business .site-header-content-business .menu-business ul li:first-of-type, .page-careers.welcome .site-header-content-careers .menu-business ul li:first-of-type, .page-careers.departments .site-header-content-careers .menu-business ul li:first-of-type, .page-careers.listings .site-header-content-careers .menu-business ul li:first-of-type,
        .page-engineer.welcome .site-header-content-careers .menu-business ul li:first-of-type,
        .page-engineer.departments .site-header-content-careers .menu-business ul li:first-of-type,
        .page-engineer.listings .site-header-content-careers .menu-business ul li:first-of-type, .page-business .site-header-content-business .menu-careers ul li:first-of-type, .page-careers.welcome .site-header-content-careers .menu-careers ul li:first-of-type, .page-careers.departments .site-header-content-careers .menu-careers ul li:first-of-type, .page-careers.listings .site-header-content-careers .menu-careers ul li:first-of-type,
        .page-engineer.welcome .site-header-content-careers .menu-careers ul li:first-of-type,
        .page-engineer.departments .site-header-content-careers .menu-careers ul li:first-of-type,
        .page-engineer.listings .site-header-content-careers .menu-careers ul li:first-of-type {
          margin-left: 0px; }
        .page-business .site-header-content-business .menu-business ul li a, .page-careers.welcome .site-header-content-careers .menu-business ul li a, .page-careers.departments .site-header-content-careers .menu-business ul li a, .page-careers.listings .site-header-content-careers .menu-business ul li a,
        .page-engineer.welcome .site-header-content-careers .menu-business ul li a,
        .page-engineer.departments .site-header-content-careers .menu-business ul li a,
        .page-engineer.listings .site-header-content-careers .menu-business ul li a, .page-business .site-header-content-business .menu-careers ul li a, .page-careers.welcome .site-header-content-careers .menu-careers ul li a, .page-careers.departments .site-header-content-careers .menu-careers ul li a, .page-careers.listings .site-header-content-careers .menu-careers ul li a,
        .page-engineer.welcome .site-header-content-careers .menu-careers ul li a,
        .page-engineer.departments .site-header-content-careers .menu-careers ul li a,
        .page-engineer.listings .site-header-content-careers .menu-careers ul li a {
          font-size: 12px; }
    .logged-in .page-business .site-header-content-business, .page-business .logged-in .site-header-content-business, .logged-in .page-careers.welcome .site-header-content-careers, .page-careers.welcome .logged-in .site-header-content-careers, .logged-in .page-careers.departments .site-header-content-careers, .page-careers.departments .logged-in .site-header-content-careers, .logged-in .page-careers.listings .site-header-content-careers, .page-careers.listings .logged-in .site-header-content-careers, .logged-in
    .page-engineer.welcome .site-header-content-careers,
    .page-engineer.welcome .logged-in .site-header-content-careers, .logged-in
    .page-engineer.departments .site-header-content-careers,
    .page-engineer.departments .logged-in .site-header-content-careers, .logged-in
    .page-engineer.listings .site-header-content-careers,
    .page-engineer.listings .logged-in .site-header-content-careers {
      top: 101px; }
  .page-business .content_item .second-menu_anchor {
    height: 87px;
    margin-top: -87px; }
  .page-business .wrapper {
    padding: 0; }
  .page-business .masthead-business,
  .page-business .planet,
  .page-business .about,
  .page-business .map {
    height: auto; }
    .page-business .masthead-business h2, .page-business .masthead-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business strong, .page-business .masthead-business
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business strong,
    .page-business .planet h2,
    .page-business .planet .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .planet h3,
    .page-business .planet
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .planet strong,
    .page-business .planet
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .planet h3,
    .page-business .planet
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .planet strong,
    .page-business .about h2,
    .page-business .about .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .about h3,
    .page-business .about
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .about strong,
    .page-business .about
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .about h3,
    .page-business .about
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .about strong,
    .page-business .map h2,
    .page-business .map .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .map h3,
    .page-business .map
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .map strong,
    .page-business .map
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .map h3,
    .page-business .map
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .map strong {
      margin-bottom: 25px; }
    .page-business .masthead-business p,
    .page-business .planet p,
    .page-business .about p,
    .page-business .map p {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.5;
      padding: 0 20px; }
  .page-business section.masthead-business .wrapper,
  .page-business section.planet .wrapper,
  .page-business section.map .wrapper {
    position: relative;
    top: 0;
    max-width: 500px;
    padding: 0 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .page-business section.masthead-business p,
  .page-business section.planet p,
  .page-business section.map p {
    color: #3f3f3f;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
  .page-business .masthead-business,
  .page-business .planet,
  .page-business .map1 {
    padding: 293px 0 22px; }
    .page-business .masthead-business h2, .page-business .masthead-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business strong, .page-business .masthead-business
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business strong, .page-business .masthead-business p,
    .page-business .planet h2,
    .page-business .planet .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .planet h3,
    .page-business .planet
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .planet strong,
    .page-business .planet
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .planet h3,
    .page-business .planet
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .planet strong,
    .page-business .planet p,
    .page-business .map1 h2,
    .page-business .map1 .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .map1 h3,
    .page-business .map1
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .map1 strong,
    .page-business .map1
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .map1 h3,
    .page-business .map1
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .map1 strong,
    .page-business .map1 p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .page-business .masthead-business h2, .page-business .masthead-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .masthead-business strong, .page-business .masthead-business
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business h3, .page-business .masthead-business
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .masthead-business strong,
    .page-business .planet h2,
    .page-business .planet .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .planet h3,
    .page-business .planet
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .planet strong,
    .page-business .planet
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .planet h3,
    .page-business .planet
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .planet strong,
    .page-business .map1 h2,
    .page-business .map1 .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .map1 h3,
    .page-business .map1
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .map1 strong,
    .page-business .map1
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .map1 h3,
    .page-business .map1
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .map1 strong {
      font-size: 30px;
      line-height: 35px;
      margin: 20px 0 28px;
      padding: 0 30px;
      width: auto; }
    .page-business .masthead-business p,
    .page-business .planet p,
    .page-business .map1 p {
      font-style: normal;
      padding: 0 40px;
      width: auto; }
    .page-business .masthead-business .bg,
    .page-business .planet .bg,
    .page-business .map1 .bg {
      min-height: 293px;
      height: 293px;
      right: 0; }
      .page-business .masthead-business .bg img,
      .page-business .planet .bg img,
      .page-business .map1 .bg img {
        right: 0; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .page-business .masthead-business .bg img,
        .page-business .planet .bg img,
        .page-business .map1 .bg img {
          right: -40px; } }

@media screen and (max-width: 767px) {
  .page-business .about {
    background: #fff;
    padding: 206px 0 52px; }
    .page-business .about .wrapper-business {
      position: static; }
    .page-business .about h2, .page-business .about .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .about h3, .page-business .about
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .about strong, .page-business .about
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .about h3, .page-business .about
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .about strong {
      font-size: 20px;
      margin: 5px 0 12px;
      padding: 0 20px; }
    .page-business .about p.business {
      padding: 0 20px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: center;
      display: block;
      width: 100%;
      margin: 0 auto;
      color: #3f3f3f; }
      .page-business .about p.business br {
        display: none; }
    .page-business .about:after {
      display: none; }
    .page-business .about ul p {
      color: #f48932; }
  .page-business .smart_technology {
    padding-top: 290px; }
    .page-business .smart_technology h2, .page-business .smart_technology .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .smart_technology h3, .page-business .smart_technology
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .smart_technology strong, .page-business .smart_technology
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .smart_technology h3, .page-business .smart_technology
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .smart_technology strong {
      font-size: 28px;
      margin-bottom: 30px; }
    .page-business .smart_technology .about-menu {
      margin-left: -148px; }
      .page-business .smart_technology .about-menu li {
        height: 107px;
        margin: 0 20px 35px !important;
        width: 107px; }
        .page-business .smart_technology .about-menu li i {
          font-size: 40px;
          margin-top: 30px; }
        .page-business .smart_technology .about-menu li span {
          font-size: 15px;
          margin-top: -4px; }
  .page-business .item-label-business {
    margin: 0; }
  .page-business .item-label {
    font-size: 14px;
    height: 30px;
    line-height: 28px; }
  .page-business .business-slider-wrapper {
    padding: 0; }
    .page-business .business-slider-wrapper .parallax_slider {
      display: none; }
    .page-business .business-slider-wrapper .smart-function-slider ul.slides li h2, .page-business .business-slider-wrapper .smart-function-slider ul.slides li .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .business-slider-wrapper .smart-function-slider ul.slides li h3, .page-business .business-slider-wrapper .smart-function-slider ul.slides li
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .business-slider-wrapper .smart-function-slider ul.slides li strong, .page-business .business-slider-wrapper .smart-function-slider ul.slides li
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .business-slider-wrapper .smart-function-slider ul.slides li h3, .page-business .business-slider-wrapper .smart-function-slider ul.slides li
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .business-slider-wrapper .smart-function-slider ul.slides li strong {
      font-size: 28px;
      font-weight: 300;
      margin: 25px 0 35px;
      width: 100%; }
    .page-business .business-slider-wrapper .smart-function-slider ul.slides li p {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.5;
      text-align: center;
      padding: 0 20px;
      width: 100%; }
    .page-business .business-slider-wrapper .smart-function-slider ul.slides li .item-label {
      padding-right: 15px; }
      .page-business .business-slider-wrapper .smart-function-slider ul.slides li .item-label i {
        font-size: 25px;
        margin-top: 4px;
        margin-left: 5px;
        margin-right: 2px; }
  .page-business .partners,
  .page-business .research,
  .page-business .contacts {
    padding: 0 0px; }
    .page-business .partners h2, .page-business .partners .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .partners h3, .page-business .partners
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .partners strong, .page-business .partners
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .partners h3, .page-business .partners
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .partners strong,
    .page-business .research h2,
    .page-business .research .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .research h3,
    .page-business .research
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .research strong,
    .page-business .research
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .research h3,
    .page-business .research
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .research strong,
    .page-business .contacts h2,
    .page-business .contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-business .contacts h3,
    .page-business .contacts
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-business .contacts strong,
    .page-business .contacts
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .contacts h3,
    .page-business .contacts
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-business .contacts strong {
      letter-spacing: 0;
      font-weight: 300;
      font-size: 30px;
      margin-top: 8px;
      margin-bottom: 25px;
      width: auto; }
    .page-business .partners p,
    .page-business .research p,
    .page-business .contacts p {
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.5;
      text-align: left; }
    .page-business .partners .partners-img,
    .page-business .research .partners-img,
    .page-business .contacts .partners-img {
      min-height: 0;
      margin-bottom: 55px;
      width: 100%; }
      .page-business .partners .partners-img img,
      .page-business .research .partners-img img,
      .page-business .contacts .partners-img img {
        padding: 25px 40px 0; }
    .page-business .partners .partners-item,
    .page-business .partners .research-item,
    .page-business .research .partners-item,
    .page-business .research .research-item,
    .page-business .contacts .partners-item,
    .page-business .contacts .research-item {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px; }
      .page-business .partners .partners-item:first-of-type,
      .page-business .partners .research-item:first-of-type,
      .page-business .research .partners-item:first-of-type,
      .page-business .research .research-item:first-of-type,
      .page-business .contacts .partners-item:first-of-type,
      .page-business .contacts .research-item:first-of-type {
        padding: 0 20px; }
      .page-business .partners .partners-item:last-of-type,
      .page-business .partners .research-item:last-of-type,
      .page-business .research .partners-item:last-of-type,
      .page-business .research .research-item:last-of-type,
      .page-business .contacts .partners-item:last-of-type,
      .page-business .contacts .research-item:last-of-type {
        padding-left: 20px;
        padding-bottom: 25px; }
      .page-business .partners .partners-item .partners-content p,
      .page-business .partners .research-item .partners-content p,
      .page-business .research .partners-item .partners-content p,
      .page-business .research .research-item .partners-content p,
      .page-business .contacts .partners-item .partners-content p,
      .page-business .contacts .research-item .partners-content p {
        color: #3f3f3f;
        padding: 0;
        text-align: center;
        line-height: 1.5;
        margin-left: auto;
        margin-right: auto; }
      .page-business .partners .partners-item .partners-content .subtitle,
      .page-business .partners .research-item .partners-content .subtitle,
      .page-business .research .partners-item .partners-content .subtitle,
      .page-business .research .research-item .partners-content .subtitle,
      .page-business .contacts .partners-item .partners-content .subtitle,
      .page-business .contacts .research-item .partners-content .subtitle {
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
        display: block; }
        .page-business .partners .partners-item .partners-content .subtitle p,
        .page-business .partners .research-item .partners-content .subtitle p,
        .page-business .research .partners-item .partners-content .subtitle p,
        .page-business .research .research-item .partners-content .subtitle p,
        .page-business .contacts .partners-item .partners-content .subtitle p,
        .page-business .contacts .research-item .partners-content .subtitle p {
          margin: 0;
          padding: 0; }
      .page-business .partners .partners-item .partners-content .partners-text,
      .page-business .partners .research-item .partners-content .partners-text,
      .page-business .research .partners-item .partners-content .partners-text,
      .page-business .research .research-item .partners-content .partners-text,
      .page-business .contacts .partners-item .partners-content .partners-text,
      .page-business .contacts .research-item .partners-content .partners-text {
        padding: 0;
        margin: 0; }
        .page-business .partners .partners-item .partners-content .partners-text p,
        .page-business .partners .research-item .partners-content .partners-text p,
        .page-business .research .partners-item .partners-content .partners-text p,
        .page-business .research .research-item .partners-content .partners-text p,
        .page-business .contacts .partners-item .partners-content .partners-text p,
        .page-business .contacts .research-item .partners-content .partners-text p {
          text-align: center; }
  .page-business .partners {
    border-top: 1px solid #ebebeb;
    padding-top: 45px; }
  .page-business .comment {
    padding: 0px 0 10px; }
    .page-business .comment p {
      color: #fff;
      text-align: center;
      width: 100%;
      padding: 0 15px 40px; }
    .page-business .comment .comment-item {
      width: 100%;
      padding: 20px 0 0; }
    .page-business .comment .text {
      font-size: 14px;
      line-height: 1.7;
      padding-bottom: 30px; }
    .page-business .comment .img {
      height: 25px; }
    .page-business .comment .img-quote {
      font-size: 0;
      display: block;
      width: 35px;
      height: auto;
      margin: 0 auto;
      padding: 10px 0 25px; }
    .page-business .comment .wrapper {
      max-height: 200px;
      padding: 0; }
    .page-business .comment .signature {
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      padding-bottom: 20px;
      width: auto; }
      .page-business .comment .signature span {
        font-weight: normal;
        font-style: italic;
        letter-spacing: 1; }
  .page-business .research h2, .page-business .research .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .research h3, .page-business .research
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-business .research strong, .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .research h3, .page-business .research
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-business .research strong {
    margin-top: 45px;
    margin-bottom: 30px; }
  .page-business .research p {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .page-business .research .research-item {
    padding: 0;
    width: 100%; }
    .page-business .research .research-item p {
      color: #3f3f3f; }
    .page-business .research .research-item:last-of-type {
      width: 100%;
      padding: 0 20px; }
  .page-business .research .research-img {
    min-height: 0;
    margin-bottom: 30px;
    width: 100%; }
    .page-business .research .research-img img {
      float: none;
      padding: 0 40px 0; }
  .page-business .blog-feed {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px; }
    .page-business .blog-feed .wrapper > h2, .page-business .blog-feed .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > h3, .page-business .blog-feed
    .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > strong, .page-business .blog-feed
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > h3, .page-business .blog-feed
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .blog-feed .wrapper > strong {
      font-size: 30px;
      line-height: 27px;
      margin: 45px 0 20px;
      padding-top: 10px; }
    .page-business .blog-feed .load-more-btn-block .btn {
      background: #ccc;
      display: block; }
  .page-business .map {
    height: 100%;
    padding-bottom: 50px; }
    .page-business .map .bg {
      display: none; }
    .page-business .map .map-items div.address {
      height: 260px;
      float: left;
      margin: 20px 0 40px;
      width: 50%; }
      .page-business .map .map-items div.address h3 {
        text-transform: none;
        font-weight: 300;
        color: #22c1c6;
        letter-spacing: 0.7px; }
      .page-business .map .map-items div.address h6 {
        color: #8f8f8f;
        padding: 0;
        font-size: 15px;
        margin: 0 0 25px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: normal;
        width: 100%; }
      .page-business .map .map-items div.address p {
        text-align: center;
        margin-bottom: 0; }
      .page-business .map .map-items div.address a {
        display: block;
        color: #22c1c6;
        font-size: 14px;
        margin-bottom: 10px;
        text-decoration: underline; }
  .page-business .contacts {
    padding: 44px 20px 0; }
    .page-business .contacts h2, .page-business .contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-business .contacts h3, .page-business .contacts
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-business .contacts strong, .page-business .contacts
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .contacts h3, .page-business .contacts
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-business .contacts strong {
      width: 100%;
      margin: 25px 0 40px; }
    .page-business .contacts p {
      margin-left: auto;
      margin-right: auto; }
    .page-business .contacts .contacts-content .contacts-item {
      clear: both;
      width: 100%;
      padding: 0; }
      .page-business .contacts .contacts-content .contacts-item:last-of-type {
        clear: both;
        width: 100%;
        padding: 0; }
      .page-business .contacts .contacts-content .contacts-item p {
        color: #3f3f3f;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
        width: 100%; }
      .page-business .contacts .contacts-content .contacts-item .mktoForm {
        margin: 0 auto;
        padding: 33px 0 40px;
        width: 551px !important; }
        .page-business .contacts .contacts-content .contacts-item .mktoForm input {
          width: 178px !important; }
        .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
          border-width: 1px;
          margin-bottom: 20px;
          padding: 5px 25px 5px 8px;
          margin-right: 0;
          width: 100%; }
        .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow .mktoButtonWrap button {
          border-radius: 2px;
          font-size: 14px;
          font-weight: 600;
          padding: 10px 60px; } }
      @media screen and (max-width: 767px) and (max-width: 551px) {
        .page-business .contacts .contacts-content .contacts-item .mktoForm {
          width: 100% !important;
          padding: 33px 0 40px; }
          .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol {
            width: 100%; } }

@media screen and (max-width: 767px) {
        .page-business .contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow {
          text-align: center;
          width: 100%; }
      .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form {
        padding-bottom: 0; }
        .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper {
          max-width: inherit;
          margin-bottom: 25px; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu:last-of-type .sg-question-options {
            padding-bottom: 16px; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu .sg-question-options {
            padding: 0 0 16px; }
            .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu .sg-question-options .sg-input.sg-input-menu {
              font-size: 14px;
              font-size: 3.5668789809vw;
              line-height: normal;
              padding-right: 35px; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question.sg-type-menu.sg-required .sg-question-options .sg-input.sg-input-menu {
            padding-right: 55px; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-has-errors {
            padding: 0; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item {
            width: 100%;
            padding: 0; }
            .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item:last-of-type .sg-question-options .sg-control-text.sg-control-text {
              margin-bottom: 16px; }
            .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .half-size, .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .full-size {
              width: 100%;
              max-width: 100%; }
            .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options {
              margin: 0;
              padding: 0; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text {
                margin: 0 0 16px 0;
                background-size: inherit; }
                .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text input {
                  font-size: 14px;
                  font-size: 3.5668789809vw;
                  line-height: 40px;
                  line-height: 10.1910828025vw; }
              .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea {
                font-size: 14px;
                font-size: 3.5668789809vw;
                line-height: normal;
                margin-bottom: 16px; }
          .page-business .contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
            font-size: 14px;
            font-size: 3.5668789809vw;
            line-height: normal;
            -webkit-border-radius: 20vw;
            -moz-border-radius: 20vw;
            border-radius: 20vw;
            float: none;
            margin: 0 auto !important; } }

@media screen and (max-width: 767px) {
  .page-careers.welcome h2, .page-careers.welcome .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome h3, .page-careers.welcome
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome strong, .page-careers.welcome
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome h3, .page-careers.welcome
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome strong, .page-careers.welcome p, .page-careers.departments h2, .page-careers.departments .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments h3, .page-careers.departments
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments strong, .page-careers.departments
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments h3, .page-careers.departments
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments strong, .page-careers.departments p, .page-careers.listings h2, .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings strong, .page-careers.listings p,
  .page-engineer.welcome h2,
  .page-engineer.welcome .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome h3,
  .page-engineer.welcome
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome strong,
  .page-engineer.welcome
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome h3,
  .page-engineer.welcome
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome strong,
  .page-engineer.welcome p,
  .page-engineer.departments h2,
  .page-engineer.departments .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.departments h3,
  .page-engineer.departments
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.departments strong,
  .page-engineer.departments
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.departments h3,
  .page-engineer.departments
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.departments strong,
  .page-engineer.departments p,
  .page-engineer.listings h2, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.listings h3,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.listings strong, .page-engineer.listings section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .logged-in .page-careers.welcome .site-header-content-careers, .logged-in .page-careers.departments .site-header-content-careers, .logged-in .page-careers.listings .site-header-content-careers, .logged-in
  .page-engineer.welcome .site-header-content-careers, .logged-in
  .page-engineer.departments .site-header-content-careers, .logged-in
  .page-engineer.listings .site-header-content-careers {
    margin-top: -13px; }
  .page-careers.welcome .content_item, .page-careers.departments .content_item, .page-careers.listings .content_item,
  .page-engineer.welcome .content_item,
  .page-engineer.departments .content_item,
  .page-engineer.listings .content_item {
    padding: 0; }
  .page-careers.welcome section.masthead-careers,
  .page-careers.welcome section.food-careers, .page-careers.departments section.masthead-careers,
  .page-careers.departments section.food-careers, .page-careers.listings section.masthead-careers,
  .page-careers.listings section.food-careers,
  .page-engineer.welcome section.masthead-careers,
  .page-engineer.welcome section.food-careers,
  .page-engineer.departments section.masthead-careers,
  .page-engineer.departments section.food-careers,
  .page-engineer.listings section.masthead-careers,
  .page-engineer.listings section.food-careers {
    height: auto; }
    .page-careers.welcome section.masthead-careers h2, .page-careers.welcome section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers h3, .page-careers.welcome section.masthead-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers strong, .page-careers.welcome section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers h3, .page-careers.welcome section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.masthead-careers strong,
    .page-careers.welcome section.food-careers h2,
    .page-careers.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers h3,
    .page-careers.welcome section.food-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers strong,
    .page-careers.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers h3,
    .page-careers.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers strong, .page-careers.departments section.masthead-careers h2, .page-careers.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers h3, .page-careers.departments section.masthead-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers strong, .page-careers.departments section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers h3, .page-careers.departments section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers strong,
    .page-careers.departments section.food-careers h2,
    .page-careers.departments section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.departments section.food-careers h3,
    .page-careers.departments section.food-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.departments section.food-careers strong,
    .page-careers.departments section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.departments section.food-careers h3,
    .page-careers.departments section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.departments section.food-careers strong, .page-careers.listings section.masthead-careers h2, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers h3, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings section.masthead-careers h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings section.masthead-careers strong,
    .page-careers.listings section.food-careers h2, .page-careers.listings section.food-careers section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item section.food-careers h3, .page-careers.listings section.food-careers section.content .wrapper .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item section.food-careers strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.listings section.food-careers h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.listings section.food-careers strong,
    .page-engineer.welcome section.masthead-careers h2,
    .page-engineer.welcome section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.masthead-careers h3,
    .page-engineer.welcome section.masthead-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.masthead-careers strong,
    .page-engineer.welcome section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.masthead-careers h3,
    .page-engineer.welcome section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.masthead-careers strong,
    .page-engineer.welcome section.food-careers h2,
    .page-engineer.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers h3,
    .page-engineer.welcome section.food-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers strong,
    .page-engineer.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers h3,
    .page-engineer.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers strong,
    .page-engineer.departments section.masthead-careers h2,
    .page-engineer.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.masthead-careers h3,
    .page-engineer.departments section.masthead-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.masthead-careers strong,
    .page-engineer.departments section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.masthead-careers h3,
    .page-engineer.departments section.masthead-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.masthead-careers strong,
    .page-engineer.departments section.food-careers h2,
    .page-engineer.departments section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.food-careers h3,
    .page-engineer.departments section.food-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.food-careers strong,
    .page-engineer.departments section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.food-careers h3,
    .page-engineer.departments section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.departments section.food-careers strong,
    .page-engineer.listings section.masthead-careers h2, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.listings section.masthead-careers h3,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.listings section.masthead-careers strong, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers h3, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers strong,
    .page-engineer.listings section.food-careers h2, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.listings section.food-careers h3,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.listings section.food-careers strong, .page-engineer.listings section.food-careers section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item section.food-careers h3, .page-engineer.listings section.food-careers section.content .wrapper .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item section.food-careers strong {
      width: 100%;
      font-size: 36px;
      color: #3f3f3f;
      line-height: 44px;
      margin: 20px 0 105px; }
    .page-careers.welcome section.masthead-careers .bg,
    .page-careers.welcome section.food-careers .bg, .page-careers.departments section.masthead-careers .bg,
    .page-careers.departments section.food-careers .bg, .page-careers.listings section.masthead-careers .bg,
    .page-careers.listings section.food-careers .bg,
    .page-engineer.welcome section.masthead-careers .bg,
    .page-engineer.welcome section.food-careers .bg,
    .page-engineer.departments section.masthead-careers .bg,
    .page-engineer.departments section.food-careers .bg,
    .page-engineer.listings section.masthead-careers .bg,
    .page-engineer.listings section.food-careers .bg {
      position: relative;
      padding-top: 0px;
      min-height: 293px;
      height: 293px;
      right: 0; }
      .page-careers.welcome section.masthead-careers .bg img,
      .page-careers.welcome section.food-careers .bg img, .page-careers.departments section.masthead-careers .bg img,
      .page-careers.departments section.food-careers .bg img, .page-careers.listings section.masthead-careers .bg img,
      .page-careers.listings section.food-careers .bg img,
      .page-engineer.welcome section.masthead-careers .bg img,
      .page-engineer.welcome section.food-careers .bg img,
      .page-engineer.departments section.masthead-careers .bg img,
      .page-engineer.departments section.food-careers .bg img,
      .page-engineer.listings section.masthead-careers .bg img,
      .page-engineer.listings section.food-careers .bg img {
        right: 0; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .page-careers.welcome section.masthead-careers .bg img,
        .page-careers.welcome section.food-careers .bg img, .page-careers.departments section.masthead-careers .bg img,
        .page-careers.departments section.food-careers .bg img, .page-careers.listings section.masthead-careers .bg img,
        .page-careers.listings section.food-careers .bg img,
        .page-engineer.welcome section.masthead-careers .bg img,
        .page-engineer.welcome section.food-careers .bg img,
        .page-engineer.departments section.masthead-careers .bg img,
        .page-engineer.departments section.food-careers .bg img,
        .page-engineer.listings section.masthead-careers .bg img,
        .page-engineer.listings section.food-careers .bg img {
          right: -40px; } }

@media screen and (max-width: 767px) {
    .page-careers.welcome section.masthead-careers .wrapper,
    .page-careers.welcome section.food-careers .wrapper, .page-careers.departments section.masthead-careers .wrapper,
    .page-careers.departments section.food-careers .wrapper, .page-careers.listings section.masthead-careers .wrapper,
    .page-careers.listings section.food-careers .wrapper,
    .page-engineer.welcome section.masthead-careers .wrapper,
    .page-engineer.welcome section.food-careers .wrapper,
    .page-engineer.departments section.masthead-careers .wrapper,
    .page-engineer.departments section.food-careers .wrapper,
    .page-engineer.listings section.masthead-careers .wrapper,
    .page-engineer.listings section.food-careers .wrapper {
      position: relative;
      top: 0;
      padding: 0 15px;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
      .page-careers.welcome section.masthead-careers .wrapper .icon-chevron-thin-down,
      .page-careers.welcome section.food-careers .wrapper .icon-chevron-thin-down, .page-careers.departments section.masthead-careers .wrapper .icon-chevron-thin-down,
      .page-careers.departments section.food-careers .wrapper .icon-chevron-thin-down, .page-careers.listings section.masthead-careers .wrapper .icon-chevron-thin-down,
      .page-careers.listings section.food-careers .wrapper .icon-chevron-thin-down,
      .page-engineer.welcome section.masthead-careers .wrapper .icon-chevron-thin-down,
      .page-engineer.welcome section.food-careers .wrapper .icon-chevron-thin-down,
      .page-engineer.departments section.masthead-careers .wrapper .icon-chevron-thin-down,
      .page-engineer.departments section.food-careers .wrapper .icon-chevron-thin-down,
      .page-engineer.listings section.masthead-careers .wrapper .icon-chevron-thin-down,
      .page-engineer.listings section.food-careers .wrapper .icon-chevron-thin-down {
        color: #22c1c6;
        font-size: 19px;
        padding-bottom: 10px; }
  .page-careers.welcome .background-main,
  .page-engineer.welcome .background-main {
    background-color: #fff; }
  .page-careers.welcome .our-pad,
  .page-engineer.welcome .our-pad {
    width: 32px;
    height: 32px;
    background: url("/content/themes/noom/images/careers/our-pad.png") no-repeat scroll 0% center transparent;
    background-size: 63%; }
  .page-careers.welcome .healthy,
  .page-engineer.welcome .healthy {
    width: 28px;
    height: 32px;
    background: url("/content/themes/noom/images/careers/healthy.png") no-repeat scroll 0% center transparent;
    background-size: 65%; }
  .page-careers.welcome .lets-work,
  .page-engineer.welcome .lets-work {
    width: 32px;
    height: 28px;
    background: url("/content/themes/noom/images/careers/lets-work.png") no-repeat scroll 0% center transparent;
    background-size: 65%; }
  .page-careers.welcome .choose-brew-img,
  .page-engineer.welcome .choose-brew-img {
    width: 32px;
    height: 32px;
    background: url("/content/themes/noom/images/careers/choose-brew.png") no-repeat scroll 0% center transparent;
    background-size: 67%;
    margin: 10px 0 8px 10px; }
  .page-careers.welcome .first-block-text,
  .page-careers.welcome .second-block-text,
  .page-careers.welcome section.food-careers,
  .page-careers.welcome section.choose-brew,
  .page-engineer.welcome .first-block-text,
  .page-engineer.welcome .second-block-text,
  .page-engineer.welcome section.food-careers,
  .page-engineer.welcome section.choose-brew {
    float: none;
    width: 100%; }
    .page-careers.welcome .first-block-text h2, .page-careers.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3, .page-careers.welcome .first-block-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong, .page-careers.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3, .page-careers.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong,
    .page-careers.welcome .second-block-text h2,
    .page-careers.welcome .second-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome .second-block-text h3,
    .page-careers.welcome .second-block-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome .second-block-text strong,
    .page-careers.welcome .second-block-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome .second-block-text h3,
    .page-careers.welcome .second-block-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome .second-block-text strong,
    .page-careers.welcome section.food-careers h2,
    .page-careers.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers h3,
    .page-careers.welcome section.food-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers strong,
    .page-careers.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers h3,
    .page-careers.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.food-careers strong,
    .page-careers.welcome section.choose-brew h2,
    .page-careers.welcome section.choose-brew .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.choose-brew h3,
    .page-careers.welcome section.choose-brew
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.choose-brew strong,
    .page-careers.welcome section.choose-brew
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.choose-brew h3,
    .page-careers.welcome section.choose-brew
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-careers.welcome section.choose-brew strong,
    .page-engineer.welcome .first-block-text h2,
    .page-engineer.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text h3,
    .page-engineer.welcome .first-block-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text strong,
    .page-engineer.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text h3,
    .page-engineer.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text strong,
    .page-engineer.welcome .second-block-text h2,
    .page-engineer.welcome .second-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .second-block-text h3,
    .page-engineer.welcome .second-block-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .second-block-text strong,
    .page-engineer.welcome .second-block-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .second-block-text h3,
    .page-engineer.welcome .second-block-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .second-block-text strong,
    .page-engineer.welcome section.food-careers h2,
    .page-engineer.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers h3,
    .page-engineer.welcome section.food-careers
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers strong,
    .page-engineer.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers h3,
    .page-engineer.welcome section.food-careers
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.food-careers strong,
    .page-engineer.welcome section.choose-brew h2,
    .page-engineer.welcome section.choose-brew .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.choose-brew h3,
    .page-engineer.welcome section.choose-brew
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.choose-brew strong,
    .page-engineer.welcome section.choose-brew
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.choose-brew h3,
    .page-engineer.welcome section.choose-brew
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.choose-brew strong {
      font-size: 30px;
      letter-spacing: 0;
      width: 100%;
      text-align: center;
      color: #3f3f3f;
      line-height: 35px; }
      .page-careers.welcome .first-block-text h2.engineer-title, .page-careers.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3.engineer-title, .page-careers.welcome .first-block-text
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong.engineer-title, .page-careers.welcome .first-block-text
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3.engineer-title, .page-careers.welcome .first-block-text
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong.engineer-title,
      .page-careers.welcome .second-block-text h2.engineer-title,
      .page-careers.welcome .second-block-text .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-careers.welcome .second-block-text h3.engineer-title,
      .page-careers.welcome .second-block-text
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-careers.welcome .second-block-text strong.engineer-title,
      .page-careers.welcome .second-block-text
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-careers.welcome .second-block-text h3.engineer-title,
      .page-careers.welcome .second-block-text
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-careers.welcome .second-block-text strong.engineer-title,
      .page-careers.welcome section.food-careers h2.engineer-title,
      .page-careers.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.food-careers h3.engineer-title,
      .page-careers.welcome section.food-careers
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.food-careers strong.engineer-title,
      .page-careers.welcome section.food-careers
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.food-careers h3.engineer-title,
      .page-careers.welcome section.food-careers
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.food-careers strong.engineer-title,
      .page-careers.welcome section.choose-brew h2.engineer-title,
      .page-careers.welcome section.choose-brew .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.choose-brew h3.engineer-title,
      .page-careers.welcome section.choose-brew
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.choose-brew strong.engineer-title,
      .page-careers.welcome section.choose-brew
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.choose-brew h3.engineer-title,
      .page-careers.welcome section.choose-brew
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-careers.welcome section.choose-brew strong.engineer-title,
      .page-engineer.welcome .first-block-text h2.engineer-title,
      .page-engineer.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .first-block-text h3.engineer-title,
      .page-engineer.welcome .first-block-text
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .first-block-text strong.engineer-title,
      .page-engineer.welcome .first-block-text
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .first-block-text h3.engineer-title,
      .page-engineer.welcome .first-block-text
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .first-block-text strong.engineer-title,
      .page-engineer.welcome .second-block-text h2.engineer-title,
      .page-engineer.welcome .second-block-text .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .second-block-text h3.engineer-title,
      .page-engineer.welcome .second-block-text
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .second-block-text strong.engineer-title,
      .page-engineer.welcome .second-block-text
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .second-block-text h3.engineer-title,
      .page-engineer.welcome .second-block-text
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome .second-block-text strong.engineer-title,
      .page-engineer.welcome section.food-careers h2.engineer-title,
      .page-engineer.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.food-careers h3.engineer-title,
      .page-engineer.welcome section.food-careers
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.food-careers strong.engineer-title,
      .page-engineer.welcome section.food-careers
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.food-careers h3.engineer-title,
      .page-engineer.welcome section.food-careers
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.food-careers strong.engineer-title,
      .page-engineer.welcome section.choose-brew h2.engineer-title,
      .page-engineer.welcome section.choose-brew .page-careers.listings section.content .wrapper .content-text .item h3.engineer-title, .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.choose-brew h3.engineer-title,
      .page-engineer.welcome section.choose-brew
      .page-careers.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-careers.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.choose-brew strong.engineer-title,
      .page-engineer.welcome section.choose-brew
      .page-engineer.listings section.content .wrapper .content-text .item h3.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.choose-brew h3.engineer-title,
      .page-engineer.welcome section.choose-brew
      .page-engineer.listings section.content .wrapper .content-text .item strong.engineer-title,
      .page-engineer.listings section.content .wrapper .content-text .item
      .page-engineer.welcome section.choose-brew strong.engineer-title {
        margin: 32px 0 25px; }
    .page-careers.welcome .first-block-text p,
    .page-careers.welcome .second-block-text p,
    .page-careers.welcome section.food-careers p,
    .page-careers.welcome section.choose-brew p,
    .page-engineer.welcome .first-block-text p,
    .page-engineer.welcome .second-block-text p,
    .page-engineer.welcome section.food-careers p,
    .page-engineer.welcome section.choose-brew p {
      color: #8f8f8f;
      font-size: 18px;
      line-height: 21px; }
    .page-careers.welcome .first-block-text .wrapper,
    .page-careers.welcome .second-block-text .wrapper,
    .page-careers.welcome section.food-careers .wrapper,
    .page-careers.welcome section.choose-brew .wrapper,
    .page-engineer.welcome .first-block-text .wrapper,
    .page-engineer.welcome .second-block-text .wrapper,
    .page-engineer.welcome section.food-careers .wrapper,
    .page-engineer.welcome section.choose-brew .wrapper {
      padding: 25px 25px 20px;
      width: 100% !important; }
    .page-careers.welcome .first-block-text.second-block-text_narrower .wrapper,
    .page-careers.welcome .second-block-text.second-block-text_narrower .wrapper,
    .page-careers.welcome section.food-careers.second-block-text_narrower .wrapper,
    .page-careers.welcome section.choose-brew.second-block-text_narrower .wrapper,
    .page-engineer.welcome .first-block-text.second-block-text_narrower .wrapper,
    .page-engineer.welcome .second-block-text.second-block-text_narrower .wrapper,
    .page-engineer.welcome section.food-careers.second-block-text_narrower .wrapper,
    .page-engineer.welcome section.choose-brew.second-block-text_narrower .wrapper {
      padding: 25px 25px 20px;
      width: 100% !important; }
  .page-careers.welcome .first-block-text,
  .page-engineer.welcome .first-block-text {
    display: table-row-group; }
    .page-careers.welcome .first-block-text h2, .page-careers.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3, .page-careers.welcome .first-block-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong, .page-careers.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text h3, .page-careers.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .first-block-text strong,
    .page-engineer.welcome .first-block-text h2,
    .page-engineer.welcome .first-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text h3,
    .page-engineer.welcome .first-block-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text strong,
    .page-engineer.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text h3,
    .page-engineer.welcome .first-block-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome .first-block-text strong {
      margin: 0 0 18px; }
  .page-careers.welcome .second-block-text h2, .page-careers.welcome .second-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .second-block-text h3, .page-careers.welcome .second-block-text
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome .second-block-text strong, .page-careers.welcome .second-block-text
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .second-block-text h3, .page-careers.welcome .second-block-text
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome .second-block-text strong,
  .page-careers.welcome section.food-careers h2,
  .page-careers.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.food-careers h3,
  .page-careers.welcome section.food-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.food-careers strong,
  .page-careers.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.food-careers h3,
  .page-careers.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.food-careers strong,
  .page-careers.welcome section.choose-brew h2,
  .page-careers.welcome section.choose-brew .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.choose-brew h3,
  .page-careers.welcome section.choose-brew
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.choose-brew strong,
  .page-careers.welcome section.choose-brew
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.choose-brew h3,
  .page-careers.welcome section.choose-brew
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-careers.welcome section.choose-brew strong,
  .page-engineer.welcome .second-block-text h2,
  .page-engineer.welcome .second-block-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .second-block-text h3,
  .page-engineer.welcome .second-block-text
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .second-block-text strong,
  .page-engineer.welcome .second-block-text
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .second-block-text h3,
  .page-engineer.welcome .second-block-text
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome .second-block-text strong,
  .page-engineer.welcome section.food-careers h2,
  .page-engineer.welcome section.food-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers h3,
  .page-engineer.welcome section.food-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers strong,
  .page-engineer.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers h3,
  .page-engineer.welcome section.food-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.food-careers strong,
  .page-engineer.welcome section.choose-brew h2,
  .page-engineer.welcome section.choose-brew .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.choose-brew h3,
  .page-engineer.welcome section.choose-brew
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.choose-brew strong,
  .page-engineer.welcome section.choose-brew
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.choose-brew h3,
  .page-engineer.welcome section.choose-brew
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.welcome section.choose-brew strong {
    margin: 0 0 25px; }
  .page-careers.welcome section.choose-brew,
  .page-engineer.welcome section.choose-brew {
    margin-bottom: 20px; }
    .page-careers.welcome section.choose-brew p,
    .page-engineer.welcome section.choose-brew p {
      margin-bottom: 0; }
  .page-careers.welcome section.image-people,
  .page-engineer.welcome section.image-people {
    height: auto;
    width: 100%; }
    .page-careers.welcome section.image-people .bg,
    .page-engineer.welcome section.image-people .bg {
      position: relative;
      padding-top: 0px;
      margin-top: 20px;
      min-height: 150px;
      height: 150px;
      right: 0; }
      .page-careers.welcome section.image-people .bg img,
      .page-engineer.welcome section.image-people .bg img {
        right: 0;
        position: relative; } }
      @media screen and (max-width: 767px) and (max-width: 400px) {
        .page-careers.welcome section.image-people .bg img,
        .page-engineer.welcome section.image-people .bg img {
          right: 0px; } }

@media screen and (max-width: 767px) {
  .page-careers.welcome section.text-and-text,
  .page-engineer.welcome section.text-and-text {
    background: #f5f5f5;
    height: auto; }
    .page-careers.welcome section.text-and-text h2, .page-careers.welcome section.text-and-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text h3, .page-careers.welcome section.text-and-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text strong, .page-careers.welcome section.text-and-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text h3, .page-careers.welcome section.text-and-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-careers.welcome section.text-and-text strong,
    .page-engineer.welcome section.text-and-text h2,
    .page-engineer.welcome section.text-and-text .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.text-and-text h3,
    .page-engineer.welcome section.text-and-text
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.text-and-text strong,
    .page-engineer.welcome section.text-and-text
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.text-and-text h3,
    .page-engineer.welcome section.text-and-text
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item
    .page-engineer.welcome section.text-and-text strong {
      margin: 0 0 25px;
      padding-left: 0px;
      width: 100%; }
    .page-careers.welcome section.text-and-text p,
    .page-engineer.welcome section.text-and-text p {
      padding-left: 0px; }
    .page-careers.welcome section.text-and-text .wrapper,
    .page-engineer.welcome section.text-and-text .wrapper {
      padding-left: 23px;
      padding-right: 23px;
      padding-top: 0px; }
    .page-careers.welcome section.text-and-text .second-block-text,
    .page-engineer.welcome section.text-and-text .second-block-text {
      padding-top: 10px; }
      .page-careers.welcome section.text-and-text .second-block-text .wrapper,
      .page-engineer.welcome section.text-and-text .second-block-text .wrapper {
        padding-left: 23px;
        padding-right: 23px; }
    .page-careers.welcome section.text-and-text .background-white,
    .page-engineer.welcome section.text-and-text .background-white {
      background: #fff; }
    .page-careers.welcome section.text-and-text .moving,
    .page-careers.welcome section.text-and-text .tgif,
    .page-careers.welcome section.text-and-text .freestyle-days,
    .page-careers.welcome section.text-and-text .offsites,
    .page-careers.welcome section.text-and-text .deliberate,
    .page-careers.welcome section.text-and-text .empowered,
    .page-careers.welcome section.text-and-text .collaborators,
    .page-careers.welcome section.text-and-text .freedom,
    .page-engineer.welcome section.text-and-text .moving,
    .page-engineer.welcome section.text-and-text .tgif,
    .page-engineer.welcome section.text-and-text .freestyle-days,
    .page-engineer.welcome section.text-and-text .offsites,
    .page-engineer.welcome section.text-and-text .deliberate,
    .page-engineer.welcome section.text-and-text .empowered,
    .page-engineer.welcome section.text-and-text .collaborators,
    .page-engineer.welcome section.text-and-text .freedom {
      background-position: center 32px;
      background-size: 6%;
      padding-top: 70px; }
  .page-careers.welcome .first-block-image,
  .page-careers.welcome .second-block-image,
  .page-engineer.welcome .first-block-image,
  .page-engineer.welcome .second-block-image {
    width: 100%;
    float: none;
    display: table-header-group; }
    .page-careers.welcome .first-block-image img,
    .page-careers.welcome .second-block-image img,
    .page-engineer.welcome .first-block-image img,
    .page-engineer.welcome .second-block-image img {
      width: 100%; }
  .page-careers.departments section.masthead-careers h2, .page-careers.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers h3, .page-careers.departments section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers strong, .page-careers.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers h3, .page-careers.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.departments section.masthead-careers strong, .page-careers.listings section.masthead-careers h2, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers h3, .page-careers.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item section.masthead-careers strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings section.masthead-careers h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-careers.listings section.masthead-careers strong,
  .page-engineer.departments section.masthead-careers h2,
  .page-engineer.departments section.masthead-careers .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers h3,
  .page-engineer.departments section.masthead-careers
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers strong,
  .page-engineer.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers h3,
  .page-engineer.departments section.masthead-careers
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item
  .page-engineer.departments section.masthead-careers strong,
  .page-engineer.listings section.masthead-careers h2, .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.listings section.masthead-careers h3,
  .page-careers.listings section.content .wrapper .content-text .item
  .page-engineer.listings section.masthead-careers strong, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers h3, .page-engineer.listings section.masthead-careers section.content .wrapper .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item section.masthead-careers strong {
    padding-top: 25px;
    margin-bottom: 0px; }
  .page-careers.departments .text-main .wrapper, .page-careers.listings .text-main .wrapper,
  .page-engineer.departments .text-main .wrapper,
  .page-engineer.listings .text-main .wrapper {
    padding: 0 23px; }
    .page-careers.departments .text-main .wrapper p, .page-careers.listings .text-main .wrapper p,
    .page-engineer.departments .text-main .wrapper p,
    .page-engineer.listings .text-main .wrapper p {
      padding: 17px 0 0;
      line-height: 28px;
      font-size: 21px;
      color: #5f5f5f; }
      .page-careers.departments .text-main .wrapper p .word-wrap-desctop:after, .page-careers.listings .text-main .wrapper p .word-wrap-desctop:after,
      .page-engineer.departments .text-main .wrapper p .word-wrap-desctop:after,
      .page-engineer.listings .text-main .wrapper p .word-wrap-desctop:after {
        content: '';
        display: none; }
  .page-careers.departments section.cards,
  .page-engineer.departments section.cards {
    padding: 17px; }
    .page-careers.departments section.cards .wrapper,
    .page-engineer.departments section.cards .wrapper {
      width: 100%; }
      .page-careers.departments section.cards .wrapper .card,
      .page-engineer.departments section.cards .wrapper .card {
        margin-bottom: 17px;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 7px;
        float: none;
        width: 100%; }
        .page-careers.departments section.cards .wrapper .card:last-of-type,
        .page-engineer.departments section.cards .wrapper .card:last-of-type {
          margin-bottom: 0px; }
        .page-careers.departments section.cards .wrapper .card h2, .page-careers.departments section.cards .page-careers.listings section.content .wrapper .card .content-text .item h3, .page-careers.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item h3, .page-careers.departments section.cards .page-careers.listings section.content .wrapper .content-text .item .card h3, .page-careers.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card h3, .page-careers.departments section.cards
        .page-careers.listings section.content .wrapper .card .content-text .item strong,
        .page-careers.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item strong, .page-careers.departments section.cards
        .page-careers.listings section.content .wrapper .content-text .item .card strong,
        .page-careers.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card strong, .page-careers.departments section.cards
        .page-engineer.listings section.content .wrapper .card .content-text .item h3,
        .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item h3, .page-careers.departments section.cards
        .page-engineer.listings section.content .wrapper .content-text .item .card h3,
        .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card h3, .page-careers.departments section.cards
        .page-engineer.listings section.content .wrapper .card .content-text .item strong,
        .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .card .content-text .item strong, .page-careers.departments section.cards
        .page-engineer.listings section.content .wrapper .content-text .item .card strong,
        .page-engineer.listings section.content .page-careers.departments section.cards .wrapper .content-text .item .card strong,
        .page-engineer.departments section.cards .wrapper .card h2,
        .page-engineer.departments section.cards .page-careers.listings section.content .wrapper .card .content-text .item h3, .page-careers.listings section.content
        .page-engineer.departments section.cards .wrapper .card .content-text .item h3,
        .page-engineer.departments section.cards .page-careers.listings section.content .wrapper .content-text .item .card h3, .page-careers.listings section.content
        .page-engineer.departments section.cards .wrapper .content-text .item .card h3,
        .page-engineer.departments section.cards
        .page-careers.listings section.content .wrapper .card .content-text .item strong,
        .page-careers.listings section.content
        .page-engineer.departments section.cards .wrapper .card .content-text .item strong,
        .page-engineer.departments section.cards
        .page-careers.listings section.content .wrapper .content-text .item .card strong,
        .page-careers.listings section.content
        .page-engineer.departments section.cards .wrapper .content-text .item .card strong,
        .page-engineer.departments section.cards
        .page-engineer.listings section.content .wrapper .card .content-text .item h3,
        .page-engineer.listings section.content
        .page-engineer.departments section.cards .wrapper .card .content-text .item h3,
        .page-engineer.departments section.cards
        .page-engineer.listings section.content .wrapper .content-text .item .card h3,
        .page-engineer.listings section.content
        .page-engineer.departments section.cards .wrapper .content-text .item .card h3,
        .page-engineer.departments section.cards
        .page-engineer.listings section.content .wrapper .card .content-text .item strong,
        .page-engineer.listings section.content
        .page-engineer.departments section.cards .wrapper .card .content-text .item strong,
        .page-engineer.departments section.cards
        .page-engineer.listings section.content .wrapper .content-text .item .card strong,
        .page-engineer.listings section.content
        .page-engineer.departments section.cards .wrapper .content-text .item .card strong {
          font-size: 26px;
          margin-top: 4px;
          margin-bottom: 30px;
          letter-spacing: 0; }
        .page-careers.departments section.cards .wrapper .card p,
        .page-engineer.departments section.cards .wrapper .card p {
          font-size: 22px;
          margin-bottom: 30px;
          padding: 0 30px; }
        .page-careers.departments section.cards .wrapper .card .card-footer,
        .page-engineer.departments section.cards .wrapper .card .card-footer {
          font-size: 18px;
          text-align: center;
          float: none; }
  .page-careers.listings .text-main .wrapper,
  .page-engineer.listings .text-main .wrapper {
    padding: 0 18px; }
    .page-careers.listings .text-main .wrapper p,
    .page-engineer.listings .text-main .wrapper p {
      font-size: 22px;
      line-height: 31px;
      padding-left: 0px;
      padding-right: 0px; }
  .page-careers.listings .text-main .img-quote,
  .page-engineer.listings .text-main .img-quote {
    padding-top: 40px;
    padding-bottom: 10px; }
    .page-careers.listings .text-main .img-quote img,
    .page-engineer.listings .text-main .img-quote img {
      width: 40px; }
  .page-careers.listings .text-main .text-name,
  .page-engineer.listings .text-main .text-name {
    margin-top: 45px; }
  .page-careers.listings .text-main .man,
  .page-engineer.listings .text-main .man {
    font-size: 14px; }
  .page-careers.listings section.content,
  .page-engineer.listings section.content {
    margin-top: 15px;
    padding: 17px 13px 17px 12px; }
    .page-careers.listings section.content .wrapper .content-text,
    .page-careers.listings section.content .wrapper .content-menu,
    .page-engineer.listings section.content .wrapper .content-text,
    .page-engineer.listings section.content .wrapper .content-menu {
      border-radius: 5px;
      float: none;
      width: 100%; }
    .page-careers.listings section.content .wrapper .content-text,
    .page-engineer.listings section.content .wrapper .content-text {
      margin-right: 0; }
      .page-careers.listings section.content .wrapper .content-text .item,
      .page-engineer.listings section.content .wrapper .content-text .item {
        border-bottom: 1px solid #d5dbdb; }
        .page-careers.listings section.content .wrapper .content-text .item h2, .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .wrapper .content-text .item h2, .page-engineer.listings section.content .wrapper .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item strong {
          font-size: 24px;
          letter-spacing: 0.5px;
          margin-bottom: 5px; }
        .page-careers.listings section.content .wrapper .content-text .item h3,
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .wrapper .content-text .item strong {
          padding-top: 25px;
          padding-bottom: 12px;
          font-size: 22px;
          letter-spacing: 0; }
          .page-careers.listings section.content .wrapper .content-text .item h3:first-of-type,
          .page-careers.listings section.content .wrapper .content-text .item strong:first-of-type,
          .page-engineer.listings section.content .wrapper .content-text .item h3:first-of-type,
          .page-engineer.listings section.content .wrapper .content-text .item strong:first-of-type {
            padding-top: 0px; }
        .page-careers.listings section.content .wrapper .content-text .item p,
        .page-engineer.listings section.content .wrapper .content-text .item p {
          font-size: 22px;
          line-height: 29px;
          text-align: left; }
        .page-careers.listings section.content .wrapper .content-text .item ul,
        .page-engineer.listings section.content .wrapper .content-text .item ul {
          margin: 5px 0 25px 0px; }
          .page-careers.listings section.content .wrapper .content-text .item ul li,
          .page-engineer.listings section.content .wrapper .content-text .item ul li {
            background: none;
            margin-bottom: 10px;
            padding-left: 0px;
            font-size: 22px;
            line-height: 29px;
            text-align: left; }
            .page-careers.listings section.content .wrapper .content-text .item ul li:last-of-type,
            .page-engineer.listings section.content .wrapper .content-text .item ul li:last-of-type {
              margin-bottom: 0px; }
        .page-careers.listings section.content .wrapper .content-text .item button,
        .page-engineer.listings section.content .wrapper .content-text .item button {
          border-radius: 5px;
          padding: 23px;
          width: 240px;
          margin: 65px 0 28px;
          font-size: 19px; }
        .page-careers.listings section.content .wrapper .content-text .item .header,
        .page-careers.listings section.content .wrapper .content-text .item .text,
        .page-engineer.listings section.content .wrapper .content-text .item .header,
        .page-engineer.listings section.content .wrapper .content-text .item .text {
          padding: 25px; }
        .page-careers.listings section.content .wrapper .content-text .item .header p,
        .page-engineer.listings section.content .wrapper .content-text .item .header p {
          font-size: 14px;
          text-align: center; }
        .page-careers.listings section.content .wrapper .content-text .item .text,
        .page-engineer.listings section.content .wrapper .content-text .item .text {
          border-top: 1px solid #d5dbdb; }
          .page-careers.listings section.content .wrapper .content-text .item .text p,
          .page-engineer.listings section.content .wrapper .content-text .item .text p {
            margin-bottom: 25px; }
          .page-careers.listings section.content .wrapper .content-text .item .text strong,
          .page-engineer.listings section.content .wrapper .content-text .item .text strong {
            font-size: 22px; }
        .page-careers.listings section.content .wrapper .content-text .item .hover,
        .page-engineer.listings section.content .wrapper .content-text .item .hover {
          padding-bottom: 25px; }
        .page-careers.listings section.content .wrapper .content-text .item .hover:hover .less,
        .page-careers.listings section.content .wrapper .content-text .item .hover:hover .better,
        .page-engineer.listings section.content .wrapper .content-text .item .hover:hover .less,
        .page-engineer.listings section.content .wrapper .content-text .item .hover:hover .better {
          display: none; }
        .page-careers.listings section.content .wrapper .content-text .item .close,
        .page-engineer.listings section.content .wrapper .content-text .item .close {
          background: transparent url("/content/themes/noom/images/careers/close.png") no-repeat scroll 0 center/100% auto;
          display: block;
          float: right;
          height: 26px;
          width: 26px;
          z-index: 50;
          margin-left: 100%;
          margin-bottom: 20px; }
        .page-careers.listings section.content .wrapper .content-text .item:first-of-type,
        .page-engineer.listings section.content .wrapper .content-text .item:first-of-type {
          border-top-right-radius: 5px;
          border-top-left-radius: 5px; }
          .page-careers.listings section.content .wrapper .content-text .item:first-of-type .hover:hover,
          .page-engineer.listings section.content .wrapper .content-text .item:first-of-type .hover:hover {
            border-top-right-radius: 5px;
            border-top-left-radius: 5px; }
        .page-careers.listings section.content .wrapper .content-text .item:last-of-type,
        .page-engineer.listings section.content .wrapper .content-text .item:last-of-type {
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px; }
          .page-careers.listings section.content .wrapper .content-text .item:last-of-type .hover:hover,
          .page-engineer.listings section.content .wrapper .content-text .item:last-of-type .hover:hover {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field label,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field label {
          float: none !important;
          width: 100% !important;
          text-align: left !important;
          display: block !important; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="text"], .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field input[type="text"],
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field textarea {
          width: 100% !important;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .field-error-msg,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .field-error-msg {
          padding-left: 0; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container {
          display: block; }
          .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a,
          .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 600;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f4f4f4));
            background-image: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
            background-image: -moz-linear-gradient(top, #fafafa, #f4f4f4);
            background-image: -ms-linear-gradient(top, #fafafa, #f4f4f4);
            background-image: -o-linear-gradient(top, #fafafa, #f4f4f4);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#FFFAFAFA", endColorstr="#FFF4F4F4");
            border: solid 1px #ddd !important;
            color: #4d4d4d !important;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            width: 100%;
            padding: 6px 20px;
            font-size: 13px;
            line-height: 19px;
            margin-bottom: 1em; }
            .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a:hover,
            .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a:hover {
              text-decoration: none; }
          .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a:not(:last-child)::after,
          .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field .attach-or-paste .link-container a:not(:last-child)::after {
            content: ""; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field input[type="text"], .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field textarea,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field input[type="text"],
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field textarea {
          width: 100% !important;
          margin: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field label,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field label {
          width: 100%;
          margin-left: 0; }
        .page-careers.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field .field-error-msg,
        .page-engineer.listings section.content .wrapper .content-text .item .application .application_form .main_fields div.field.custom-field .field-error-msg {
          padding-left: 0; }
    .page-careers.listings section.content .wrapper .content-menu,
    .page-engineer.listings section.content .wrapper .content-menu {
      background: none;
      padding: 47px 25px 47px 20px; }
      .page-careers.listings section.content .wrapper .content-menu h2, .page-careers.listings section.content .wrapper .content-menu .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .content-menu h3, .page-careers.listings section.content .wrapper .content-menu .content-text .item strong, .page-careers.listings section.content .wrapper .content-text .item .content-menu strong,
      .page-engineer.listings section.content .wrapper .content-menu h2, .page-engineer.listings section.content .wrapper .content-menu .content-text .item h3, .page-engineer.listings section.content .wrapper .content-text .item .content-menu h3, .page-engineer.listings section.content .wrapper .content-menu .content-text .item strong, .page-engineer.listings section.content .wrapper .content-text .item .content-menu strong {
        font-size: 24px;
        letter-spacing: 0px;
        margin: 15px 0 15px; }
      .page-careers.listings section.content .wrapper .content-menu p,
      .page-engineer.listings section.content .wrapper .content-menu p {
        font-size: 20px;
        height: 50px;
        overflow: hidden;
        margin-bottom: 45px; }
      .page-careers.listings section.content .wrapper .content-menu .item,
      .page-engineer.listings section.content .wrapper .content-menu .item {
        padding-top: 0px;
        padding-bottom: 45px; }
        .page-careers.listings section.content .wrapper .content-menu .item .benifits-icon,
        .page-engineer.listings section.content .wrapper .content-menu .item .benifits-icon {
          float: none;
          width: 100%;
          margin-bottom: 5px; }
        .page-careers.listings section.content .wrapper .content-menu .item span,
        .page-engineer.listings section.content .wrapper .content-menu .item span {
          color: #3f3f3f;
          font-weight: normal;
          font-size: 18px;
          padding-left: 0px;
          letter-spacing: 0; } }

@media screen and (max-width: 767px) {
  .sub-menu {
    padding: 15px 0;
    top: 55px; }
    .sub-menu input[type="text"] {
      border-radius: 5px;
      font-size: 12px;
      line-height: 36px;
      height: 36px;
      padding: 5px 10px;
      width: 110px; }
    .sub-menu label {
      font-size: 12px;
      line-height: 34px; }
    .sub-menu .btn-blue.small, .sub-menu .small.btn-orange {
      border-radius: 5px;
      font-size: 12px;
      padding: 5px 20px;
      height: 34px;
      width: auto; }
  .pick-plan {
    padding: 25px 15px 45px; }
    .pick-plan h1 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 50px;
      padding: 0 15px; }
    .pick-plan .pricing-item {
      padding: 0; }
      .pick-plan .pricing-item.active .pricing-content .pricing-bottom .btn-blue.large, .pick-plan .pricing-item.active .pricing-content .pricing-bottom .large.btn-orange {
        border-radius: 36px;
        padding: 0;
        height: 36px;
        position: relative;
        width: 36px; }
        .pick-plan .pricing-item.active .pricing-content .pricing-bottom .btn-blue.large:before, .pick-plan .pricing-item.active .pricing-content .pricing-bottom .large.btn-orange:before {
          display: block;
          height: 36px;
          font-size: 25px;
          line-height: 36px;
          width: 36px;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0; }
      .pick-plan .pricing-item > div {
        background: #f7f7f7;
        border-radius: 5px;
        margin: 0 15px; }
      .pick-plan .pricing-item .pricing-top {
        border-radius: 5px 5px 0 0; }
      .pick-plan .pricing-item .pricing-content {
        min-height: 125px;
        padding: 10px; }
        .pick-plan .pricing-item .pricing-content p {
          display: none; }
        .pick-plan .pricing-item .pricing-content .subtitle {
          font-size: 12px;
          font-weight: normal;
          display: block;
          text-align: center;
          padding: 0; }
          .pick-plan .pricing-item .pricing-content .subtitle .subtitle-in {
            display: inline; }
        .pick-plan .pricing-item .pricing-content .pricing-bottom {
          height: 27px;
          bottom: 20px; }
          .pick-plan .pricing-item .pricing-content .pricing-bottom .btn-blue.large, .pick-plan .pricing-item .pricing-content .pricing-bottom .large.btn-orange {
            border-radius: 5px;
            height: 27px;
            line-height: 27px;
            font-size: 12px;
            width: 95px; }
  .choice-pricing-plan h2, .choice-pricing-plan .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .choice-pricing-plan h3, .choice-pricing-plan
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .choice-pricing-plan strong, .choice-pricing-plan
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .choice-pricing-plan h3, .choice-pricing-plan
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .choice-pricing-plan strong {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; }
  .choice-pricing-plan .icon-chevron-thin-down {
    color: #22c1c6;
    font-size: 15px;
    margin: 5px; }
  .pricing-plan-list li {
    text-align: left;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%; }
    .pricing-plan-list li.active .btn-blue, .pricing-plan-list li.active .btn-orange {
      border-radius: 36px;
      height: 36px;
      width: 36px;
      margin: -18px 0 0;
      position: absolute;
      top: 50%;
      right: 54px; }
      .pricing-plan-list li.active .btn-blue:before, .pricing-plan-list li.active .btn-orange:before {
        font-size: 25px;
        line-height: 36px; }
  .pricing-plan-list .btn-blue, .pricing-plan-list .btn-orange {
    border-radius: 5px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    margin-top: -13px;
    width: 95px;
    position: absolute;
    top: 50%;
    right: 25px; }
  .pricing-plan-list p {
    text-align: left;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 15px; }
  .pricing-plan-list span {
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    float: left;
    display: inline; }
    .pricing-plan-list span.pricing-discount {
      font-size: 12px;
      line-height: 1;
      font-weight: 500;
      margin-right: 5px; }
      .pricing-plan-list span.pricing-discount.no {
        display: none; }
  .pricing-plan-list-item-wrap {
    height: 85px;
    overflow: hidden;
    padding: 52px 135px 20px 15px;
    position: relative; }
  .purchase-form {
    display: none;
    padding-bottom: 40px; }
    .purchase-form h2, .purchase-form .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .purchase-form h3, .purchase-form
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .purchase-form strong, .purchase-form
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .purchase-form h3, .purchase-form
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .purchase-form strong {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 30px; }
    .purchase-form label {
      font-weight: normal;
      font-size: 12px;
      line-height: 1.3;
      margin: 0 0 3px;
      text-align: left; }
    .purchase-form p {
      margin-bottom: 15px; }
    .purchase-form .exp-cvv-codes {
      margin-bottom: 0;
      overflow: hidden; }
    .purchase-form .exp-code,
    .purchase-form .cvv-code {
      display: block;
      float: left;
      margin: 0 0 12px;
      width: 50%; }
    .purchase-form .exp-code {
      padding-right: 10px; }
    .purchase-form .cvv-code {
      padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .pro-thank {
    padding: 25px 15px 45px; }
    .pro-thank h1 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 15px;
      padding: 0 15px; }
    .pro-thank p {
      color: #3f3f3f;
      font-size: 15px;
      font-weight: 200;
      letter-spacing: 0;
      line-height: 1.3; }
    .pro-thank .large {
      border-radius: 5px;
      font-size: 12px;
      height: 27px;
      line-height: 27px;
      width: 95px; }
    .pro-thank .btn-group {
      margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .download {
    margin-top: 0; }
    .download h2, .download .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .download h3, .download
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .download strong, .download
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .download h3, .download
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .download strong {
      margin: 0; }
    .download .pricing-item {
      width: 100% !important; }
      .download .pricing-item > div {
        margin: 0; }
      .download .pricing-item p {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
  .download-link-apple, .download-link-google {
    display: block;
    margin: 0 auto !important; }
  .download-link-apple {
    margin-bottom: 7px !important; }
  .download-links {
    display: none; } }

@media screen and (max-width: 767px) {
  .about-masthead, .about-join {
    height: auto; }
    .about-masthead .bg, .about-join .bg {
      min-height: 277px; }
    .about-masthead img, .about-join img {
      width: 100%;
      min-width: 700px;
      position: absolute;
      left: 0;
      height: 277px;
      min-height: 277px; }
    .about-masthead > .wrapper, .about-join > .wrapper {
      margin-top: 277px;
      height: 237px;
      display: table; }
      .about-masthead > .wrapper h2, .about-join > .wrapper h2, .page-careers.listings section.content .about-masthead > .wrapper .content-text .item h3, .page-careers.listings section.content .about-join > .wrapper .content-text .item h3,
      .page-careers.listings section.content .about-masthead > .wrapper .content-text .item strong,
      .page-careers.listings section.content .about-join > .wrapper .content-text .item strong,
      .page-engineer.listings section.content .about-masthead > .wrapper .content-text .item h3,
      .page-engineer.listings section.content .about-join > .wrapper .content-text .item h3,
      .page-engineer.listings section.content .about-masthead > .wrapper .content-text .item strong,
      .page-engineer.listings section.content .about-join > .wrapper .content-text .item strong {
        color: #3f3f3f;
        font-size: 30px;
        margin: 0;
        padding: 0; }
    .about-masthead .icon-chevron-thin-down, .about-join .icon-chevron-thin-down {
      position: absolute;
      bottom: 8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #22c1c6; }
  .about_item {
    position: relative;
    min-height: 1px; }
    .about_item article {
      width: 100%;
      float: none;
      margin-top: 265px;
      padding: 28px 0 31px 0; }
      .about_item article h2, .about_item article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about_item article h3, .about_item article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .about_item article strong, .about_item article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .about_item article h3, .about_item article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .about_item article strong {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 8px; }
      .about_item article p {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 20px; }
    .about_item .about-bg {
      width: 100%;
      height: 265px;
      background-position: center center;
      background-size: cover; }
    .about_item.about_item_invert {
      background: #fff; }
      .about_item.about_item_invert article {
        padding-bottom: 63px; }
      .about_item.about_item_invert h2, .about_item.about_item_invert .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .about_item.about_item_invert h3, .about_item.about_item_invert
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .about_item.about_item_invert strong, .about_item.about_item_invert
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .about_item.about_item_invert h3, .about_item.about_item_invert
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .about_item.about_item_invert strong {
        color: #3f3f3f;
        margin-bottom: 16px; }
      .about_item.about_item_invert p {
        color: #8f8f8f;
        font-size: 16px;
        line-height: 17px; }
  .about-join {
    height: 340px;
    padding-left: 0;
    padding-right: 0; }
    .about-join .bg {
      min-height: 340px; }
      .about-join .bg img {
        min-height: 340px;
        height: 340px;
        left: 50%;
        margin-left: -403px;
        max-width: 806px;
        width: 806px; }
    .about-join > .wrapper {
      position: absolute;
      height: 340px;
      left: 0;
      top: 0;
      margin: 0; }
      .about-join > .wrapper h2, .page-careers.listings section.content .about-join > .wrapper .content-text .item h3,
      .page-careers.listings section.content .about-join > .wrapper .content-text .item strong,
      .page-engineer.listings section.content .about-join > .wrapper .content-text .item h3,
      .page-engineer.listings section.content .about-join > .wrapper .content-text .item strong {
        color: #fff;
        font-size: 25px;
        margin-bottom: 35px; }
      .about-join > .wrapper .btn-blue, .about-join > .wrapper .btn-orange {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 15px;
        width: 144px;
        height: 37px;
        line-height: 37px;
        padding: 0; }
  .team {
    padding: 0 0px; }
    .team h2, .team .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .team h3, .team
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .team strong, .team
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .team h3, .team
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .team strong {
      margin-top: 0;
      margin-bottom: 20px; }
    .team p {
      padding: 0 10px 20px;
      line-height: 20px;
      color: #3f3f3f; }
    .team .portfolio-items {
      width: 290px;
      margin: 0 auto; }
      .team .portfolio-items p {
        text-align: left;
        padding: 0; }
      .team .portfolio-items li {
        width: 100%;
        max-height: 340px;
        margin: 0 0 10px 5px; }
        .team .portfolio-items li:last-child {
          margin-bottom: 60px; }
        .team .portfolio-items li img {
          position: relative;
          width: 290px;
          top: 0;
          height: 100%;
          z-index: -1; }
    .team .portfolio-items li:hover div.caption {
      background: rgba(0, 0, 0, 0.8);
      width: 290px;
      height: 340px;
      opacity: 1;
      filter: alpha(opacity=80); }
    .team .portfolio-items li div.caption {
      bottom: 0px;
      right: 0px;
      left: 0px;
      width: 290px;
      height: 0px; }
      .team .portfolio-items li div.caption h3 {
        text-transform: none;
        padding-bottom: 15px;
        margin: 0 0 20px 0;
        text-shadow: 1px 1px 1px #303857; }
    .team .team-button {
      padding-top: 20px; }
    .team .team-text {
      padding-bottom: 39px; }
    .team > h2, .page-careers.listings section.content .wrapper .content-text .item .team > h3,
    .page-careers.listings section.content .wrapper .content-text .item .team > strong,
    .page-engineer.listings section.content .wrapper .content-text .item .team > h3,
    .page-engineer.listings section.content .wrapper .content-text .item .team > strong {
      margin-top: 0;
      margin-bottom: 11px; }
  .portfolio-container {
    padding-bottom: 3px;
    overflow: hidden; }
    .advisory-team .portfolio-container {
      padding-bottom: 70px; }
  .portfolio-items li {
    margin: 0 0 20px 0 !important; }
    .portfolio-items li .caption {
      text-align: center !important; }
      .portfolio-items li .caption p {
        text-align: center !important; } }

@media screen and (max-width: 767px) {
  .support-article {
    margin: 0;
    width: auto; }
  .support {
    padding: 50px 15px 0; }
    .support .wrapper {
      padding: 0; }
    .support h2, .support .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .support h3, .support
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .support strong, .support
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .support h3, .support
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .support strong {
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 15px;
      padding: 0 15px; }
    .support p {
      color: #3f3f3f;
      font-size: 15px;
      font-weight: 200;
      letter-spacing: 0;
      line-height: 1.3;
      margin: 0 auto 57px;
      max-width: 495px; }
  .support-links {
    margin-bottom: 0; }
    .support-links li {
      float: none;
      height: auto;
      margin: 0 0 15px;
      width: auto; }
      .support-links li:nth-child(3n+2), .support-links li:nth-child(3n+3) {
        margin: 0 0 15px; }
  .support-links-item {
    border-radius: 5px;
    border-width: 1px;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    display: block;
    height: 102px;
    margin-bottom: 12px;
    padding: 0 15px 0 80px;
    position: relative;
    width: auto; }
    .support-links-item i {
      font-size: 34px;
      line-height: 40px;
      text-align: center;
      height: 40px;
      margin: -20px 0 0;
      position: absolute;
      top: 50%;
      left: 30px;
      width: 40px; }
    .support-links-item span {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 80px; }
  .support-inner {
    padding: 25px 15px 45px; }
    .support-inner .wrapper {
      padding: 0; }
    .support-inner .support-breadcrumbs {
      margin-bottom: 0; }
      .support-inner .support-breadcrumbs li {
        text-align: center;
        display: block;
        float: none; }
        .support-inner .support-breadcrumbs li:first-child {
          font-size: 30px;
          font-weight: 300;
          line-height: 35px;
          letter-spacing: 1px;
          margin: 0 0 15px;
          padding: 0 15px; }
        .support-inner .support-breadcrumbs li:last-child {
          color: #3f3f3f;
          font-size: 15px;
          font-weight: 200;
          letter-spacing: 0;
          line-height: 1.3;
          margin: 0 auto 15px;
          max-width: 495px; }
          .support-inner .support-breadcrumbs li:last-child:before {
            display: none; }
  .support-info aside {
    display: none; }
  .support-accordion {
    padding-bottom: 50px; }
    .support-accordion > li {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0 10px 0; } }

@media screen and (max-width: 767px) {
  .support.health-support {
    padding: 0 15px; }
    .support.health-support .search-padding-bottom {
      padding-bottom: 75px;
      z-index: 30; }
    .support.health-support .support-article {
      width: 100%;
      margin: 40px auto 15px; }
      .support.health-support .support-article h2, .support.health-support .support-article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .support.health-support .support-article h3, .support.health-support .support-article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .support.health-support .support-article strong, .support.health-support .support-article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .support.health-support .support-article h3, .support.health-support .support-article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .support.health-support .support-article strong {
        font-size: 42px;
        letter-spacing: 0;
        margin-bottom: 4px; }
      .support.health-support .support-article p {
        font-size: 22px;
        padding: 0 15px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 0px; }
    .support.health-support .search-form {
      background: #fff;
      margin: 0;
      padding: 20px 7px;
      position: absolute;
      width: 100%;
      z-index: 30; }
      .support.health-support .search-form input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
        width: 100%;
        padding-right: 40px;
        padding-left: 15px; }
      .support.health-support .search-form#searchform:after {
        top: 26px;
        right: 21px;
        font-size: 21px; }
      .support.health-support .search-form.fixed {
        margin-left: -15px;
        position: fixed;
        padding: 20px 22px;
        top: 55px; }
        .support.health-support .search-form.fixed#searchform:after {
          right: 36px; }
    .support.health-support .most-asked {
      margin: 0px 0 20px; }
      .support.health-support .most-asked .support-card {
        padding: 0px 7px; }
      .support.health-support .most-asked .support-links-item {
        position: absolute;
        width: 97%;
        height: 103px;
        margin: 0;
        padding: 0; }
        .support.health-support .most-asked .support-links-item i {
          margin-top: 0px;
          background-size: 100%;
          height: 55px;
          width: 40px;
          font-size: 20px;
          top: 22%;
          left: 13%; }
      .support.health-support .most-asked .support-links-questions ul {
        padding-top: 113px; }
      .support.health-support .most-asked .support-links-questions li {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        margin: 0 13px;
        padding: 9px 10px;
        border-bottom: 1px solid #cacaca; }
      .support.health-support .most-asked .support-links-questions .title {
        position: absolute;
        color: #737373;
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        top: 40px;
        padding-left: 26px; }
    .support.health-support .line {
      display: none; }
    .support.health-support .support-links {
      margin-top: 10px;
      margin-bottom: 75px; }
      .support.health-support .support-links li {
        float: none;
        height: auto;
        margin: 0 0 18px 0;
        padding: 0 5px;
        width: 100%;
        outline: none;
        position: relative; }
        .support.health-support .support-links li:hover .support-links-questions p.title a {
          color: #447ad4; }
      .support.health-support .support-links .support-links-item {
        width: 100%;
        float: none;
        margin-right: 0;
        height: 103px;
        outline: none; }
        .support.health-support .support-links .support-links-item i {
          font-size: 43px;
          margin: 0;
          position: absolute;
          top: 33%;
          left: 12%; }
      .support.health-support .support-links .support-links-questions a.title {
        bottom: 0;
        left: 6px;
        line-height: 105px;
        margin: 0;
        position: absolute;
        top: 0;
        width: 97%; }
        .support.health-support .support-links .support-links-questions a.title p {
          text-align: left;
          width: 65%;
          display: inline-table;
          position: relative;
          left: 10%;
          color: #737373;
          font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 22px;
          line-height: 24px;
          outline: none;
          vertical-align: middle; }
        .support.health-support .support-links .support-links-questions a.title:hover p {
          color: #447ad4; }
  .support.content-search {
    display: block;
    background: #fff;
    padding: 25px;
    position: fixed;
    width: 100%;
    z-index: 30; }
    .support.content-search input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: #fff;
      box-shadow: none;
      border: 2px solid #cacaca;
      font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      color: #4d4d4d;
      padding: 2px 30px 2px 15px;
      width: 100%; }
      .support.content-search input:focus {
        outline: 0; }
    .support.content-search #searchform:after {
      color: #447ad4;
      content: "\e901";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 32px;
      right: 35px;
      font-size: 20px; }
  .support.inner-health-support {
    padding: 0px 25px 45px; }
    .support.inner-health-support .support-info {
      margin-top: 83px; }
      .support.inner-health-support .support-info aside {
        width: 100%;
        padding: 0; }
    .support.inner-health-support .support-links-item {
      height: 103px;
      margin: 0; }
      .support.inner-health-support .support-links-item i {
        font-size: 42px;
        left: 12%; }
      .support.inner-health-support .support-links-item span {
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #737373;
        font-size: 22px;
        left: 29%; }
    .support.inner-health-support .support-category-description {
      margin-right: 0px;
      padding: 10px; }
      .support.inner-health-support .support-category-description p {
        font-size: 14px;
        line-height: 18px;
        color: #969696;
        margin-bottom: 0; }
    .support.inner-health-support .support-accordion {
      padding-top: 10px; }
    .support.inner-health-support .tabs {
      margin: 20px 15px 0; }
      .support.inner-health-support .tabs section {
        margin-top: 10px; }
      .support.inner-health-support .tabs label {
        width: 50%;
        font-size: 16px;
        line-height: 24px; }
      .support.inner-health-support .tabs input:checked + label {
        position: relative; }
        .support.inner-health-support .tabs input:checked + label:after {
          top: 28px;
          left: 45%;
          margin-left: 0;
          border-width: 8px; }
        .support.inner-health-support .tabs input:checked + label.ios:after {
          left: 45%; }
  .support.health-support-article .sidebar-accordion a {
    text-align: left; }
  .support.health-support-article .content {
    background: #f2f2f2; }
  .ui-autocomplete {
    min-width: 0; }
    .ui-autocomplete.fixed {
      position: fixed;
      top: 103px !important; }
    .ui-autocomplete.ui-widget-content {
      width: 89% !important;
      font-size: 15px;
      margin-top: 25px; }
      .ui-autocomplete.ui-widget-content:after {
        left: 75px; }
    .ui-autocomplete.ui-menu .ui-menu-item {
      position: relative;
      padding-left: 33px; }
    .ui-autocomplete .icon-autocomplete {
      position: absolute;
      left: 0;
      top: 20%;
      font-size: 25px; }
    .ui-autocomplete.only-mobile.ui-widget-content {
      width: 100% !important;
      margin-top: 0px; }
    .ui-autocomplete.only-mobile.ui-menu .ui-menu-item {
      padding-left: 73px; }
    .ui-autocomplete.only-mobile .icon-autocomplete {
      left: 35px; } }

@media screen and (max-width: 767px) {
  .site-header-content {
    background: #f8f8f8 !important; }
  .category-healthcare-blog .support-breadcrumbs,
  .category-engineering-blog .support-breadcrumbs {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  body.custom-background.category-healthcare-blog .site-header, body.custom-background.category-engineering-blog .site-header, body.custom-background.category-home .site-header, body.custom-background.category-eat .site-header, body.custom-background.category-move .site-header, body.custom-background.category-get-inspired .site-header, body.custom-background.category-updates .site-header, body.custom-background.category-blog .site-header, body.custom-background.single-post .site-header, body.custom-background.page-id-566 .site-header {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    max-width: none;
    min-width: 0; }
  .gallery-wrap {
    left: -25px !important;
    width: calc(100% + 50px) !important; }
  .page-blog-nav {
    -webkit-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    -moz-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    height: 60px;
    overflow: hidden;
    top: 55px; }
    .logged-in.admin-bar .page-blog-nav {
      top: 101px; }
    .page-blog-nav ul {
      position: relative;
      white-space: nowrap;
      display: inline-block;
      padding-right: 0; }
      .page-blog-nav ul li {
        float: none;
        display: inline;
        margin: 0 15px; }
        .page-blog-nav ul li:first-child {
          margin-left: 20px; }
        .page-blog-nav ul li:last-child {
          margin-right: 20px; }
    .page-blog-nav form {
      display: none; }
  .page-blog-nav-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 60px;
    height: 80px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0; }
  .page-blog-article .blog-article:after {
    display: none; }
  .page-blog.page-blog-b2b aside {
    margin-top: 0; }
  .page-blog.page-blog-b2c, .page-blog.page-blog-b2d {
    padding-top: 60px; }
    .page-blog.page-blog-b2c .support-breadcrumbs, .page-blog.page-blog-b2d .support-breadcrumbs {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .page-blog.page-blog-article {
    padding-top: 60px; }
    .page-blog.page-blog-article.page-blog-b2b {
      padding-top: 0; }
    .page-blog.page-blog-article .content-center {
      padding: 0; }
    .page-blog.page-blog-article .support-breadcrumbs {
      margin-bottom: 0;
      position: relative;
      z-index: 2; }
  .page-blog.page-blog-b2d {
    padding: 50px 0 0 0; }
    .page-blog.page-blog-b2d .content > aside {
      background: #f2f2f2;
      width: 100% !important;
      box-sizing: border-box;
      padding: 45px 25px 50px; }
      .page-blog.page-blog-b2d .content > aside .side-nav {
        margin-bottom: 40px;
        padding: 35px 60px 43px 35px;
        background: white;
        text-align: left; }
  .page-blog .blog-article_more {
    position: static; }
  .page-blog .wp-caption {
    width: 100% !important; }
  .page-blog .content-search {
    display: block;
    background: #fff;
    padding: 38px 25px; }
    .page-blog .content-search form {
      position: relative; }
      .page-blog .content-search form:after {
        top: 10px !important;
        right: 13px !important;
        font-size: 17px !important; }
    .page-blog .content-search input {
      -webkit-appearance: none;
      height: 37px;
      width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #b1b1b1;
      background: #fff;
      font-style: italic;
      color: #b1b1b1;
      font-size: 14px;
      padding: 0 34px 0 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .page-blog .content {
    background: #fff;
    margin-top: 0;
    padding: 0; }
  .page-blog .content-center {
    float: none;
    margin: 0;
    padding: 0 25px;
    width: auto; }
    .page-blog .content-center .content-center-wrapper {
      margin: 0;
      padding-bottom: 0; }
  .page-blog aside {
    background: #f8f8f8;
    text-align: center;
    float: none;
    margin: 0;
    padding: 25px;
    width: 100% !important;
    top: 0 !important; }
    .page-blog aside .blog-linkedin {
      display: none; }
  .page-blog .side-nav a {
    font-weight: 500;
    text-align: center;
    padding-right: 0; }
    .page-blog .side-nav a:after {
      display: none; }
  .page-blog .support-breadcrumbs {
    -webkit-box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    -moz-box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    box-shadow: 3px 4px 32px rgba(1, 1, 1, 0.1);
    margin-bottom: 20px;
    padding: 20px 25px; }
    .page-blog .support-breadcrumbs li,
    .page-blog .support-breadcrumbs a {
      font-size: 14px;
      height: 18px;
      line-height: 18px; }
    .page-blog .support-breadcrumbs li + li:before {
      padding: 0 10px; }
  .page-blog .blog-article_fullb2c .article-featured-images,
  .page-blog .blog-article_fullb2c .blog-article_bg {
    height: 212px; }
  .page-blog .blog-article_fullb2c > article {
    padding-left: 25px;
    padding-right: 25px; }
  .page-blog .blog-article_fullb2c .social-likes {
    display: none; }
  .page-blog .blog-article_fullb2c .article-h2 {
    margin-bottom: 35px !important; }
  .page-blog .blog-article_fullb2c .article-h2,
  .page-blog .blog-article_fullb2c .article-time,
  .page-blog .blog-article_fullb2c .article-author,
  .page-blog .blog-article_fullb2c .article-position {
    margin-right: 0 !important; }
  .page-blog .blog-article_fullb2c .blog-author,
  .page-blog .blog-article_fullb2c .blog-position {
    margin-right: 0 !important;
    text-align: left !important; }
  .page-blog .blog-article_fullb2c .article-content,
  .page-blog .blog-article_fullb2c .article-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #737373;
    font-weight: 300;
    text-align: left; }
  .page-blog .blog-article_fullb2c .article-content p {
    margin-bottom: 30px; }
  .page-blog .blog-article_fullb2c .gallery-wrap {
    height: 200px; }
    .page-blog .blog-article_fullb2c .gallery-wrap .gallery {
      margin-bottom: 20px; }
    .page-blog .blog-article_fullb2c .gallery-wrap .swiper-pagination {
      background: #fff;
      height: 32px;
      line-height: 32px;
      bottom: -10px; }
      .page-blog .blog-article_fullb2c .gallery-wrap .swiper-pagination .swiper-pagination-bullet {
        border-color: #a5a5a5; }
        .page-blog .blog-article_fullb2c .gallery-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #a5a5a5; }
    .page-blog .blog-article_fullb2c .gallery-wrap .swiper-button-prev,
    .page-blog .blog-article_fullb2c .gallery-wrap .swiper-button-next {
      display: none; }
    .page-blog .blog-article_fullb2c .gallery-wrap .gallery-item {
      height: 180px; }
  .page-blog-masthead,
  .page-blog-masthead-slider {
    display: none; }
  .blog-article {
    padding-bottom: 0; }
    .blog-article article {
      text-align: center;
      padding: 0; }
      .blog-article article h1, .blog-article article h2, .blog-article article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article article h3, .blog-article article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .blog-article article strong, .blog-article article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article article h3, .blog-article article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .blog-article article strong {
        font-size: 25px;
        font-weight: 200; }
      .blog-article article time {
        font-size: 12px; }
      .blog-article article p {
        font-weight: 300;
        line-height: 1.2; }
    .blog-article .wp-caption-text {
      padding: 15px 25px !important; }
      .blog-article .wp-caption-text p {
        margin: 0 !important;
        color: #fff !important; }
    .blog-article .blog-article_bg {
      height: 180px; }
    .blog-article.blog-article_big, .blog-article.blog-article_small {
      margin-bottom: 70px;
      padding-bottom: 0; }
      .blog-article.blog-article_big .blog-article_bg, .blog-article.blog-article_small .blog-article_bg {
        float: none;
        height: 180px;
        width: auto; }
      .blog-article.blog-article_big article, .blog-article.blog-article_small article {
        height: auto;
        padding-top: 38px;
        position: relative; }
        .blog-article.blog-article_big article h1, .blog-article.blog-article_big article h2, .blog-article.blog-article_big article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_big article h3, .blog-article.blog-article_big article
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_big article strong, .blog-article.blog-article_big article
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_big article h3, .blog-article.blog-article_big article
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_big article strong, .blog-article.blog-article_small article h1, .blog-article.blog-article_small article h2, .blog-article.blog-article_small article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article h3, .blog-article.blog-article_small article
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article strong, .blog-article.blog-article_small article
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article h3, .blog-article.blog-article_small article
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .wrapper .content-text .item .blog-article.blog-article_small article strong {
          margin-top: 0;
          margin-bottom: 15px; }
        .blog-article.blog-article_big article time, .blog-article.blog-article_small article time {
          text-align: center;
          position: absolute;
          top: 23px;
          left: 0;
          width: 100%; }
        .blog-article.blog-article_big article p, .blog-article.blog-article_small article p {
          font-size: 16px;
          max-height: 60px;
          margin-bottom: 25px;
          overflow: hidden; }
    .blog-article .article-content h1 {
      font-size: 30px;
      margin: 5px 0 15px; }
    .blog-article .article-content h1, .blog-article .article-content h2, .blog-article .article-content .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .blog-article .article-content h3, .blog-article .article-content
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .blog-article .article-content strong, .blog-article .article-content
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .blog-article .article-content h3, .blog-article .article-content
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .blog-article .article-content strong {
      font-size: 25px;
      margin: 5px 0 15px; }
    .blog-article .article-content h3 {
      font-size: 22px;
      margin: 5px 0 10px; }
    .blog-article .article-content h4 {
      font-size: 20px;
      margin: 5px 0 10px; }
    .blog-article .article-content h5 {
      font-size: 18px;
      margin: 5px 0 10px; }
    .blog-article .article-content h6 {
      font-size: 16px;
      margin: 5px 0 15px; }
    .blog-article .article-content p,
    .blog-article .article-content pre {
      margin: 0 0 15px;
      padding: 0; }
    .blog-article .article-content ul,
    .blog-article .article-content ol {
      margin: 0 0 15px;
      padding: 0; }
      .blog-article .article-content ul li,
      .blog-article .article-content ol li {
        margin: 0 0 5px 20px;
        padding: 0; }
    .blog-article .article-content table {
      font-size: 12px;
      margin: 0 0 15px;
      padding: 0;
      width: 100%; }
    .blog-article .article-content blockquote {
      font-size: 16px;
      margin: 0 0 15px;
      padding: 10px 0 0 20px; }
      .blog-article .article-content blockquote:before {
        font-size: 30px;
        top: 0;
        left: -10px; }
    .blog-article.blog-article_fullb2b {
      font-size: 16px;
      margin-bottom: 0;
      padding-bottom: 0; }
      .blog-article.blog-article_fullb2b .article-featured-images,
      .blog-article.blog-article_fullb2b .blog-article_bg {
        height: 215px; }
      .blog-article.blog-article_fullb2b .article-details {
        display: none; }
      .blog-article.blog-article_fullb2b .swiper-button-prev,
      .blog-article.blog-article_fullb2b .swiper-button-next {
        display: none; }
      .blog-article.blog-article_fullb2b article {
        background: #f8f8f8;
        text-align: left;
        margin-top: 0;
        padding: 40px 25px 15px; }
        .blog-article.blog-article_fullb2b article .article-h2,
        .blog-article.blog-article_fullb2b article .article-time {
          text-align: center;
          display: block; }
        .blog-article.blog-article_fullb2b article .article-time {
          padding-bottom: 0; }
        .blog-article.blog-article_fullb2b article .article-h2 {
          margin: 0 0 35px; }
      .blog-article.blog-article_fullb2b p {
        margin-bottom: 15px; }
  .blog-article_more {
    border-radius: 3px;
    background: #22c1c6;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 7px 30px;
    position: relative;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .blog-article_more:hover, .blog-article_more:focus {
      color: #fff;
      background: #28a0a3; }
    .blog-article_more:active {
      background: #259093; }
  .blog-author,
  .blog-position {
    font-size: 13px; }
  .blog-position {
    margin-bottom: 15px; }
  .pagination_blog {
    text-align: center;
    margin-bottom: 30px;
    padding: 0; }
    .pagination_blog li {
      margin: 0 10px; }
    .pagination_blog .page {
      display: none; }
  .blog-comments {
    margin: 0;
    padding: 25px; }
  .blog-recommended {
    background: #f8f8f8;
    padding: 25px 0; }
    .content-center-wrapper .blog-recommended {
      padding-left: 20px;
      padding-right: 20px; }
    .blog-recommended > h3 {
      font-size: 18px;
      text-align: left;
      padding-left: 25px; }
      .blog-recommended > h3 a {
        display: none; }
    .blog-recommended .swiper-container {
      height: auto; }
  .blog-recommended-wrap {
    padding: 0 25px; }
  .blog-recommended_item,
  .blog-recommended_item.blog-recommended_item_3 {
    float: none;
    overflow: hidden;
    width: 100%; }
  .blog-recommended_item {
    margin: 0 0 15px;
    padding: 0; }
    .blog-recommended_item.blog-recommended_item_3 {
      margin-bottom: 0; }
    .blog-recommended_item h3 {
      font-size: 16px;
      margin: 0 0 0 115px;
      padding: 0; }
    .blog-recommended_item time {
      display: none; }
  .blog-recommended_item_bg {
    background-size: 60px 14px;
    float: left;
    height: 100px;
    margin: 0;
    width: 100px; }
    .blog-recommended_item_bg.has-image {
      background-size: cover; }
  .blog-mobile-search {
    background: #fff;
    display: block;
    padding: 25px 25px 0;
    position: relative;
    z-index: 3; }
    .blog-mobile-search:after {
      color: #a5a5a5;
      content: "\e61f";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 33px;
      right: 33px; }
    .blog-mobile-search input {
      -webkit-appearance: none;
      width: 100%;
      box-sizing: padding-box;
      outline: none;
      background: none;
      box-shadow: none;
      border-radius: 2px;
      border: none;
      border: 1px solid #e0e0e0;
      color: #a5a5a5;
      font-size: 14px;
      height: 34px;
      line-height: 34px;
      font-style: italic;
      padding: 0 35px 0 15px; }
  .mktoForm {
    padding: 0; }
  .newsletter {
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .newsletter .mktoField,
    .newsletter .mktoButton {
      -webkit-border-radius: 3px !important;
      -moz-border-radius: 3px !important;
      border-radius: 3px !important; } }

@media screen and (max-width: 1100px) {
  .page-blog-nav ul {
    display: block !important; }
    .page-blog-nav ul li {
      margin: 0 23px; }
  .page-blog-b2c aside {
    width: 304px; }
  .page-blog-b2c .content-center {
    margin-left: -370px; }
    .page-blog-b2c .content-center .content-center-wrapper {
      margin-left: 370px; } }

@media screen and (max-width: 767px) {
  .content-press {
    padding: 0 25px;
    width: 100%; }
    .content-press .press-article {
      text-align: center;
      background: transparent;
      overflow: hidden; }
      .content-press .press-article .read-more {
        height: 37px;
        line-height: 37px;
        padding: 0 32px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #21c1c5;
        color: #fff;
        float: none;
        clear: both;
        display: inline-block;
        font-size: 15px; }
      .content-press .press-article p {
        font-size: 18px; }
    .content-press .press-article-logo {
      background-size: contain;
      background-position: 50% 50%;
      margin-bottom: 10px;
      height: 90px;
      border-left: 27px solid #fff;
      border-right: 27px solid #fff; }
  .site-header .site-header-content {
    background: #fff !important; }
  .blog-article {
    background: transparent; }
  .support-breadcrumbs-wrap {
    padding: 0 25px;
    margin-top: -75px;
    margin-bottom: 49px;
    height: 62px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    -moz-box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    box-shadow: 0 5px 18px rgba(1, 1, 1, 0.06);
    width: calc(100% + 50px);
    margin-left: -25px;
    overflow: hidden; }
  .support-breadcrumbs {
    width: 1000px !important;
    overflow: hidden; }
    .support-breadcrumbs li, .support-breadcrumbs a {
      height: 62px !important;
      font-size: 14px !important;
      line-height: 62px !important;
      display: inline-block; }
  .content-press-title {
    height: 61px;
    line-height: 61px;
    margin-bottom: 60px;
    font-size: 18px;
    letter-spacing: normal; }
    .content-press-title.special-for-kr {
      margin-bottom: 50px; }
  .blog-recommended > h3 {
    text-align: center; }
  .blog-recommended .blog-recommended-wrap {
    padding: 0; }
  .article-featured-images {
    height: auto;
    margin-bottom: 25px !important; }
  .content-press-list .btn-blue, .content-press-blogs-list .btn-blue, .content-press-list .btn-orange, .content-press-blogs-list .btn-orange {
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ccc;
    text-align: center;
    padding: 0; }
  .blog-article_more {
    display: inline-block !important;
    margin: 0 0 15px 0; }
  .press-contact-in {
    padding-top: 0; }
  .press-contact {
    background: transparent;
    text-align: center;
    padding: 0 25px; }
    .press-contact .content-press-title {
      display: block; }
    .press-contact .press-contact-in {
      width: 100%; }
    .press-contact p {
      float: none;
      padding-bottom: 0; }
    .press-contact .btn {
      float: none;
      display: block;
      width: 100%;
      margin-top: 65px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
  .content-press-list.special-for-kr .press-article, .special-for-kr.content-press-blogs-list .press-article {
    width: 100%;
    margin-bottom: 20px; }
    .content-press-list.special-for-kr .press-article h1 a, .special-for-kr.content-press-blogs-list .press-article h1 a, .content-press-list.special-for-kr .press-article h2 a, .special-for-kr.content-press-blogs-list .press-article h2 a, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3 a, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3 a, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3 a, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3 a, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong a,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong a, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong a,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong a, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 a,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3 a, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 a,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3 a, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong a,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong a, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong a,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong a {
      letter-spacing: 0;
      line-height: 33px;
      min-height: 0;
      padding-bottom: 15px;
      text-align: left;
      font-size: 28px; }
    .content-press-list.special-for-kr .press-article h1 span, .special-for-kr.content-press-blogs-list .press-article h1 span, .content-press-list.special-for-kr .press-article h2 span, .special-for-kr.content-press-blogs-list .press-article h2 span, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3 span, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3 span, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3 span, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3 span, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong span,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong span, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong span,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong span, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 span,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3 span, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3 span,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3 span, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong span,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong span, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong span,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong span {
      display: block;
      font-size: 23px;
      font-weight: bold;
      letter-spacing: -0.05em;
      line-height: 30px; }
    .content-press-list.special-for-kr .press-article h1.only-desktop, .special-for-kr.content-press-blogs-list .press-article h1.only-desktop, .content-press-list.special-for-kr .press-article h2.only-desktop, .special-for-kr.content-press-blogs-list .press-article h2.only-desktop, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-desktop, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-desktop, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-desktop, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-desktop, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-desktop, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-desktop, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-desktop, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-desktop, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-desktop, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-desktop,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-desktop {
      display: none; }
    .content-press-list.special-for-kr .press-article h1.only-mobile, .special-for-kr.content-press-blogs-list .press-article h1.only-mobile, .content-press-list.special-for-kr .press-article h2.only-mobile, .special-for-kr.content-press-blogs-list .press-article h2.only-mobile, .content-press-list.special-for-kr .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-mobile, .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-mobile, .special-for-kr.content-press-blogs-list .press-article .page-careers.listings section.content .wrapper .content-text .item h3.only-mobile, .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-mobile, .content-press-list.special-for-kr .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-careers.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-mobile, .special-for-kr.content-press-blogs-list .press-article
    .page-careers.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-careers.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-mobile, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article h3.only-mobile, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item h3.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article h3.only-mobile, .content-press-list.special-for-kr .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .content-press-list.special-for-kr .press-article strong.only-mobile, .special-for-kr.content-press-blogs-list .press-article
    .page-engineer.listings section.content .wrapper .content-text .item strong.only-mobile,
    .page-engineer.listings section.content .wrapper .content-text .item .special-for-kr.content-press-blogs-list .press-article strong.only-mobile {
      display: block; }
    .content-press-list.special-for-kr .press-article .press-article-title p, .special-for-kr.content-press-blogs-list .press-article .press-article-title p {
      text-align: left;
      padding-top: 17px;
      font-size: 14px; }
      .content-press-list.special-for-kr .press-article .press-article-title p:before, .special-for-kr.content-press-blogs-list .press-article .press-article-title p:before {
        margin-right: -2px; }
    .content-press-list.special-for-kr .press-article .press-article-logo, .special-for-kr.content-press-blogs-list .press-article .press-article-logo {
      border: none;
      height: 47px; }
    .content-press-list.special-for-kr .press-article .press-date, .special-for-kr.content-press-blogs-list .press-article .press-date {
      font-size: 13px;
      line-height: 15px;
      text-align: left;
      padding-left: 5px; }
    .content-press-list.special-for-kr .press-article .blog-article_more, .special-for-kr.content-press-blogs-list .press-article .blog-article_more {
      display: none !important; }
  .single-post .blog-article-press article p {
    font-size: 16px;
    line-height: 1.3;
    text-align: left; }
  .blog-article-press-release .content-press-title,
  .blog-article-press-release .blog-author,
  .blog-article-press-release .blog-position {
    display: none; }
  .blog-article-press-release .blog-position {
    margin-bottom: 18px !important; }
  .blog-article-press-release article .blog-author,
  .blog-article-press-release article .blog-position {
    display: block;
    margin: 0;
    text-align: left; }
  .blog-article-press-release .article-h2 {
    display: block;
    margin: 0 0 60px 0; }
  .blog-article-press-release .article-time {
    padding: 0; }
  .blog-article-press-release .article-featured-images {
    display: block;
    margin-bottom: 14px !important; }
  .blog-article-press-news {
    margin-bottom: 0; }
    .blog-article-press-news .content-press-title {
      display: none; }
    .blog-article-press-news .article-time {
      padding: 0; }
    .blog-article-press-news .article-h2 {
      display: block !important;
      margin: 0 0 58px 0; }
    .blog-article-press-news .press-article-logo {
      margin-bottom: 67px !important; }
    .blog-article-press-news article {
      padding-top: 87px !important; }
      .blog-article-press-news article p {
        text-align: left; }
  .blog-recommended-news .blog-recommended h3 {
    padding: 0 !important;
    margin-bottom: 45px !important; }
  .blog-recommended-news .blog-recommended_item {
    margin-bottom: 50px; }
  .blog-recommended-news .blog-recommended_item_bg {
    height: 32px;
    background-color: #fff; }
    .blog-recommended-news .blog-recommended_item_bg.has-image {
      border-left: 15px solid #fff;
      border-right: 15px solid #fff;
      background-size: contain !important; } }

@media screen and (max-width: 767px) {
  .page-template-page-2016-home .only-mobile {
    display: block; }
  .page-template-page-2016-home .site.noom2016 {
    min-width: 0; }
  .page-template-page-2016-home section .wrapper {
    top: 0px;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%; }
    .page-template-page-2016-home section .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home section .wrapper > p {
      width: 100%;
      text-align: left;
      padding-left: 0;
      margin-left: 0;
      max-width: 767px; }
  .page-template-page-2016-home .masthead {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ecf2fb));
    background-image: -webkit-linear-gradient(#ffffff, #ecf2fb);
    background-image: linear-gradient(#ffffff, #ecf2fb);
    padding-top: 20px;
    padding-bottom: 85px;
    height: auto;
    min-height: 420px; }
    .page-template-page-2016-home .masthead .bg {
      display: none; }
    .page-template-page-2016-home .masthead .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home .masthead .wrapper > h2, .page-template-page-2016-home .masthead .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > h3, .page-template-page-2016-home .masthead
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > strong, .page-template-page-2016-home .masthead
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > h3, .page-template-page-2016-home .masthead
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > strong, .page-template-page-2016-home .masthead .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .masthead .wrapper > h2, .page-template-page-2016-home .masthead .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > h3, .page-template-page-2016-home .masthead
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > strong, .page-template-page-2016-home .masthead
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > h3, .page-template-page-2016-home .masthead
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home .masthead .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .masthead .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home .masthead .wrapper h2, .page-template-page-2016-home .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong, .page-template-page-2016-home .masthead
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong, .page-template-page-2016-home .masthead .wrapper p {
      margin-left: 0;
      max-width: 767px; }
    .page-template-page-2016-home .masthead .wrapper h2, .page-template-page-2016-home .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong, .page-template-page-2016-home .masthead
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item h3, .page-template-page-2016-home .masthead
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-home .masthead .wrapper .content-text .item strong {
      margin-top: 45px; }
    .page-template-page-2016-home .masthead .wrapper .flip-container {
      height: auto;
      left: 0;
      margin: 0 0 45px;
      top: 45px;
      width: 38.0555555556vw; }
      .page-template-page-2016-home .masthead .wrapper .flip-container .button {
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        line-height: 10.8333333333vw;
        font-size: 3.8888888889vw;
        height: 10.8333333333vw; }
  .page-template-page-2016-home .content .content_item.content-featured-in {
    padding: 0 0 10px;
    height: auto; }
    .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-label {
      font-family: Roboto Regular, Helvetica, Arial, sans-serif;
      width: 100%;
      text-align: left;
      font-size: 1.9444444444vw;
      margin: 15px 0 10px 8%; }
    .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-content {
      width: 100%;
      text-align: center;
      padding: 0 8%; }
      .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-content img {
        display: inline-block;
        height: 5vw;
        margin-bottom: 5vw;
        margin-right: 6.6666666667vw; }
        .page-template-page-2016-home .content .content_item.content-featured-in .featured-in-content img:nth-child(3) {
          margin-right: 0; }
  .page-template-page-2016-home .content .content_item.content-personal-coach {
    padding: 0px;
    min-height: 0;
    height: auto; }
    .page-template-page-2016-home .content .content_item.content-personal-coach .bg.only-desktop {
      display: none; }
    .page-template-page-2016-home .content .content_item.content-personal-coach .bg.only-mobile {
      background: #F75462; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .bg.only-mobile img {
        width: auto;
        min-width: 0;
        margin-left: 0;
        height: auto;
        min-height: 0;
        left: 0;
        position: initial;
        margin: 25px auto 0;
        max-height: 270px; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .bg.only-mobile.color-blue {
        background: #447AD4; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .bg.only-mobile.color-orange {
        background: #FF8A1A; }
    .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong, .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-personal-coach .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right {
      width: 100%;
      padding-top: 125px; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong, .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong {
        margin-top: 170px;
        margin-bottom: 22px; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > p {
        margin-left: 0;
        padding-right: 50px;
        max-width: 767px; }
      .page-template-page-2016-home .content .content_item.content-personal-coach .wrapper .pull-right > a {
        -webkit-border-radius: 5.5555555556vw;
        -moz-border-radius: 5.5555555556vw;
        border-radius: 5.5555555556vw;
        width: 38.0555555556vw;
        margin: 48px 0 70px;
        line-height: 10.8333333333vw;
        font-size: 3.3333333333vw;
        height: 11.1111111111vw; }
  .page-template-page-2016-home .content .content_item.meet-coaches {
    height: 598px;
    height: auto;
    padding: 0;
    min-height: 0; }
    .page-template-page-2016-home .content .content_item.meet-coaches .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong, .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home .content .content_item.meet-coaches .wrapper {
      padding: 0; }
      .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.meet-coaches .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.meet-coaches .wrapper > strong {
        text-align: center;
        letter-spacing: -1px;
        margin-top: 45px;
        margin-bottom: 15px;
        padding: 0 8%; }
      .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > p {
        text-align: center;
        padding: 0 8% 30px; }
        .page-template-page-2016-home .content .content_item.meet-coaches .wrapper > p br {
          display: none; }
      .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper {
        margin-top: 0; }
        .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block {
          margin: 0 auto 40px;
          width: 100%; }
          .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .slick-list {
            padding-top: 5px !important;
            padding-bottom: 5px !important; }
          .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block {
            -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            height: 355px;
            width: 100%;
            margin: 0 15px;
            background-position: -55px -53px; }
            .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-avatar {
              height: 181px; }
              .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-avatar .one-coach-block-avatar-img {
                width: 151px;
                height: 151px;
                background-size: 100% auto;
                border: 3px solid white; }
                .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-avatar .one-coach-block-avatar-img img {
                  width: 145px;
                  height: 145px;
                  border-radius: 50%; }
            .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-name {
              padding-top: 10px;
              font-size: 12px;
              font-size: 3.3333333333vw;
              text-align: center; }
            .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-occupation {
              font-size: 9px;
              font-size: 2.5vw;
              line-height: 9px;
              line-height: 2.5vw; }
            .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-info {
              height: 40px;
              padding-left: 18px;
              padding-top: 0;
              width: 95%; }
              .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-info p.one-coach-age {
                text-align: left;
                font-size: 11px;
                font-size: 3.0555555556vw;
                height: 13px; }
              .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-info p.one-coach-speciality {
                text-align: left;
                font-size: 10px;
                font-size: 2.7777777778vw; }
            .page-template-page-2016-home .content .content_item.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-description {
              font-size: 10px;
              font-size: 2.7777777778vw;
              line-height: 15px;
              line-height: 4.1666666667vw;
              font-family: Roboto Regular, Helvetica, Arial, sans-serif;
              padding-top: 15px; }
  .page-template-page-2016-home .content .content_item.content-long-success {
    padding: 0;
    height: auto; }
    .page-template-page-2016-home .content .content_item.content-long-success .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home .content .content_item.content-long-success .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong, .page-template-page-2016-home .content .content_item.content-long-success .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .content .content_item.content-long-success .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .content .content_item.content-long-success .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home .content .content_item.content-long-success .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-long-success .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-long-success .wrapper > strong {
      margin-top: 65px;
      margin-bottom: 15px; }
    .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper {
      margin-top: 33px;
      padding: 0 0 20px 0; }
      .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps {
        padding-bottom: 20px; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual {
          position: relative;
          margin-bottom: 62px; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-line {
            display: block;
            position: absolute;
            left: 24px;
            margin-top: 9px;
            border-top: 2px solid white; }
          .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-circle {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            height: 20px;
            width: 20px; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step[aria-hidden="true"] .s-visual .s-line {
          display: none; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step > h3, .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step > p {
          text-align: left;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step > h3 {
          font-size: 25px;
          font-size: 6.9444444444vw;
          line-height: 33px;
          line-height: 9.1666666667vw;
          margin-top: 4rem; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step p.s-duration {
          font-size: 18px;
          font-size: 5vw;
          line-height: 33px;
          line-height: 9.1666666667vw; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .s-step p.s-description {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 21px;
          line-height: 5.8333333333vw;
          font-weight: normal;
          padding-right: 12%;
          width: 100%;
          margin-bottom: 30px; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .slick-list {
          padding-left: 8%; }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .slick-dots li.slick-active button:before {
          color: white;
          /*border: 1px solid;
                border-radius: 20px;
                height: 10px;
                line-height: 10px;
                width: 10px;*/ }
        .page-template-page-2016-home .content .content_item.content-long-success .success-steps-wrapper .success-steps .slick-dots li button:before {
          color: white;
          /*font-size: 7px;
                line-height: 10px;*/ }
  .page-template-page-2016-home .content .content_item.content-staying-connect {
    padding: 0;
    height: auto; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong {
      margin-top: 80px;
      text-align: center;
      margin-bottom: 20px; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .wrapper > p {
      height: auto;
      margin-bottom: 63px;
      text-align: center; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.phone-features {
      width: 40%;
      margin: 0 auto;
      float: none; }
      .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.phone-features .sc-phone {
        width: 100%;
        padding: 0px; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.left-features, .page-template-page-2016-home .content .content_item.content-staying-connect .staing-connect-features .feautre-row.right-features {
      display: none; }
    .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features {
      width: 100%;
      padding: 0 8%;
      margin-top: 25px; }
      .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features .mobile-features-wrapper {
        width: 100%;
        margin-bottom: 45px;
        padding-bottom: 15px; }
        .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature {
          outline: none; }
          .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-logo {
            margin: 0 auto 5px;
            width: 100px; }
            .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-logo img {
              width: 100px;
              height: auto; }
          .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-label {
            font-size: 14px;
            font-size: 3.8888888889vw;
            line-height: 18px;
            line-height: 5vw;
            font-family: Roboto Medium, Helvetica, Arial, sans-serif;
            text-align: center;
            color: #4879d9;
            margin: 10px auto;
            text-transform: uppercase; }
          .page-template-page-2016-home .content .content_item.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-description {
            font-size: 14px;
            font-size: 3.8888888889vw;
            line-height: 18px;
            line-height: 5vw;
            text-align: center;
            padding: 0 10%; }
  .page-template-page-2016-home .content .content_item.content-program .wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    top: 0px; }
    .page-template-page-2016-home .content .content_item.content-program .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong, .page-template-page-2016-home .content .content_item.content-program .wrapper > p {
      width: 100%;
      text-align: left;
      padding-left: 0;
      padding-right: 0; }
    .page-template-page-2016-home .content .content_item.content-program .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong {
      font-size: 28px;
      font-size: 7.7777777778vw;
      line-height: 37px;
      line-height: 10.2777777778vw; }
    .page-template-page-2016-home .content .content_item.content-program .wrapper > p {
      font-size: 14px;
      font-size: 3.8888888889vw;
      line-height: 19px;
      line-height: 5.2777777778vw; }
  .page-template-page-2016-home .content .content_item.content-program .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
  .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
  .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
  .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong, .page-template-page-2016-home
  .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3, .page-template-page-2016-home
  .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px; }
    .page-template-page-2016-home .content .content_item.content-program .wrapper > h2 br, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3 br, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3 br, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3 br, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3 br, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong br,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong br, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong br,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong br, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3 br,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > h3 br, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3 br,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > h3 br, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong br,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-program .wrapper .content-text .item .wrapper > strong br, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong br,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-program .wrapper > strong br {
      display: none; }
  .page-template-page-2016-home .content .content_item.content-program .wrapper > p {
    margin: 0 auto;
    text-align: center;
    width: 55%; }
  .page-template-page-2016-home .content .content_item.content-program .pricings {
    margin-top: 45px;
    padding-bottom: 50px;
    width: 100%; }
    .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks {
      width: 70%;
      margin-right: 0;
      padding-bottom: 80px; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks > div {
        margin: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top {
        height: 33px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top span {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 30px;
          line-height: 8.3333333333vw;
          font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content {
        min-height: 0px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.subtitle .subtitle-in {
          font-size: 24px;
          font-size: 6.6666666667vw;
          line-height: 26px;
          line-height: 7.2222222222vw;
          padding: 30px 15px 17px;
          letter-spacing: -1px;
          color: #000; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.left {
          padding: 0px 8% 60px;
          font-size: 10px;
          font-size: 2.7777777778vw;
          line-height: 18px;
          line-height: 5vw; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional {
          margin-top: 15px;
          padding-bottom: 1px;
          padding-top: 16px; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional p {
            font-size: 16px;
            font-size: 4.4444444444vw;
            line-height: 15px;
            line-height: 4.1666666667vw;
            margin-bottom: 16px; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional ul > li {
            font-size: 10px;
            font-size: 2.7777777778vw;
            line-height: 12px;
            line-height: 3.3333333333vw; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .plus {
        margin: -15px auto;
        position: relative;
        left: 0px; }
      .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap {
        padding-top: 27px; }
        .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom {
          padding: 0;
          height: 10.8333333333vw; }
          .page-template-page-2016-home .content .content_item.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom .button {
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            border-radius: 35px;
            line-height: 10.8333333333vw;
            font-size: 3.8888888889vw;
            height: 10.8333333333vw;
            width: 60%; }
  .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li {
    position: relative;
    height: 400px; }
    .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper {
      top: 7%;
      position: absolute; }
      .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong, .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper > p {
        color: white; }
      .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.success-story .success-story-slider ul.slides li .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.success-story .success-story-slider ul.slides li .wrapper > strong {
        margin-top: 60px;
        padding-bottom: 10px;
        padding-right: 50%;
        font-weight: normal;
        font-size: 26px;
        font-size: 7.2222222222vw;
        line-height: 31px;
        line-height: 8.6111111111vw; }
      .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper > p {
        font-size: 13px;
        font-size: 3.6111111111vw;
        line-height: 19px;
        line-height: 5.2777777778vw;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 35%; }
      .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .wrapper > a.play-video {
        font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 4.4444444444vw;
        line-height: 39px;
        line-height: 10.8333333333vw;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        height: 10.8333333333vw;
        text-align: center;
        text-transform: none;
        width: 38.0555555556vw;
        border: 1px solid #ff8a1a;
        padding: 0; }
    .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .bg {
      background: #000 none repeat scroll 0 0;
      height: 400px; }
      .page-template-page-2016-home .content .content_item.success-story .success-story-slider ul.slides li .bg img {
        min-width: 840px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0.6; }
  .page-template-page-2016-home .content .content_item.success-story .success-story-slider .flex-control-nav {
    top: 365px; }
    .page-template-page-2016-home .content .content_item.success-story .success-story-slider .flex-control-nav a {
      background: transparent url("/content/themes/noomV2/images/slider-bar-white.png") no-repeat scroll 0 0/35px auto;
      width: 12px;
      height: 12px; }
      .page-template-page-2016-home .content .content_item.success-story .success-story-slider .flex-control-nav a.flex-active {
        background: transparent url("/content/themes/noomV2/images/slider-bar-white.png") no-repeat scroll -16px center/27px auto; }
  .page-template-page-2016-home .content .content_item.content-health-solutions {
    height: auto;
    padding-bottom: 30px; }
    .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong, .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
      .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
      .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > h2, .page-template-page-2016-home .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
    .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-careers.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
    .page-careers.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > h3, .page-template-page-2016-home
    .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .content_item.content-health-solutions .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home
    .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong,
    .page-engineer.listings .page-template-page-2016-home section.content .wrapper .content-text .item .content_item.content-health-solutions .wrapper > strong {
      margin-top: 50px;
      margin-bottom: 15px;
      text-align: center; }
    .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > p {
      text-align: center; }
    .page-template-page-2016-home .content .content_item.content-health-solutions .wrapper > a {
      font-size: 12px;
      font-size: 3.3333333333vw;
      line-height: 39px;
      line-height: 10.8333333333vw;
      -webkit-border-radius: 5.5555555556vw;
      -moz-border-radius: 5.5555555556vw;
      border-radius: 5.5555555556vw;
      text-align: center;
      display: block;
      height: 10.8333333333vw;
      margin: 30px auto;
      width: 38.8888888889vw; } }

@media screen and (max-width: 767px) {
  .page-template-page-2016-healthyweight .masthead {
    padding: 0 0 60px; }
    .page-template-page-2016-healthyweight .masthead .wrapper {
      padding-left: 0;
      padding-right: 0; }
      .page-template-page-2016-healthyweight .masthead .wrapper h2, .page-template-page-2016-healthyweight .masthead .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item h3, .page-template-page-2016-healthyweight .masthead
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item strong, .page-template-page-2016-healthyweight .masthead
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item h3, .page-template-page-2016-healthyweight .masthead
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight .masthead .wrapper .content-text .item strong {
        color: #27292b;
        padding-left: 8%;
        padding-right: 25%; }
      .page-template-page-2016-healthyweight .masthead .wrapper h3 {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 18px;
        line-height: 5vw;
        color: white !important;
        width: 100%;
        margin: 0;
        padding: 20px 0 20px 8%;
        text-align: left; }
        .page-template-page-2016-healthyweight .masthead .wrapper h3.text-color-blue {
          background: #447AD4 none repeat scroll 0 0; }
        .page-template-page-2016-healthyweight .masthead .wrapper h3.text-color-orange {
          background: #ff8a1a none repeat scroll 0 0; }
      .page-template-page-2016-healthyweight .masthead .wrapper p {
        padding: 0 8%; }
      .page-template-page-2016-healthyweight .masthead .wrapper .flip-container {
        margin: 0 0 45px 8%; }
  .page-template-page-2016-healthyweight .content .content_item.content-personal-coach .bg.only-mobile img {
    min-height: 0;
    max-height: 220px; }
  .page-template-page-2016-healthyweight .content .content_item.content-personal-coach .wrapper .pull-right > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-personal-coach .wrapper .content-text .item .pull-right > strong {
    margin-top: 140px; }
  .page-template-page-2016-healthyweight .content .content_item.content-personal-coach .wrapper .pull-right > p {
    padding-right: 10px; }
  .page-template-page-2016-healthyweight .content .content_item.meet-coaches .wrapper .learn-how-it-works {
    padding-bottom: 40px;
    padding-top: 0; }
    .page-template-page-2016-healthyweight .content .content_item.meet-coaches .wrapper .learn-how-it-works a.button {
      -webkit-border-radius: 5.5555555556vw;
      -moz-border-radius: 5.5555555556vw;
      border-radius: 5.5555555556vw;
      font-size: 16px;
      font-size: 4.4444444444vw;
      line-height: 39px;
      line-height: 10.8333333333vw;
      font-family: Roboto Medium, Helvetica, Arial, sans-serif;
      height: 10.8333333333vw;
      text-transform: none;
      width: 38.8888888889vw; }
  .page-template-page-2016-healthyweight .content .content_item.content-users-say {
    padding: 0; }
    .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight
      .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong,
      .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight
      .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
      .page-careers.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong,
      .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
      .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-users-say .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item h3, .page-template-page-2016-healthyweight
    .page-careers.listings section.content .content_item.content-users-say .wrapper .content-text .item strong,
    .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item strong, .page-template-page-2016-healthyweight
    .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item h3,
    .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item h3, .page-template-page-2016-healthyweight
    .page-engineer.listings section.content .content_item.content-users-say .wrapper .content-text .item strong,
    .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-users-say .wrapper .content-text .item strong {
      font-size: 28px;
      font-size: 7.7777777778vw;
      line-height: 30px;
      line-height: 8.3333333333vw;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 50px; }
    .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments {
      width: auto;
      padding-bottom: 40px; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment {
        width: 300px;
        padding: 0;
        margin: 0; }
        .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-apostrof {
          background: transparent url("/content/themes/noomV2/images/2016/apostraf.png") no-repeat scroll 0 0/22px auto;
          height: 22px;
          margin: 0 auto 15px; }
        .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-note {
          font-size: 12px;
          font-size: 3.3333333333vw;
          line-height: 16px;
          line-height: 4.4444444444vw;
          margin-bottom: 20px;
          min-height: 70px;
          width: 62%;
          height: auto; }
        .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-avatar {
          width: 75px;
          height: 75px; }
          .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-avatar img {
            width: 75px;
            height: 75px; }
        .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-name {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 20px;
          line-height: 5.5555555556vw;
          padding-top: 10px; }
        .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .u-comment .u-location {
          font-size: 10px;
          font-size: 2.7777777778vw;
          line-height: 14px;
          line-height: 3.8888888889vw; }
      .page-template-page-2016-healthyweight .content .content_item.content-users-say .wrapper .users-comments .slick-dots {
        bottom: -15px; }
  .page-template-page-2016-healthyweight .content .content_item.content-staying-connect .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
  .page-careers.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
  .page-careers.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > h3, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-staying-connect .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
  .page-engineer.listings section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong,
  .page-engineer.listings .page-template-page-2016-healthyweight section.content .wrapper .content-text .item .content_item.content-staying-connect .wrapper > strong {
    margin-top: 50px; }
  .page-template-page-2016-healthyweight .content .content_item.content-health-solutions {
    padding: 0px; }
    .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper {
      display: block; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper hr.delivery-line {
        width: 60%;
        height: 1px;
        left: 0;
        position: relative; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside .wrapper {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        top: 0px; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight
        .page-careers.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
        .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong, .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside .wrapper > p {
          width: 100%;
          text-align: left;
          padding-left: 0;
          padding-right: 0; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside .wrapper > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight
        .page-careers.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
        .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong {
          font-size: 28px;
          font-size: 7.7777777778vw;
          line-height: 37px;
          line-height: 10.2777777778vw; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside .wrapper > p {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 19px;
          line-height: 5.2777777778vw; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-left: 0; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up > h2, .page-template-page-2016-healthyweight .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > h3, .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > h3, .page-template-page-2016-healthyweight
        .page-careers.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > strong,
        .page-careers.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > strong, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > h3,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > h3, .page-template-page-2016-healthyweight
        .page-engineer.listings section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > strong,
        .page-engineer.listings .page-template-page-2016-healthyweight section.content .content_item.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > strong {
          font-size: 28px;
          font-size: 7.7777777778vw;
          line-height: 37px;
          line-height: 10.2777777778vw;
          margin: 15px auto 7px;
          padding-right: 0;
          text-align: center;
          width: 120px; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up > p {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 18px;
          line-height: 5vw;
          padding-right: 0; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.sign-up > a {
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          border-radius: 35px;
          font-size: 12px;
          font-size: 3.3333333333vw;
          line-height: 39px;
          line-height: 10.8333333333vw;
          padding-bottom: 25px;
          margin: 17px auto 0;
          text-align: center;
          height: 10.8333333333vw;
          width: 38.6111111111vw; }
      .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program {
        padding-left: 0;
        padding-top: 0px; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program h3 {
          font-size: 16px;
          font-size: 4.4444444444vw;
          line-height: 30px;
          line-height: 8.3333333333vw;
          padding: 0; }
        .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program ul {
          margin-top: 20px;
          padding-left: 50px;
          padding-right: 30px; }
          .page-template-page-2016-healthyweight .content .content_item.content-health-solutions .wrapper .block-inside.program ul > li {
            font-size: 11px;
            font-size: 3.0555555556vw;
            line-height: 15px;
            line-height: 4.1666666667vw;
            padding-left: 0px;
            margin-bottom: 15px; }
  .page-template-page-2016-healthyweight .content .content_item.content-featured-in .featured-in-content img {
    margin-right: 5.5555555556vw; } }

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 16px 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px; }
    .site-footer .wrapper {
      padding: 0; }
  .nav-footer-group {
    width: 100%; }
  .nav-footer {
    width: 50% !important;
    text-align: center;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav-footer.nav-footer-single {
      margin: 0 auto;
      padding: 0 !important;
      float: left; }
    .nav-footer:first-child {
      padding: 0 0 0 10px; }
    .nav-footer a {
      font-size: 11px; }
    .nav-footer li {
      margin: 0 0 8px; }
  .social-footer {
    float: none;
    clear: both;
    height: 14px;
    width: 114px;
    margin: 0 auto; }
  .icon-inst,
  .icon-fb,
  .icon-tw {
    font-size: 16px;
    width: 18px; } }

@media screen and (max-width: 767px) {
  .page-template-page-2016-home-V2 .only-mobile {
    display: block; }
  .page-template-page-2016-home-V2 .site.noom2016 {
    min-width: 0; }
  .page-template-page-2016-home-V2 a.button {
    font-size: 14px;
    font-size: 3.8888888889vw;
    line-height: 39px;
    line-height: 10.8333333333vw;
    -webkit-border-radius: 5.5555555556vw;
    -moz-border-radius: 5.5555555556vw;
    border-radius: 5.5555555556vw;
    padding: 0 6.9444444444vw 0 6.9444444444vw;
    width: auto;
    height: 10.8333333333vw;
    min-width: 30%; }
  .page-template-page-2016-home-V2 section.content-long-success .slick-list,
  .page-template-page-2016-home-V2 section.content-staying-connect .slick-list,
  .page-template-page-2016-home-V2 section.content-users-say .slick-list {
    padding-left: 8%; }
  .page-template-page-2016-home-V2 section.content-long-success .slick-dots li,
  .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li,
  .page-template-page-2016-home-V2 section.content-users-say .slick-dots li {
    width: 6px;
    height: 8px; }
  .page-template-page-2016-home-V2 section.content-long-success .slick-dots li button,
  .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li button,
  .page-template-page-2016-home-V2 section.content-users-say .slick-dots li button {
    width: 10px;
    height: 8px;
    background: url("/content/themes/noomV2/images/slider-bar-white-m.png") no-repeat 1px 0; }
    .page-template-page-2016-home-V2 section.content-long-success .slick-dots li button:hover,
    .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li button:hover,
    .page-template-page-2016-home-V2 section.content-users-say .slick-dots li button:hover {
      background: url("/content/themes/noomV2/images/slider-bar-white-m.png") no-repeat -8px 0; }
    .page-template-page-2016-home-V2 section.content-long-success .slick-dots li button:before,
    .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li button:before,
    .page-template-page-2016-home-V2 section.content-users-say .slick-dots li button:before {
      display: none; }
  .page-template-page-2016-home-V2 section.content-long-success .slick-dots li.slick-active button,
  .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li.slick-active button,
  .page-template-page-2016-home-V2 section.content-users-say .slick-dots li.slick-active button {
    background: url("/content/themes/noomV2/images/slider-bar-white-m.png") no-repeat -17px 0; }
  .page-template-page-2016-home-V2 section {
    padding: 5.5555555556vw 0 16.6666666667vw !important; }
    .page-template-page-2016-home-V2 section .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-home-V2 section .wrapper > h2, .page-template-page-2016-home-V2 .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home-V2
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home-V2
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home-V2
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home-V2 section .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home-V2 section .wrapper > h2, .page-template-page-2016-home-V2 .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home-V2
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home-V2
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home-V2
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home-V2 section .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home-V2 section .wrapper {
      top: 0px;
      width: 100%;
      padding-left: 8% !important;
      padding-right: 8% !important; }
      .page-template-page-2016-home-V2 section .wrapper > h2, .page-template-page-2016-home-V2 .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home-V2
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home-V2
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-home-V2
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-home-V2 section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-home-V2 section .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        max-width: 767px; }
    .page-template-page-2016-home-V2 section div.inside {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 100%;
      margin-right: 0; }
      .page-template-page-2016-home-V2 section div.inside:last-child {
        margin-right: 0; }
      .page-template-page-2016-home-V2 section div.inside img {
        position: relative;
        width: 100%;
        height: auto; }
      .page-template-page-2016-home-V2 section div.inside article {
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 0 8% !important; }
        .page-template-page-2016-home-V2 section div.inside article p {
          margin-bottom: 12.5vw; }
      .page-template-page-2016-home-V2 section div.inside .pull-right {
        padding: 0; }
    .page-template-page-2016-home-V2 section.masthead {
      width: auto;
      height: auto;
      min-height: 116.666666667vw; }
      .page-template-page-2016-home-V2 section.masthead div.inside:first-of-type {
        width: 100%; }
      .page-template-page-2016-home-V2 section.masthead div.inside:last-of-type {
        display: none; }
      .page-template-page-2016-home-V2 section.masthead div.inside .wrapper {
        position: relative;
        top: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .page-template-page-2016-home-V2 section.masthead div.inside .wrapper h2, .page-template-page-2016-home-V2 section.masthead div.inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.masthead div.inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item strong, .page-template-page-2016-home-V2 section.masthead div.inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.masthead div.inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item strong, .page-template-page-2016-home-V2 section.masthead div.inside .wrapper p {
          margin-left: 0;
          max-width: 767px; }
        .page-template-page-2016-home-V2 section.masthead div.inside .wrapper h2, .page-template-page-2016-home-V2 section.masthead div.inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.masthead div.inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item strong, .page-template-page-2016-home-V2 section.masthead div.inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item h3, .page-template-page-2016-home-V2 section.masthead div.inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-home-V2 section.masthead div.inside .wrapper .content-text .item strong {
          margin-top: 11.1111111111vw;
          margin-bottom: 6.9444444444vw; }
        .page-template-page-2016-home-V2 section.masthead div.inside .wrapper p {
          margin-bottom: 12.5vw;
          padding-right: 0; }
    .page-template-page-2016-home-V2 section.content-featured-in {
      padding-bottom: 2.7777777778vw !important; }
      .page-template-page-2016-home-V2 section.content-featured-in .featured-in-label {
        text-align: left;
        font-size: 1.9444444444vw;
        margin: 0 0 10px 8%; }
      .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content {
        width: 100%;
        display: block;
        text-align: center; }
        .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content .featured-img-block {
          display: inline-block; }
          .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content .featured-img-block img {
            display: inline-block;
            margin-bottom: 3.6111111111vw;
            margin-right: 6.6666666667vw;
            max-height: 5vw;
            height: auto;
            padding: 0 4.1666666667vw 0 0; }
            .page-template-page-2016-home-V2 section.content-featured-in .featured-in-content .featured-img-block img:nth-child(3) {
              margin-right: 0; }
    .page-template-page-2016-home-V2 section.content-personal-coach {
      padding: 8.3333333333vw 0 16.6666666667vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside img {
        position: relative;
        width: 58%;
        margin: 0 auto;
        display: block; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h2, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article p {
        color: white; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h2, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article strong {
        margin-top: 6.1111111111vw;
        margin-bottom: 5.5555555556vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article p {
        margin-bottom: 11.1111111111vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > h2, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item .pull-right > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-careers.listings section.content .wrapper .content-text .item .pull-right > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item .pull-right > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item .pull-right > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > h2, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item .pull-right > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-careers.listings section.content .wrapper .content-text .item .pull-right > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > strong, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item .pull-right > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > h3, .page-template-page-2016-home-V2 section.content-personal-coach div.inside article
      .page-engineer.listings section.content .wrapper .content-text .item .pull-right > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-home-V2 section.content-personal-coach div.inside article .pull-right > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-home-V2 section.meet-coaches {
      width: auto;
      height: auto;
      min-height: 0;
      padding-bottom: 0 !important; }
      .page-template-page-2016-home-V2 section.meet-coaches .wrapper {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        top: 0px; }
        .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h2, .page-template-page-2016-home-V2 section.meet-coaches .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-home-V2 section.meet-coaches
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > strong, .page-template-page-2016-home-V2 section.meet-coaches
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-home-V2 section.meet-coaches
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > strong, .page-template-page-2016-home-V2 section.meet-coaches .wrapper > p {
          width: 100%;
          text-align: left;
          padding-left: 0;
          padding-right: 0; }
        .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h2, .page-template-page-2016-home-V2 section.meet-coaches .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-home-V2 section.meet-coaches
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > strong, .page-template-page-2016-home-V2 section.meet-coaches
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-home-V2 section.meet-coaches
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > strong {
          font-size: 28px;
          font-size: 7.7777777778vw;
          line-height: 37px;
          line-height: 10.2777777778vw; }
        .page-template-page-2016-home-V2 section.meet-coaches .wrapper > p {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 19px;
          line-height: 5.2777777778vw; }
      .page-template-page-2016-home-V2 section.meet-coaches .wrapper {
        padding: 0 !important; }
        .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h2, .page-template-page-2016-home-V2 section.meet-coaches .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-home-V2 section.meet-coaches
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > strong, .page-template-page-2016-home-V2 section.meet-coaches
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-home-V2 section.meet-coaches
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.meet-coaches .wrapper > strong {
          text-align: center;
          margin: 8.8888888889vw 0 2.7777777778vw;
          padding: 0 8%; }
        .page-template-page-2016-home-V2 section.meet-coaches .wrapper > p {
          padding: 0 8% 8.3333333333vw;
          text-align: center; }
          .page-template-page-2016-home-V2 section.meet-coaches .wrapper > p br {
            display: none; }
        .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper {
          margin-top: 0; }
          .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block {
            width: 100%;
            height: auto;
            margin: 0 auto 11.1111111111vw; }
            .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .slick-list {
              padding-top: 1.3888888889vw !important;
              padding-bottom: 1.3888888889vw !important; }
            .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block {
              -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
              -webkit-border-radius: 1.9444444444vw;
              -moz-border-radius: 1.9444444444vw;
              border-radius: 1.9444444444vw;
              width: 100%;
              height: auto;
              min-height: 94.4444444444vw;
              margin: 0 3.3333333333vw;
              background-position: -55px -53px; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+1) {
                background: white url(/content/themes/noomV2/images/2016/V2/card-blue.png) repeat-x scroll 0 -27.7777777778vw; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+2) {
                background: white url(/content/themes/noomV2/images/2016/V2/card-orange.png) repeat-x scroll 0 -27.7777777778vw; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+3) {
                background: white url(/content/themes/noomV2/images/2016/V2/card-red.png) repeat-x scroll 0 -27.7777777778vw; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+4) {
                background: white url(/content/themes/noomV2/images/2016/V2/card-light-blue.png) repeat-x scroll 0 -27.7777777778vw; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+1) .one-coach-block-avatar, .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+2) .one-coach-block-avatar, .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+3) .one-coach-block-avatar, .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block:nth-child(4n+4) .one-coach-block-avatar {
                background-size: 100%;
                background: none; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-avatar {
                width: auto;
                height: 50.2777777778vw;
                -webkit-border-radius: 2.7777777778vw 2.7777777778vw 0 0;
                -moz-border-radius: 2.7777777778vw 2.7777777778vw 0 0;
                border-radius: 2.7777777778vw 2.7777777778vw 0 0; }
                .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-avatar .one-coach-block-avatar-img {
                  width: 39.7222222222vw;
                  height: 39.7222222222vw;
                  background-size: 100% auto;
                  border: 3px solid white;
                  margin-top: 6.9444444444vw; }
                  .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-avatar .one-coach-block-avatar-img img {
                    width: 38.0555555556vw;
                    height: 38.0555555556vw;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-name {
                font-size: 12px;
                font-size: 3.3333333333vw;
                line-height: 16px;
                line-height: 4.4444444444vw;
                text-align: center; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-occupation {
                font-size: 9px;
                font-size: 2.5vw;
                line-height: 9px;
                line-height: 2.5vw; }
              .page-template-page-2016-home-V2 section.meet-coaches .wrapper .coaches-wraper .coaches-block .one-coach-block .one-coach-block-description {
                font-size: 11px;
                font-size: 3.0555555556vw;
                line-height: 16px;
                line-height: 4.4444444444vw;
                padding: 4.1666666667vw 5.5555555556vw;
                font-family: Roboto Regular, Helvetica, Arial, sans-serif;
                line-height: normal; }
    .page-template-page-2016-home-V2 section.content-long-success {
      width: auto;
      height: auto;
      padding-bottom: 0 !important; }
      .page-template-page-2016-home-V2 section.content-long-success .wrapper {
        padding: 0 8%; }
        .page-template-page-2016-home-V2 section.content-long-success .wrapper > h2, .page-template-page-2016-home-V2 section.content-long-success .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > h3, .page-template-page-2016-home-V2 section.content-long-success
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > strong, .page-template-page-2016-home-V2 section.content-long-success
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > h3, .page-template-page-2016-home-V2 section.content-long-success
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-long-success .wrapper > strong {
          margin: 11.1111111111vw 0 5.5555555556vw; }
        .page-template-page-2016-home-V2 section.content-long-success .wrapper > p {
          width: 100%;
          height: auto; }
      .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper {
        margin-top: 7.5vw;
        padding: 0 0 5.5555555556vw 0; }
        .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps {
          padding-bottom: 5.5555555556vw; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual {
            position: relative;
            margin-bottom: 11.1111111111vw; }
            .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-line {
              display: block;
              position: absolute;
              left: 5.5555555556vw;
              margin-top: 2.2222222222vw;
              border-top: 2px solid white; }
            .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step .s-visual .s-circle {
              -webkit-border-radius: 2.2222222222vw;
              -moz-border-radius: 2.2222222222vw;
              border-radius: 2.2222222222vw;
              width: 4.1666666667vw;
              height: 4.1666666667vw; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step[aria-hidden="true"] .s-visual .s-line {
            display: none; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step > h3, .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step > p {
            text-align: left;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 0; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step > h3 {
            font-size: 25px;
            font-size: 6.9444444444vw;
            line-height: 33px;
            line-height: 9.1666666667vw;
            margin-top: 3rem; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step p.s-duration {
            font-size: 18px;
            font-size: 5vw;
            line-height: 33px;
            line-height: 9.1666666667vw; }
          .page-template-page-2016-home-V2 section.content-long-success .success-steps-wrapper .success-steps .s-step p.s-description {
            font-size: 14px;
            font-size: 3.8888888889vw;
            line-height: 21px;
            line-height: 5.8333333333vw;
            width: 100%;
            height: auto;
            font-weight: normal;
            padding-right: 20%; }
    .page-template-page-2016-home-V2 section.content-staying-connect {
      width: auto;
      height: auto;
      padding-bottom: 0 !important; }
      .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > h2, .page-template-page-2016-home-V2 section.content-staying-connect .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > h3, .page-template-page-2016-home-V2 section.content-staying-connect
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > strong, .page-template-page-2016-home-V2 section.content-staying-connect
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > h3, .page-template-page-2016-home-V2 section.content-staying-connect
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > strong {
        text-align: center;
        margin: 6.3888888889vw 0 3.6111111111vw; }
      .page-template-page-2016-home-V2 section.content-staying-connect .wrapper > p {
        width: 100%;
        height: auto;
        padding: 0 1.3888888889vw;
        text-align: center;
        margin-bottom: 8.3333333333vw; }
      .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.phone-features {
        width: 50%;
        height: auto;
        margin: 0 auto;
        float: none; }
        .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.phone-features .sc-phone {
          width: 100%;
          height: auto;
          padding: 0; }
      .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.left-features, .page-template-page-2016-home-V2 section.content-staying-connect .staing-connect-features .feautre-row.right-features {
        display: none; }
      .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features {
        width: 100%;
        height: auto;
        padding: 0 8%;
        margin-top: 0; }
        .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features .mobile-features-wrapper {
          width: 100%;
          height: auto;
          padding: 0 0 4.1666666667vw;
          margin-bottom: 12.5vw; }
          .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature {
            outline: none; }
            .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-logo {
              width: 100px;
              height: auto;
              margin: 0 auto 1.3888888889vw; }
              .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-logo img {
                width: 16.6666666667vw;
                height: auto;
                margin: auto; }
            .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-label {
              font-size: 14px;
              font-size: 3.8888888889vw;
              line-height: 18px;
              line-height: 5vw;
              font-family: Roboto Medium, Helvetica, Arial, sans-serif;
              text-align: center;
              color: #4879d9;
              margin: 2.7777777778vw auto;
              text-transform: uppercase; }
            .page-template-page-2016-home-V2 section.content-staying-connect .mobile-features .mobile-features-wrapper .sc-feature .sc-description {
              font-size: 14px;
              font-size: 3.8888888889vw;
              line-height: 18px;
              line-height: 5vw;
              padding: 0 10%;
              text-align: center; }
      .page-template-page-2016-home-V2 section.content-staying-connect .slick-list {
        padding-left: 0%; }
      .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li button {
        background: url("/content/themes/noomV2/images/slider-bar-gray-m.png") no-repeat 1px 0; }
        .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li button:hover {
          background: url("/content/themes/noomV2/images/slider-bar-gray-m.png") no-repeat -8px 0; }
      .page-template-page-2016-home-V2 section.content-staying-connect .slick-dots li.slick-active button {
        background: url("/content/themes/noomV2/images/slider-bar-gray-m.png") no-repeat -17px 0; }
    .page-template-page-2016-home-V2 section.content-program {
      padding-bottom: 0 !important; }
      .page-template-page-2016-home-V2 section.content-program .wrapper > h2, .page-template-page-2016-home-V2 section.content-program .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3, .page-template-page-2016-home-V2 section.content-program
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong, .page-template-page-2016-home-V2 section.content-program
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3, .page-template-page-2016-home-V2 section.content-program
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong {
        padding: 0 4.4444444444vw;
        margin: 6.9444444444vw 0 4.1666666667vw;
        text-align: center; }
        .page-template-page-2016-home-V2 section.content-program .wrapper > h2 br, .page-template-page-2016-home-V2 section.content-program .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3 br, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3 br, .page-template-page-2016-home-V2 section.content-program
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong br,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong br, .page-template-page-2016-home-V2 section.content-program
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3 br,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3 br, .page-template-page-2016-home-V2 section.content-program
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong br,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong br {
          display: block; }
          .page-template-page-2016-home-V2 section.content-program .wrapper > h2 br:before, .page-template-page-2016-home-V2 section.content-program .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3 br:before, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3 br:before, .page-template-page-2016-home-V2 section.content-program
          .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong br:before,
          .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong br:before, .page-template-page-2016-home-V2 section.content-program
          .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3 br:before,
          .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > h3 br:before, .page-template-page-2016-home-V2 section.content-program
          .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong br:before,
          .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-program .wrapper > strong br:before {
            content: " "; }
      .page-template-page-2016-home-V2 section.content-program .wrapper > p {
        width: 55%;
        height: auto;
        margin: 0 auto;
        text-align: center; }
      .page-template-page-2016-home-V2 section.content-program .pricings {
        width: 100%;
        height: auto;
        margin-top: 6.9444444444vw;
        padding-bottom: 6.9444444444vw; }
        .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks {
          float: none;
          display: inline-block;
          width: 76% !important;
          margin-right: 0;
          padding-bottom: 20.8333333333vw; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks > div {
            margin: 0;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top {
            width: auto;
            height: 9.1666666667vw; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-top-wrap .pricing-top span {
              font-size: 14px;
              font-size: 3.8888888889vw;
              line-height: 30px;
              line-height: 8.3333333333vw;
              font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content {
            min-height: 66.6666666667vw; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.subtitle .subtitle-in {
              font-size: 24px;
              font-size: 6.6666666667vw;
              line-height: 26px;
              line-height: 7.2222222222vw;
              padding: 4.1666666667vw 2.7777777778vw 1.9444444444vw;
              letter-spacing: -1px;
              color: #000; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content p.left {
              padding: 0px 8% 5.5555555556vw;
              font-size: 10px;
              font-size: 2.7777777778vw;
              line-height: 18px;
              line-height: 5vw; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional {
              padding: 4.1666666667vw 0 0.8333333333vw;
              margin-top: -4.1666666667vw; }
              .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional p {
                font-size: 16px;
                font-size: 4.4444444444vw;
                line-height: 15px;
                line-height: 4.1666666667vw;
                margin-bottom: 4.4444444444vw; }
              .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional ul {
                padding: 0 0 5.5555555556vw 5.5555555556vw; }
                .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-content.additional ul > li {
                  font-size: 10px;
                  font-size: 2.7777777778vw;
                  line-height: 12px;
                  line-height: 3.3333333333vw; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .plus {
            width: 7.2222222222vw;
            height: 9.4444444444vw;
            margin: -11px auto;
            position: relative;
            left: 0px; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .plus .plus-in {
              width: 6.9444444444vw;
              height: 6.9444444444vw; }
          .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap {
            padding: 5.5555555556vw 0 0 0; }
            .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom {
              padding: 0;
              width: auto;
              height: 10.8333333333vw; }
              .page-template-page-2016-home-V2 section.content-program .pricings .pricing-item.not-four-blocks .pricing-bottom-wrap .pricing-bottom .button {
                -webkit-border-radius: 9.7222222222vw;
                -moz-border-radius: 9.7222222222vw;
                border-radius: 9.7222222222vw;
                width: 60%;
                height: 10.8333333333vw;
                line-height: 10.8333333333vw;
                font-size: 3.6111111111vw; }
    .page-template-page-2016-home-V2 section.success-story {
      padding: 0 !important; }
      .page-template-page-2016-home-V2 section.success-story .success-story-slider {
        max-height: 400px; }
        .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li {
          position: relative;
          height: 400px; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper {
            max-width: 100%;
            top: 7%;
            position: absolute; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > h2, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
            .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
            .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > strong, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
            .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
            .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
            .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
            .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > strong, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > p {
              color: white; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > h2, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
            .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
            .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > strong, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
            .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
            .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > h3, .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li
            .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
            .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > strong {
              font-size: 30px;
              font-size: 8.3333333333vw;
              line-height: 36px;
              line-height: 10vw;
              width: 65%;
              height: auto;
              margin-top: 60px;
              padding-bottom: 5px; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > p {
              font-size: 13px;
              font-size: 3.6111111111vw;
              line-height: 19px;
              line-height: 5.2777777778vw;
              width: 70%;
              height: auto;
              padding-bottom: 10px;
              padding-left: 0; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > a.play-video {
              font-family: Roboto Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 16px;
              font-size: 4.4444444444vw;
              line-height: 37px;
              line-height: 10.2777777778vw;
              -webkit-border-radius: 35px;
              -moz-border-radius: 35px;
              border-radius: 35px;
              height: 10.8333333333vw;
              text-align: center;
              text-transform: none;
              width: 38.0555555556vw;
              border: 1px solid #ff8a1a;
              padding: 0; }
              .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .wrapper > a.play-video i {
                width: 20px;
                height: 15px;
                background-size: 15px;
                top: 5%; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .bg {
            background: #000 none repeat scroll 0 0;
            height: 400px; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider ul.slides li .bg img {
              min-width: 840px;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              opacity: 0.6; }
        .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-control-nav {
          top: 370px; }
          .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-control-nav li {
            width: 7px;
            height: auto; }
            .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-control-nav li a {
              width: 12px;
              height: 12px;
              background: transparent url("/content/themes/noomV2/images/slider-bar-white-m.png") no-repeat scroll 0 center/35px auto; }
              .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-control-nav li a.flex-active {
                background: transparent url("/content/themes/noomV2/images/slider-bar-white-m.png") no-repeat scroll -16px center/27px auto; }
              .page-template-page-2016-home-V2 section.success-story .success-story-slider .flex-control-nav li a:after {
                content: none; }
    .page-template-page-2016-home-V2 section.content-health-solutions {
      width: auto;
      height: auto;
      padding-bottom: 1.3888888889vw !important; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        top: 0px; }
        .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h2, .page-template-page-2016-home-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h3, .page-template-page-2016-home-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > strong, .page-template-page-2016-home-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h3, .page-template-page-2016-home-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > strong, .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > p {
          width: 100%;
          text-align: left;
          padding-left: 0;
          padding-right: 0; }
        .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h2, .page-template-page-2016-home-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h3, .page-template-page-2016-home-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > strong, .page-template-page-2016-home-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h3, .page-template-page-2016-home-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > strong {
          font-size: 28px;
          font-size: 7.7777777778vw;
          line-height: 37px;
          line-height: 10.2777777778vw; }
        .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > p {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 19px;
          line-height: 5.2777777778vw; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h2, .page-template-page-2016-home-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h3, .page-template-page-2016-home-V2 section.content-health-solutions
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > strong, .page-template-page-2016-home-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > h3, .page-template-page-2016-home-V2 section.content-health-solutions
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > strong {
        margin-top: 6.9444444444vw;
        margin-bottom: 2.7777777778vw;
        text-align: center; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > p {
        text-align: center; }
      .page-template-page-2016-home-V2 section.content-health-solutions .wrapper > a {
        font-size: 12px;
        font-size: 3.3333333333vw;
        line-height: 39px;
        line-height: 10.8333333333vw;
        -webkit-border-radius: 5.5555555556vw;
        -moz-border-radius: 5.5555555556vw;
        border-radius: 5.5555555556vw;
        width: 38.8888888889vw;
        height: 10.8333333333vw;
        text-align: center;
        display: block;
        margin: 8.3333333333vw auto;
        max-width: 38.8888888889vw; } }

@media screen and (max-width: 767px) {
  .page-template-page-2016-healthyweight-V2 section.masthead {
    min-height: 0;
    padding-top: 0 !important; }
    .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper {
      padding: 0 !important; }
      .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper h2, .page-template-page-2016-healthyweight-V2 section.masthead div.inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.masthead div.inside
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.masthead div.inside
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.masthead div.inside
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper .content-text .item strong {
        padding: 0 25% 0 8%;
        color: #27292b; }
      .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper h3 {
        width: 100%;
        height: auto;
        padding: 5.5555555556vw 8%;
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 18px;
        line-height: 5vw;
        color: white !important;
        max-width: 100%;
        margin: 0;
        text-align: left; }
        .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper h3.text-color-blue {
          background: #447AD4 none repeat scroll 0 0; }
        .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper h3.text-color-orange {
          background: #ff8a1a none repeat scroll 0 0; }
      .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper p {
        padding: 0 8%; }
      .page-template-page-2016-healthyweight-V2 section.masthead div.inside .wrapper .button {
        margin-left: 8%;
        text-transform: none; }
  .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside:last-of-type {
    width: 100%; }
  .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article h2, .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article strong, .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article h3, .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-personal-coach div.inside article strong {
    margin-top: 2.7777777778vw; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.meet-coaches .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.meet-coaches
  .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.meet-coaches
  .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.meet-coaches
  .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper > strong {
    margin-top: 5vw; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper > p {
    max-width: 100%;
    padding-bottom: 6.6666666667vw; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .learn-how-it-works {
    padding-bottom: 11.1111111111vw;
    padding-top: 0; }
    .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .learn-how-it-works a.button {
      -webkit-border-radius: 5.5555555556vw;
      -moz-border-radius: 5.5555555556vw;
      border-radius: 5.5555555556vw;
      font-size: 16px;
      font-size: 4.4444444444vw;
      line-height: 39px;
      line-height: 10.8333333333vw;
      font-family: Roboto Medium, Helvetica, Arial, sans-serif;
      height: 10.8333333333vw;
      text-transform: none;
      width: 38.8888888889vw; }
  .page-template-page-2016-healthyweight-V2 section.meet-coaches .wrapper .coaches-wraper {
    width: 100%; }
  .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper h2, .page-template-page-2016-healthyweight-V2 section.content-long-success .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper p {
    text-align: left; }
  .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.content-long-success .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
  .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-long-success
  .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
  .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > strong {
    margin: 9.4444444444vw 0 2.7777777778vw;
    padding-right: 14.4444444444vw; }
  .page-template-page-2016-healthyweight-V2 section.content-long-success .wrapper > p {
    width: 100%;
    height: auto; }
  .page-template-page-2016-healthyweight-V2 section.content-users-say {
    padding: 0 !important; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      top: 0px; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.content-users-say .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-users-say
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.content-users-say .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-users-say
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > strong {
        font-size: 28px;
        font-size: 7.7777777778vw;
        line-height: 37px;
        line-height: 10.2777777778vw; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper > p {
        font-size: 14px;
        font-size: 3.8888888889vw;
        line-height: 19px;
        line-height: 5.2777777778vw; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper h2, .page-template-page-2016-healthyweight-V2 section.content-users-say .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .content-text .item strong, .page-template-page-2016-healthyweight-V2 section.content-users-say
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .content-text .item h3, .page-template-page-2016-healthyweight-V2 section.content-users-say
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .content-text .item strong {
      font-size: 28px;
      font-size: 7.7777777778vw;
      line-height: 30px;
      line-height: 8.3333333333vw;
      text-align: center;
      margin-bottom: 5.5555555556vw;
      margin-top: 12.5vw; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments {
      width: auto;
      padding-bottom: 11.1111111111vw; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment {
        padding: 0;
        width: 83.3333333333vw;
        height: auto;
        margin: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-apostrof {
          width: 6.1111111111vw;
          height: 6.1111111111vw;
          background: transparent url("/content/themes/noomV2/images/2016/apostraf.png") no-repeat scroll 0 0;
          background-size: 6.1111111111vw auto;
          margin: 0 auto 2.7777777778vw; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-note {
          width: 62%;
          height: auto;
          font-size: 11px;
          font-size: 3.0555555556vw;
          line-height: 16px;
          line-height: 4.4444444444vw;
          margin-bottom: 1.3888888889vw;
          min-height: 19.4444444444vw; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-avatar {
          width: 16.6666666667vw;
          height: 16.6666666667vw; }
          .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-avatar img {
            width: 16.6666666667vw;
            height: 16.6666666667vw; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-name {
          font-size: 11px;
          font-size: 3.0555555556vw;
          line-height: 20px;
          line-height: 5.5555555556vw;
          padding-top: 10px; }
        .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .u-comment .u-location {
          font-size: 9px;
          font-size: 2.5vw;
          line-height: 14px;
          line-height: 3.8888888889vw; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .wrapper .users-comments .slick-dots {
        bottom: -4.1666666667vw; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .slick-list {
      padding-left: 0%; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .slick-dots li button {
      background: url("/content/themes/noomV2/images/slider-bar-gray-m.png") no-repeat 1px 0; }
      .page-template-page-2016-healthyweight-V2 section.content-users-say .slick-dots li button:hover {
        background: url("/content/themes/noomV2/images/slider-bar-gray-m.png") no-repeat -8px 0; }
    .page-template-page-2016-healthyweight-V2 section.content-users-say .slick-dots li.slick-active button {
      background: url("/content/themes/noomV2/images/slider-bar-gray-m.png") no-repeat -17px 0; }
  .page-template-page-2016-healthyweight-V2 section.content-health-solutions {
    padding: 0 0 15px !important; }
    .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper {
      display: block; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper hr.delivery-line {
        position: relative;
        left: 0px;
        width: 60%;
        height: auto;
        height: 1px; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .wrapper {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        top: 0px; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .block-inside .content-text .item .wrapper > h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .block-inside .wrapper > h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .block-inside .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .block-inside .wrapper > h3,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .wrapper > p {
          width: 100%;
          text-align: left;
          padding-left: 0;
          padding-right: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .wrapper > h2, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .block-inside .content-text .item .wrapper > h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .block-inside .wrapper > h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .block-inside .content-text .item .wrapper > h3,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .block-inside .wrapper > h3,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .block-inside .content-text .item .wrapper > strong,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .content-text .item .wrapper > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .block-inside .wrapper > strong,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside .wrapper > strong {
          font-size: 28px;
          font-size: 7.7777777778vw;
          line-height: 37px;
          line-height: 10.2777777778vw; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside .wrapper > p {
          font-size: 14px;
          font-size: 3.8888888889vw;
          line-height: 19px;
          line-height: 5.2777777778vw; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin-bottom: 11.1111111111vw; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up > h2, .page-template-page-2016-healthyweight-V2 section.content-health-solutions .page-careers.listings section.content .wrapper .content-text .item .block-inside.sign-up > h3, .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-careers.listings section.content .wrapper .content-text .item .block-inside.sign-up > strong,
        .page-careers.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > strong, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .block-inside.sign-up > h3,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > h3, .page-template-page-2016-healthyweight-V2 section.content-health-solutions
        .page-engineer.listings section.content .wrapper .content-text .item .block-inside.sign-up > strong,
        .page-engineer.listings section.content .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .content-text .item .block-inside.sign-up > strong {
          width: 33.3333333333vw;
          height: auto;
          font-size: 27px;
          font-size: 7.5vw;
          line-height: 37px;
          line-height: 10.2777777778vw;
          padding: 0;
          margin: 1.3888888889vw auto 1.9444444444vw;
          text-align: center; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up > p {
          font-size: 13px;
          font-size: 3.6111111111vw;
          line-height: 18px;
          line-height: 5vw;
          padding: 0;
          margin-bottom: 5.5555555556vw; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.sign-up > a {
          width: 38.6111111111vw;
          height: 10.8333333333vw;
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          border-radius: 35px;
          font-size: 11px;
          font-size: 3.0555555556vw;
          line-height: 39px;
          line-height: 10.8333333333vw;
          margin: 0 auto;
          text-align: center; }
      .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program {
        padding: 0;
        margin-top: 11.1111111111vw; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program h3 {
          font-size: 16px;
          font-size: 4.4444444444vw;
          line-height: 30px;
          line-height: 8.3333333333vw;
          padding: 0; }
        .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program ul {
          padding: 0;
          margin-top: 5.5555555556vw; }
          .page-template-page-2016-healthyweight-V2 section.content-health-solutions .wrapper .block-inside.program ul > li {
            width: 60%;
            height: auto;
            font-size: 10px;
            font-size: 2.7777777778vw;
            line-height: 15px;
            line-height: 4.1666666667vw;
            padding: 0;
            margin: 0 auto 4.1666666667vw; }
  .page-template-page-2016-healthyweight-V2 section.content-featured-in .featured-in-content img {
    margin-right: 5.5555555556vw; } }

@media screen and (max-width: 767px) {
  .page-template-page-2016-business .page-business section {
    padding: 0 !important; }
    .page-template-page-2016-business .page-business section h2, .page-template-page-2016-business .page-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item h3, .page-template-page-2016-business .page-business
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item strong, .page-template-page-2016-business .page-business
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item h3, .page-template-page-2016-business .page-business
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section p {
      width: 100%;
      text-align: left;
      padding-left: 0;
      margin-left: 0;
      max-width: 195.414012739vw; }
    .page-template-page-2016-business .page-business section .wrapper {
      width: 100%;
      max-width: 100% !important; }
      .page-template-page-2016-business .page-business section .wrapper > h2, .page-template-page-2016-business .page-business .page-careers.listings section.content .wrapper .content-text .item .wrapper > h3, .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-business .page-business
      .page-careers.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-business .page-business
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > h3,
      .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item .wrapper > h3, .page-template-page-2016-business .page-business
      .page-engineer.listings section.content .wrapper .content-text .item .wrapper > strong,
      .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item .wrapper > strong, .page-template-page-2016-business .page-business section .wrapper > p {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
      .page-template-page-2016-business .page-business section .wrapper h2, .page-template-page-2016-business .page-business .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item h3, .page-template-page-2016-business .page-business
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item strong, .page-template-page-2016-business .page-business
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item h3, .page-template-page-2016-business .page-business
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings .page-template-page-2016-business .page-business section.content .wrapper .content-text .item strong {
        font-size: 30px;
        font-size: 7.6433121019vw;
        line-height: 36px;
        line-height: 9.1719745223vw; }
      .page-template-page-2016-business .page-business section .wrapper p {
        font-size: 15px;
        font-size: 3.821656051vw;
        line-height: 20px;
        line-height: 5.0955414013vw; }
    .page-template-page-2016-business .page-business section.masthead-business {
      width: 100%;
      height: 110.828025478vw;
      min-height: 110.828025478vw; }
      .page-template-page-2016-business .page-business section.masthead-business .bg {
        height: 110.828025478vw; }
        .page-template-page-2016-business .page-business section.masthead-business .bg img {
          width: 100%;
          height: 113%;
          max-width: inherit;
          min-width: 100%;
          right: 0;
          bottom: 0; }
      .page-template-page-2016-business .page-business section.masthead-business .inside {
        width: 100%;
        min-height: 110.828025478vw; }
        .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper {
          position: relative;
          top: 0px;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
          .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper h2, .page-template-page-2016-business .page-business section.masthead-business .inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.masthead-business .inside
          .page-careers.listings section.content .wrapper .content-text .item strong,
          .page-careers.listings section.content .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.masthead-business .inside
          .page-engineer.listings section.content .wrapper .content-text .item h3,
          .page-engineer.listings section.content .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.masthead-business .inside
          .page-engineer.listings section.content .wrapper .content-text .item strong,
          .page-engineer.listings section.content .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper .content-text .item strong {
            margin: 15.2866242038vw 0 2.2929936306vw; }
          .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper p {
            letter-spacing: -0.01em !important; }
            .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper p br {
              display: inherit; }
          .page-template-page-2016-business .page-business section.masthead-business .inside .wrapper a {
            background: #1887e0;
            color: white;
            border: none;
            margin-top: 8.9171974522vw;
            min-width: 50%; }
    .page-template-page-2016-business .page-business section.chronic-diseases h3 {
      font-size: 14px;
      font-size: 3.5668789809vw;
      line-height: 16px;
      line-height: 4.076433121vw;
      width: 65%;
      height: auto;
      margin: 10.7006369427vw 0 3.821656051vw; }
    .page-template-page-2016-business .page-business section.chronic-diseases h2, .page-template-page-2016-business .page-business section.chronic-diseases .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases h3, .page-template-page-2016-business .page-business section.chronic-diseases
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases strong, .page-template-page-2016-business .page-business section.chronic-diseases
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases h3, .page-template-page-2016-business .page-business section.chronic-diseases
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .wrapper .content-text .item .page-template-page-2016-business .page-business section.chronic-diseases strong {
      margin-bottom: 4.5859872611vw; }
    .page-template-page-2016-business .page-business section.chronic-diseases .advantages {
      padding: 0 8% !important;
      margin: 10.7006369427vw 0 7.6433121019vw; }
      .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block {
        padding: 0 5.6050955414vw 0 4.5859872611vw;
        width: 100%;
        margin: 0 0 9.4267515924vw; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) {
          display: table; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-bg {
            display: table-header-group;
            width: 100%;
            height: auto; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-text {
            display: table-footer-group; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(1) .advantages-text .big-text {
              letter-spacing: -0.7643312102vw; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2), .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) {
          margin-bottom: 7.1337579618vw;
          width: 100% !important; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) .advantages-text {
            width: 52%;
            height: auto;
            margin: 0 6% 0 4%; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) .advantages-text .big-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) .advantages-text .big-text {
              margin-left: -0.5095541401vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) .advantages-bg img, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) .advantages-bg img {
            top: 5%;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(2) p:nth-of-type(2), .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block:nth-of-type(3) p:nth-of-type(2) {
            width: 85%;
            height: auto; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4 {
          font-size: 12px;
          font-size: 3.0573248408vw;
          line-height: normal;
          margin-top: 1.2738853503vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4 span {
            padding: 2.2929936306vw 0.7643312102vw;
            line-height: normal; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block h4 span.big-text {
              font-size: 28px;
              font-size: 7.1337579618vw;
              line-height: 31px;
              line-height: 7.898089172vw; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block p {
          font-size: 15px;
          font-size: 3.821656051vw;
          line-height: 17px;
          line-height: 4.3312101911vw;
          width: 75%;
          height: auto; }
        .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks {
          padding: 10.1910828025vw 0;
          width: 84%;
          height: 48.4076433121vw;
          margin: 0;
          position: absolute;
          display: block; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-bg {
            width: 50%;
            height: auto;
            padding: 0; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text h4, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-bg h4 {
              margin: 4.076433121vw 0 0.7643312102vw; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-text img, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks .advantages-bg img {
              width: 33.1210191083vw;
              height: auto;
              float: right; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(1) {
            border-top: 1px solid;
            top: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) {
            border-top: 1px solid;
            top: 96.8152866242vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) {
            top: 45.8598726115vw; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) {
            bottom: 0; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-bg, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg {
            padding: 0;
            float: right; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-text {
            width: 43%;
            height: auto; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-bg, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg {
            width: 57%;
            height: auto; }
            .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(2) .advantages-bg img, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg img {
              float: left; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(3) .advantages-bg img, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(4) .advantages-bg img {
            width: 33.1210191083vw;
            height: auto; }
          .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(1n) .advantages-text, .page-template-page-2016-business .page-business section.chronic-diseases .advantages .advantages-block.four-blocks:nth-of-type(1n) .advantages-bg {
            margin: 0; }
    .page-template-page-2016-business .page-business section.coaching .wrapper h2, .page-template-page-2016-business .page-business section.coaching .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.coaching
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.coaching
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.coaching
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.coaching .wrapper .content-text .item strong {
      text-align: left;
      margin: 50px 0 17px; }
    .page-template-page-2016-business .page-business section.coaching .wrapper p {
      width: 100%;
      text-align: left; }
      .page-template-page-2016-business .page-business section.coaching .wrapper p br {
        display: inherit; }
    .page-template-page-2016-business .page-business section.coaching .coaching-blocks {
      margin: 17.0700636943vw 0 2.5477707006vw; }
      .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 100%;
        margin-right: 0; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:last-child {
          margin-right: 0; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(1), .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(2), .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(3) {
          padding: 0 14% 7%; }
          .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(1) .coaching-bg, .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(2) .coaching-bg, .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block:nth-of-type(3) .coaching-bg {
            padding-right: 0; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block h3, .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block p {
          text-align: center; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block > h3 {
          font-size: 14px;
          font-size: 3.5668789809vw;
          line-height: 16px;
          line-height: 4.076433121vw;
          margin: 5.3503184713vw 0 1.7834394904vw 0; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block > p {
          font-size: 15px;
          font-size: 3.821656051vw;
          line-height: 20px;
          line-height: 5.0955414013vw; }
        .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block .coaching-bg {
          height: 25.4777070064vw; }
          .page-template-page-2016-business .page-business section.coaching .coaching-blocks .coaching-one-block .coaching-bg img {
            width: auto;
            height: 100%; }
    .page-template-page-2016-business .page-business section.block-image {
      width: 100%;
      height: 91.7197452229vw; }
      .page-template-page-2016-business .page-business section.block-image img {
        width: auto;
        height: 100%;
        position: absolute;
        max-width: none;
        bottom: 0;
        right: -30%; }
    .page-template-page-2016-business .page-business section.request-more .wrapper h2, .page-template-page-2016-business .page-business section.request-more .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.request-more
    .page-careers.listings section.content .wrapper .content-text .item strong,
    .page-careers.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.request-more
    .page-engineer.listings section.content .wrapper .content-text .item h3,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.request-more
    .page-engineer.listings section.content .wrapper .content-text .item strong,
    .page-engineer.listings section.content .page-template-page-2016-business .page-business section.request-more .wrapper .content-text .item strong {
      font-size: 27px;
      font-size: 6.8789808917vw;
      line-height: 31px;
      line-height: 7.898089172vw;
      width: 100%;
      height: auto;
      margin: 6.8789808917vw 0 0 0; }
    .page-template-page-2016-business .page-business section.request-more .wrapper a.button {
      font-size: 12px;
      font-size: 3.0573248408vw;
      line-height: 44px;
      line-height: 11.2101910828vw;
      min-width: 75% !important;
      margin: 14.2675159236vw auto 4.076433121vw; }
    .page-template-page-2016-business .page-business section.different-plans {
      padding-right: 0 !important; }
      .page-template-page-2016-business .page-business section.different-plans .inside {
        width: 100%;
        height: auto; }
        .page-template-page-2016-business .page-business section.different-plans .inside .wrapper h2, .page-template-page-2016-business .page-business section.different-plans .inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.different-plans .inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.different-plans .inside .wrapper .content-text .item strong {
          font-size: 30px;
          font-size: 7.6433121019vw;
          line-height: 36px;
          line-height: 9.1719745223vw;
          margin: 26px 0 12px; }
        .page-template-page-2016-business .page-business section.different-plans .inside .wrapper p {
          font-size: 15px;
          font-size: 3.821656051vw;
          line-height: 20px;
          line-height: 5.0955414013vw;
          width: 100%;
          height: auto; }
        .page-template-page-2016-business .page-business section.different-plans .inside ul {
          padding: 0 8%;
          margin-top: 5.6050955414vw; }
          .page-template-page-2016-business .page-business section.different-plans .inside ul > li {
            font-size: 19px;
            font-size: 4.8407643312vw;
            line-height: 27px;
            line-height: 6.8789808917vw;
            padding: 0 0 7.6433121019vw;
            letter-spacing: -0.01em; }
            .page-template-page-2016-business .page-business section.different-plans .inside ul > li:before {
              width: 2.5477707006vw;
              height: 2.5477707006vw;
              -webkit-border-radius: 1.2738853503vw;
              -moz-border-radius: 1.2738853503vw;
              border-radius: 1.2738853503vw;
              margin: 2.0382165605vw 6.1146496815vw 7.6433121019vw 0; }
    .page-template-page-2016-business .page-business section.outcomes .outcomes-part {
      padding: 0;
      border: none;
      /*&:after {
                      @include size(80% 1px);
                      content: " ";
                      display: block;
                      margin: 0 auto;
                      background: #d7dce1;
                    }*/ }
    .page-template-page-2016-business .page-business section.outcomes .inside {
      width: 100%;
      height: auto;
      padding: 0; }
      .page-template-page-2016-business .page-business section.outcomes .inside .wrapper {
        padding: 0 0 15.2866242038vw 0;
        text-align: left; }
        .page-template-page-2016-business .page-business section.outcomes .inside .wrapper span {
          font-size: 14px;
          font-size: 3.5668789809vw;
          line-height: 16px;
          line-height: 4.076433121vw;
          margin: 5.0955414013vw 0 1.7834394904vw;
          display: block; }
        .page-template-page-2016-business .page-business section.outcomes .inside .wrapper h2, .page-template-page-2016-business .page-business section.outcomes .inside .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.outcomes .inside
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.outcomes .inside
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.outcomes .inside
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.outcomes .inside .wrapper .content-text .item strong {
          width: 70%;
          height: auto;
          margin: 0 0 2.0382165605vw; }
        .page-template-page-2016-business .page-business section.outcomes .inside .wrapper p {
          font-size: 15px;
          font-size: 3.821656051vw;
          line-height: 18px;
          line-height: 4.5859872611vw; }
      .page-template-page-2016-business .page-business section.outcomes .inside .outcomes-img {
        padding: 0 8%;
        width: 100%;
        height: 100%;
        margin-top: 10.9554140127vw; }
      .page-template-page-2016-business .page-business section.outcomes .inside .correspondence {
        font-size: 9px;
        font-size: 2.2929936306vw;
        line-height: 16px;
        line-height: 4.076433121vw;
        position: inherit;
        width: 56%;
        height: auto;
        margin: 7.6433121019vw auto 12.7388535032vw;
        text-align: center; }
    .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks {
      padding: 0 8%;
      margin: 12.7388535032vw 0 5.0955414013vw; }
      .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block {
        width: 100%;
        height: auto;
        margin: 0 0 12.7388535032vw; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:first-of-type {
          margin: 0 0 12.7388535032vw; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block:last-of-type h4 span.big-text {
          letter-spacing: -0.04em;
          margin-left: 0; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 {
          width: 100%;
          height: auto;
          display: block; }
          .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 span {
            font-size: 12px;
            font-size: 3.0573248408vw;
            line-height: 13px;
            line-height: 3.3121019108vw;
            width: 100%;
            height: auto;
            padding: 0;
            display: block;
            margin: 0 auto; }
            .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block h4 span.big-text {
              font-size: 28px;
              font-size: 7.1337579618vw;
              line-height: 31px;
              line-height: 7.898089172vw;
              padding: 0; }
        .page-template-page-2016-business .page-business section.outcomes .outcomes-blocks .outcomes-one-block .outcomes-bg {
          width: 25.4777070064vw;
          height: auto;
          float: none;
          margin: 0 auto; }
    .page-template-page-2016-business .page-business section.quote-block {
      padding: 17.3248407643vw 0 12.7388535032vw !important;
      background: #fff; }
      .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-icon {
        width: 7.1337579618vw;
        height: 7.1337579618vw;
        background-repeat: no-repeat; }
      .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-text {
        font-size: 15px;
        font-size: 3.821656051vw;
        line-height: 20px;
        line-height: 5.0955414013vw;
        width: 100%;
        height: auto;
        margin: 3.5668789809vw auto 10.4458598726vw; }
        .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-text br {
          display: none; }
      .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-avatar {
        width: 29.5541401274vw;
        height: auto; }
      .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-user-name {
        font-size: 13px;
        font-size: 3.3121019108vw;
        line-height: normal;
        width: 63%;
        height: auto;
        margin: 5.0955414013vw auto 0.5095541401vw; }
      .page-template-page-2016-business .page-business section.quote-block .wrapper .quote-user-profession {
        font-size: 12px;
        font-size: 3.0573248408vw;
        line-height: 20px;
        line-height: 5.0955414013vw; }
    .page-template-page-2016-business .page-business section.partnering {
      padding-top: 15.2866242038vw !important; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper {
        padding-bottom: 14.0127388535vw; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper h2, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
        .page-careers.listings section.content .wrapper .content-text .item strong,
        .page-careers.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
        .page-engineer.listings section.content .wrapper .content-text .item h3,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part
        .page-engineer.listings section.content .wrapper .content-text .item strong,
        .page-engineer.listings section.content .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper p {
          text-align: left; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .wrapper p {
          width: 100%;
          height: auto; }
      .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks {
        padding: 0 8%;
        border: none; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks:before {
          width: 100%;
          height: 1px;
          content: " ";
          display: block;
          margin: 0 auto 15.2866242038vw;
          background: #e1e1e1; }
        .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 12.7388535032vw; }
          .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block:nth-child(0) {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block:nth-child(0+1) {
            clear: left; }
          .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block h3, .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block p {
            text-align: center; }
          .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block h3 {
            font-size: 14px;
            font-size: 3.5668789809vw;
            line-height: 16px;
            line-height: 4.076433121vw;
            margin-top: 0;
            margin-bottom: 2.0382165605vw; }
          .page-template-page-2016-business .page-business section.partnering .partnering-text-part .partnering-blocks .partnering-one-block p {
            font-size: 15px;
            font-size: 3.821656051vw;
            line-height: 20px;
            line-height: 5.0955414013vw;
            width: 95%;
            height: auto;
            margin: 0 auto; }
      .page-template-page-2016-business .page-business section.partnering .partnering-items {
        padding: 2.5477707006vw 5%; }
        .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 22.6993865031%;
          height: 16.5605095541vw;
          margin: 0 1%; }
          .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item:last-child {
            margin-right: 0; }
          .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item:nth-of-type(6n) {
            margin-right: 1%; }
          .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item.empty {
            display: none; }
          .page-template-page-2016-business .page-business section.partnering .partnering-items .partnering-item img {
            width: 70%;
            height: auto; }
      .page-template-page-2016-business .page-business section.partnering .partnering-join {
        padding: 12.7388535032vw 0 7.6433121019vw; }
        .page-template-page-2016-business .page-business section.partnering .partnering-join a.button {
          font-size: 12px;
          font-size: 3.0573248408vw;
          line-height: 44px;
          line-height: 11.2101910828vw;
          min-width: 65%; }
    .page-template-page-2016-business .page-business section.contacts {
      min-height: 114.649681529vw; }
      .page-template-page-2016-business .page-business section.contacts .wrapper h2, .page-template-page-2016-business .page-business section.contacts .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.contacts
      .page-careers.listings section.content .wrapper .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item strong, .page-template-page-2016-business .page-business section.contacts
      .page-engineer.listings section.content .wrapper .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item h3, .page-template-page-2016-business .page-business section.contacts
      .page-engineer.listings section.content .wrapper .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-business .page-business section.contacts .wrapper .content-text .item strong {
        font-size: 30px;
        font-size: 7.6433121019vw;
        line-height: 36px;
        line-height: 9.1719745223vw;
        width: 82%;
        height: auto;
        padding: 0;
        margin: 10.1910828025vw 0 2.5477707006vw; }
      .page-template-page-2016-business .page-business section.contacts .wrapper p {
        font-size: 15px;
        font-size: 3.821656051vw;
        line-height: 20px;
        line-height: 5.0955414013vw;
        width: 90%;
        height: auto;
        padding-right: 0; }
      .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item {
        width: 100%; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item:last-of-type {
          width: 100%; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm {
          padding: 9.4267515924vw 0 16.5605095541vw; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol {
            float: left;
            display: block;
            margin-right: 3.0674846626%;
            width: 100%;
            margin-right: 0; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol:last-child {
              margin-right: 0; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol:nth-of-type(2) .mktoFieldWrap {
              margin-left: 0; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
              padding: 0;
              background-position: 96% center;
              background-size: 2.0382165605vw;
              margin: 0 0 3.3121019108vw 0; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
                font-size: 13px;
                font-size: 3.3121019108vw;
                line-height: normal;
                width: auto;
                height: 10.9554140127vw;
                padding: 0.2547770701vw 4.076433121vw 0; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
                font-size: 13px;
                font-size: 3.3121019108vw;
                line-height: 22px;
                line-height: 5.6050955414vw;
                width: auto;
                height: 21.9108280255vw;
                padding: 1.7834394904vw 4.076433121vw 0; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
                bottom: -5.3503184713vw !important;
                left: 0 !important; }
              .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default {
                width: auto;
                height: 10.9554140127vw; }
                .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single {
                  padding: 0; }
                  .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
                    font-size: 13px;
                    font-size: 3.3121019108vw;
                    line-height: 43px;
                    line-height: 10.9554140127vw;
                    padding: 0 4.076433121vw 0; }
                  .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__arrow {
                    width: 9.1719745223vw;
                    height: 9.1719745223vw; }
                    .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__arrow .required {
                      width: 3.5668789809vw;
                      height: 3.5668789809vw;
                      background-size: 2.0382165605vw;
                      margin-top: 4.3312101911vw; }
                    .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__arrow .fa-sort-desc {
                      font-size: 20px;
                      font-size: 5.0955414013vw;
                      line-height: normal;
                      padding: 0;
                      top: 2.0382165605vw; }
          .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow {
            margin-top: 8.4076433121vw; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow button {
              font-size: 12px;
              font-size: 3.0573248408vw;
              line-height: normal;
              width: 48%;
              height: 11.2101910828vw;
              -webkit-border-radius: 125px;
              -moz-border-radius: 125px;
              border-radius: 125px;
              border: 1px solid;
              letter-spacing: 0.04em; }
            .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
              border: 1px solid; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options .sg-control-text.sg-control-text {
          background-size: 12px; }
        .page-template-page-2016-business .page-business section.contacts .contacts-content .contacts-item .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-group .sg-group-item .sg-question-options textarea {
          background-size: 12px; } }

@media screen and (max-width: 767px) {
  .noom2016 .page-blog.page-blog-2016 > h1, .noom2016 .page-blog.page-blog-2016 > h2, .noom2016 .page-careers.listings section.content .wrapper .content-text .item .page-blog.page-blog-2016 > h3, .page-careers.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 > h3, .noom2016
  .page-careers.listings section.content .wrapper .content-text .item .page-blog.page-blog-2016 > strong,
  .page-careers.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 > strong, .noom2016
  .page-engineer.listings section.content .wrapper .content-text .item .page-blog.page-blog-2016 > h3,
  .page-engineer.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 > h3, .noom2016
  .page-engineer.listings section.content .wrapper .content-text .item .page-blog.page-blog-2016 > strong,
  .page-engineer.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 > strong, .noom2016 .page-blog.page-blog-2016 > p {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
  .noom2016 .page-blog.page-blog-2016 h1, .noom2016 .page-blog.page-blog-2016 h2, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .wrapper .content-text .item h3, .page-careers.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 h3, .noom2016 .page-blog.page-blog-2016
  .page-careers.listings section.content .wrapper .content-text .item strong,
  .page-careers.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 strong, .noom2016 .page-blog.page-blog-2016
  .page-engineer.listings section.content .wrapper .content-text .item h3,
  .page-engineer.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 h3, .noom2016 .page-blog.page-blog-2016
  .page-engineer.listings section.content .wrapper .content-text .item strong,
  .page-engineer.listings section.content .wrapper .content-text .item .noom2016 .page-blog.page-blog-2016 strong {
    font-size: 30px;
    font-size: 7.6433121019vw;
    line-height: 36px;
    line-height: 9.1719745223vw; }
  .noom2016 .page-blog.page-blog-2016 p {
    font-size: 15px;
    font-size: 3.821656051vw;
    line-height: 20px;
    line-height: 5.0955414013vw; }
  .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider {
    width: 100%;
    height: 111.337579618vw;
    display: block; }
    .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex {
      width: 100%;
      height: 111.337579618vw; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport,
      .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides {
        width: 100%;
        height: 111.337579618vw; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .ms-image,
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .ms-image {
          width: 100%;
          height: 111.337579618vw; }
          .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .ms-image img,
          .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .ms-image img {
            width: 100%;
            height: auto;
            min-width: 178.343949045vw;
            min-height: 111.337579618vw; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .caption-wrap,
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .caption-wrap {
          font-size: 30px;
          font-size: 7.6433121019vw;
          line-height: 36px;
          line-height: 9.1719745223vw;
          width: 100%;
          height: auto;
          padding: 0 8%;
          top: 36.5%; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-viewport .button,
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .slides .button {
          width: 41.2738853503vw;
          height: 10.9554140127vw;
          font-size: 15px;
          font-size: 3.821656051vw;
          line-height: 43px;
          line-height: 10.9554140127vw;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          border: 1px solid white;
          margin-left: 8%;
          top: 63.5%; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-control-nav {
        top: initial; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-masthead-slider .metaslider.metaslider-flex .flex-control-nav a {
          width: 18px;
          height: 18px;
          border-width: 3px;
          margin: 0 6px !important; }
  .noom2016 .page-blog.page-blog-2016 .page-blog-nav {
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3; }
    .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper {
      margin: 0 55px;
      height: 135px;
      box-shadow: none;
      border-bottom: none; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        height: auto; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 48.4662576687%;
          height: 40px;
          margin-top: 5px; }
          .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li:last-child {
            margin-right: 0; }
          .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a {
            font-size: 15px;
            font-size: 3.821656051vw;
            line-height: 18px;
            line-height: 4.5859872611vw; }
            .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a:before {
              width: 18px;
              height: 18px; }
            .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper ul li a span {
              margin-left: 5px; }
      .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(2n) {
        margin-right: 0; }
        .noom2016 .page-blog.page-blog-2016 .page-blog-nav .page-blog-nav-wrapper #menu-blog-menu-2016 li:nth-of-type(2n) a {
          margin-left: 13px; }
  .noom2016 .page-blog.page-blog-2016 .content-search {
    padding: 6.8789808917vw 8%; }
    .noom2016 .page-blog.page-blog-2016 .content-search form {
      width: 100%;
      height: 10.9554140127vw;
      bottom: 0; }
      .noom2016 .page-blog.page-blog-2016 .content-search form input {
        padding: 0 12.7388535032vw 0 4.3312101911vw;
        font-size: 14px;
        font-size: 3.5668789809vw;
        line-height: normal;
        width: 100%;
        height: 10.9554140127vw;
        font-family: Roboto Regular, Helvetica, Arial, sans-serif;
        border-radius: initial;
        font-style: normal;
        color: #7d7d7d; }
      .noom2016 .page-blog.page-blog-2016 .content-search form:after {
        width: 10.9554140127vw;
        height: 100%;
        font-size: 21px !important;
        font-size: 5.3503184713vw !important;
        line-height: 44px !important;
        line-height: 11.2101910828vw !important;
        right: 0px !important;
        top: 0 !important;
        background: #2196f3;
        color: white !important;
        border: none;
        text-align: center;
        font-weight: bold !important; }
  .noom2016 .page-blog.page-blog-2016 .content {
    padding: 0 8%; }
    .noom2016 .page-blog.page-blog-2016 .content .content-center {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 100%;
      margin-right: 0; }
      .noom2016 .page-blog.page-blog-2016 .content .content-center:last-child {
        margin-right: 0; }
      .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper {
        padding: 0 0 6.3694267516vw; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section {
          -webkit-border-radius: 2.5477707006vw;
          -moz-border-radius: 2.5477707006vw;
          border-radius: 2.5477707006vw;
          -webkit-box-shadow: 0px 1px 6px rgba(1, 1, 1, 0.13);
          -moz-box-shadow: 0px 1px 6px rgba(1, 1, 1, 0.13);
          box-shadow: 0px 1px 6px rgba(1, 1, 1, 0.13);
          float: none;
          width: 99%;
          margin: 0 auto 6.8789808917vw; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section:nth-of-type(3n) {
            margin-right: auto; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section .blog-article_bg {
            -webkit-border-radius: 2.5477707006vw 2.5477707006vw 0 0;
            -moz-border-radius: 2.5477707006vw 2.5477707006vw 0 0;
            border-radius: 2.5477707006vw 2.5477707006vw 0 0;
            width: 100%;
            height: 34.3949044586vw; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article {
            width: auto;
            height: 66.2420382166vw;
            padding: 0 6.3694267516vw; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article time {
              font-size: 13px;
              font-size: 3.3121019108vw;
              line-height: 16px;
              line-height: 4.076433121vw;
              margin-top: 8.9171974522vw;
              text-align: left;
              position: initial; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h1, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h2, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016
            .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong,
            .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016
            .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong,
            .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016
            .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong,
            .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong {
              font-size: 30px;
              font-size: 7.6433121019vw;
              line-height: 35px;
              line-height: 8.9171974522vw;
              margin: 3.821656051vw 0 0;
              max-height: initial;
              display: block;
              text-align: left; }
              .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h1 a, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article h2 a, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a, .noom2016 .page-blog.page-blog-2016 .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a, .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a, .noom2016 .page-blog.page-blog-2016
              .page-careers.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a,
              .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a, .noom2016 .page-blog.page-blog-2016
              .page-careers.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a,
              .page-careers.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item h3 a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article h3 a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .content-center .content-center-wrapper section article .wrapper .content-text .item strong a, .noom2016 .page-blog.page-blog-2016
              .page-engineer.listings section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a,
              .page-engineer.listings .noom2016 .page-blog.page-blog-2016 section.content .wrapper .content-text .item .content-center .content-center-wrapper section article strong a {
                max-height: 26.7515923567vw; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article a.blog-article_more {
              font-size: 15px;
              font-size: 3.821656051vw;
              line-height: 20px;
              line-height: 5.0955414013vw;
              padding: 0;
              margin: 0 0 5.0955414013vw;
              left: 6.3694267516vw;
              position: absolute;
              background: none;
              font-weight: normal; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper section article span.blog-article_icon {
              width: 5.8598726115vw;
              height: 5.8598726115vw;
              position: absolute;
              right: 6.1146496815vw;
              bottom: 4.076433121vw; }
        .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog {
          padding: 3.821656051vw 0 0; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog .page {
            display: inline-block;
            margin: 0 1.2738853503vw !important; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog .page a {
              top: 0 !important; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog li {
            margin: 0 1.2738853503vw !important; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog li:first-of-type {
              margin-left: 10px !important; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i {
            font-size: 19px;
            font-size: 4.8407643312vw;
            line-height: 24px;
            line-height: 6.1146496815vw;
            width: 6.1146496815vw;
            height: 6.1146496815vw;
            color: #2196f3;
            position: relative;
            top: 7px; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog a.double-arrow, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i.double-arrow {
              display: none; }
          .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i {
            font-size: 24px;
            font-size: 6.1146496815vw;
            line-height: 24px;
            line-height: 6.1146496815vw;
            position: absolute;
            top: 0px; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i.icon-chevron-thin-right, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i.flex-next {
              left: 0px; }
            .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i.icon-chevron-thin-left, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i.flex-prev, .noom2016 .page-blog.page-blog-2016 .content .content-center .content-center-wrapper .pagination_blog i.flex-next {
              right: 0px; }
    .noom2016 .page-blog.page-blog-2016 .content aside {
      padding: 0;
      background: none; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-box {
        margin-bottom: 0; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter {
          min-height: 68.7898089172vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .newsletter-title {
            font-size: 19px;
            font-size: 4.8407643312vw;
            line-height: 27px;
            line-height: 6.8789808917vw;
            padding: 11.4649681529vw 0 4.5859872611vw;
            width: 90%;
            height: auto;
            margin: 0 auto; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoForm {
            padding: 0; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoFormRow {
            margin-bottom: 6.8789808917vw; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoFormRow .mktoFormCol input {
              font-size: 14px;
              font-size: 3.5668789809vw;
              line-height: normal;
              -webkit-border-radius: 0 !important;
              -moz-border-radius: 0 !important;
              border-radius: 0 !important;
              padding: 0 3.821656051vw;
              height: 10.9554140127vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .mktoButtonRow button {
            font-size: 12px;
            font-size: 3.0573248408vw;
            line-height: 44px;
            line-height: 11.2101910828vw;
            width: 36.9426751592vw;
            height: 11.2101910828vw;
            -webkit-border-radius: 5.6050955414vw !important;
            -moz-border-radius: 5.6050955414vw !important;
            border-radius: 5.6050955414vw !important;
            margin: 0 auto; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
            margin-bottom: 6.8789808917vw; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-question .sg-question-options input {
              font-size: 14px;
              font-size: 3.5668789809vw;
              line-height: normal;
              -webkit-border-radius: 0 !important;
              -moz-border-radius: 0 !important;
              border-radius: 0 !important;
              padding: 0 3.821656051vw;
              height: 10.9554140127vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar {
            text-align: center; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .newsletter .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
              font-size: 12px;
              font-size: 3.0573248408vw;
              line-height: normal;
              width: 36.9426751592vw;
              height: 11.2101910828vw;
              -webkit-border-radius: 5.6050955414vw !important;
              -moz-border-radius: 5.6050955414vw !important;
              border-radius: 5.6050955414vw !important; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts,
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook,
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_instagram,
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_twitter {
          padding-bottom: 10.1910828025vw; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts h3, .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts p.sidebar-blocktitle,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook h3,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_facebook p.sidebar-blocktitle,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_instagram h3,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_instagram p.sidebar-blocktitle,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_twitter h3,
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .sidebar_twitter p.sidebar-blocktitle {
            font-size: 19px;
            font-size: 4.8407643312vw;
            line-height: 27px;
            line-height: 6.8789808917vw;
            margin-top: 8.9171974522vw;
            margin-bottom: 6.3694267516vw; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li {
          padding: 0;
          margin: 0 0 7.6433121019vw;
          position: relative; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li a {
            font-size: 15px;
            font-size: 3.821656051vw;
            line-height: 20px;
            line-height: 5.0955414013vw;
            width: 100%;
            height: auto;
            color: #2196f3;
            padding-right: 6.3694267516vw;
            text-align: left;
            display: block; }
            .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li a:after {
              font-size: 15px;
              font-size: 3.821656051vw;
              line-height: normal;
              width: 4.3312101911vw;
              height: 4.3312101911vw;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              font-family: icomoon;
              content: "\e60a";
              color: #2196f3;
              background: none;
              display: block;
              right: 0; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-box .popular_posts ul > li:last-of-type {
            margin-bottom: 0; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive h3 {
        font-size: 19px;
        font-size: 4.8407643312vw;
        line-height: 27px;
        line-height: 6.8789808917vw;
        margin-top: 8.9171974522vw;
        margin-bottom: 6.3694267516vw; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive h4 {
        font-size: 15px;
        font-size: 3.821656051vw;
        line-height: 17px;
        line-height: 4.3312101911vw;
        margin: 0 0 1.2738853503vw;
        text-align: left; }
      .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list {
        margin-bottom: 10.1910828025vw; }
        .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li {
          float: left;
          display: block;
          margin-right: 3.0674846626%;
          width: 14.1104294479%; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li:last-child {
            margin-right: 0; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li:nth-of-type(6n) {
            margin-right: 0; }
          .noom2016 .page-blog.page-blog-2016 .content aside .side-nav.side-nav_archive .archive-list > li a {
            font-size: 15px;
            font-size: 3.821656051vw;
            line-height: 34px;
            line-height: 8.6624203822vw;
            text-align: left; }
  .noom2016 .page-blog.page-blog-2016.page-blog-article .page-blog-nav .page-blog-nav-wrapper {
    display: none; }
  .noom2016 .page-blog.page-blog-2016.page-blog-article .content {
    padding: 0;
    margin-top: 0; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs {
      position: absolute;
      top: 76.4331210191vw;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 0 8%;
      z-index: 111;
      width: 100% !important;
      height: 11.7197452229vw !important;
      border-bottom: 1px solid #eaeaea; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li {
        font-size: 15px !important;
        font-size: 3.821656051vw !important;
        line-height: 46px !important;
        line-height: 11.7197452229vw !important;
        height: 11.7197452229vw !important;
        overflow: hidden;
        max-width: 68%;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li.healthcare, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li.press {
          max-width: 48%; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .support-breadcrumbs li a {
          font-size: 15px !important;
          font-size: 3.821656051vw !important;
          line-height: 46px !important;
          line-height: 11.7197452229vw !important;
          height: 11.7197452229vw !important; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 100%;
      height: auto; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section .article-featured-images {
        width: 100%;
        height: 62.4203821656vw;
        margin-bottom: 11.7197452229vw !important; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section .article-featured-images .blog-article_bg {
          width: 100%;
          height: 62.4203821656vw; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article {
        width: 100%;
        height: 100%;
        padding: 0 8%; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article:after {
          height: 1px;
          background: #bdbdbd;
          width: 40%;
          margin: 0 auto; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article time {
          font-size: 14px;
          font-size: 3.5668789809vw;
          line-height: 16px;
          line-height: 4.076433121vw;
          margin-top: 6.6242038217vw; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article h1, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article h2, .noom2016 .page-blog.page-blog-2016.page-blog-article .page-careers.listings section.content .content-center-wrapper section article .wrapper .content-text .item h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .page-careers.listings section.content .wrapper .content-text .item .content-center-wrapper section article h3, .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-careers.listings section.content .content-center-wrapper section article .wrapper .content-text .item strong,
        .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-careers.listings section.content .wrapper .content-text .item .content-center-wrapper section article strong,
        .page-careers.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .content-center-wrapper section article .wrapper .content-text .item h3,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .wrapper .content-text .item .content-center-wrapper section article h3,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article h3, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .content-center-wrapper section article .wrapper .content-text .item strong,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .content-center-wrapper section article .wrapper .content-text .item strong, .noom2016 .page-blog.page-blog-2016.page-blog-article
        .page-engineer.listings section.content .wrapper .content-text .item .content-center-wrapper section article strong,
        .page-engineer.listings .noom2016 .page-blog.page-blog-2016.page-blog-article section.content .wrapper .content-text .item .content-center-wrapper section article strong {
          font-size: 30px;
          font-size: 7.6433121019vw;
          line-height: 35px;
          line-height: 8.9171974522vw;
          width: 100%;
          height: auto;
          margin: 3.3121019108vw 0 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .blog-author, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .blog-position {
          display: none; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content {
          font-size: 16px;
          font-size: 4.076433121vw;
          line-height: 24px;
          line-height: 6.1146496815vw;
          margin-bottom: 15.2866242038vw;
          color: #444; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper section article .article-content p {
            font-size: 16px;
            font-size: 4.076433121vw;
            line-height: 24px;
            line-height: 6.1146496815vw;
            color: #444; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-comments {
      padding: 0;
      margin: 12.7388535032vw 8% 0;
      border-bottom: 1px solid;
      padding-bottom: 6.3694267516vw; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended {
      padding: 0 8%;
      background: none; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended p.recommended-title {
        font-size: 19px;
        font-size: 4.8407643312vw;
        line-height: 27px;
        line-height: 6.8789808917vw;
        padding: 0;
        color: #444;
        margin-top: 9.4267515924vw;
        margin-bottom: 6.8789808917vw; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn {
        display: none; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn.next {
          font-size: 26px;
          font-size: 6.6242038217vw;
          line-height: normal;
          display: block;
          float: none;
          position: initial;
          width: 100%;
          text-align: center;
          margin-top: 8.9171974522vw; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .blog-recommended-swiper-btn.next i:before {
            -webkit-transform: rotateZ(90deg);
            -moz-transform: rotateZ(90deg);
            -ms-transform: rotateZ(90deg);
            -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
            display: block; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-container {
        width: 100%;
        margin: 0; }
      .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item {
        margin-bottom: 6.3694267516vw;
        width: 100%; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item:last-of-type {
          margin-bottom: 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .blog-recommended_item_bg {
          width: 28.025477707vw;
          height: 28.025477707vw;
          margin-bottom: 0; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item time {
          font-size: 11px;
          font-size: 2.8025477707vw;
          line-height: 9px;
          line-height: 2.2929936306vw;
          padding-left: 30.5732484076vw;
          text-align: left;
          display: block; }
        .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item h3, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .recommended-title {
          margin: 2.8025477707vw 0 0 30.5732484076vw; }
          .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item h3 a, .noom2016 .page-blog.page-blog-2016.page-blog-article .content .content-center-wrapper .blog-recommended .swiper-slide .blog-recommended_item .recommended-title a {
            max-height: 80px;
            overflow: hidden;
            display: block; }
    .noom2016 .page-blog.page-blog-2016.page-blog-article .content aside {
      padding: 0 8%;
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm {
    margin: 0;
    padding: 0;
    width: 100% !important; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .access_code_text_help {
      display: none !important; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol.half_size {
      width: 100% !important;
      height: 40px; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
      font-size: 15px;
      font-size: 3.6231884058vw;
      line-height: 15px;
      line-height: 3.6231884058vw; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
      padding: 0; }
    .page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 15px;
      font-size: 3.6231884058vw;
      line-height: 46px;
      line-height: 11.1111111111vw; }
  .page-template-page-2016-health-support .support-2016 .page-support-nav {
    padding: 0;
    margin: 0;
    width: 80%;
    margin: 20px auto; }
    .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper {
      height: auto; }
      .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .search-form {
        width: 100%;
        position: relative; }
        .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .search-form input {
          width: 78%;
          height: 40px;
          font-size: 21px;
          line-height: 31px;
          padding: 0 17% 0 4%; }
        .page-template-page-2016-health-support .support-2016 .page-support-nav .page-support-nav-wrapper .search-form:after {
          height: 40px;
          width: 50px;
          font-size: 25px;
          line-height: 40px; }
  .page-template-page-2016-health-support.template-2016-V2 .support-2016 .page-support-nav .page-support-nav-back {
    position: initial;
    padding: 15px 0; }
    .page-template-page-2016-health-support.template-2016-V2 .support-2016 .page-support-nav .page-support-nav-back a {
      font-size: 18px;
      font-size: 4.347826087vw;
      line-height: 18px;
      line-height: 4.347826087vw; }
  .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support {
    width: 80%;
    padding: 0; }
    .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support aside {
      display: none; }
    .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content {
      width: 100%; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article h2, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .page-careers.listings section.content .wrapper .support-article .content-text .item h3, .page-careers.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article .content-text .item h3, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .page-careers.listings section.content .wrapper .content-text .item .support-article h3, .page-careers.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .content-text .item .support-article h3, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content
      .page-careers.listings section.content .wrapper .support-article .content-text .item strong,
      .page-careers.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article .content-text .item strong, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content
      .page-careers.listings section.content .wrapper .content-text .item .support-article strong,
      .page-careers.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .content-text .item .support-article strong, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content
      .page-engineer.listings section.content .wrapper .support-article .content-text .item h3,
      .page-engineer.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article .content-text .item h3, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content
      .page-engineer.listings section.content .wrapper .content-text .item .support-article h3,
      .page-engineer.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .content-text .item .support-article h3, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content
      .page-engineer.listings section.content .wrapper .support-article .content-text .item strong,
      .page-engineer.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article .content-text .item strong, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content
      .page-engineer.listings section.content .wrapper .content-text .item .support-article strong,
      .page-engineer.listings section.content .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .content-text .item .support-article strong {
        font-size: 40px;
        font-size: 9.6618357488vw;
        line-height: 60px;
        line-height: 14.4927536232vw;
        padding: 0; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article .page-content {
        font-size: 15px;
        font-size: 3.6231884058vw;
        line-height: 26px;
        line-height: 6.2801932367vw;
        margin-top: 20px;
        margin-bottom: 20px; }
        .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .support-article .page-content p {
          margin: 0;
          font-size: 15px;
          font-size: 3.6231884058vw;
          line-height: 26px;
          line-height: 6.2801932367vw; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs {
        margin-top: 20px; }
        .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs label {
          width: 50%;
          font-size: 25px;
          font-size: 6.038647343vw;
          line-height: 65px;
          line-height: 15.7004830918vw; }
        .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .most-asked .support-links-questions.tabs ul li a {
          font-size: 20px;
          font-size: 4.8309178744vw;
          line-height: 26px;
          line-height: 6.2801932367vw; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-type-group > .sg-question-options {
        margin-top: 0; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-group-item {
        width: 100%;
        padding: 0 0 1em; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question {
        margin-top: 0px !important; }
        .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question label {
          font-size: 14px; }
        .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options input, .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set .sg-group .sg-question .sg-question-options textarea {
          font-size: 15px;
          font-size: 3.6231884058vw;
          line-height: 22px;
          line-height: 5.3140096618vw; }
      .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer {
        margin-bottom: 0;
        position: initial;
        background: none;
        box-shadow: none; }
        .page-template-page-2016-health-support.template-2016-V2 .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-footer .sg-button-bar .sg-button {
          margin: 0;
          outline: none; }
  .page-template-page-2016-health-support.page-2016-health-support .support-2016 {
    padding: 15px 0; }
    .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support {
      padding: 0;
      margin: 0 auto; }
      .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support aside {
        display: block;
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0; }
        .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support aside .support-links li span {
          font-size: 24px;
          font-size: 5.7971014493vw;
          line-height: 40px;
          line-height: 9.6618357488vw; }
        .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories {
          padding-top: 6.038647343vw; }
          .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories:before {
            width: 100%; }
          .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support aside .support-links li ul.support-categories li {
            font-size: 22px;
            font-size: 5.3140096618vw;
            line-height: 45px;
            line-height: 10.8695652174vw; }
      .page-template-page-2016-health-support.page-2016-health-support .support-2016 .support .support-content {
        display: none; }
  .page-template-page-2016-health-support.page-2016-health-support .support.health-support {
    padding: 30px 0; }
    .page-template-page-2016-health-support.page-2016-health-support .support.health-support .search-form {
      padding: 20px 0;
      position: relative; }
  .page-template-page-2016-health-support.page-2016-health-support .ui-autocomplete.only-mobile.ui-widget-content {
    z-index: 120;
    margin-top: 20px; }
  .noom-kr.page-template-page-2016-health-support .support-2016 .support div.support-content .wrapper .sg-survey .sg-body .sg-survey-form .sg-wrapper .sg-content .sg-question-set {
    max-height: 700px; } }

.page-template-page-2016-health-support .ui-autocomplete.ui-widget-content {
  margin-top: 43px; }


body.page-template-template-b2c h2.wp-block-heading { font-size: 1.5rem; }  
body.page-template-template-b2c h1.article-h1 { margin-top: 50px !important; font-size: 2rem; }