/* PAGE STRUCTURE                                                            */
/* ------------------------------------------------------------------------- */

html, body {
    background: #fff;
    color: #383838;
    font: 14px/20px Georgia, "Times New Roman", Times, serif;

}

input, textarea, button, select, optgroup, option {
    font-family: Arial, Helvetica, sans-serif;
}

.psHeader {
    padding-top: 15px;
    background: url('/images/ui_topbg.png') repeat-x; 
    min-width: 998px;
	padding-left: 50px;
}

.psBody {
    background: url('/images/ui_navbg.png') repeat-x;
	padding-left: 50px;.
}

.psFooter {
    margin: 20px 0 0 0;
    padding: 40px 0 20px 50px;
    background: #e4890c url('/images/ui_footerbg.png') repeat-x;
    color: #fff; 
    min-width: 998px;
}

.psBottom {
    padding-top: 30px;
    background-color: #ffb310; 
    min-width: 998px;
}

.psWrapper {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    background: url('/images/ui_contentbg.png') repeat-y;
    text-align: left;
}

.psWrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.psColFull {
    clear: both;
}

.psColHalf {
    width: 48%;
}

.psCo700 {
    width: 700px;
}

.psCo560 {
    width: 560px;
}

.psCo560.special {
    width: 560px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding-top:20px;
}

.psCol450 {
    width: 450px;
}
.psCol440 {
    width: 440px;
}
.psCol460 {
    width: 460px;
}
.psCol425 {
    width: 425px;
}

.psCol360 {
    width: 360px;
}

.psCol330 {
    width: 330px;
}

.psCol325{
    width: 325px;

}
.psCol310 {
    width: 310px;
}

.psCol290 {
    width: 290px;
}

.psCol260 {
    width: 260px;
}

/* TABS                                                                      */
/* ------------------------------------------------------------------------- */

.navTabs {
    float: left;
    padding: 5px 3px 10px 3px;
}

#home div.home, #titles div.titles, #translations div.translations, #resources div.resources, #contact div.contact { /* active tabs */
    padding: 5px 10px 10px 10px;
    background: url('/images/ui_tab_bg.png') repeat-x;
}

#home div.home-l, #titles div.titles-l, #translations div.translations-l, #resources div.resources-l, #contact div.contact-l { /* active tabs left side */
    padding: 0;
    background: url('/images/ui_tab_left.png') no-repeat;
}

#home div.home-r, #titles div.titles-r, #translations div.translations-r, #resources div.resources-r, #contact div.contact-r { /* active tabs right side */
    padding: 0;
    background: url('/images/ui_tab_right.png') no-repeat;
}

div.home-s, div.titles-s, div.translations-s, div.resources-s, div.contact-s { /* separators */
    padding: 0;
}

#home div.titles-s, #home div.translations-s, #home div.resources-s, #home div.contact-s, #titles div.translations-s, #titles div.resources-s, #contact div.home-s, #contact div.titles-s, #contact div.translations-s, #translations div.home-s, #translations div.resources-s { /* active separators */
    padding: 0;
    background: url('/images/ui_tab_sep.png') no-repeat;
}

/* TEXT                                                                      */
/* ------------------------------------------------------------------------- */

a:link, a:active, a:visited {
    color: #df860c;
    text-decoration: none;
}

a:hover, a:active:hover, a:visited:hover {
    color: #e26305;
    text-decoration: none;
}

.titleGroup p:first-of-type {
	padding-bottom: 0.2em;
}

.titleGroup h4 {
	padding-top: 2px;
}

p.buttons {
    margin-top: 20px;
	display: table;
}

p.press-link{
    font: 14px/20px Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    color:#dd850f;
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding-top: 22px;
}

.pTop.divider, ul.divider{
    border-top: 1px solid #d7d7d7;
    margin-top: 30px;
    padding-top: 22px;
}

.divider-bottom{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-bottom: 28px;
}


p.press-link:hover{
   color:#feb415;
}

a.button {
    background: #df860c none repeat scroll 0 0;
    border: 1px solid #df860c;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding: 6px 8px;
    margin-right: 9px;
}
a.button.last {
    margin-right: 0px;
}
 a.button:hover {
    background: #ffb310 none repeat scroll 0 0;
    border: 1px solid #ffb310;
    color: #fff;
}
a.button:active, a.button:visited {
    color: #fff;
}

span.button-disabled {
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
    background: #8e8e8e none repeat scroll 0 0;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding: 6px 8px;
    margin-right: 9px;
}
span.button-disabled.last {
    margin-right: 0px;
}

.txSansSerif {
    font-family: Arial, Helvetica, sans-serif;
}

.txLeft {
    text-align: left;
}

.txRight {
    text-align: right;
}

.txCenter {
    text-align: center;
}

.txOrangeL {
    color: #ff9702;
}

.txOrangeD {
    color: #e26305;
}

.txGrayL {
    color: #8a8a8a;
}

.txGrayL.special {
    color: #757575;
    font-size:22px;
    line-height:28px;
}

.txGrayM {
    color: #555;
}

.txGrayD {
    color: #666666;
}

.txSmall {
    font-size: 12px;
    line-height: 20px;
}

