/* New Baskerville ITC Pro */ @font-face { font-family: "New Baskerville"; font-style: normal; font-weight: 100; src : url("../fonts/NewBaskervilleITCPro-Roman.otf"); } @font-face { font-family: "New Baskerville"; font-style: italic; font-weight: 100; src : url("../fonts/NewBaskervilleITCPro-Italic.otf"); } @font-face { font-family: "New Baskerville"; font-style: normal; font-weight: normal; src : url("../fonts/NewBaskervilleITCPro-SmBd.otf"); } @font-face { font-family: "New Baskerville"; font-style: italic; font-weight: normal; src : url("../fonts/NewBaskervilleITCPro-SmBdIt.otf"); } @font-face { font-family: "New Baskerville"; font-style: normal; font-weight: bold; src : url("../fonts/NewBaskervilleITCPro-Bold.otf"); } @font-face { font-family: "New Baskerville"; font-style: italic; font-weight: bold; src : url("../fonts/NewBaskervilleITCPro-BdIt.otf"); } @font-face { font-family: "New Baskerville"; font-style: normal; font-weight: 900; src : url("../fonts/NewBaskervilleITCPro-Black.otf"); } @font-face { font-family: "New Baskerville"; font-style: italic; font-weight: 900; src : url("../fonts/NewBaskervilleITCPro-BlkIt.otf"); } /* Futura LT Pro */ @font-face { font-family: "Futura"; font-style: normal; font-weight: 100; src : url("../fonts/FuturaLTPro-Light.otf"); } @font-face { font-family: "Futura"; font-style: italic; font-weight: 100; src : url("../fonts/FuturaLTPro-LightOblique.otf"); } @font-face { font-family: "Futura"; font-style: normal; font-weight: 400; src : url("../fonts/FuturaLTPro-Book.otf"); } @font-face { font-family: "Futura"; font-style: italic; font-weight: 400; src : url("../fonts/FuturaLTPro-BookOblique.otf"); } @font-face { font-family: "Futura"; font-style: normal; font-weight: 500; src : url("../fonts/FuturaLTPro-Medium.otf"); } @font-face { font-family: "Futura"; font-style: italic; font-weight: 500; src : url("../fonts/FuturaLTPro-MediumOblique.otf"); } @font-face { font-family: "Futura"; font-style: normal; font-weight: 600; src : url("../fonts/FuturaLTPro-Heavy.otf"); } @font-face { font-family: "Futura"; font-style: italic; font-weight: 600; src : url("../fonts/FuturaLTPro-HeavyOblique.otf"); } @font-face { font-family: "Futura"; font-style: normal; font-weight: 700; src : url("../fonts/FuturaLTPro-Bold.otf"); } @font-face { font-family: "Futura"; font-style: italic; font-weight: 700; src : url("../fonts/FuturaLTPro-BoldOblique.otf"); } @font-face { font-family: "Futura"; font-style: normal; font-weight: 900; src : url("../fonts/FuturaLTPro-XBold.otf"); } @font-face { font-family: "Futura"; font-style: italic; font-weight: 900; src : url("../fonts/FuturaLTPro-XBoldOblique.otf"); } /* Helvetica Neue eText Std */ @font-face { font-family: "Helvetica Neue"; font-style: normal; font-weight: 100; src : url("../fonts/HelveticaNeueETStd-45Lt.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: italic; font-weight: 100; src : url("../fonts/HelveticaNeueETStd-46LtIt.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: normal; font-weight: normal; src : url("../fonts/HelveticaNeueETStd-55Rg.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: italic; font-weight: normal; src : url("../fonts/HelveticaNeueETStd-56It.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: normal; font-weight: bold; src : url("../fonts/HelveticaNeueETStd-65Md.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: italic; font-weight: bold; src : url("../fonts/HelveticaNeueETStd-66MdIt.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: normal; font-weight: 900; src : url("../fonts/HelveticaNeueETStd-75Bd.otf"); } @font-face { font-family: "Helvetica Neue"; font-style: italic; font-weight: 900; src : url("../fonts/HelveticaNeueETStd-76BdIt.otf"); } /* ==================== RH Styles for Images ===================== */ .image { width:100%; page-break-inside:avoid; } /* FULL PAGE IMAGES */ .full_before { page-break-before: always; text-align: center; margin-top: .25em; margin-bottom: 0em; } .full_top { text-align: center; margin-top: .25em; margin-bottom: 0em; } .full_beforeafter { page-break-before: always; text-align: center; margin-top: .25em; margin-bottom: 0em; page-break-after:always; } .full_after { text-align: center; padding-top: .25em; margin-bottom: 0em; page-break-after:always; } .ct_image { text-align: center; padding-top: .25em; margin-bottom: 0em; page-break-after:always; } .full_none { page-break-before: avoid; text-align: center; margin-top: 1em; margin-bottom: 1em; } /* NORMAL IMAGES */ .medium_img { margin: 1em 10%; text-align: center; page-break-before: avoid; } .small_img { margin: 1em 25%; text-align: center; page-break-before: avoid; } .xsmall_img { margin: 1em 35%; text-align: center; page-break-before: avoid; } /* TALL IMAGES */ .medium_tall { margin: 1em 10%; text-align: center; page-break-before: avoid; } .medium_tall_after { margin: 1em 10%; text-align: center; page-break-after: always; } .small_tall { margin: 1em 25%; text-align: center; page-break-before: avoid; } .small_tall_after { margin: 1em 25%; text-align: center; page-break-after: always; } .xsmall_tall { margin: 1em 35%; text-align: center; page-break-before: avoid; } /* FLOAT IMAGES */ .float_right { margin-top: 0em; padding-bottom: .25em; width:30%; float:right; padding-left:10px; } .float_right_wide { margin-top: 0em; padding-bottom: .25em; width:50%; float:right; padding-left:10px; } .float_right_small { margin-top: 0em; padding-bottom: .25em; width:20%; float:right; padding-left:10px; } .float_left { margin-left: 1px; margin-top: 0em; padding-bottom: .25em; width:30%; float:left; padding-right:10px; } .float_left_wide { margin-left: 1px; margin-top: 0em; padding-bottom: .25em; width:50%; float:left; padding-right:10px; } .float_left_small { margin-left: 1px; margin-top: 0em; padding-bottom: .25em; width:20%; float:left; padding-right:10px; } /* PROJECT IMAGES */ .project_img { text-align: center; margin:1em 10% 0em 10%; page-break-after:always; } .project_imgb { text-align: center; margin:1em 10% 1em 10%; } .project_spread { text-align: center; margin: 1em 0 0 0; page-break-after:always; } /* CAPTION IMAGES */ .caption_img { page-break-before:always; text-align: center; margin-top: .25em; margin-bottom: 0em; page-break-inside: avoid; } .inline_img { width:2em; } .pagebreak { page-break-before:always; } .clear { clear:both; } /*====RH SQUEEZE====*/ .squeeze20 {margin:1em 40%;} .squeeze40 {margin:1em 30%;} .squeeze50 {margin:1em 25%;} .squeeze60 {margin:1em 20%;} .squeeze80 {margin:1em 10%;} /* ---- ADDITIONAL STYLES and OVERRIDES ---- */ a.wlink { text-decoration:none; color:#ffffff; -webkit-text-fill-color:#ffffff; } .normal { font-style:normal; } p { text-align:left; margin-bottom:0; } /* ----- NAV BARS ----- */ div.nav { margin:1em 0; page-break-inside:avoid; page-break-before:always; border-bottom: 2px solid #999999; border-top: 2px solid #999999; width:100%; } div.nav-nobreak { margin:1em 0 1em 0; page-break-inside:avoid; border-bottom: 2px solid #999999; border-top: 2px solid #999999; width:100%; } a.index_link { text-decoration:none; color:#333333; } p.nav-bar { font-family:"Futura", sans-serif; margin:.1em; padding:.4em; line-height:1.5; text-align:center; } span.letter-block { width:1em; text-align:center; margin:0 .15em; color:#999999; display:inline-block; } /*@font-face { font-family:"Atiza Text"; font-weight:bold; src : url("../fonts/AtizaText-Bold.otf"); } @font-face { font-family:"Atiza Text"; src : url("../fonts/AtizaText-Regular.otf"); } @font-face { font-family:"Atiza Text"; font-style:italic; font-weight:bold; src : url("../fonts/AtizaText-RegularItalic.otf"); } @font-face { font-family:"Atiza Text"; font-style:oblique; font-weight:bold; src : url("../fonts/AtizaText-RegularItalic.otf"); } @font-face { font-family:"Cera PRO Black"; font-weight:900; src : url("../fonts/CeraPRO-Black.otf"); } @font-face { font-family:"Cera PRO Black"; font-style:italic; font-weight:900; src : url("../fonts/CeraPRO-BlackItalic.otf"); } @font-face { font-family:"Cera PRO Black"; font-style:oblique; font-weight:900; src : url("../fonts/CeraPRO-BlackItalic.otf"); } @font-face { font-family:"Cera PRO"; font-weight:bold; src : url("../fonts/CeraPRO-Bold.otf"); } @font-face { font-family:"Cera PRO"; font-style:italic; font-weight:bold; src : url("../fonts/CeraPRO-BoldItalic.otf"); } @font-face { font-family:"Cera PRO"; font-style:oblique; font-weight:bold; src : url("../fonts/CeraPRO-BoldItalic.otf"); } @font-face { font-family:"Cera PRO Light"; font-weight:300; src : url("../fonts/CeraPRO-Light.otf"); } @font-face { font-family:"Cera PRO Medium"; font-weight:500; src : url("../fonts/CeraPRO-Medium.otf"); } @font-face { font-family:"Cera PRO"; src : url("../fonts/CeraPRO-Regular.otf"); } @font-face { font-family:"Cera PRO"; font-style:italic; src : url("../fonts/CeraPRO-RegularItalic.otf"); } @font-face { font-family:"Cera PRO"; font-style:oblique; src : url("../fonts/CeraPRO-RegularItalic.otf"); } @font-face { font-family:"Minion Pro"; src : url("../fonts/MinionPro-Regular.otf"); }*/ /*-------- TOC --------*/ .toc { font-family:"Futura", sans-serif; font-size:0.8em; line-height:2; margin: 0 0 0.4em 0; text-transform:uppercase; text-align: center; letter-spacing: 0.13em; } .toc1 { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:500; line-height:1.7; margin: 0 0 0.3em 0; letter-spacing: 0.18em; text-transform:uppercase; text-align: center; } .toc1_top { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:500; line-height:1.7; letter-spacing: 0.18em; margin: 1.2em 0 0.3em 0; text-transform:uppercase; text-align: center; } .toc1_bot { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:500; line-height:1.7; margin: 0 0 1.2em 0; letter-spacing: 0.18em; text-transform:uppercase; text-align: center; } .toc2 { font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.75em; letter-spacing: 0.05em; margin: 0.6em 0 0.75em 0; text-align: center; } .toch1 { font-family:"Futura", sans-serif; font-size:1.7em; font-weight:300; line-height:1.4; letter-spacing: 0.2em; margin: 0.5em 0 1.5em 0; text-transform:uppercase; text-align: center; } .toc_line { border-bottom: 1px solid #000000; padding-bottom: 0.5em; } /*----- Common Use -----*/ .secbreak{ page-break-before: always; } .fmh1 { font-family:"Futura", sans-serif; font-size:1.8em; font-weight:300; line-height:1.4; letter-spacing: 0.2em; margin: 0.5em 0 3em 0; text-transform:uppercase; } .bodyline { border-bottom: 1px solid #000000; padding-bottom: 0.4em; } .rtline { border-bottom: 3px solid #000000; padding-bottom: 0.3em; } .rtlinew { border-bottom: 3px solid #ffffff; padding-bottom: 0.3em; -webkit-text-fill-color: #ffffff; } .pintro { font-family:"Futura", sans-serif; font-size:0.9em; line-height:1.5; font-weight: 400; margin: 0 0 1.6em 0; letter-spacing: 0.02em; } .pintro-intro { font-family:"Futura", sans-serif; font-size:0.9em; font-weight: 600; line-height:1.5; margin: 0 0 1.6em 0; letter-spacing: 0.02em; } .b { font-family:"New Baskerville", serif; font-weight:bold; } .bold-cera { font-family:"Futura", sans-serif; font-weight:600; } .bold-ceral { font-family:"Futura", sans-serif; font-weight:600; font-size: 0.85em; letter-spacing: 0.05em; } .bold-ceracoral { font-family:"Futura", sans-serif; font-weight:600; font-size: 0.92em; letter-spacing: 0.05em; } /*----- LISTS -----*/ .ul { font-family:"New Baskerville", serif; /*font-size:0.7em;*/ line-height:1.4; /* margin: 0 0 0.8em 1.4em;*/ font-size:0.925em; margin: 1.15em 0 1.5em 1.4em; letter-spacing: 0.02em; font-weight: 300; } .uldot { font-family:"New Baskerville", serif; /*font-size:0.7em;*/ line-height:1.4; margin: 0 0 0.8em 1.4em; font-size:0.925em; margin: 1.15em 0 1.5em 1.4em; text-indent: -1.3em; letter-spacing: 0.02em; font-weight: 300; } .dot { margin: 0 0.5em 0 0; } ol.rtlist { margin: 1.5em 0 1.5em 1em; } li.rpnl { font-family:"Futura", sans-serif; font-weight: 600; font-size:0.75em; line-height:1.4; margin: 0 0 0.3em -1em; letter-spacing: 0.02em; } .rpnl { font-size:1.1em; margin:0; font-weight: 400; } li.rpnlf { font-family:"Futura", sans-serif; font-size:0.75em; font-weight: 600; line-height:1.4; margin: 1.2em 0 0.3em -1em; letter-spacing: 0.02em; } .rpnlf { font-size:1.1em; margin:0; font-weight: 400; } .tb { color:#ffffff; -webkit-text-fill-color: #ffffff; font-family:"Futura", sans-serif; line-height:1.4; margin: 1.25em 0 0 0; font-size:0.85em; font-weight:bold; letter-spacing: 0.02em; } li.tb1 { color:#ffffff; -webkit-text-fill-color: #ffffff; font-family:"Futura", sans-serif; /*margin: 0.3em 0 0 -0.85em;*/ margin: 0.3em 0 0 0; font-size:0.85em; line-height:1.4; font-weight:400; letter-spacing: 0.02em; } .tb1 { font-size:1em; margin:0; } .tbch { color:#ffffff; -webkit-text-fill-color: #ffffff; font-family:"Futura", sans-serif; font-size:0.9em; font-weight:600; line-height:1.4; margin: 1.9em 0 1em 0; letter-spacing: 0.165em; text-transform:uppercase; } table { width: 100%; margin: 0 0 1em 0; } td { /*border: 1px solid #000000;*/ padding: 0.25em; } .tabletext { font-family:"Futura", sans-serif; font-weight: 600; font-size:0.75em; line-height:1.4; text-align: center; letter-spacing: 0.02em; } .ull { font-family:"Futura", sans-serif; font-size:0.75em; font-weight: 400; line-height:1.4; text-align: center; margin: 0.8em 0 0 0; } .rtlinetab { border-bottom: 2px solid #000000; padding-bottom: 0.3em; } .h1 { font-family:"Futura", sans-serif; font-size:1.4em; font-weight:700; letter-spacing: 0.15em; line-height:1.3; margin: 0.5em 0 0.65em 0; text-transform:uppercase; } .h1a { font-family:"Futura", sans-serif; font-size:1.4em; font-weight:700; letter-spacing: 0.15em; line-height:1.3; margin: 2.5em 0 0.65em 0; text-transform:uppercase; } .h2 { font-family:"Futura", sans-serif; font-size:1.2em; font-weight:600; line-height:1.4; letter-spacing: 0.165em; margin: 1.4em 0 0.8em 0; text-transform:uppercase; } .h2a { font-family:"Futura", sans-serif; font-size:1.2em; font-weight:600; line-height:1.4; letter-spacing: 0.165em; margin: 2.5em 0 0.8em 0; text-transform:uppercase; } .h3 { font-family:"Futura", sans-serif; font-size:0.9em; font-weight:600; line-height:1.4; letter-spacing: 0.165em; text-transform:uppercase; margin: 1.9em 0 1em 0; } .bmh1 { font-family:"Futura", sans-serif; font-size:1.8em; font-weight:300; line-height:2em; text-transform:uppercase; letter-spacing: 0.2em; margin: 0.17em 0 2.7em 0; } .bmh2 { font-family:"Futura", sans-serif; font-size:1.2em; font-weight:600; line-height:1.4; letter-spacing: 0.165em; margin: 1.4em 0 0.25em 0; text-transform:uppercase; } .primary { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.35; font-weight: 400; margin: 0em 0 0em 0; letter-spacing: 0.02em; } .secondary { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.35; font-weight: 400; margin: 0em 0 0em 0; letter-spacing: 0.02em; } .indexdiv { font-family:"Futura", sans-serif; font-weight:500; font-size:1.2em; margin:2em 0 .25em 0; } .indexdivt { font-family:"Futura", sans-serif; font-weight:500; font-size:1.2em; margin:1em 0 .25em 0; } .tbt { color: #ffffff; -webkit-text-fill-color: #ffffff; font-family:"Futura", sans-serif; font-size:0.9em; font-weight:600; line-height:1.4; letter-spacing: 0.165em; margin: 0.8em 0 3em 0; text-transform:uppercase; text-align: center; } .rhn { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.4; font-weight: 400; margin: 0.25em 0 1em 0; letter-spacing: 0.02em; } .rp { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.4; margin: 0 0 0.55em 0; letter-spacing: 0.02em; font-weight: 400; } .rpbot { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.4; margin: 0 0 2.4em 0; letter-spacing: 0.02em; font-weight: 400; } .bmul { font-family:"Futura", sans-serif; margin: 0 0 0 0; font-size:0.8em; font-weight:600; line-height:1.6; letter-spacing: 0.02em; } .bm { font-family:"Futura", sans-serif; font-size:0.85em; font-weight:400; line-height:1.6; font-size:0.85em; margin: 0 0 0 0; letter-spacing: 0.02em; } .bmbot { font-family:"Futura", sans-serif; font-size:0.85em; font-weight:400; line-height:1.6; font-size:0.85em; margin: 0 0 1.4em 0; letter-spacing: 0.02em; } .insetrt { margin: 0 1.5em 2.4em 1.5em; } .bodymain { font-family:"New Baskerville", serif; font-size:0.925em; line-height:1.4; margin: 0 0 1.5em 0; letter-spacing: 0.02em; font-weight: 300; } .bodybot { font-family:"New Baskerville", serif; font-size:0.925em; line-height:1.4; margin: 0 0 0.75em 0; letter-spacing: 0.02em; font-weight: 300; } .codexcrt { font-family:"New Baskerville", serif; font-size:0.8em; line-height:1.4; margin: 1.2em 0 0 0; letter-spacing: 0.02em; font-weight: 300; } .codexcrtin { font-family:"New Baskerville", serif; font-size:0.8em; line-height:1.4; margin: 0em 0 0em 0.75em; text-indent: -0.75em; letter-spacing: 0.02em; font-weight: 300; } .pf { font-family:"New Baskerville", serif; font-size:0.925em; line-height:1.4; margin: 1.15em 0 1.5em 0; letter-spacing: 0.02em; font-weight: 300; } .rtt { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:600; letter-spacing: 0.04em; line-height:1.2; margin: 2.5em 0 1.4em 0; } .rt { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:600; letter-spacing: 0.04em; line-height:1.8; margin: 0em 0 1.1em 0; padding-top: 1.8em; } .rt-appendix { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:600; line-height:1.2; letter-spacing: 0.04em; margin: 3em 0 0.75em 0; } .rt-appendixh { font-family:"Futura", sans-serif; font-size:1.1em; font-weight:600; line-height:1.2; letter-spacing: 0.04em; margin: 2em 0 0.75em 0; } .r1t { font-family:"Futura", sans-serif; font-size:0.75em; margin: 2.2em 0 1.35em 0; font-weight:700; line-height:1.2; letter-spacing: 0.04em; /* margin: 3em 0 0.75em 0;*/ text-transform:uppercase; } .rh1 { font-family:"Futura", sans-serif; font-size:0.7em; font-weight:600; line-height:1.5; margin: 0.5em 0 1.0em 1.1em; letter-spacing: 0.06em; text-transform:uppercase; } .ry { font-family:"Futura", sans-serif; font-size:0.7em; font-weight:600; line-height:1.5; margin: 0.5em 0 0.5em 1.1em; letter-spacing: 0.06em; text-transform:uppercase; } .rilf { font-family:"Futura", sans-serif; font-size:0.75em; font-weight:600; line-height:1.2; margin: 1.4em 0.7em 0.5em 1.1em; letter-spacing: 0.02em; } .ril { font-family:"Futura", sans-serif; font-size:0.75em; font-weight:600; line-height:1.2; margin: 0 0.7em 0.5em 1.1em; letter-spacing: 0.02em; } .rill { font-family:"Futura", sans-serif; font-size:0.75em; font-weight:600; line-height:1.2; margin: 0 0.7em 1.5em 1.1em; letter-spacing: 0.02em; } .sbilf { font-family:"Futura", sans-serif; font-size:0.75em; font-weight:600; line-height:1.2; margin: 1.5em 1.25em 0.5em 2.9em; letter-spacing: 0.02em; } .sbil { font-family:"Futura", sans-serif; font-size:0.75em; font-weight:600; line-height:1.2; margin: 0 1.25em 0.5em 2.9em; letter-spacing: 0.02em; } .sbill { font-family:"Futura", sans-serif; font-size:0.75em; font-weight:600; line-height:1.2; margin: 0 1.25em 1.5em 2.9em; letter-spacing: 0.02em; } .caption { font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.3; margin: 0.3em 0 0 0; } .caption-black { font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.3; } .capline { border-bottom: 1px solid #000000; padding-bottom: 0.3em; } /*----- Orange Header Boxes -----*/ .coralbox { border-left: 2px solid #f37053; padding: 0 1em 1em 0; } .coralboxfull { background-color: #f37053; padding: 1em; } .coraltext { /*background-color: #f37053;*/ margin: 0 0 0 0em; padding-top: 0.5em; } .sbt { color:#ffffff; background-color: #f37053; font-family:"Futura", sans-serif; font-size:0.85em; letter-spacing: 0.15em; font-weight:600; line-height:2em; margin: 2.1em 0 1.2em 0; text-transform:uppercase; padding: 0.2em 0 0 1.3em; } .ff { font-family:"Futura", sans-serif; font-size:0.85em; text-transform: uppercase; font-weight:600; line-height:1.4; letter-spacing: 0.15em; margin: 0 0 0.4em 1.2em; } .sbbl { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.4; font-weight:400; margin: 0.7em 2.3em 0 2.3em; } .sbh1 { font-family:"Futura", sans-serif; font-size:0.85em; font-weight:400; line-height:1.4; margin: 0 0 0 1.4em; letter-spacing: 0.02em; } .sbaft { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.4; font-weight:400; margin: 0 0 0 1.4em; letter-spacing: 0.02em; } .sb { font-family:"Futura", sans-serif; font-size:0.85em; line-height:1.4; font-weight:400; margin: 0.8em 0 0 1.4em; letter-spacing: 0.02em; } .blackbox { border: 8px solid #000000; padding: 1em 1.5em 0.5em 1.5em; page-break-before: always; } .blackboxin { border-left: 2px solid #000000; padding: 0 0 0.2em 0; } .blacktext { /*background-color: #f37053;*/ margin: 0 0 0 0em; padding: 0.5em 0.5em 0 0; } .bx { font-family:"New Baskerville", serif; font-size:0.925em; line-height:1.4; margin: 1.1em 0 1.2em 0; letter-spacing: 0.02em; font-weight: 300; } .bxst { /*background-color:#272525;*/ font-family:"Futura", sans-serif; line-height:1.5; margin: 0 0 0 1.2em; font-size:0.85em; line-height:1.4; font-weight:400; letter-spacing: 0.02em; } .bxt { color:#ffffff; background-color: #000000; font-family:"Futura", sans-serif; font-size:1.7em; font-weight:700; line-height:1.4; margin: 0.1em 0 0.75em 0; letter-spacing: 0.15em; text-transform:uppercase; padding: 0.2em 0 0 0.55em; } .fc-big-circle { background-color:#d77055; } .fc-sm-circle { background-color:#e6e6de; /* Contrast warning: Please use Color Checker */ } .main { font-family:"Futura", sans-serif; font-size:0.6em; line-height:1.3; margin: 0 0 0 2.4em; text-indent:-2.4em; } .sub { font-family:"Futura", sans-serif; font-size:0.6em; line-height:1.3; margin: 0 0 0 2.4em; text-indent:-1.2em; } .sub2 { font-family:"Futura", sans-serif; font-size:0.6em; line-height:1.3; margin: 0 0 0 0em; /*text-indent:-1.2em;*/ } .sub3 { font-family:"New Baskerville", serif; font-size:0.6em; line-height:1.3; margin: 0 0 0 0em; /*text-indent:-1.2em;*/ } .CharOverride-15 { font-size:65%; vertical-align:sub; } .CharOverride-15a { font-size:65%; vertical-align:sub; } .CharOverride-15b { font-size:70%; vertical-align:sub; } .CharOverride-16 { font-size:75%; } .CharOverride-16a { font-size:65%; } .bl { font-family:"New Baskerville", serif; font-size:0.7em; line-height:1.6; margin: 0 0 0.8em 1.4em; } p.bl { font-size:1em; margin:0; } .bxst-highball { background-color:#272525; /* Contrast warning: Please use Color Checker */ font-family:"Futura", sans-serif; font-size:0.8em; font-weight:500; line-height:1.5; margin: 0 0 3.2em 0; } .bxt-highball { color:#ffffff; font-family:"Futura", sans-serif; font-size:1.8em; font-weight:900; line-height:1.0; margin: 0.1em 0 0.7em 0; text-transform:uppercase; } .cn { color:#e6e6de; /* Contrast warning: Please use Color Checker */ font-family:"Futura", sans-serif; font-size:2.2em; line-height:1.7; text-align:center; text-transform:uppercase; } .r1ilf { font-family:"Futura", sans-serif; font-size:0.7em; font-weight:bold; line-height:1.2; margin: 0.6em 0.7em 0.5em 1.1em; } .r1p { font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.4; margin: 0 0 0.3em 0; } /*.r1t { font-family:"Futura", sans-serif; font-size:1em; font-variant:small-caps; font-weight:900; line-height:1.2; margin: 1.9em 0 0.6em 0; }*/ .rau { font-family:"Futura", sans-serif; font-size:0.7em; font-weight:bold; line-height:1.2; margin: 0 0 0.7em 1.1em; text-transform:uppercase; } .rhn-white { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.4; margin: 0 0 0.7em 0; } .rilf-copy { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.7em; font-weight:bold; line-height:1.4; margin: 0.6em 0.7em 0.5em 1.1em; } .rilf-copy-black { font-family:"Futura", sans-serif; font-size:0.7em; font-weight:bold; line-height:1.4; margin: 0.6em 0.7em 0.5em 1.1em; } .rp-white { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.4; margin: 0 0 0.3em 0; } .rpl { font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.4; margin: 0 0 0.3em 0; } li.rpnl-WHITE { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.4; margin: 0 0 0.3em 1.4em; } .rpnl-WHITE { font-size:1em; margin:0; } li.rpnlf-WHITE { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.7em; line-height:1.4; margin: 1.2em 0 0.3em 1.4em; } .rpnlf-WHITE { font-size:1em; margin:0; } .sb-white { background-color:#d77055; color:#ffffff; font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.3; margin: 0 1.3em 0.7em 1.3em; } .sb-sidecar { background-color:#d77055; font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.3; margin: 0 1.3em 0.7em 1.3em; } .sbaft-martini { background-color:#d77055; font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.3; margin: 0 1.3em 0.7em 1.3em; } .sbbl-white { background-color:#d77055; color:#ffffff; font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.2; margin: 0.7em 2.3em 0 2.3em; } .sbbll { background-color:#d77055; font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.2; margin: 0.7em 2.3em 0 2.3em; } .sbh1-white { background-color:#d77055; color:#ffffff; font-family:"Futura", sans-serif; font-size:0.8em; line-height:1.3; margin: 0 1.3em; } .sbt-martini { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.8em; font-weight:900; line-height:1.6; margin: 2.1em 0 1.2em 1.2em; text-transform:uppercase; } .sbt-sidecar { color:#ffffff; font-family:"Futura", sans-serif; font-size:0.8em; font-weight:900; line-height:1.6; margin: 2.1em 0 1.2em 1.2em; text-transform:uppercase; } .bold-white { color:#ffffff; font-weight:bold; } .bx-i { font-size:0.7em; font-style:italic; } .cera-i { font-style:italic; } .fcpn { color:#ffffff; } .i { font-style:italic; } /* .sub { vertical-align:sub; } */ .sup { vertical-align:super; } /*.ParaOverride-1 { text-align:center; }*/ /*.ParaOverride-2 { margin-bottom:1px; text-align:center; }*/ /*.ParaOverride-3 { margin-top:10px; text-align:center; }*/ /*.ParaOverride-4 { margin-bottom:14px; text-align:center; }*/ .ParaOverride-7 { margin-bottom:13px; } .ParaOverride-8 { margin-top:28px; } .ParaOverride-9 { margin-right:6px; } .ParaOverride-10 { margin-bottom:8px; } .ParaOverride-11 { margin-top:30px; } .ParaOverride-12 { margin-bottom:15px; } .ParaOverride-13 { margin-bottom:6px; text-align:center; } .ParaOverride-14 { text-align:center; } .ParaOverride-15 { margin-bottom:12px; } .ParaOverride-16 { margin-top:5px; } .ParaOverride-17 { margin-bottom:10px; } .ParaOverride-18 { margin-bottom:7px; } .ParaOverride-19 { margin-bottom:14px; } p.ParaOverride-20 { font-size:1em; margin:0; } .ParaOverride-22 { margin-top:13px; } .ParaOverride-23 { margin-bottom:5px; } .ParaOverride-24 { margin-bottom:5px; } .CharOverride-3 { font-family:"Futura"; font-size:0.8em; font-weight:bold; } .CharOverride-4 { font-family:"Futura"; font-size:1em; font-style:italic; font-weight:bold; } .CharOverride-5 { font-family:"Futura"; font-size:1em; } .CharOverride-7 { font-family:"Futura"; font-size:1em; font-style:italic; } .CharOverride-8 { font-family:"Futura"; } .CharOverride-9 { font-family:"New Baskerville"; font-size:1.0em; } .CharOverride-10 { color:#ffffff; font-family:"New Baskerville"; font-size:1.0em; } .CharOverride-11 { font-size:75%; } .CharOverride-12 { font-family:"Futura"; font-size:0.9em; } .CharOverride-13 { text-transform:uppercase; } .CharOverride-14 { font-family:"Futura"; font-weight:bold; } .CharOverride-17 { color:#ffffff; font-family:"New Baskerville"; font-size:0.7em; } .CharOverride-18 { font-size:75%; text-transform:uppercase; } .CharOverride-19 { font-family:"Futura"; font-style:italic; }