html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  margin: 0;
  padding: 0; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  width: 100%; }

div {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  section::after {
    clear: both;
    content: "";
    display: table; }

#container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  #container::after {
    clear: both;
    content: "";
    display: table; }

#content {
  position: relative;
  text-align: left;
  padding: 0 15px; }
  #content::after {
    clear: both;
    content: "";
    display: table; }

article {
  position: relative;
  padding: 0 0 25px; }
  @media screen and (min-width: 768px) {
    article {
      float: right;
      width: 65%;
      padding: 20px 0 25px 2%; }
      article:after {
        content: '';
        width: 1px;
        height: 100%;
        background: #ccc;
        position: absolute;
        left: 0;
        top: 0; } }

@media screen and (min-width: 768px) {
  .section-home article {
    float: left;
    padding: 0 2% 25px 0; }
    .section-home article:after {
      display: none; } }

aside {
  position: relative;
  padding: 0 0 25px; }
  @media screen and (min-width: 768px) {
    aside {
      float: left;
      width: 35%;
      padding: 0 2% 0 0; } }

@media screen and (min-width: 768px) {
  .scrolled.section-profile aside {
    position: fixed;
    top: 0; } }

@media screen and (min-width: 768px) {
  .section-home aside {
    padding: 0 0 0 2%; }
    .section-home aside:after {
      content: '';
      width: 1px;
      height: 100%;
      background: #ccc;
      position: absolute;
      left: 0;
      top: 0; } }

body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  /* url(../images/layout/body_bg.png) repeat-x 0 0*/
  font: normal 15px/200% Helvetica, Arial, sans-serif;
  text-align: center; }

/*-------- HEADERS --------- */
h1 {
  margin: 0 0 10px;
  padding: 0;
  font: bold 50px/59px Helvetica, Arial, sans-serif;
  color: #58585B;
  letter-spacing: 1px;
  border-bottom: 10px solid #818285; }

h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font: bold 20px/28px Helvetica, Arial, sans-serif;
  color: #677D99; }

h2 a, h2 a:link, h2 a:visited {
  color: #677D99; }

h3 {
  margin: 0 0 5px;
  padding: 0 0 10px;
  color: #333;
  font: bold 18px/200% Helvetica, Arial, sans-serif; }

h2 a, h2 a:link, h2 a:visited {
  color: #677D99; }

h4 {
  margin: 0 0 8px;
  padding: 0;
  color: #677D99;
  font: bold 16px/120% Helvetica, Arial, sans-serif; }

ul, ol {
  margin: 0;
  padding: 0 0 15px 15px;
  list-style-type: disc;
  color: #333;
  font: normal 13px/180% Helvetica, Arial, sans-serif; }

ul ul, ol ol {
  padding: 3px 0 15px 15px; }

li {
  padding: 0; }

/*	 ------- BODY COPY -------- */
p, address {
  margin: 0;
  padding: 0 0 15px 0;
  color: #333;
  font: normal 15px/200% Helvetica, Arial, sans-serif; }

aside p {
  padding: 0 0 5px; }

/* --------- LINKS ---------- */
a, a:link, a:visited {
  color: #003366;
  text-decoration: none; }

a:hover {
  color: #999; }

#contact {
  margin: 0;
  height: 0;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #C8C7C7;
  background: #F2F2F3 url(../images/layout/body_bg.png) repeat-x 0 bottom; }

#contact .default_content {
  margin: 0 auto;
  width: 820px;
  padding: 20px; }

#contact .overview, #section_home #contact .overview, #section_blog #contact .overview {
  width: 300px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
  position: relative; }

#contact .textarea, #section_home #contact .textarea, #section_blog #contact .textarea {
  width: 460px;
  padding: 24px 0 0 20px;
  background: url(../images/layout/line.png) repeat-y 0 0;
  float: left;
  position: relative; }

/* @group Header */
/* @end */
/* @end */
/**/
#list {
  margin-bottom: 20px;
  border-bottom: 1px solid #999; }

#list .item {
  padding: 5px;
  margin: 0;
  border-top: 1px solid #999; }

#list .item h3 {
  margin: 0;
  padding: 0; }

#list.products .item {
  float: left;
  width: 280px;
  padding: 10px;
  margin: 10px;
  border: 1px solid #999; }

#list.products .item .thumb {
  width: 280px;
  height: 280px;
  background: #333;
  overflow: hidden; }