.txLarge {
    font-size: 14px;
    line-height: 21px;
}

.txLarger {
    font-size: 17px;
    line-height: 23px;
}

.txBold {
    font-weight: bold;
}

/* FORMS                                                                     */
/* ------------------------------------------------------------------------- */

input.fmSearch {
    width: 150px;
}

/* UTILITY                                                                   */
/* ------------------------------------------------------------------------- */

.clearAll {
    clear: both;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

#middleBlock{
   clear:both;
   border-top:0px; 
   /*margin-top:35px;*/
   padding-top:20px;
}

#bottomBlock{
   clear:both;
   border-top:1px solid #b7b7b7; 
   margin-top:35px;
   padding-top:20px;
}

.pTop {
    padding-top: 20px;
}

.pTop.special {
    font-size:20px;
    line-height:35px;
    font-weight: 500;
}

.pBottom {
    padding-bottom: 20px;
}

.pLeft {
    padding-left: 20px;
}

.pRight {
    padding-right: 20px;
}

.pBottomFixed {
    padding-bottom: 50px;
}

.titleGroup.second {
    padding-right: 33px;
}

.first p { 
    width:260px;
}

.second p { 
    width:280px;
    
}

.third p { 
     width:300px;
}

.copy {
    padding-top: 30px;
    display: block;
	padding-left: 25px;
}
/* MISC                                                                      */
/* ------------------------------------------------------------------------- */

hr {
    clear: both;
    height: 0;
    margin: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #fe9002;
    padding: 2px 0 0 0;
}

.psFooter hr {
    border-bottom: 1px solid #fae7ce;
}

h1 {
    color: #5e5e5e;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    color: #e26305;
    font-size: 1em;
    padding-bottom: 10px;
}

h3 {
    color: #e26305;
    font-size: 1em;
    padding-bottom: 10px;
}

h4 {
    color: #e26305;
    font-size: 13px;
}

#middleBlock .titleGroup{

    clear: both;
    width: 310px;
    display: inline-block;
    vertical-align: top;
}

#middleBlock h4 {
    padding-top: 2px;
}

#bottomBlock .titleGroup{

    clear: both;
    width: 310px;
    display: inline-block;
    vertical-align: top;
}

.second-column-img,.first-column-img{
margin-right:20px;
margin-bottom:25px;
}

.width280{
display:block;
width:280px;
}

p.first-paragraph{
padding-top:10px;
}

span.title{
 color:#8a8a8a;
 font-size:12px;
 line-height:18px;
 font-weight:300;
}

.book-detail-list span.title{
 color:#8a8a8a;
 font-size:12px;
 line-height:22px;
 font-weight:300;
}

.name-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.name-list li:first-child {
    margin-left:0;
}
.name-list li {
    list-style-type: none;
    display: inline-block;
   
}
.name-list li:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    
}
.name-list li ~ li:before {
    top: -2px;
    width: 5px;
    height: 5px;
    background: #df860c;
    vertical-align: middle;
    margin: 0 7px 0 -9px;
}


.name-list.after li ~ li:before {
    top: -0;
    width: 0;
    margin: 0;
}
.name-list.after li:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    
}
.name-list.after li:after {
    top: -2px;
    width: 5px;
    height: 5px;
    background: #df860c;
    vertical-align: middle;
    margin: 0 -9px 0 7px;
}



.book-detail-list li {
    list-style-type: none;
    margin-left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.book-detail-list li.with-indent{
   margin-left:20px;
}

ul.list{
 color:#535353;
 font-size:12px;
 line-height:18px;
 font-weight:300;

}
.titleGroup {
    clear: both;
    padding: 10px 0;
}

.titleGroup img {
    margin-top: 6px;
}

#translations .titleGroup img {
    margin-top: 0px;
}

.titleLanguage {
	width: 95px;
    text-align: center;
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.titleHeading {
    color: #e26305;
    font-size: 27px;
    line-height: 34px;
    font-weight: normal;
    padding-bottom: 0;
}

.special{    
    font-family:"Source Sans Pro", Arial, Helvetica, sans-serif;
}

.titleHeading.special{
    color:#e26406;
    font-style:italic;
    font-size:52px;
    line-height: 63px;
}


.padding-top-3{
  padding-top:48px;

}

/* Idea Makers                                                               */
/* ------------------------------------------------------------------------- */

#idea-makers blockquote {
    quotes: "“" "”" "‘" "’";
    color: #b74f00;
    font-style: italic;
    line-height: 1.6em;
    margin: 5px 0 0 0;
    font-size: 14px;
    font-family: 'Georgia', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#idea-makers blockquote:before, blockquote:after {
    font-size: 30px;
    line-height: 1;
    height: 19px;
    width: 15px;
    display: inline-block;
    vertical-align: bottom;
}

#idea-makers blockquote:before {
    content: open-quote;
}

#idea-makers blockquote:after {
    content: close-quote;
}

#idea-makers p .intro {
    font-size: 12px;
    line-height: 1.6;
}

#idea-makers .author {
    font-size: 12px;
    color: #5a5a5a;
    text-align: right;
    margin: 6px 0 18px;
}