/*dc6c1a1c8eab333589f47ec1a38be3b5*/

/*/css/style.less*/
@charset "UTF-8";
.title-base {
  color: #1f4f8f;
}
* {
  margin: 0;
  padding: 0;
}
html {
  background: #dfdfdf;
  text-align: center;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #cccccc;
  background: #eeeeee;
}
a,
a:visited {
  color: #09354f;
  text-decoration: none;
}
a:hover {
  color: #1b5c83;
}
p {
  margin: 5px 0 10px 0;
  line-height: normal;
}
em {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}
img {
  border: 0;
}
h1 {
  font-size: 22px;
  margin: 0 0 15px 0;
}
h2,
.h2header {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
}
h2#thinkers {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: normal;
  font-style: normal;
  margin-bottom: -3px;
}
h2#thinkers em {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
h3 {
  margin: 0 0 10px 0;
}
h4 {
  font-size: 13px;
  color: #333;
}
li {
  margin-bottom: 5px;
}
ol,
ul {
  list-style-position: outside;
  margin: 0px 0px 5px 28px;
}
hr {
  margin: 5px;
  border: none;
  border-top: 1px dotted #ccc;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  margin: 5px auto;
  text-align: center;
}
.block {
  display: block;
}
.pad {
  padding: 10px;
}
.indent {
  margin-left: 35px;
}
.no-disc {
  list-style: none;
  margin-left: 0;
}
.purple {
  color: #330081;
}
#add-to-library {
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
#add-to-library:hover {
  zbackground: rgba(150,150,150,0.75);
}
#add-to-library img {
  margin: 0px;
}
.img-left {
  float: left;
  margin-right: 15px;
}
.img-right {
  float: right;
  margin-left: 15px;
}
div.separator,
ul.separator li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: 5px;
}
.separator li ul li {
  border: none;
  margin-left: 15px;
}
.w240 {
  width: 240px;
}
.w200 {
  width: 200px;
}
.w420 {
  width: 420px;
}
.w470 {
  width: 470px;
}
.w730 {
  width: 730px;
}
.w470,
.w240,
.w730 {
  float: left;
  margin-right: 5px;
}
.headline {
  background-color: #6a7483;
  padding-left: 10px;
}
.title {
  color: #404E63;
  font-weight: normal;
}
.small {
  font-size: 12px;
}
.big {
  font-size: 17px;
}
.imp,
a.imp {
  font-weight: bold;
  text-decoration: none;
}
blockquote {
  border: none;
}
.wrapper {
  background: url(../css/images/wrapper-bkg.png) repeat-y;
  margin: 0 auto;
  width: 980px;
  padding: 0 15px;
  height: auto;
}
#content {
  background: #404e63;
  height: auto;
}
#banner {
  margin-bottom: 20px;
}
#footer {
  background: #dfdfdf;
  border-top: 1px solid #fff;
  color: #666;
}
.footerNav li {
  display: block;
  float: left;
  padding: 0 0 5px 5px;
}
.footerNav li a {
  color: #333;
}
#header a {
  text-decoration: none;
}
.slogan {
  position: absolute;
  font-weight: normal;
  left: 105px;
  top: 35px;
  font-size: 14px;
  color: #fff;
}
#logo {
  position: absolute;
  margin-left: 20px;
  z-index: 99;
}
#header-right {
  float: right;
  width: 300px;
  text-align: right;
}
#search {
  float: right;
  display: block;
  width: 300px;
  margin: 10px 0px 0px 0px;
  text-align: right;
}
.btn.join {
  background: #293fa5;
  border: none;
}
.btn.join:hover {
  background: #2440c1;
}
.btn.btn-link {
  color: #1f4f8f;
  background: transparent !important;
}
#header {
  height: 156px;
  background-image: url(../css/images/logo.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  position: relative;
}
#buttonNav {
  text-align: right;
  margin: 0px;
  padding-top: 8px;
  height: 30px;
}
#buttonNav li {
  display: inline;
}
#mainNav {
  margin: 5px 0 0 0;
  position: relative;
  text-align: center;
}
#mainNav li {
  display: inline;
  position: relative;
  height: 15px;
}
#mainNav li:hover > a.main {
  padding: 5px 7px 5px 7px;
}
#mainNav li a {
  color: #fff;
  padding: 5px 7px 5px 7px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