#list.products .item .thumb img {
  width: 280px;
  height: auto; }

#media {
  clear: both; }

#media #image {
  width: 280px;
  height: 280px;
  margin: 10px 0;
  background: #333;
  overflow: hidden; }

#media .slides {
  margin-left: -15px;
  width: 290px; }

#media .slides li {
  width: 80px;
  height: 80px;
  background: #333;
  overflow: hidden;
  float: left;
  clear: none;
  margin: 0 0 10px 10px;
  padding: 0; }

#media .slides li img {
  width: 80px;
  height: auto; }

#options {
  padding-bottom: 10px; }

#options ul {
  clear: both;
  margin: 0;
  padding: 0; }

#options label {
  clear: both;
  display: block; }

#options ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  float: left;
  clear: none;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  text-align: center; }

#options ul li.active {
  background: #333;
  color: #fff; }

#options ul li.selected {
  border: 2px solid red;
  width: 29px;
  height: 29px; }

aside p {
  font-size: 15px;
  line-height: 200%;
  color: #76787A; }
  aside p a, aside p a:link, aside p a:visited {
    color: #5F7795;
    font-style: italic; }

aside h2, article h2 {
  border-bottom: 10px solid #3C6385;
  margin-bottom: 25px; }

.section-home article p {
  font-size: 18px;
  color: #76787A; }

#logo {
  width: 360px;
  height: 65px;
  position: absolute;
  left: 15px;
  top: 0px; }
  @media screen and (max-width: 480px) {
    #logo {
      width: 75%; } }

#logo a, #logo a:link, #logo a:visited {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 150px;
  background: url(../img/logo-new.svg) 0 bottom no-repeat;
  background-size: contain;
  text-indent: -50000px;
  margin: 0 0 20px; }

#header {
  margin: 0 auto;
  height: 80px;
  z-index: 900;
  position: relative; }

/* @group Nav */
#nav {
  width: 100%;
  margin: 0;
  padding: 0; }

#nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

.navbar-toggle {
  font-size: 24px;
  color: #ccc;
  margin: 10px 0 5px;
  padding: 12px; }

.navbar-collapse {
  padding: 0; }

#nav li {
  display: block;
  text-transform: lowercase;
  padding: 0;
  margin: 0 1px;
  float: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: none;
  font-size: 15px;
  font-weight: bold; }

#nav li a, #nav li a:link, #nav li a:visited {
  display: block;
  text-decoration: none;
  padding: 7px 0;
  height: 23px;
  color: #666;
  margin: 0 0 0 30px; }

#nav li.active a, #nav li a:hover {
  color: #677E9A;
  background: transparent; }

#nav li.active a {
  font-weight: bold; }

#nav li.active a {
  border-bottom: 5px solid #677E9A;
  height: 20px; }

#nav li.active .subnav a {
  border-bottom: none; }

#nav li a.active, #nav li a:hover {
  color: #677E9A;
  background: white; }

#nav ul {
  text-align: right;
  margin: 30px 0 10px;
  padding: 10px 15px;
  background: #fff;
  width: 100%;
  float: right; }

#nav li .sub {
  display: none;
  background: white;
  position: absolute;
  top: 29px;
  right: -30px;
  margin: 0;
  padding: 15px 30px;
  width: auto;
  float: none;
  text-transform: lowercase; }
  #nav li .sub a, #nav li .sub a:link, #nav li .sub a:visited {
    margin: 0;
    font-size: 13px;
    font-weight: normal; }

#nav li:hover .sub {
  display: block; }

@media screen and (max-width: 768px) {
  #header {
    height: 80px; }

  #nav ul {
    position: relative;
    background: #446D8E;
    margin: 0;
    padding: 15px; }

  #nav li {
    float: none;
    clear: both;
    line-height: 35px;
    min-height: 35px;
    margin: 0 0 5px; }
    #nav li a, #nav li a:link, #nav li a:visited {
      padding: 0 10px;
      line-height: 35px;
      height: 35px;
      color: white;
      margin: 0; }
    #nav li .sub {
      display: block;
      background: white;
      position: relative;
      top: auto;
      right: auto;
      margin: 0;
      padding: 0;
      width: auto;
      float: none;
      text-align: right;
      text-transform: lowercase; }
      #nav li .sub li {
        float: right; }

  #nav li a.active, #nav li a:hover {
    color: #677E9A;
    background: white; } }
