/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2857;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #123881;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1e5fdb;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.2857;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 8.5px; }

.lead {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 600px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #6D1226; }

a.text-primary:hover {
  color: #410b17; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #6D1226; }

a.bg-primary:hover {
  background-color: #410b17; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 17px; }

dt,
dd {
  line-height: 1.2857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 600px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.2857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.2857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 600px) {
    .container {
      width: 760px; } }
  @media (min-width: 900px) {
    .container {
      width: 980px; } }
  @media (min-width: 1280px) {
    .container {
      width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 900px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #6D1226;
  border-color: #570e1e; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #410b17;
    border-color: #23060c; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #6D1226;
    border-color: #570e1e; }
  .btn-primary .badge {
    color: #6D1226;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #c10000;
  border-color: #a80000; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8e0000;
    border-color: #6a0000; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #c10000;
    border-color: #a80000; }
  .btn-danger .badge {
    color: #c10000;
    background-color: #fff; }

.btn-link {
  color: #123881;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #1e5fdb;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

/*
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";
*/
/*
@import "bootstrap/popovers";
@import "bootstrap/carousel";
*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.2857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.2857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 600px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 900px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 599px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 599px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 599px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 599px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 900px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 900px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 900px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 900px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 900px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body {
  min-width: 320px; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.global-header {
  position: relative;
  border-bottom: 3px solid #777; }

.home .global-header {
  border-bottom: 0; }

.global-header-wrapper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto; }

.top-bar-inner {
  @clearfix ();
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  background-color: #000; }

.contact-info {
  position: relative;
  max-width: 70%;
  padding: 10px 20px;
  font-size: 93%;
  color: #ececec; }

.contact-info-text .fa {
  padding-right: 8px; }

.contact-info-text a {
  color: #fff; }

.contact-info-text a:hover {
  color: #fff;
  text-decoration: none; }

.return-home {
  background-color: #000;
  padding: 5px 12px 2px;
  color: #bbb;
  border-radius: 0 0 16px 16px;
  position: absolute;
  left: 27px;
  margin-top: 2px;
  transition: margin-top .4s;
  z-index: 99; }

.return-home:hover {
  margin-top: 5px;
  color: #bbb;
  text-decoration: none; }

.toggle-navigation-main {
  position: absolute;
  top: 10px;
  right: 20px;
  margin-top: 4px;
  color: #F7D3A4;
  font-size: 20px;
  cursor: pointer; }

.toggle-navigation-main:hover {
  color: #fff;
  text-decoration: none; }

.toggle-navigation-main-text {
  display: inline;
  padding-left: 8px; }

.navigation-main {
  @clearfix ();
  background-color: #222; }

.navigation-main-list {
  display: block;
  padding: 0;
  margin: 0;
  background-color: #222; }

.navigation-main-list > li {
  float: left;
  display: block;
  width: 50%;
  margin: 10px 0;
  padding: 0 20px; }

.navigation-main-item-category {
  font-size: 16px;
  color: #fff; }

.navigation-main-item-category:hover {
  color: #fff;
  text-decoration: none; }

.navigation-main-sub {
  text-align: left;
  transition: max-height .4s ease; }

.navigation-main-sub > a {
  display: block;
  margin: 10px 0;
  padding-left: 12px;
  color: #bbb; }

.navigation-main-sub > a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  margin-left: -12px; }

.navigation-main {
  max-height: 0;
  transition: max-height .4s ease; }

.navigation-main.opened {
  display: block;
  max-height: 300px; }

.carousel-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.site-logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  width: 220px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.6); }

.home .page-body {
  background-color: #ececec;
  border-top: 3px solid #999;
  border-bottom: 3px solid #999; }

.page-body {
  padding-top: 30px;
  padding-bottom: 40px; }

.page-body a {
  text-decoration: underline; }

.page-body li {
  margin-bottom: 8px; }

.page-body ul {
  margin: 12px 0; }

.page-title {
  font-size: 26px;
  font-size: 2.6rem; }

.left-stationary h3 {
  position: relative;
  font-size: 22px;
  padding: 4px 0;
  color: #555;
  border-bottom: 1px solid #555; }

.left-stationary h3:after {
  content: " ";
  position: absolute;
  width: 99%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #ccc; }

.card-type-2 {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  text-align: center; }

.card-type-2 a {
  text-decoration: none; }

.bio-card.card-type-1 {
  min-height: 140px;
  position: relative;
  padding: 10px 10px 10px 106px; }

.card-type-1 .bio-image {
  float: left;
  margin-left: -106px;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa; }

.card-type-1 .bio-title {
  font-size: 18px;
  color: #777;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #bbb; }

.card-type-1 .bio-title > span {
  font-size: 13px;
  font-weight: 700;
  color: #555; }

.bio-title {
  color: #777;
  font-size: 16px;
  text-decoration: none; }

.bio-title:hover {
  text-decoration: underline; }

.bio-image {
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa; }

.bio-card.card-type-1 > a, .bio-card.card-type-1 > a:hover {
  color: #777;
  text-decoration: none; }

.card-type-1 .bio-quote {
  font-style: italic;
  color: #8C4133; }

.card-type-1 .quote-author {
  padding-left: 20px;
  color: #777; }

.global-footer {
  border-top: 3px solid #ccc;
  background-color: #eee; }

.global-footer-wrapper {
  padding: 40px; }

.home .global-footer {
  background-color: #fff;
  border-top: 0; }

.footer-logo {
  float: right;
  margin-top: -16px;
  margin-left: 20px;
  margin-bottom: 30px; }

.footer-logo > img {
  width: 120px; }

.synergy-meaning {
  font-size: 13px; }

.site-disclaimer {
  margin-top: 20px; }

.copyright {
  font-size: 13px;
  color: #777; }

.photo-with-shadow {
  box-shadow: 2px 2px 9px 0px #777;
  border: 2px solid #fff;
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 300px; }

.bio-text {
  position: relative;
  height: 60px;
  overflow: hidden;
  margin-bottom: 0;
  transition: height .4s ease; }

.bio-text.toggle-opened {
  height: auto; }

.toggle-bio-text {
  margin-bottom: 10px;
  border-top: 2px solid #ddd;
  font-size: 22px;
  text-align: center; }

.toggle-bio-text a {
  display: block;
  width: 50%;
  margin: 0 auto;
  border-radius: 0 0 50% 50%;
  background-color: #ddd; }

.toggle-bio-text a:after {
  content: "\f0ab";
  font-family: FontAwesome;
  display: inline-block;
  color: #777; }

.toggle-opened ~ .toggle-bio-text a:after {
  content: "\f139"; }

.grey-cover {
  display: none; }

@media (max-width: 600px) {
  .site-logo-img {
    top: 0 !important; }
  .site-title {
    padding-bottom: 20px; }
  .site-logo:before {
    top: 0 !important;
    width: 140px !important;
    height: 70px !important; } }

@media (max-width: 900px) {
  .navigation-main {
    overflow: hidden; }
  .site-title {
    text-align: center;
    background-image: url(../imgs/new/tile-mobile.png); }
  .site-logo {
    position: relative; }
  .site-logo-img {
    position: relative;
    top: -20px;
    max-width: 50%; }
  .carousel-skin {
    background-color: #fff;
    box-shadow: 0px 2px 3px 1px #777; }
  .carousel-item {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 564px;
    max-height: 290px;
    opacity: 1;
    left: auto;
    right: auto;
    position: absolute;
    outline: 6px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 2px 6px #888;
    opacity: .5;
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .carousel-item:nth-child(1) {
    right: 0;
    display: block; }
  .carousel-item:nth-child(2) {
    left: 0;
    display: block; }
  .carousel-item:last-child {
    display: block;
    position: relative;
    -webkit-filter: none;
    filter: none;
    opacity: 1; }
  .carousel-item > img {
    width: 100%;
    max-width: 564px; }
  .tag-line {
    position: relative;
    padding: 30px 20px;
    color: #9f4533;
    font-family: georgia;
    font-size: 17px;
    font-style: italic;
    letter-spacing: .8px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } }

/* Small devices (tablets, 600px and up) */
@media (min-width: 600px) {
  .navigation-main-list > li {
    float: left;
    display: block;
    width: 25%;
    margin: 10px 0;
    padding: 0 20px; }
  .page-body {
    width: 100%; }
  .home .page-body {
    padding-left: 100px;
    padding-right: 100px; }
  .card-type-1 .bio-title {
    margin-top: 6px; }
  .card-type-2 {
    float: left;
    width: 23%;
    margin-right: 2%; }
  .home .card-type-1 .bio-title:after {
    font-family: FontAwesome;
    content: "\f0a9";
    width: 20px;
    height: 20px;
    float: right; }
  .tag-line:before {
    content: " ";
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(../imgs/new/quotes-36.png);
    vertical-align: middle;
    opacity: .6; } }

/* Medium devices (desktops, 900px and up) */
@media (min-width: 900px) {
  .global-header {
    position: relative;
    padding-bottom: 10px;
    background-image: url(../imgs/new/tile-mobile.png); }
  .home .global-header {
    position: relative;
    height: 351px;
    margin-bottom: 80px;
    padding-bottom: 0;
    background-image: url(../imgs/new/tile2.png);
    background-repeat: repeat-x;
    background-position: 0 50px; }
  .home .global-header-wrapper:before {
    content: " ";
    height: 343px;
    width: 663px;
    z-index: 200;
    background-image: url(../imgs/new/burst4.png);
    position: absolute;
    top: 30px;
    right: 0;
    margin-right: 446px; }
  .global-header-wrapper, .page-body-wrapper, .global-footer-wrapper {
    position: relative;
    max-width: 1080px;
    margin: 0 auto; }
  .page-body-wrapper {
    padding: 0 20px; }
  .home .site-title {
    position: absolute;
    margin-top: 0;
    margin-left: 90px;
    margin-bottom: 0;
    top: 26px;
    z-index: 400;
    transition: margin-left .5s ease; }
  .site-title {
    position: relative;
    max-width: 300px;
    margin-left: 70px;
    margin-bottom: 20px;
    margin-top: 70px;
    z-index: 400; }
  .site-logo {
    position: relative; }
  .site-logo:before {
    z-index: -1; }
  .site-logo-img {
    width: 240px; }
  .home .site-logo-img {
    width: auto; }
  .top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 300;
    background-color: #000;
    color: #ccc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.65); }
  .top-bar-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto; }
  .contact-info {
    float: left;
    width: 35%; }
  .navigation-main {
    display: block;
    float: right;
    width: 65%;
    max-height: 100%;
    background-color: #000; }
  .navigation-main-list {
    display: block;
    margin-top: 3px;
    text-align: right;
    background-color: #000; }
  .navigation-main-list > li {
    position: relative;
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    background-color: #000; }
  .navigation-main-list > li:hover {
    background-color: #222;
    transition: background-color .2s; }
  .navigation-main-item-category {
    display: inline-block;
    padding: 12px;
    font-size: 18px;
    color: #fff; }
  .navigation-main-item-category:hover {
    color: #fff;
    text-decoration: none; }
  .navigation-main-sub {
    position: absolute;
    overflow: hidden;
    width: 240px;
    max-height: 0;
    padding: 0 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.65);
    background-color: #222;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#222, #444);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#222, #444);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#222, #444);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#222, #444);
    /* Standard syntax */
    text-align: left;
    transition: max-height .4s ease; }
  :hover > .navigation-main-sub, .navigation-main-sub:hover {
    max-height: 400px; }
  .navigation-main-sub > a {
    display: block;
    margin: 10px 0;
    color: #ececec; }
  .navigation-main-sub > a:first-child {
    margin-top: 20px; }
  .navigation-main-sub > a:last-child {
    margin-bottom: 20px; }
  .navigation-main-item:last-child .navigation-main-sub {
    right: 0; }
  .touch-toggle-sub-menu {
    display: inline-block;
    margin-left: -10px;
    padding-right: 12px;
    font-size: 16px; }
  .footer-logo {
    margin-left: 100px; }
  .synergy-meaning {
    font-size: 15px; }
  .synergy-meaning:before {
    content: "\f086";
    font-family: FontAwesome;
    margin-left: -32px;
    font-size: 27px;
    color: #777; }
  .photo-with-shadow {
    margin-top: 0; }
  .content .body-content {
    min-height: 320px; }
  .page-title {
    margin: 20px 0; }
  /*this global-header for home page only*/
  .card-type-1 .bio-section {
    margin: 0 auto;
    max-width: 800px; }
  .card-type-1 .bio-image {
    margin-left: -116px;
    border-radius: 5px;
    margin-top: -17px; }
  .bio-card.card-type-1 {
    min-height: auto;
    padding: 10px 10px 10px 130px;
    background-color: #fff;
    margin: 30px 0;
    box-shadow: 0 0 1px 1px #ccc; }
  .card-type-1 .bio-image {
    width: 94px;
    transition: box-shadow .5s ease, width .5s ease; }
  .home .bio-card.card-type-1:hover .bio-image {
    box-shadow: 0 0 3px 1px #777;
    width: 98px; }
  .banner-area {
    float: right; }
  .carousel-wrapper {
    overflow: hidden;
    height: 340px;
    padding-top: 50px; }
  .carousel-list {
    width: 564px;
    padding: 0;
    margin: 0; }
  .carousel-item {
    margin-bottom: 0;
    display: block;
    position: absolute;
    width: 564px;
    height: 290px;
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .carousel-item > img {
    width: 100%;
    max-width: 564px; }
  .carousel-item:last-child {
    -webkit-filter: blur(0);
    filter: blur(0); }
  .carousel-overlay {
    position: absolute;
    top: 370px;
    right: 10px;
    width: 500px; }
  .tag-line {
    position: relative;
    color: #9f4533;
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    letter-spacing: .8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
  .tag-line:before {
    content: " ";
    position: absolute;
    top: -16px;
    left: -30px;
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(../imgs/new/quotes-36.png);
    opacity: .5;
    z-index: -1; }
  .home .site-logo:before {
    content: none; }
  .left-stationary {
    float: left;
    width: 30%; }
  .body-content {
    float: right;
    width: 66%;
    position: relative;
    margin-top: -140px;
    padding: 0 20px;
    box-shadow: 0 0 3px 0px #777;
    background-color: #f0f0f0;
    border-radius: 5px 5px 0 0; } }

@media (min-width: 1080px) {
  .home .site-title {
    margin-left: 170px; } }

/* Large devices (large desktops, 1280px and up) */