#mainNav li a:hover {
  color: #d7b883;
}
ul.dropdown {
  display: none;
  list-style-type: none;
  width: 330px;
  margin: 0;
  background-color: #3a7092;
  z-index: 50;
  padding-left: 10px;
  text-align: left;
  position: relative;
}
ul.dropdown li {
  float: none;
}
ul.dropdown li a {
  display: block;
}
#topNav {
  margin-top: 5px;
  margin-left: 0;
  text-align: right;
}
#topNav li {
  display: inline;
  padding: 0px 0px 0px 0px;
  position: relative;
}
#topNav li a {
  font-size: 11px;
  padding-left: 8px;
  color: silver;
}
#topNav li span {
  border-right: 1px solid gray;
  line-height: 0px;
  font-size: 8px;
  padding-left: 5px;
}
#topNav li.button-bookstore,
#topNav li.button-donate {
  border: none;
  padding: 0 2px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#topNav li.button-bookstore a,
#topNav li.button-donate a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9pt;
  font-weight: bold;
}
#topNav li.button-bookstore {
  background-color: #f2e1c3;
  color: #bb821b;
}
#topNav li.button-bookstore a {
  color: #bb821b;
}
#topNav li.button-donate {
  background-color: #fff;
  color: #182739;
}
#topNav li.button-donate a {
  color: #182739;
}
#homepage-content a,
#header a {
  color: #fff;
}
.header-btn a.btn {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border: none;
}
.donation-page {
  background: url(../css/../images/donate-banner.png);
  padding: 30px;
  color: #17263a;
  margin-top: -15px;
  margin-bottom: 30px;
  text-align: center;
}
.tabs {
  margin: 10px 0 0 0;
  float: right;
  padding-left: 20px;
}
.tabs li {
  display: block;
  float: left;
  margin: 0 2px;
  list-style: none;
}
.link:hover {
  color: #333;
}
.divider {
  background: url(../css/images/divider.jpg) no-repeat right top;
}
.books {
  width: 720px;
}
#guideprice {
  color: #DBC25C;
}
.books li {
  display: block;
  float: left;
  width: 75px;
  height: 130px;
  margin: 0 5px 5px 0;
  text-align: center;
}
.books li a {
  text-decoration: none;
}
.join {
  background-image: url(../css/images/join-bkg.jpg);
  background-repeat: repeat-x;
  background-color: #9a9a9a;
  padding: 10px;
  color: #333;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#join ul a {
  color: #333;
}
#join ul a:hover {
  color: #6e6120;
}
a.btn {
  background: #e4e7ea;
  color: #636e7b;
  border: 1px solid #cacaca;
  text-decoration: none;
}
.btn2 {
  background: #e4e7ea;
  color: #636e7b;
  padding: 5px 10px;
  border: 1px solid #cacaca;
  text-decoration: none;
  font-size: 16px;
}
#myCarousel {
  background: #17263a;
}
.banner-text {
  padding: 30px;
  height: 380px;
  text-align: center;
  background: url(../css/images/banner-text-bkg.png);
}
#thinker {
  position: absolute;
  top: 95px;
  left: 109px;
}
#banner-link {
  position: relative;
}
.homepage-news img {
  max-width: 150px;
  max-height: 150px;
}
#banner {
  width: 980px;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
}
#bannerTxt {
  position: absolute;
  z-index: 9;
  top: 90px;
  left: 100px;
  display: block;
  width: 600px;
  color: #435b7e;
}
#bannerTxt h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
}
#bannerTxt h2 {
  font-size: 27px;
  margin-left: 50px;
}
.product-item {
  width: 155px;
  margin-right: 5px;
  padding: 10px;
  float: left;
  margin-bottom: 15px;
  border: 1px dotted #ccc;
  height: 370px;
  background: #fff;
  text-wrap: suppress;
  word-wrap: break-word;
}
.product-item a {
  display: block;
  text-decoration: none;
}
.product-item strong {
  color: #000;
}
.product-item a {
  color: blue;
}
a.name {
  text-decoration: none;
}
.product {
  float: left;
  width: 145px;
  padding: 5px 15px;
  margin-right: 8px;
  height: 175px;
}
.image {
  width: auto;
  text-align: center;
}
.product-item-title {
  color: #405a7f;
  text-decoration: none;
  line-height: 16px;
  display: block;
  margin: 10px 0 0 0;
  min-height: 60px;
  font-size: 13px;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.product-item-desc {
  color: #555;
  min-height: 85px;
  display: block;
}
#storeBanner {
  background: url(../css/images/banner-bookstore.jpg) no-repeat;
  background-size: 100%;
  height: 200px;
  text-align: center;
  padding: 60px 0 0 80px;
}
.desc {
  width: 68%;
  padding: 0 20px;
}
.more-info {
  padding: 35px 15px 0 15px;
  float: right;
}
.cart {
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
}
.cart tr {
  margin: 0px;
}
th {
  padding: 10px;
  background: #404E63;
  color: #fff;
  margin: 0;
}
.cart  td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.cart-list-item:last-child > td {
  border-bottom: none;
}
.cart-list-item-description {
  vertical-align: top;
}
.cart-total,
.cart-subtotal,
.cart-shipping {
  width: 60px;
  text-align: right;
  padding: 5px;
}
.total-bkg {
  font-weight: 900;
  background: #FFFFCC;
}
.cart-heading {
  font-weight: 900;
}
.table {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
.table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: url(../css/images/table-bkg.jpg) repeat-x top;
  border-top: none;
  padding: 10px 5px;
}
.table th {
  background: #C0CFDF;
  color: #254C6E;
  font-weight: normal;
  font-size: 13px;
  padding: 5px;
}
.smallbox,
.largebox {
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
}
.smallbox {
  padding: 20px;
  min-height: 200px;
  margin-bottom: 15px;
}
.largebox {
  width: 700px;
}
#center {
  width: 300px;
}
.box legend {
  width: auto;
  border: none;
}
a.pagenumber {
  padding: 5px 7px;
  text-decoration: none;
  background: #f0f0f0;
  margin: 2px;
  border: 1px solid #ccc;
}
a.pagenumber:hover {
  font-weight: bold;
}
.pagenumberhighlight {
  color: #fff;
  background: #003164;
  padding: 5px 7px;
}
a.pagenext,
a.pageprev {
  background: #F0F0F0;
  color: #003164;
  margin-right: 0;
}
.tagcloud {
  text-align: justify;
}
.tagcloud li,
#top-contributors li {
  display: inline;
  margin: 0 4px;
}
.tagcloud a {
  white-space: nowrap;
}
.template-bkg {
  background: url(../css/images/subpage-bkg.jpg) no-repeat top right;
}
#leftcol-tem {
  width: 170px;
  padding: 20px;
  margin-right: 10px;
  background: url(../css/images/vline.png) no-repeat #404E63;
  background-position: 195px 0;
}
#middlecol-tem {
  width: 455px;
  padding: 0 10px;
}
#rightcol-tem {
  width: 250px;
  margin-left: 10px;
  padding: 0 10px;
}
#leftcol-tem,
#middlecol-tem,
#rightcol-tem {
  float: left;
  min-height: 400px;
}
#rightcol-big {
  width: 730px;
  float: left;
  background: #fff;
  padding: 20px 10px 10px 20px;
  color: #666;
  min-height: 510px;
}
#rightcol-big img {
  max-width: 100%;
}
#rightcol-big h1,
#area h1 {
  color: #3f587f;
  font-weight: normal;
}
#rightcol-big h2,
#area h2,
.h2header {
  color: #a48506;
}
#rightcol-big h3,
#area h3 {
  color: #254c6e;
}
a.hightlighted,
.hightlighted {
  color: #DBC25C;
  font-size: 14px;
  font-weight: bold;
}
.jsblock {
  background: url(../css/images/admin/javascript-block.png) no-repeat;
  width: 114px;
  height: 114px;
  display: block;
  resize: none;
  border: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
}
#area {
  background: #fff;
  color: #555;
  width: 97%;
  float: left;
  text-align: center;
  padding: 20px 10px 10px 20px;
}
.box {
  border: 1px solid #c0cfdf;
  background: url(../css/images/box-bkg.jpg) repeat-x bottom;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.box ul {
  margin-left: 0;
}
.box ul li {
  padding: 5px 0px;
  list-style: none;
}
.box h3,
.postinfo {
  background: #c0cfdf;
  color: #09354F;
  font-weight: normal;
  margin: -5px -10px;
  padding: 2px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #c0cfdf;
}
.box blockquote {
  display: block;
  padding: 0 10px;
}
.greeting {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.icon {
  position: relative;
  left: 0;
  top: 5px;
}
#resources-list li {
  padding-left: 40px;
  position: relative;
  min-height: 45px;
}
#resources-list li .icon {
  position: absolute;
}
.member-nav {
  margin-top: -5px;
  padding: 10px 5px;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 0;
  background: #f2e9c4;
  border-bottom: 1px solid #ddd;
}
.member-nav  a {
  font-weight: bold;
  text-decoration: none;
}
#member-nav  a {
  color: #09354f;
}
#member-nav  a:Hover {
  color: #1b5c83;
}
.member-nav li {
  display: inline;
  border-right: 1px solid silver;
  padding: 0px 10px;
}
.member-nav li:last-child {
  border-right: none;
  padding-right: 0px;
}
.bar {
  background: #e7e7e7;
  padding: 5px 0;
  color: #254C6E;
  font-weight: bold;
  text-align: left;
  text-align: center;
}
#tools a {
  font-size: 11px;
}
#rightcol-big a.btn {
  color: #fff;
}
#rightcol-big a.btn:hover {
  color: #333;
}
.form-field label,
label {
  display: inline-block;
  min-width: 120px;
  text-align: right;
  margin-right: 10px;
  vertical-align: middle;
}
.text,
.select,
.small-txt {
  border: 1px solid #ccc;
  padding: 2px 5px;
  margin: 2px;
}
.text,
.select {
  width: 150px;
}
.small-txt,
.small-select {
  width: 80px;
}
.btn {
  color: #333;
  border: 1px solid #666;
  cursor: pointer;
}
#translator {
  background: #fff;
  padding: 5px;
  text-align: center;
  border: 3px solid #666;
}
.jsblock,
.audioblock,
.sectionblock {
  display: block;
  resize: none;
  border: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: transparent;
  color: rgba(0,0,0,0);
  overflow: hidden;
  font-size: 0px;
}
.sorted a:link,
.sorted a:visited {
  text-decoration: none;
}
.even {
  background: #eee;
}
.even:hover,
.odd:hover {
  background: #faf2cf;
}
.disabled,
.disabled td {
  color: silver;
}
.submit.center {
  display: block;
  width: 25%;
  padding: 5px;
  font-weight: bold;
}
#forumcats {
  background-color: #EEE;
}
#forumlist tr.head {
  height: 20px;
  background-color: #003164;
  color: #fff;
}
#forumlist tr.head  a {
  color: #fff;
}
#forumlist tr.head td {
  font-size: 11px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#forumlist tr.item td {
  font-size: 11px;
  color: #333;
  padding: 10px;
  background-color: #f8f7f7;
  border-bottom: 1px solid #E7ECEE;
}
#forumlist tr.item a {
  font-size: 11px;
  color: #003164;
}
div.recentpost {
  padding: 5px;
  margin-bottom: 5px;
}
div.paging {
  margin: 10px 0;
  padding: 5px;
  font-size: 12px;
  text-align: right;
  float: right;
}
div.paging a {
  color: #1f4f8f;
}
a.pagenumberhighlight {
  color: #fff;
}
div.postinfo {
  background-color: #003164;
  color: #fff;
  height: 20px;
  padding: 3px 10px;
  margin-bottom: 2px;
}
div.topicinfo {
  background-color: #003164;
  color: #ffffff;
  height: 20px;
  padding: 3px 10px;
  margin-bottom: 2px;
}
div.postbody {
  float: left;
  width: 100%;
  padding-left: 10px;
}
li.postbodytext {
  margin-bottom: 15px;
}
div.postfiles {
  margin-top: 10px;
}
div.postsig {
  margin-top: 20px;
  background: url(../css/images/forum/line-horizontal.jpg) repeat-x top;
  padding-top: 5px;
}
div.authorinfo {
  float: left;
  border-right: 1px solid #ccc;
  width: 120px;
  margin-right: 5px;
  min-height: 90px;
  padding: 3px;
}
input.topics_title {
  width: 400px;
  padding: 3px;
  font-size: 12px;
  border: #CCC 1px solid;
}
div.posts_enabled {
  background-color: #FEFEFE;
  border: #CCC 1px solid;
  padding: 10px;
  width: 200px;
}
div.posts_enabled td {
  font-size: 11px;
}
.quote_container,
.quoteStyle {
  padding: 6px;
  font-family: Arial;
  font-size: 12px;
  border: #CCC 1px solid;
  background-color: #FCFCFC;
  margin: 5px;
  display: block;
}
.multiquote {
  color: #033568;
  padding: 3px 10px;
  cursor: pointer;
  background: url(../css/images/forum/yellow-btn.png) no-repeat center;
  font-size: 14px;
}
.multiquote_active {
  color: #555;
  cursor: pointer;
  background: url(../css/images/forum/gray-btn-inactive.png) no-repeat center;
}
a.flag {
  background: url(../css/images/forum/icon-flag.png) no-repeat center;
  color: #fff;
  display: inline-block;
  padding: 3px 25px 3px 10px;
  text-decoration: none;
  font-weight: bold;
}
a.reply {
  background: url(../css/images/forum/icon-reply.png) no-repeat center;
  color: #333;
  display: inline-block;
  padding: 3px 15px 3px 22px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
a.reply:hover {
  color: #215806;
}
.form-error {
  color: red;
  padding-left: 115px;
  font-weight: 900;
}
.top-error,
.top-success {
  background: #b50606;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  -moz-box-shadow: 2px 2px 5px #aaa;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  box-shadow: 2px 2px 5px #aaa;
}
.top-success {
  background-image: none;
  background: #ff9100;
  background: -moz-linear-gradient(top,#fce800,#ff9100);
  background: -webkit-gradient(linear,left top,left bottom,from(#fce800),to(#ff9100));
  border: 1px solid #ffe100;
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fce800',EndColorStr='#ff9100',GradientType=0);
}
.top-error-inner,
.top-success-inner {
  padding-top: 2px;
  vertical-align: middle;
  -webkit-text-shadow: 1px 1px 0px #666;
  text-shadow: 1px 1px 0px #666;
}
.top-error-button {
  font-size: 12px;
  display: inline-block;
  width: auto;
  border: 1px solid #8d2222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #feefef;
  background: -moz-linear-gradient(top,#feefef,#ffdbdb);
  background: -webkit-gradient(linear,left top,left bottom,from(#feefef),to(#ffdbdb));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#feefef',EndColorStr='#ffdbdb',GradientType=0);
  color: #072a59;
  margin-left: 15px;
  margin-top: -5px;
  -webkit-text-shadow: 1px 1px 0px white;
  text-shadow: 1px 1px 0px white;
  cursor: pointer;
}
.top-error-button-inner {
  border: 1px solid #fff;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  padding: 5px 10px;
}
label.quant_price {
  min-width: 75px;
}
fieldset {
  padding: 5px;
  line-height: 150%;
}
fieldset.disabled {
  color: #CCCCCC;
}
.notice {
  background-color: #ffffcc;
  border-color: #f9df87;
}
#my-account a {
  color: #fff;
}
.my-account-links a {
  color: white;
  text-decoration: none;
}
.my-account-links a:hover {
  color: silver;
  text-decoration: underline;
}
.article-cat {
  color: Navy;
}
.head {
  color: #000066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
a[name=ADDINFO]:hover {
  color: #254C6E;
}
.red {
  color: red;
}
li[class^=child_link] {
  display: none;
}
img[id^=revealsubs] {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  float: right;
  top: -30px;
}
.input-error {
  background-color: #eda4a4;
}
#AnsDetails {
  display: none;
  height: 500px;
  width: 400px;
  margin: auto;
  padding: 10px;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  top: -350px;
  left: 200px;
}
#AnsDetails table {
  width: 94%;
  margin: auto;
}
.style15 {
  color: #333;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 21px;
}
.style1 {
  color: #960;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: bold;
}
.style17 {
  color: #960;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
}
.style2,
.style12,
.style10 {
  float: left;
  width: 100%;
  text-align: left;
}
.style2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.style10 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
}
.style27 {
  font-size: 20px;
  font-style: italic;
  line-height: 21px;
  text-align: left;
}
.style3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.style9 {
  width: 100%;
  background-color: #2d4564;
  text-align: center;
  color: #FFF;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  padding: 13px 0px;
  margin-bottom: 0px;
}
.style34 {
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
}
.style12 {
  color: #039;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.style25 {
  width: 100%;
  background-color: #960;
  text-align: center;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 0px;
  margin-top: 0px;
}
.txt_left {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.tablepadding tr td {
  padding: 5px;
}
.buttons {
  text-align: center;
  padding: 5px;
}
.buttons.line {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.breadcrumb {
  line-height: 20px;
  display: inline-block;
}
.subpage .btn {
  background: #666;
  color: #fff;
}
[rel=primary-column] img {
  max-width: 100% !important;
}
.danihan img {
  max-width: 260px;
  text-align: center;
}
.danihan p {
  max-width: 260px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .danihan p {
    max-width: 260px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.image-section {
  max-width: 260px;
  margin: 0 auto;
}
.linkBlock a {
  text-decoration: none;
}
.linkBlock a:hover {
  text-decoration: underline;
}
.fct-donation-modal {
  text-align: center;
  padding: 0 !important;
}
.fct-donation-modal:before {
  content: '';
  display: inline-block;
  height: 60%;
  vertical-align: middle;
  margin-right: -4px;
}
.fct-donation-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.fct-donation-modal .modal-title {
  font-size: 2rem;
  font-weight: bold;
}
.fct-donation-modal .close {
  font-size: 4rem;
  line-height: 0.625;
}
.fct-donation-modal .modal-body {
  font-size: 1.75rem;
}
.fct-donation-modal .modal-body a {
  color: #06c;
  text-decoration: underline;
  cursor: pointer;
}
.fct-donation-modal .modal-body a:hover {
  color: #39f;
}
.fct-donation-modal .modal-footer {
  text-align: center;
}
.fct-donation-modal .modal-footer .btn {
  font-size: 1.5rem;
}

/*/css/homepage.less*/
.center {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after,
.wrapper:after,
.clear {
  clear: both;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-upper {
  text-transform: uppercase;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.i-block {
  display: inline-block;
}
.pad {
  padding: 15px !important;
}
.relative {
  position: relative;
}
.mar {
  margin: 15px !important;
}
.no-disc {
  list-style: none;
}
.no-bold {
  font-weight: 100;
}
.bold {
  font-weight: bold;
}
.no-mar {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.pad-top {
  padding: 20px 0 !important;
}
.hr {
  background: #ddd;
  height: 1px;
  border: none;
  margin: 20px 0;
}
.hidden {
  display: none;
}
.gutterLeft {
  padding-left: 30px;
}
.gutterRight {
  padding-right: 30px;
}
.img-left {
  float: left;
  margin-right: 10px !important;
}
body {
  font-family: 'Pontano Sans', sans-serif;
  color: #444444;
  font-size: 14px;
}
h1 {
  font-size: 2em;
  margin: 0 0 15px 0;
}
h2 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Pontano Sans', sans-serif;
}
h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}
h4 {
  font-size: 13px;
  color: #333;
}
p {
  font-size: 1em;
}
strong {
  font-family: helvetica, sans serif;
  font-weight: 700;
}
.headline {
  color: #17263a;
  font-weight: normal;
  position: relative;
}
.headline.line {
  border-bottom: 2px dotted #ccc;
  padding: 10px 0;
}
.heading {
  background: url(../css/../images/heading-bkg.png) repeat-x center;
  text-transform: uppercase;
}
.heading span {
  color: #1f4f8f;
  display: inline-block;
  background: #eeeeee;
  padding: 10px;
  font-weight: bold;
  font-size: 25px;
}
.title {
  color: #d1911e;
}
.imp {
  color: red;
}
.container.animation {
  padding: 0;
}
.container.subpage {
  background: #fff;
  padding: 15px 0;
}
.disc li:before {
  content: "• ";
}
footer,
.navbar-wrapper {
  background: #17263a;
}
.navbar-header {
  position: relative;
}
.navbar-brand {
  position: absolute;
  top: 5px;
  padding: 0;
  height: auto;
}
@media (min-width: 481px) {
  .navbar-brand {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 800px;
    top: 10px;
    left: -35px;
  }
}
.logo {
  height: 50px;
}
@media (min-width: 481px) {
  .logo {
    max-width: 100%;
    height: auto;
  }
}
#mainNav {
  margin-left: 75px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #d7b883 !important;
  background-color: transparent;
  font-weight: bold;
  font-family: Helvetica, sans serif;
}
.dropdown-menu {
  background-color: #17263a;
  top: auto;
}
.dropdown-menu .caret {
  display: none;
}
.search .text {
  background: #fff;
  border: none;
  vertical-align: top;
  margin: 0;
  width: 80%;
}
.search .text,
.search .btn {
  padding: 5px;
}
.container.animation {
  position: relative;
}
slide-link {
  display: block;
}
a.slide-link,
a.slide-link:visited {
  color: #444444;
}
.banner-text {
  position: absolute;
  right: 0;
  background-size: 100%;
  height: auto;
}
.banner-text h1 {
  font-size: 28px;
  font-weight: bold;
}
.banner-text p {
  font-size: 16px;
}
.banner-text.banner-text-homepage {
  min-height: 404px;
}
.inner-text {
  display: block;
  padding: 14% 5%;
  margin-left: 30%;
}
.carousel-caption {
  background: rgba(37,61,88,0.85);
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 15px;
}
.carousel-indicators {
  text-align: right !important;
  bottom: 10px;
  color: #fff;
}
.feature-box {
  min-height: 300px;
}
.feature-box .image-section {
  border: 2px solid #dddddd;
  position: relative;
  margin-bottom: 15px;
}
.feature-box .image-section img {
  width: 100%;
  margin: 0;
}
.feature-box .img-heading {
  color: #fff;
  background: rgba(37,61,88,0.6);
  padding: 10px;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.2em;
  position: absolute;
  min-height: 52px;
}
.alt-box {
  background: #f2e1c3;
}
.quote {
  background: #17263a;
  color: #89a4c8;
  text-align: center;
}
.quote h2 {
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.3em;
  text-align: center;
  background: url(../css/../images/quotes-left.png) no-repeat;
  padding: 20px 40px;
}
.quote h2 span.quote {
  background: url(../css/../images/quotes-right.png) no-repeat;
  width: 50px;
  height: 35px;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}
.quote h2 h3 {
  font-size: 1.5em;
}
.mission {
  background: #f2e1c3;
}
.mission h2 {
  font-size: 2.3em;
  color: #d1911e;
}
.mission p {
  font-size: 1.6em;
  margin: 15px;
}
.quote,
.mission,
footer,
.books {
  padding: .5% 0;
}
.books {
  width: auto;
  margin: 0;
  text-align: center;
}
.books li {
  display: inline-block;
  width: auto;
  margin: 10px 3px;
  float: none;
}
.books li img {
  display: block;
}
.books.editable img {
  margin: 0;
}
footer {
  color: #fff;
  padding-bottom: 0;
}
footer h4 {
  color: #f7941e;
}
footer .media-icons {
  width: 100%;
}
footer .media-icons li {
  display: block;
  float: left;
  width: 20%;
  margin: 1%;
}
footer .media-icons li span {
  width: 100%;
  display: block;
  min-height: 55px;
  background-size: 100% !important;
}
footer .media-icons li span.fb {
  background: url(../css/../images/media-fb.png) no-repeat;
}
footer .media-icons li span.youtube {
  background: url(../css/../images/media-youtube.png) no-repeat;
}
footer .media-icons li span.twitter {
  background: url(../css/../images/media-twitter.png) no-repeat;
}
footer .media-icons li span.linkedin {
  background: url(../css/../images/media-linkedin.png) no-repeat;
}
footer .footer-bar {
  background: #0b1726;
  font-size: .8em;
  color: #919191;
  margin-top: 2%;
}
footer a,
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #d7b883;
  text-decoration: none;
}
.leftnav,
#leftnav {
  margin: 0;
  width: 100%;
  padding: 0 !important;
}
.leftnav li,
#leftnav li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
}
.leftnav a,
.leftnav li a:link,
.leftnav a:visited,
#leftnav a,
#leftnav li a:link,
#leftnav a:visited {
  text-decoration: none;
  display: block;
  padding: .75em 3em .75em 0;
  border-top: 1px solid #e7e7e7;
  color: #5e6970;
  border-bottom: none;
  line-height: 22.05px;
}
.leftnav li a:hover,
#leftnav li a:hover {
  background: #4a5971;
  color: #DBC25C;
}
.leftnav a.hightlighted,
.leftnav .hightlighted,
#leftnav a.hightlighted,
#leftnav .hightlighted {
  color: #17263a;
}
#leftnav {
  padding: 0;
  margin: 0;
  float: none;
}
.leftnav li a:hover {
  background: #fafafa !important;
  color: #17263a !important;
}
.sec-heading {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 15px !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse {
  background-color: transparent;
  border: none;
}
.btn,
.submit {
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn.btn-primary,
.submit.btn-primary {
  background: #d7b883;
}
.btn.btn-primary:hover,
.submit.btn-primary:hover {
  background: #e4b667;
}
.submit {
  background: #d7b883;
  padding: 6px 12px;
}
.form-horizontal .text,
.form-horizontal select {
  width: 100%;
}
.btn-demo {
  text-align: center;
}
.btn-demo .btn {
  float: none;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.carousel-fade .carousel-inner {
  width: 125px;
  margin: 0 auto;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0,0,0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.search .btn {
  padding: 5px 10px;
  background: #274a79;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 1200px) {
  .navbar-right {
    margin-top: 50px;
  }
  .banner-text h1 {
    font-size: 24px;
  }
  .banner-text h2 {
    font-size: 20px;
  }
  .inner-text {
    padding: 12% 5%;
  }
  #myCarousel .item:first-child .inner-text {
    padding: 6% 5%;
  }
}
@media (max-width: 992px) {
  .banner-text h1 {
    font-size: 16px;
  }
  .banner-text h2 {
    font-size: 12px;
  }
  .inner-text {
    padding: 6% 5%;
  }
  #myCarousel .item:first-child .inner-text {
    padding: 0% 5%;
  }
}
@media (max-width: 768px) {
  .img {
    width: 100%;
  }
  .container.animation {
    width: 100%;
  }
  .banner-text {
    height: auto;
  }
  #topNav {
    margin-top: 50px;
  }
  #mainNav {
    margin: 0;
  }
  #slideshow-container {
    left: 30%;
  }
  #thinker {
    position: absolute;
    top: 120px;
    left: 50%;
  }
  .banner-text {
    height: auto;
    margin-top: 0;
    padding: 2%;
  }
  .banner-text h1 {
    font-size: 20px;
  }
  .banner-text p {
    font-size: 1.5em;
  }
  .banner-text .inner-text {
    margin: 0;
    padding: 16% 10%;
  }
  .search .text,
  .search .btn {
    float: right;
  }
  .navbar-right {
    margin: 0;
  }
  .submit.center {
    width: auto;
  }
  .search .text {
    width: 80%;
    padding: 2% 0;
    margin: 0;
    color: #111;
  }
  .search .btn {
    width: 15%;
    padding: 2% 0;
  }
}
@media (max-width: 480px) {
  #topNav {
    text-align: center;
    margin: 10px 0;
  }
  #topNav li {
    display: inline-block;
  }
  #topNav li a {
    font-size: 1em;
  }
  #mainNav li {
    text-align: left;
  }
  .header-btn {
    text-align: center;
    margin-bottom: 5px;
  }
  .feature-box {
    padding: 10px;
  }
  .quote h2 {
    font-size: 1.5em;
  }
  .mission p {
    font-size: 1.3em;
  }
  .carousel-caption {
    position: static;
    bottom: 0;
  }
  .editable {
    overflow: hiddent;
  }
  .editable a {
    white-space: normal;
    display: block;
  }
  img.img {
    width: 100% !important;
  }
  .form-field label,
  .form-field .text {
    width: 100%;
  }
  .form-field label {
    text-align: left;
  }
  #storeBanner {
    background: #17263a;
    padding: 10px;
    color: #fff;
  }
  .carousel-indicators {
    font-size: 20px;
    position: absolute;
    bottom: -30px !important;
    color: #17263a;
    text-align: center !important;
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
  .carousel-indicators .active {
    background: #17263a;
  }
}
.fct-home-banner {
  padding: 2rem;
  text-align: center;
  background-color: #efe1c6;
}
.fct-home-banner--alert {
  color: #fff;
  background-color: #900;
}
.fct-home-banner--alert a {
  color: #fff;
}
.fct-home-banner__content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fct-home-banner__content {
    width: 668px;
  }
}
@media (min-width: 992px) {
  .fct-home-banner__content {
    width: 892px;
  }
}
@media (min-width: 1200px) {
  .fct-home-banner__content {
    width: 1100px;
  }
}
.fct-home-banner__content p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .fct-home-banner__content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fct-home-banner__content p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .fct-home-banner__content p {
    font-size: 2rem;
  }
}
.fct-home-banner__content a {
  text-decoration: underline;
}

/*/css/carousel.less*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: ;
  font-size: ;
  color: ;
  text-align: center;
  text-shadow: ;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: ;
  text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid ;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: ;
}
.carousel-caption {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: ;
  text-shadow: ;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: ) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