footer {
  margin: 35px auto 0;
  padding: 10px 5px;
  text-align: center;
  background: none;
  border-top: 1px solid #C8C7C7; }
  footer .nav {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0; }
  footer .nav li {
    background: none;
    display: inline;
    font-size: 12px;
    color: #626366;
    margin: 0 10px;
    text-transform: lowercase; }
    @media screen and (max-width: 480px) {
      footer .nav li {
        display: block;
        line-height: 30px; } }
  footer .nav li a {
    color: #626366; }
  footer #copyright {
    font-size: 12px;
    color: #626366; }
  footer a, footer a:link, footer a:visited {
    color: #3B6385; }

.owl-wrapper-outer {
  width: 100%;
  height: auto;
  padding: 0;
  background: #FFF;
  border: 1px solid #C8C7C7;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .owl-wrapper-outer {
      overflow: visible; } }

.section-people #branding {
  width: 100%;
  padding: 10px 5px;
  background: #FFF;
  border: 1px solid #C8C7C7;
  margin-bottom: 25px;
  position: relative;
  text-align: left;
  overflow: hidden; }
.section-people .owl-wrapper-outer {
  border: none;
  margin-bottom: 0; }
  .section-people .owl-wrapper-outer .item {
    margin: 0 5px; }
.section-people .owl-controls {
  display: none !important; }

.owl-controls {
  margin: 10px;
  height: 30px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .owl-controls .owl-pagination {
    display: none; } }
.owl-controls .owl-buttons div {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  text-indent: -100000px;
  background: transparent url(../img/arrows.png) no-repeat 0 0; }
.owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  background: url(../img/arrows.png) no-repeat left 0; }
.owl-controls .owl-buttons div.owl-next {
  position: absolute;
  left: auto;
  right: 0;
  background: url(../img/arrows.png) no-repeat right 0; }
@media screen and (min-width: 1350px) {
  .owl-controls .owl-buttons div {
    top: 30%;
    bottom: auto; }
  .owl-controls .owl-buttons div.owl-prev {
    left: -50px; }
  .owl-controls .owl-buttons div.owl-next {
    right: -50px; } }

.owl-theme .owl-controls .owl-page span {
  background: #666;
  filter: Alpha(Opacity=30);
  opacity: 0.3; }

#branding {
  position: relative; }

#branding #slides {
  width: 20000em;
  position: absolute; }

#branding #slides .group {
  float: left;
  position: relative; }

#branding .slide#slide_2 {
  left: 162px; }

#branding .slide#slide_3 {
  left: 324px; }

#branding .slide#slide_4 {
  left: -162px; }

#branding .slide#slide_5 {
  left: 0px; }

#branding .slide#slide_6 {
  display: none; }

.slide .image {
  width: 152px;
  height: 180px;
  float: left;
  margin: 0 10px 0 0;
  z-index: 20;
  position: relative;
  cursor: pointer; }

.slide .image img {
  width: 152px;
  height: 180px; }

.slide .caption {
  width: 618px;
  height: 160px;
  background: #636466;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 162px;
  z-index: 15; }

.slide .caption h4 {
  text-transform: uppercase;
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  line-height: 120%;
  font-size: 12px;
  margin: 0 0 10px;
  font-weight: bold; }

.slide .caption a, .slide .caption a:link, .slide .caption a:visited {
  font-size: 14px;
  color: #939597;
  font-family: "Georgia", Times New Roman, serif;
  font-style: italic;
  text-decoration: none; }

.slide .caption p {
  font: 24px/150% "Georgia", Times New Roman, serif;
  color: #fff;
  font-style: italic;
  margin: 0 0 10px; }

.item {
  margin: 10px; }
  .item:hover {
    cursor: pointer;
    opacity: 0.8; }
  .item img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0; }

