/* CUSTOM BUTTONS
 * http://charliepark.org/bootstrap_buttons/
 *******************************************/
.btn-teal {
  background-color: #24889e !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50bed7", endColorstr="#23879d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#50bed7), to(#23879d));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50bed7), color-stop(100%, #23879d));
  background-image: -webkit-linear-gradient(top, #50bed7, #23879d);
  background-image: -webkit-linear-gradient(#50bed7, #23879d);
  background-image: linear-gradient(#50bed7, #23879d);
  border-color: #23879d #23879d #1f7689;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-blue {
  background-color: #134571 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#227ac8", endColorstr="#134571");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#227ac8), to(#134571));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #227ac8), color-stop(100%, #134571));
  background-image: -webkit-linear-gradient(top, #227ac8, #134571);
  background-image: -webkit-linear-gradient(#227ac8, #134571);
  background-image: linear-gradient(#227ac8, #134571);
  border-color: #134571 #134571 #10385c;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-green {
  background-color: #a1c695 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe9d7", endColorstr="#a1c594");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dbe9d7), to(#a1c594));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbe9d7), color-stop(100%, #a1c594));
  background-image: -webkit-linear-gradient(top, #dbe9d7, #a1c594);
  background-image: -webkit-linear-gradient(#dbe9d7, #a1c594);
  background-image: linear-gradient(#dbe9d7, #a1c594);
  border-color: #a1c594 #a1c594 #92bd84;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-brown {
  background-color: #55482a !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#927c48", endColorstr="#55482a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#927c48), to(#55482a));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #927c48), color-stop(100%, #55482a));
  background-image: -webkit-linear-gradient(top, #927c48, #55482a);
  background-image: -webkit-linear-gradient(#927c48, #55482a);
  background-image: linear-gradient(#927c48, #55482a);
  border-color: #55482a #55482a #463b23;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  background-color: #5f1111 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-linear-gradient(#b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 #490d0d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-black {
  background-color: #292929 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-linear-gradient(#5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 #1c1c1c;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-orange {
  background-color: #cc7a00 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00));
  background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -webkit-linear-gradient(#ffad32, #cc7a00);
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 #b36b00;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.file-input-wrapper.btn,
.btn-gray {
  background-image: -webkit-linear-gradient(top, #ffffff 0px, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ffffff 0px, #dfdfdf 100%);
  background-repeat: repeat-x;
  border-color: #dfdfdf;
  color: black;
}
.modal-footer {
  background-color: #F5F5F5;
  padding: 14px 15px 15px;
}
.modal-footer .btn + .btn {
  margin: 5px;
}
.glyphicon {
  top: 2px;
}
/* FIX FORM CONTAINER FILE INPUT BUTTONS
********************************************/

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development, Inc.
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website    Nua AIRS v2
# Path: /resources/assets/less/site.less
-------------------------------------------------------------------------*/
/* Import 3L mixins and apply reset.css
********************************************/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Common
********************************************/
body {
  font-family: "Raleway", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 100;
  color: #333333;
}
body.kr {
  font-family: 'Nanum Gothic', sans-serif;
}
.pageWrapper {
  max-width: 876px;
  width: 95%;
  margin: auto;
  position: relative;
}
/* Sidebar
********************************************/
.sidebar {
  padding-top: 25px;
  float: left;
  width: 225px;
}
.sidebarLogo {
  display: block;
  margin: 0 auto 45px auto;
}
.navHeader {
  padding: 8px 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em;
}
.navLinks {
  max-height: 1px;
  overflow: hidden;
  -webkit-transition: all, 1s;
  transition: all, 1s;
  margin-left: 25px;
}
.navLinks > li {
  list-style: square inside none;
  padding: 5px 0;
  font-size: 0.8em;
}
.navLinks > li > a {
  color: #333333;
}
.linkContainer:hover {
  cursor: pointer;
}
.linkContainer:hover > .navLinks {
  max-height: 200px;
}
.lowerSidebarLogo {
  margin-top: 150px;
}
.sidebarLowerLinks > li > a {
  font-size: 0.7em;
  margin-left: 40px;
  color: #333333;
}
.navLinksContainer .link.active,
.navLinksContainer .link.active > a {
  color: #f7941e;
}
.navLinks.active {
  max-height: 200px;
}
/* Header
********************************************/
.header .navbar {
  height: 51px;
}
.header .navbar-default {
  background-color: #f7941e;
  border: none;
  border-radius: 0px;
}
.header .navbar-default .navbar-nav > li > a {
  color: #333333;
  text-transform: uppercase;
  padding: 0px 15px;
  font-size: 0.9em;
}
.header .navbar-default .navbar-nav > li {
  border-right: 1px solid #333333;
  margin-top: 15px;
}
.header .navbar-default .navbar-nav > li:last-of-type {
  border: none;
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:focus,
.header .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: white;
}
.header .navbar-header {
  height: auto;
}
.header .navbar-default .navbar-nav.languageSwitcher > li > a {
  font-size: 0.8em;
  line-height: 1em;
  text-transform: inherit;
}
.header .navbar-default .navbar-nav.socialLink > li > a {
  text-transform: inherit;
}
.header .navbar-default .navbar-nav.languageSwitcher > li {
  margin-top: 19px;
}
.header .headerMenuItems {
  display: none;
}
.header .twitterLogo {
  height: 20px;
}
.header .languageSwitcher .active a {
  color: white;
}
/* Footer
********************************************/
.footer > .sidebarFooter {
  display: none;
}
.footerText {
  font-size: 0.7em;
  margin: 40px 0 0 245px;
}
/* Content
********************************************/
.content {
  margin-left: 245px;
}
.pageTitle {
  color: #f7941e;
  font-size: 38px;
  margin: 15px 0 23px 0;
}
body.kr .pageTitle {
  font-size: 30px;
}
body.zh .pageTitle {
  font-size: 30px;
}
.bodyText {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.heroImage {
  width: 100%;
  display: block;
  margin: auto;
}
/* Homepage
********************************************/
.homepageContent {
  position: relative;
}
div#animationDiv {
  position: absolute;
  display: none;
  top: 80px;
  left: 200px;
}
div#animationDiv div.square {
  position: absolute;
  background-color: white;
  -webkit-transition: background-color 2s linear;
  transition: background-color 2s linear;
}
/* People
********************************************/
.bios {
  margin: 55px 30px 0 0;
}
.bioDetails {
  display: none;
}
.bioDetails > div {
  margin-bottom: 35px;
}
.inlineBioPhoto {
  float: left;
  margin-right: 10px;
  display: none;
}
div#peoplePhotos {
  position: relative;
  margin-top: 83px;
}
div#peoplePhotos > div {
  width: 78px;
  height: 79px;
  background-image: url("/images/combined_sprite.png");
  position: absolute;
}
div#bioTarget {
  width: 180px;
  margin: 60px;
}
p.bioName {
  color: #F7941E;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
p.bioBody {
  font-size: 12px;
}
p.bioBody_cn {
  font-size: 13px;
  line-height: 17px;
}
p.bioEmail a {
  font-size: 12px;
  color: #F7941E;
}
/* Contact
********************************************/
.contactContent .pageTitle {
  margin: 30px 0;
}
.contactContent a {
  color: #333333;
}
table#contactUsTable {
  margin-left: 30px;
  margin-top: 20px;
  font-weight: 100;
  font-size: 17px;
}
table#contactUsTable td {
  padding-bottom: 5px;
}
table#contactUsTable tr > td:first-child {
  color: #f7941e;
  padding-right: 20px;
}

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development, Inc.
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website    Nua AIRS v2
# Path: /resources/assets/less/site.less
-------------------------------------------------------------------------*/
/* Import 3L mixins
********************************************/
/* Disable zooming when input field gets focus
*********************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
@media (max-width: 875px) {
  .socialLink {
    display: none;
  }
}
@media (max-width: 800px) {
  .header .navbar-default .navbar-nav > li > a {
    font-size: 0.7em;
  }
}
@media (max-width: 767px) {
  /* Common
  ********************************************/
  body {
    font-weight: normal !important;
  }
  /* Header
  ********************************************/
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:focus,
  .header .navbar-default .navbar-nav > .active > a:hover {
    color: #f7941e;
  }
  .header .navbar-default .navbar-collapse .navbar-nav > li {
    border: none;
  }
  .header .navbar-default .navbar-collapse {
    padding-bottom: 25px;
  }
  .languageSwitcher {
    margin: 0 10px;
  }
  .navbar-nav.languageSwitcher > li {
    float: left;
  }
  .header .navbar-default .navbar-nav.languageSwitcher > li.active > a {
    color: white;
  }
  .navHeader {
    font-weight: 600;
  }
  .header .navbar-default .navbar-nav.mainNav > li > a {
    font-weight: 600;
    font-size: 0.8em;
    padding-left: 0;
  }
  .header .headerMenuItems {
    display: block;
    margin-top: 0;
  }
  .sidebar {
    width: 100%;
    float: none;
  }
  .sidebar .navLinksContainer {
    display: none;
  }
  .sidebarLogo {
    margin-bottom: 15px;
  }
  .navLinks {
    height: auto;
    max-height: 200px;
  }
  .navbar-default .navbar-collapse {
    background-color: white;
    position: relative;
    z-index: 100;
  }
  /* Main Content
  ********************************************/
  .content {
    margin: auto;
  }
  /* Sidebar
  ********************************************/
  .sidebarFooter {
    display: none;
  }
  .sidebar > .bios {
    display: none;
  }
  /* Footer
  ********************************************/
  .footer > .sidebarFooter {
    display: block;
  }
  .lowerSidebarLogo {
    margin: 5px;
  }
  .footerText {
    margin: 20px 10px 10px 10px;
    text-align: center;
  }
  /* Home
  ********************************************/
  .animationDiv {
    display: none !important;
  }
  /* People
  ********************************************/
  .peopleContent > .peoplePhotos {
    display: none;
  }
  .bioDetails {
    display: block;
  }
  .inlineBioPhoto {
    float: left;
    margin-right: 10px;
    display: inline;
  }
}

/*# sourceMappingURL=site.css.map */