.overlay-caption {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 10px 10px;
  background: #000;
  border: 10px solid white;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  text-align: left; }
  .overlay-caption h4 {
    text-transform: uppercase;
    color: #999;
    font-family: Verdana, Arial, sans-serif;
    line-height: 120%;
    font-size: 12px;
    margin: 0 0 15px;
    font-weight: bold; }
  .overlay-caption a, .overlay-caption a:link, .overlay-caption a:visited {
    font-size: 14px;
    color: #939597;
    font-family: "Georgia", Times New Roman, serif;
    font-style: italic;
    text-decoration: none; }
  .overlay-caption p {
    font: 32px/150% "Georgia", Times New Roman, serif;
    color: #fff;
    font-style: italic;
    margin: 0 0 10px;
    text-align: center; }
  .overlay-caption h4, .overlay-caption p {
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .overlay-caption p {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .overlay-caption p {
      font-size: 16px; } }

.slide_nav {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0; }

.slide_nav .carousel-control {
  background: white url(../img/arrows.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 75px;
  border-radius: 30px; }

.carousel-control.left {
  background-position: left center;
  left: 15px; }
  @media screen and (min-width: 1280px) {
    .carousel-control.left {
      left: -50px; } }

.carousel-control.right {
  background-position: right center;
  right: -50px;
  right: 15px; }
  @media screen and (min-width: 1280px) {
    .carousel-control.right {
      right: -50px; } }

.caption {
  display: none; }

.captions {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .captions {
      top: 0; } }

.clicked {
  z-index: 10000;
  position: relative; }
  .clicked img {
    width: auto;
    height: 180px;
    box-sizing: border-box;
    padding: 0; }
  .clicked.caption {
    display: block;
    height: 100%;
    /*    position:absolute;
        left:0;
        top:0;*/
    margin: 1px;
    border: 8px solid white;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    border: 10px solid white; }
    .clicked.caption h4 {
      text-transform: uppercase;
      color: #ccc;
      line-height: 120%;
      font-size: 12px;
      margin: 0 0 15px;
      font-weight: bold; }
    .clicked.caption a, .clicked.caption a:link, .clicked.caption a:visited {
      font-size: 14px;
      color: #939597;
      font-family: "Georgia", Times New Roman, serif;
      font-style: italic;
      text-decoration: none; }
    .clicked.caption p {
      font: 24px/150% "Georgia", Times New Roman, serif;
      color: #fff;
      font-style: italic;
      margin: 0 0 10px; }
    .clicked.caption h4, .clicked.caption p {
      max-width: 900px; }
    @media screen and (max-width: 768px) {
      .clicked.caption p {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .clicked.caption p {
        font-size: 15px; } }

.person_detail .carousel-caption {
  width: 85.7%;
  float: left;
  display: block;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 15%;
  z-index: 15;
  text-align: left;
  text-shadow: none; }
  .person_detail .carousel-caption h4 {
    text-transform: uppercase;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    line-height: 120%;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: bold; }
  .person_detail .carousel-caption a, .person_detail .carousel-caption a:link, .person_detail .carousel-caption a:visited {
    font-size: 14px;
    color: #939597;
    font-family: "Georgia", Times New Roman, serif;
    font-style: italic;
    text-decoration: none; }
  .person_detail .carousel-caption p {
    font: 24px/150% "Georgia", Times New Roman, serif;
    color: #fff;
    font-style: italic;
    margin: 0 0 10px; }
  @media screen and (min-width: 768px) {
    .person_detail .carousel-caption {
      width: 83.3%;
      left: 17%; } }
  @media screen and (max-width: 768px) {
    .person_detail .carousel-caption {
      width: 75%;
      left: 25%; }
      .person_detail .carousel-caption p {
        font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .person_detail .carousel-caption {
      width: 50%;
      left: 50%; }
      .person_detail .carousel-caption p {
        font-size: 15px; } }

.person_detail #branding .owl-carousel {
  z-index: 10; }
  .person_detail #branding .owl-carousel .owl-wrapper-outer {
    background: transparent; }
  .person_detail #branding .owl-carousel .item img {
    width: auto !important;
    background: white;
    padding: 0 10px 0 0; }
.person_detail #branding:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #636466;
  border: 10px solid white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.locations, .locations-mobile {
  text-align: left;
  color: #666;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  visibility: hidden; }
  .locations li, .locations-mobile li {
    display: inline;
    position: relative;
    padding: 0 0 0 12px; }
    .locations li:first-child, .locations-mobile li:first-child {
      padding: 0; }
      .locations li:first-child:after, .locations-mobile li:first-child:after {
        display: none; }
    .locations li:after, .locations-mobile li:after {
      content: '';
      width: 8px;
      height: 6px;
      background: #666;
      position: absolute;
      left: 0;
      top: 3px; }
  @media screen and (max-width: 768px) {
    .locations, .locations-mobile {
      display: none; } }

.locations-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .locations-mobile {
      display: block;
      text-align: center; } }

#locations_list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
#locations_list li {
  border-bottom: 1px solid #C0BFC0;
  padding: 5px 0;
  position: relative; }
#locations_list strong {
  color: silver; }

.map {
  width: 100%;
  height: 570px;
  display: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff, #ddd);
  background-image: linear-gradient(#fff, #ddd); }
  @media screen and (min-width: 768px) {
    .map {
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .map {
      overflow: hidden; } }
  .map .contact_info {
    background: #456D8F;
    color: white;
    height: 70px;
    font: normal 20px/70px Helvetica, Arial, sans-serif; }
    .map .contact_info .divider {
      border-left: 2px solid white;
      padding: 0 5px 0 0;
      margin: 0 10px; }
    @media screen and (max-width: 480px) {
      .map .contact_info {
        font-size: 14px;
        padding: 10px;
        line-height: 25px; }
        .map .contact_info .divider {
          border: 0;
          display: block; } }
  .map .holder {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    position: relative;
    background: url(../img/map.svg) 0 0 no-repeat; }
    .map .holder::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      .map .holder {
        width: 1280px; } }
  .map .location {
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: 45; }
    .map .location:before {
      content: '';
      width: 35px;
      height: 35px;
      background: url(../img/marker.svg) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0; }
    .map .location .info {
      display: none;
      border: 2px solid #456D8F;
      background: white;
      margin: -10px 0 0 40px;
      padding: 70px 10px 20px;
      width: 315px;
      box-sizing: border-box; }
      .map .location .info:before {
        content: '';
        width: 0px;
        height: 0px;
        border: 12px solid transparent;
        border-right: 12px solid #456D8F;
        position: absolute;
        left: 16px;
        top: 10px; }
      .map .location .info:after {
        content: '';
        width: 200px;
        height: 30px;
        background: url(../img/logo-new.svg) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        right: 55px;
        top: 20px; }
      .map .location .info h3 {
        text-transform: uppercase;
        color: #456D8F;
        letter-spacing: 1px;
        font-size: 14px; }
      .map .location .info p, .map .location .info address {
        font-size: 12px; }
    .map .location:hover .info {
      display: block; }
    .map .location.active {
      z-index: 50; }
    .map .location.location-mysore .info {
      border: 2px solid #456D8F;
      background: white;
      margin: 0 0 -40px 40px;
      padding: 70px 10px 20px;
      width: 315px;
      position: absolute;
      right: 15px;
      bottom: 0;
      box-sizing: border-box; }
      .map .location.location-mysore .info:before {
        content: '';
        width: 0px;
        height: 0px;
        border: 12px solid transparent;
        border-left: 12px solid #456D8F;
        position: absolute;
        left: auto;
        top: auto;
        right: -26px;
        bottom: 10px; }

.section-contact .map {
  display: block; }

#section_blog .overview {
  width: 210px;
  float: left;
  padding: 0 20px 0 0; }

#section_blog .textarea {
  width: 549px; }

.blog_featured label {
  color: #58585B;
  font-size: 10px;
  font-weight: normal; }

.blog_featured h3 {
  font-weight: bold;
  color: #58585B;
  line-height: 120%; }

.blog_featured p {
  line-height: 125%;
  color: #58585B; }

.blog_featured a {
  display: block;
  color: #677D99;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(../images/layout/blog_more_bg.png) left bottom no-repeat;
  width: 210px;
  text-align: right;
  line-height: 100%;
  padding: 0; }

.blog_featured img {
  width: 210px;
  height: 100px; }

/* @end */
/* @group People */
/* @end */
/* @group Blog */
#section_blog #blog_list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

#section_blog #blog_list li {
  border-top: 1px solid #C0BFC0;
  padding: 10px 0;
  position: relative; }

#section_blog #blog_list li img {
  width: 210px;
  height: 100px;
  float: left;
  margin: 0 20px 10px 0; }

#section_blog #blog_list li label {
  color: #58585B;
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
  display: block;
  line-height: 100%;
  padding: 0 0 10px; }

.more {
  display: block;
  margin: 0;
  text-align: right;
  line-height: 25px;
  width: 100%;
  height: 25px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0; }
  .more:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 2px;
    background: #3C6385;
    z-index: 45; }
  .more:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 25px;
    height: 2px;
    background: white;
    z-index: 46; }
  .more a, .more a:link, .more a:visited {
    background: white;
    display: block;
    float: right;
    color: #677D99;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-align: right;
    line-height: 25px;
    height: 25px;
    padding: 0 0 0 10px;
    z-index: 50;
    position: relative; }

#news_list ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0 0 0 -25px; }

#news_list li {
  display: block;
  float: left;
  padding: 10px 0 15px 25px;
  width: 25%;
  min-height: 450px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  #news_list li a.more, #news_list li a.more:link, #news_list li a.more:visited {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 25px;
    padding-right: 25px;
    box-sizing: border-box; }
    #news_list li a.more:after, #news_list li a.more:link:after, #news_list li a.more:visited:after {
      width: 78%; }
  #news_list li h3, #news_list li p {
    line-height: 160%; }
  #news_list li img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0; }
  @media screen and (max-width: 950px) {
    #news_list li {
      width: 33.33%;
      min-height: 450px; } }
  @media screen and (max-width: 768px) {
    #news_list li {
      width: 50%;
      min-height: 450px; } }
  @media screen and (max-width: 480px) {
    #news_list li {
      width: 100%;
      min-height: 450px;
      float: none;
      padding-right: 0; } }

.featured_news {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }
  .featured_news li {
    display: block;
    padding: 10px 0 15px;
    box-sizing: border-box; }
    .featured_news li h3, .featured_news li p {
      line-height: 160%; }
    .featured_news li img {
      width: 100%;
      height: auto;
      margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      .featured_news li .more:after {
        display: none; } }

.news_detail {
  position: relative; }

.news_detail aside img {
  width: 100%; }
@media screen and (max-width: 768px) {
  .news_detail aside {
    width: auto; }
    .news_detail aside img {
      width: 100%; } }

.news_detail article h2 {
  padding-right: 110px; }
@media screen and (max-width: 768px) {
  .news_detail article {
    width: auto; } }

#people_list ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }

#people_list li a {
  display: block;
  width: 100%; }

#people_list img {
  float: left;
  width: 50%; }

#people_list p {
  float: left;
  line-height: 120%;
  padding: 10px 0 0 10px;
  margin: 0;
  position: relative;
  font-size: 15px;
  width: 50%; }
  #people_list p:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
    height: 2px;
    background: #3C6385; }

#people_list li {
  display: block;
  float: left;
  padding: 0 20px 20px 0;
  width: 25%;
  height: 125px;
  box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    #people_list li {
      width: 33.33%;
      height: 125px; } }
  @media screen and (max-width: 768px) {
    #people_list li {
      width: 33.33%;
      height: 145px; } }
  @media screen and (max-width: 480px) {
    #people_list li {
      width: 100%;
      clear: both;
      float: none; }
      #people_list li img {
        width: 25%; }
      #people_list li p {
        width: 75%; } }

#people_list p strong {
  display: block; }

.person_detail {
  position: relative; }

.person_detail h1 {
  font-weight: normal; }

#client_list li {
  position: relative;
  display: block;
  float: left;
  margin: 2px 0 3px;
  padding: 0 20px 0 0;
  width: 33.33%;
  box-sizing: border-box; }
  #client_list li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 20px;
    height: 1px;
    background: white; }

#client_list li h3 {
  font-size: 14px;
  font-weight: normal;
  text-transform: normal;
  padding-bottom: 0; }

.client_detail {
  position: relative; }

.client_detail aside {
  width: 15%; }
  .client_detail aside img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .client_detail aside {
      width: auto; }
      .client_detail aside img {
        width: auto; } }

.client_detail article {
  width: 85%; }
  @media screen and (max-width: 768px) {
    .client_detail article {
      width: auto; } }

.client_detail h1 {
  font-weight: normal; }

.link_top {
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  padding: 7px 30px 0 0;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  background: url(../img/people_thumb.png) no-repeat right top; }

@media screen and (max-width: 768px) {
  .link_top {
    top: -3px; } }
@media screen and (max-width: 768px) {
  #client_list li {
    width: 50%; } }
@media screen and (max-width: 480px) {
  #client_list li {
    width: 100%;
    float: none; }
    #client_list li:after {
      display: none; } }
#client_list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

#client_list li {
  border-bottom: 1px solid #C0BFC0;
  padding: 5px 0;
  position: relative; }

#client_list li img {
  width: 152px;
  height: 180px;
  float: left;
  margin: 0 20px 10px 0; }
