foundation-emails.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  1. .wrapper {
  2. width: 100%; }
  3. #outlook a {
  4. padding: 0; }
  5. body {
  6. width: 100% !important;
  7. min-width: 100%;
  8. -webkit-text-size-adjust: 100%;
  9. -ms-text-size-adjust: 100%;
  10. margin: 0;
  11. Margin: 0;
  12. padding: 0;
  13. -moz-box-sizing: border-box;
  14. -webkit-box-sizing: border-box;
  15. box-sizing: border-box; }
  16. .ExternalClass {
  17. width: 100%; }
  18. .ExternalClass,
  19. .ExternalClass p,
  20. .ExternalClass span,
  21. .ExternalClass font,
  22. .ExternalClass td,
  23. .ExternalClass div {
  24. line-height: 100%; }
  25. #backgroundTable {
  26. margin: 0;
  27. Margin: 0;
  28. padding: 0;
  29. width: 100% !important;
  30. line-height: 100% !important; }
  31. img {
  32. outline: none;
  33. text-decoration: none;
  34. -ms-interpolation-mode: bicubic;
  35. width: auto;
  36. max-width: 100%;
  37. clear: both;
  38. display: block; }
  39. center {
  40. width: 100%;
  41. min-width: 580px; }
  42. a img {
  43. border: none; }
  44. p {
  45. margin: 0 0 0 10px;
  46. Margin: 0 0 0 10px; }
  47. table {
  48. border-spacing: 0;
  49. border-collapse: collapse; }
  50. td {
  51. word-wrap: break-word;
  52. -webkit-hyphens: auto;
  53. -moz-hyphens: auto;
  54. hyphens: auto;
  55. border-collapse: collapse !important; }
  56. table, tr, td {
  57. padding: 0;
  58. vertical-align: top;
  59. text-align: left; }
  60. @media only screen {
  61. html {
  62. min-height: 100%;
  63. background: #f3f3f3; } }
  64. table.body {
  65. background: #f3f3f3;
  66. height: 100%;
  67. width: 100%; }
  68. table.container {
  69. background: #fefefe;
  70. width: 600px;
  71. margin: 0 auto;
  72. Margin: 0 auto;
  73. text-align: inherit; }
  74. table.row {
  75. padding: 0;
  76. width: 100%;
  77. position: relative; }
  78. table.spacer {
  79. width: 100%; }
  80. table.spacer td {
  81. mso-line-height-rule: exactly; }
  82. table.container table.row {
  83. display: table; }
  84. td.columns,
  85. td.column,
  86. th.columns,
  87. th.column {
  88. margin: 0 auto;
  89. Margin: 0 auto;
  90. padding-left: 16px;
  91. padding-top: 16px;
  92. padding-bottom: 16px; }
  93. td.columns .column,
  94. td.columns .columns,
  95. td.column .column,
  96. td.column .columns,
  97. th.columns .column,
  98. th.columns .columns,
  99. th.column .column,
  100. th.column .columns {
  101. padding-left: 0 !important;
  102. padding-right: 0 !important; }
  103. td.columns .column center,
  104. td.columns .columns center,
  105. td.column .column center,
  106. td.column .columns center,
  107. th.columns .column center,
  108. th.columns .columns center,
  109. th.column .column center,
  110. th.column .columns center {
  111. min-width: none !important; }
  112. td.columns.last,
  113. td.column.last,
  114. th.columns.last,
  115. th.column.last {
  116. padding-right: 16px; }
  117. td.columns table:not(.button),
  118. td.column table:not(.button),
  119. th.columns table:not(.button),
  120. th.column table:not(.button) {
  121. width: 100%; }
  122. td.large-1,
  123. th.large-1 {
  124. width: 32.33333px;
  125. padding-left: 8px;
  126. padding-right: 8px; }
  127. td.large-1.first,
  128. th.large-1.first {
  129. padding-left: 16px; }
  130. td.large-1.last,
  131. th.large-1.last {
  132. padding-right: 16px; }
  133. .collapse > tbody > tr > td.large-1,
  134. .collapse > tbody > tr > th.large-1 {
  135. padding-right: 0;
  136. padding-left: 0;
  137. width: 48.33333px; }
  138. .collapse td.large-1.first,
  139. .collapse th.large-1.first,
  140. .collapse td.large-1.last,
  141. .collapse th.large-1.last {
  142. width: 56.33333px; }
  143. td.large-1 center,
  144. th.large-1 center {
  145. min-width: 0.33333px; }
  146. .body .columns td.large-1,
  147. .body .column td.large-1,
  148. .body .columns th.large-1,
  149. .body .column th.large-1 {
  150. width: 8.33333%; }
  151. td.large-2,
  152. th.large-2 {
  153. width: 80.66667px;
  154. padding-left: 8px;
  155. padding-right: 8px; }
  156. td.large-2.first,
  157. th.large-2.first {
  158. padding-left: 16px; }
  159. td.large-2.last,
  160. th.large-2.last {
  161. padding-right: 16px; }
  162. .collapse > tbody > tr > td.large-2,
  163. .collapse > tbody > tr > th.large-2 {
  164. padding-right: 0;
  165. padding-left: 0;
  166. width: 96.66667px; }
  167. .collapse td.large-2.first,
  168. .collapse th.large-2.first,
  169. .collapse td.large-2.last,
  170. .collapse th.large-2.last {
  171. width: 104.66667px; }
  172. td.large-2 center,
  173. th.large-2 center {
  174. min-width: 48.66667px; }
  175. .body .columns td.large-2,
  176. .body .column td.large-2,
  177. .body .columns th.large-2,
  178. .body .column th.large-2 {
  179. width: 16.66667%; }
  180. td.large-3,
  181. th.large-3 {
  182. width: 129px;
  183. padding-left: 8px;
  184. padding-right: 8px; }
  185. td.large-3.first,
  186. th.large-3.first {
  187. padding-left: 16px; }
  188. td.large-3.last,
  189. th.large-3.last {
  190. padding-right: 16px; }
  191. .collapse > tbody > tr > td.large-3,
  192. .collapse > tbody > tr > th.large-3 {
  193. padding-right: 0;
  194. padding-left: 0;
  195. width: 145px; }
  196. .collapse td.large-3.first,
  197. .collapse th.large-3.first,
  198. .collapse td.large-3.last,
  199. .collapse th.large-3.last {
  200. width: 153px; }
  201. td.large-3 center,
  202. th.large-3 center {
  203. min-width: 97px; }
  204. .body .columns td.large-3,
  205. .body .column td.large-3,
  206. .body .columns th.large-3,
  207. .body .column th.large-3 {
  208. width: 25%; }
  209. td.large-4,
  210. th.large-4 {
  211. width: 177.33333px;
  212. padding-left: 8px;
  213. padding-right: 8px; }
  214. td.large-4.first,
  215. th.large-4.first {
  216. padding-left: 16px; }
  217. td.large-4.last,
  218. th.large-4.last {
  219. padding-right: 16px; }
  220. .collapse > tbody > tr > td.large-4,
  221. .collapse > tbody > tr > th.large-4 {
  222. padding-right: 0;
  223. padding-left: 0;
  224. width: 193.33333px; }
  225. .collapse td.large-4.first,
  226. .collapse th.large-4.first,
  227. .collapse td.large-4.last,
  228. .collapse th.large-4.last {
  229. width: 201.33333px; }
  230. td.large-4 center,
  231. th.large-4 center {
  232. min-width: 145.33333px; }
  233. .body .columns td.large-4,
  234. .body .column td.large-4,
  235. .body .columns th.large-4,
  236. .body .column th.large-4 {
  237. width: 33.33333%; }
  238. td.large-5,
  239. th.large-5 {
  240. width: 225.66667px;
  241. padding-left: 8px;
  242. padding-right: 8px; }
  243. td.large-5.first,
  244. th.large-5.first {
  245. padding-left: 16px; }
  246. td.large-5.last,
  247. th.large-5.last {
  248. padding-right: 16px; }
  249. .collapse > tbody > tr > td.large-5,
  250. .collapse > tbody > tr > th.large-5 {
  251. padding-right: 0;
  252. padding-left: 0;
  253. width: 241.66667px; }
  254. .collapse td.large-5.first,
  255. .collapse th.large-5.first,
  256. .collapse td.large-5.last,
  257. .collapse th.large-5.last {
  258. width: 249.66667px; }
  259. td.large-5 center,
  260. th.large-5 center {
  261. min-width: 193.66667px; }
  262. .body .columns td.large-5,
  263. .body .column td.large-5,
  264. .body .columns th.large-5,
  265. .body .column th.large-5 {
  266. width: 41.66667%; }
  267. td.large-6,
  268. th.large-6 {
  269. width: 274px;
  270. padding-left: 8px;
  271. padding-right: 8px; }
  272. td.large-6.first,
  273. th.large-6.first {
  274. padding-left: 16px; }
  275. td.large-6.last,
  276. th.large-6.last {
  277. padding-right: 16px; }
  278. .collapse > tbody > tr > td.large-6,
  279. .collapse > tbody > tr > th.large-6 {
  280. padding-right: 0;
  281. padding-left: 0;
  282. width: 290px; }
  283. .collapse td.large-6.first,
  284. .collapse th.large-6.first,
  285. .collapse td.large-6.last,
  286. .collapse th.large-6.last {
  287. width: 298px; }
  288. td.large-6 center,
  289. th.large-6 center {
  290. min-width: 242px; }
  291. .body .columns td.large-6,
  292. .body .column td.large-6,
  293. .body .columns th.large-6,
  294. .body .column th.large-6 {
  295. width: 50%; }
  296. td.large-7,
  297. th.large-7 {
  298. width: 322.33333px;
  299. padding-left: 8px;
  300. padding-right: 8px; }
  301. td.large-7.first,
  302. th.large-7.first {
  303. padding-left: 16px; }
  304. td.large-7.last,
  305. th.large-7.last {
  306. padding-right: 16px; }
  307. .collapse > tbody > tr > td.large-7,
  308. .collapse > tbody > tr > th.large-7 {
  309. padding-right: 0;
  310. padding-left: 0;
  311. width: 338.33333px; }
  312. .collapse td.large-7.first,
  313. .collapse th.large-7.first,
  314. .collapse td.large-7.last,
  315. .collapse th.large-7.last {
  316. width: 346.33333px; }
  317. td.large-7 center,
  318. th.large-7 center {
  319. min-width: 290.33333px; }
  320. .body .columns td.large-7,
  321. .body .column td.large-7,
  322. .body .columns th.large-7,
  323. .body .column th.large-7 {
  324. width: 58.33333%; }
  325. td.large-8,
  326. th.large-8 {
  327. width: 370.66667px;
  328. padding-left: 8px;
  329. padding-right: 8px; }
  330. td.large-8.first,
  331. th.large-8.first {
  332. padding-left: 16px; }
  333. td.large-8.last,
  334. th.large-8.last {
  335. padding-right: 16px; }
  336. .collapse > tbody > tr > td.large-8,
  337. .collapse > tbody > tr > th.large-8 {
  338. padding-right: 0;
  339. padding-left: 0;
  340. width: 386.66667px; }
  341. .collapse td.large-8.first,
  342. .collapse th.large-8.first,
  343. .collapse td.large-8.last,
  344. .collapse th.large-8.last {
  345. width: 394.66667px; }
  346. td.large-8 center,
  347. th.large-8 center {
  348. min-width: 338.66667px; }
  349. .body .columns td.large-8,
  350. .body .column td.large-8,
  351. .body .columns th.large-8,
  352. .body .column th.large-8 {
  353. width: 66.66667%; }
  354. td.large-9,
  355. th.large-9 {
  356. width: 419px;
  357. padding-left: 8px;
  358. padding-right: 8px; }
  359. td.large-9.first,
  360. th.large-9.first {
  361. padding-left: 16px; }
  362. td.large-9.last,
  363. th.large-9.last {
  364. padding-right: 16px; }
  365. .collapse > tbody > tr > td.large-9,
  366. .collapse > tbody > tr > th.large-9 {
  367. padding-right: 0;
  368. padding-left: 0;
  369. width: 435px; }
  370. .collapse td.large-9.first,
  371. .collapse th.large-9.first,
  372. .collapse td.large-9.last,
  373. .collapse th.large-9.last {
  374. width: 443px; }
  375. td.large-9 center,
  376. th.large-9 center {
  377. min-width: 387px; }
  378. .body .columns td.large-9,
  379. .body .column td.large-9,
  380. .body .columns th.large-9,
  381. .body .column th.large-9 {
  382. width: 75%; }
  383. td.large-10,
  384. th.large-10 {
  385. width: 467.33333px;
  386. padding-left: 8px;
  387. padding-right: 8px; }
  388. td.large-10.first,
  389. th.large-10.first {
  390. padding-left: 16px; }
  391. td.large-10.last,
  392. th.large-10.last {
  393. padding-right: 16px; }
  394. .collapse > tbody > tr > td.large-10,
  395. .collapse > tbody > tr > th.large-10 {
  396. padding-right: 0;
  397. padding-left: 0;
  398. width: 483.33333px; }
  399. .collapse td.large-10.first,
  400. .collapse th.large-10.first,
  401. .collapse td.large-10.last,
  402. .collapse th.large-10.last {
  403. width: 491.33333px; }
  404. td.large-10 center,
  405. th.large-10 center {
  406. min-width: 435.33333px; }
  407. .body .columns td.large-10,
  408. .body .column td.large-10,
  409. .body .columns th.large-10,
  410. .body .column th.large-10 {
  411. width: 83.33333%; }
  412. td.large-11,
  413. th.large-11 {
  414. width: 515.66667px;
  415. padding-left: 8px;
  416. padding-right: 8px; }
  417. td.large-11.first,
  418. th.large-11.first {
  419. padding-left: 16px; }
  420. td.large-11.last,
  421. th.large-11.last {
  422. padding-right: 16px; }
  423. .collapse > tbody > tr > td.large-11,
  424. .collapse > tbody > tr > th.large-11 {
  425. padding-right: 0;
  426. padding-left: 0;
  427. width: 531.66667px; }
  428. .collapse td.large-11.first,
  429. .collapse th.large-11.first,
  430. .collapse td.large-11.last,
  431. .collapse th.large-11.last {
  432. width: 539.66667px; }
  433. td.large-11 center,
  434. th.large-11 center {
  435. min-width: 483.66667px; }
  436. .body .columns td.large-11,
  437. .body .column td.large-11,
  438. .body .columns th.large-11,
  439. .body .column th.large-11 {
  440. width: 91.66667%; }
  441. td.large-12,
  442. th.large-12 {
  443. width: 564px;
  444. padding-left: 8px;
  445. padding-right: 8px; }
  446. td.large-12.first,
  447. th.large-12.first {
  448. padding-left: 16px; }
  449. td.large-12.last,
  450. th.large-12.last {
  451. padding-right: 16px; }
  452. .collapse > tbody > tr > td.large-12,
  453. .collapse > tbody > tr > th.large-12 {
  454. padding-right: 0;
  455. padding-left: 0;
  456. width: 580px; }
  457. .collapse td.large-12.first,
  458. .collapse th.large-12.first,
  459. .collapse td.large-12.last,
  460. .collapse th.large-12.last {
  461. width: 588px; }
  462. td.large-12 center,
  463. th.large-12 center {
  464. min-width: 532px; }
  465. .body .columns td.large-12,
  466. .body .column td.large-12,
  467. .body .columns th.large-12,
  468. .body .column th.large-12 {
  469. width: 100%; }
  470. td.large-offset-1,
  471. td.large-offset-1.first,
  472. td.large-offset-1.last,
  473. th.large-offset-1,
  474. th.large-offset-1.first,
  475. th.large-offset-1.last {
  476. padding-left: 64.33333px; }
  477. td.large-offset-2,
  478. td.large-offset-2.first,
  479. td.large-offset-2.last,
  480. th.large-offset-2,
  481. th.large-offset-2.first,
  482. th.large-offset-2.last {
  483. padding-left: 112.66667px; }
  484. td.large-offset-3,
  485. td.large-offset-3.first,
  486. td.large-offset-3.last,
  487. th.large-offset-3,
  488. th.large-offset-3.first,
  489. th.large-offset-3.last {
  490. padding-left: 161px; }
  491. td.large-offset-4,
  492. td.large-offset-4.first,
  493. td.large-offset-4.last,
  494. th.large-offset-4,
  495. th.large-offset-4.first,
  496. th.large-offset-4.last {
  497. padding-left: 209.33333px; }
  498. td.large-offset-5,
  499. td.large-offset-5.first,
  500. td.large-offset-5.last,
  501. th.large-offset-5,
  502. th.large-offset-5.first,
  503. th.large-offset-5.last {
  504. padding-left: 257.66667px; }
  505. td.large-offset-6,
  506. td.large-offset-6.first,
  507. td.large-offset-6.last,
  508. th.large-offset-6,
  509. th.large-offset-6.first,
  510. th.large-offset-6.last {
  511. padding-left: 306px; }
  512. td.large-offset-7,
  513. td.large-offset-7.first,
  514. td.large-offset-7.last,
  515. th.large-offset-7,
  516. th.large-offset-7.first,
  517. th.large-offset-7.last {
  518. padding-left: 354.33333px; }
  519. td.large-offset-8,
  520. td.large-offset-8.first,
  521. td.large-offset-8.last,
  522. th.large-offset-8,
  523. th.large-offset-8.first,
  524. th.large-offset-8.last {
  525. padding-left: 402.66667px; }
  526. td.large-offset-9,
  527. td.large-offset-9.first,
  528. td.large-offset-9.last,
  529. th.large-offset-9,
  530. th.large-offset-9.first,
  531. th.large-offset-9.last {
  532. padding-left: 451px; }
  533. td.large-offset-10,
  534. td.large-offset-10.first,
  535. td.large-offset-10.last,
  536. th.large-offset-10,
  537. th.large-offset-10.first,
  538. th.large-offset-10.last {
  539. padding-left: 499.33333px; }
  540. td.large-offset-11,
  541. td.large-offset-11.first,
  542. td.large-offset-11.last,
  543. th.large-offset-11,
  544. th.large-offset-11.first,
  545. th.large-offset-11.last {
  546. padding-left: 547.66667px; }
  547. td.expander,
  548. th.expander {
  549. visibility: hidden;
  550. width: 0;
  551. padding: 0 !important; }
  552. table.container.radius {
  553. border-radius: 0;
  554. border-collapse: separate; }
  555. .block-grid {
  556. width: 100%;
  557. max-width: 580px; }
  558. .block-grid td {
  559. display: inline-block;
  560. padding: 8px; }
  561. .up-2 td {
  562. width: 274px !important; }
  563. .up-3 td {
  564. width: 177px !important; }
  565. .up-4 td {
  566. width: 129px !important; }
  567. .up-5 td {
  568. width: 100px !important; }
  569. .up-6 td {
  570. width: 80px !important; }
  571. .up-7 td {
  572. width: 66px !important; }
  573. .up-8 td {
  574. width: 56px !important; }
  575. table.text-center,
  576. th.text-center,
  577. td.text-center,
  578. h1.text-center,
  579. h2.text-center,
  580. h3.text-center,
  581. h4.text-center,
  582. h5.text-center,
  583. h6.text-center,
  584. p.text-center,
  585. span.text-center {
  586. text-align: center; }
  587. table.text-left,
  588. th.text-left,
  589. td.text-left,
  590. h1.text-left,
  591. h2.text-left,
  592. h3.text-left,
  593. h4.text-left,
  594. h5.text-left,
  595. h6.text-left,
  596. p.text-left,
  597. span.text-left {
  598. text-align: left; }
  599. table.text-right,
  600. th.text-right,
  601. td.text-right,
  602. h1.text-right,
  603. h2.text-right,
  604. h3.text-right,
  605. h4.text-right,
  606. h5.text-right,
  607. h6.text-right,
  608. p.text-right,
  609. span.text-right {
  610. text-align: right; }
  611. span.text-center {
  612. display: block;
  613. width: 100%;
  614. text-align: center; }
  615. @media only screen and (max-width: 596px) {
  616. .small-float-center {
  617. margin: 0 auto !important;
  618. float: none !important;
  619. text-align: center !important; }
  620. .small-text-center {
  621. text-align: center !important; }
  622. .small-text-left {
  623. text-align: left !important; }
  624. .small-text-right {
  625. text-align: right !important; } }
  626. img.float-left {
  627. float: left;
  628. text-align: left; }
  629. img.float-right {
  630. float: right;
  631. text-align: right; }
  632. img.float-center,
  633. img.text-center {
  634. margin: 0 auto;
  635. Margin: 0 auto;
  636. float: none;
  637. text-align: center; }
  638. table.float-center,
  639. td.float-center,
  640. th.float-center {
  641. margin: 0 auto;
  642. Margin: 0 auto;
  643. float: none;
  644. text-align: center; }
  645. .hide-for-large {
  646. display: none !important;
  647. mso-hide: all;
  648. overflow: hidden;
  649. max-height: 0;
  650. font-size: 0;
  651. width: 0;
  652. line-height: 0; }
  653. @media only screen and (max-width: 596px) {
  654. .hide-for-large {
  655. display: block !important;
  656. width: auto !important;
  657. overflow: visible !important;
  658. max-height: none !important;
  659. font-size: inherit !important;
  660. line-height: inherit !important; } }
  661. table.body table.container .hide-for-large * {
  662. mso-hide: all; }
  663. @media only screen and (max-width: 596px) {
  664. table.body table.container .hide-for-large,
  665. table.body table.container .row.hide-for-large {
  666. display: table !important;
  667. width: 100% !important; } }
  668. @media only screen and (max-width: 596px) {
  669. table.body table.container .callout-inner.hide-for-large {
  670. display: table-cell !important;
  671. width: 100% !important; } }
  672. @media only screen and (max-width: 596px) {
  673. table.body table.container .show-for-large {
  674. display: none !important;
  675. width: 0;
  676. mso-hide: all;
  677. overflow: hidden; } }
  678. body,
  679. table.body,
  680. h1,
  681. h2,
  682. h3,
  683. h4,
  684. h5,
  685. h6,
  686. p,
  687. td,
  688. th,
  689. a {
  690. color: #0a0a0a;
  691. font-family: Verdana, Geneva, sans-serif;
  692. font-weight: normal;
  693. padding: 0;
  694. margin: 0;
  695. Margin: 0;
  696. text-align: left;
  697. line-height: 1.3; }
  698. h1,
  699. h2,
  700. h3,
  701. h4,
  702. h5,
  703. h6 {
  704. color: inherit;
  705. word-wrap: normal;
  706. font-family: Helvetica, Arial, sans-serif;
  707. font-weight: normal;
  708. margin-bottom: 10px;
  709. Margin-bottom: 10px; }
  710. h1 {
  711. font-size: 34px; }
  712. h2 {
  713. font-size: 30px; }
  714. h3 {
  715. font-size: 28px; }
  716. h4 {
  717. font-size: 24px; }
  718. h5 {
  719. font-size: 20px; }
  720. h6 {
  721. font-size: 18px; }
  722. body,
  723. table.body,
  724. p,
  725. td,
  726. th {
  727. font-size: 16px;
  728. line-height: 1.3; }
  729. p {
  730. margin-bottom: 10px;
  731. Margin-bottom: 10px; }
  732. p.lead {
  733. font-size: 20px;
  734. line-height: 1.6; }
  735. p.subheader {
  736. margin-top: 4px;
  737. margin-bottom: 8px;
  738. Margin-top: 4px;
  739. Margin-bottom: 8px;
  740. font-weight: normal;
  741. line-height: 1.4;
  742. color: #8a8a8a; }
  743. small {
  744. font-size: 80%;
  745. color: #cacaca; }
  746. a {
  747. color: #2199e8;
  748. text-decoration: none; }
  749. a:hover {
  750. color: #147dc2; }
  751. a:active {
  752. color: #147dc2; }
  753. a:visited {
  754. color: #2199e8; }
  755. h1 a,
  756. h1 a:visited,
  757. h2 a,
  758. h2 a:visited,
  759. h3 a,
  760. h3 a:visited,
  761. h4 a,
  762. h4 a:visited,
  763. h5 a,
  764. h5 a:visited,
  765. h6 a,
  766. h6 a:visited {
  767. color: #2199e8; }
  768. pre {
  769. background: #f3f3f3;
  770. margin: 30px 0;
  771. Margin: 30px 0; }
  772. pre code {
  773. color: #cacaca; }
  774. pre code span.callout {
  775. color: #8a8a8a;
  776. font-weight: bold; }
  777. pre code span.callout-strong {
  778. color: #ff6908;
  779. font-weight: bold; }
  780. table.hr {
  781. width: 100%; }
  782. table.hr th {
  783. height: 0;
  784. max-width: 580px;
  785. border-top: 0;
  786. border-right: 0;
  787. border-bottom: 1px solid #0a0a0a;
  788. border-left: 0;
  789. margin: 20px auto;
  790. Margin: 20px auto;
  791. clear: both; }
  792. .stat {
  793. font-size: 40px;
  794. line-height: 1; }
  795. p + .stat {
  796. margin-top: -16px;
  797. Margin-top: -16px; }
  798. span.preheader {
  799. display: none !important;
  800. visibility: hidden;
  801. mso-hide: all !important;
  802. font-size: 1px;
  803. color: #f3f3f3;
  804. line-height: 1px;
  805. max-height: 0px;
  806. max-width: 0px;
  807. opacity: 0;
  808. overflow: hidden; }
  809. table.button {
  810. width: auto;
  811. margin: 0 0 16px 0;
  812. Margin: 0 0 16px 0; }
  813. table.button table td {
  814. text-align: left;
  815. color: #fefefe;
  816. background: #2199e8;
  817. border: 2px solid #2199e8; }
  818. table.button table td a {
  819. font-family: Helvetica, Arial, sans-serif;
  820. font-size: 16px;
  821. font-weight: bold;
  822. color: #fefefe;
  823. text-decoration: none;
  824. display: inline-block;
  825. padding: 8px 16px 8px 16px;
  826. border: 0 solid #2199e8;
  827. border-radius: 3px; }
  828. table.button.radius table td {
  829. border-radius: 3px;
  830. border: none; }
  831. table.button.rounded table td {
  832. border-radius: 500px;
  833. border: none; }
  834. table.button:hover table tr td a,
  835. table.button:active table tr td a,
  836. table.button table tr td a:visited,
  837. table.button.tiny:hover table tr td a,
  838. table.button.tiny:active table tr td a,
  839. table.button.tiny table tr td a:visited,
  840. table.button.small:hover table tr td a,
  841. table.button.small:active table tr td a,
  842. table.button.small table tr td a:visited,
  843. table.button.large:hover table tr td a,
  844. table.button.large:active table tr td a,
  845. table.button.large table tr td a:visited {
  846. color: #fefefe; }
  847. table.button.tiny table td,
  848. table.button.tiny table a {
  849. padding: 4px 8px 4px 8px; }
  850. table.button.tiny table a {
  851. font-size: 10px;
  852. font-weight: normal; }
  853. table.button.small table td,
  854. table.button.small table a {
  855. padding: 5px 10px 5px 10px;
  856. font-size: 12px; }
  857. table.button.large table a {
  858. padding: 10px 20px 10px 20px;
  859. font-size: 20px; }
  860. table.button.expand,
  861. table.button.expanded {
  862. width: 100% !important; }
  863. table.button.expand table,
  864. table.button.expanded table {
  865. width: 100%; }
  866. table.button.expand table a,
  867. table.button.expanded table a {
  868. text-align: center;
  869. width: 100%;
  870. padding-left: 0;
  871. padding-right: 0; }
  872. table.button.expand center,
  873. table.button.expanded center {
  874. min-width: 0; }
  875. table.button:hover table td,
  876. table.button:visited table td,
  877. table.button:active table td {
  878. background: #147dc2;
  879. color: #fefefe; }
  880. table.button:hover table a,
  881. table.button:visited table a,
  882. table.button:active table a {
  883. border: 0 solid #147dc2; }
  884. table.button.secondary table td {
  885. background: #777777;
  886. color: #fefefe;
  887. border: 0px solid #777777; }
  888. table.button.secondary table a {
  889. color: #fefefe;
  890. border: 0 solid #777777; }
  891. table.button.secondary:hover table td {
  892. background: #919191;
  893. color: #fefefe; }
  894. table.button.secondary:hover table a {
  895. border: 0 solid #919191; }
  896. table.button.secondary:hover table td a {
  897. color: #fefefe; }
  898. table.button.secondary:active table td a {
  899. color: #fefefe; }
  900. table.button.secondary table td a:visited {
  901. color: #fefefe; }
  902. table.button.success table td {
  903. background: #3adb76;
  904. border: 0px solid #3adb76; }
  905. table.button.success table a {
  906. border: 0 solid #3adb76; }
  907. table.button.success:hover table td {
  908. background: #23bf5d; }
  909. table.button.success:hover table a {
  910. border: 0 solid #23bf5d; }
  911. table.button.alert table td {
  912. background: #ec5840;
  913. border: 0px solid #ec5840; }
  914. table.button.alert table a {
  915. border: 0 solid #ec5840; }
  916. table.button.alert:hover table td {
  917. background: #e23317; }
  918. table.button.alert:hover table a {
  919. border: 0 solid #e23317; }
  920. table.button.warning table td {
  921. background: #ffae00;
  922. border: 0px solid #ffae00; }
  923. table.button.warning table a {
  924. border: 0px solid #ffae00; }
  925. table.button.warning:hover table td {
  926. background: #cc8b00; }
  927. table.button.warning:hover table a {
  928. border: 0px solid #cc8b00; }
  929. table.callout {
  930. margin-bottom: 16px;
  931. Margin-bottom: 16px; }
  932. th.callout-inner {
  933. width: 100%;
  934. border: 1px solid #cbcbcb;
  935. padding: 10px;
  936. background: #fefefe; }
  937. th.callout-inner.primary {
  938. background: #def0fc;
  939. border: 1px solid #444444;
  940. color: #0a0a0a; }
  941. th.callout-inner.secondary {
  942. background: #ebebeb;
  943. border: 1px solid #444444;
  944. color: #0a0a0a; }
  945. th.callout-inner.success {
  946. background: #e1faea;
  947. border: 1px solid #1b9448;
  948. color: #fefefe; }
  949. th.callout-inner.warning {
  950. background: #fff3d9;
  951. border: 1px solid #996800;
  952. color: #fefefe; }
  953. th.callout-inner.alert {
  954. background: #fce6e2;
  955. border: 1px solid #b42912;
  956. color: #fefefe; }
  957. .thumbnail {
  958. border: solid 4px #fefefe;
  959. box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  960. display: inline-block;
  961. line-height: 0;
  962. max-width: 100%;
  963. transition: box-shadow 200ms ease-out;
  964. border-radius: 3px;
  965. margin-bottom: 16px; }
  966. .thumbnail:hover, .thumbnail:focus {
  967. box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
  968. table.menu {
  969. width: 580px; }
  970. table.menu td.menu-item,
  971. table.menu th.menu-item {
  972. padding: 10px;
  973. padding-right: 10px; }
  974. table.menu td.menu-item a,
  975. table.menu th.menu-item a {
  976. color: #2199e8; }
  977. table.menu.vertical td.menu-item,
  978. table.menu.vertical th.menu-item {
  979. padding: 10px;
  980. padding-right: 0;
  981. display: block; }
  982. table.menu.vertical td.menu-item a,
  983. table.menu.vertical th.menu-item a {
  984. width: 100%; }
  985. table.menu.vertical td.menu-item table.menu.vertical td.menu-item,
  986. table.menu.vertical td.menu-item table.menu.vertical th.menu-item,
  987. table.menu.vertical th.menu-item table.menu.vertical td.menu-item,
  988. table.menu.vertical th.menu-item table.menu.vertical th.menu-item {
  989. padding-left: 10px; }
  990. table.menu.text-center a {
  991. text-align: center; }
  992. .menu[align="center"] {
  993. width: auto !important; }
  994. body.outlook p {
  995. display: inline !important; }
  996. @media only screen and (max-width: 596px) {
  997. table.body img {
  998. width: auto;
  999. height: auto; }
  1000. table.body center {
  1001. min-width: 0 !important; }
  1002. table.body .container {
  1003. width: 95% !important; }
  1004. table.body .columns,
  1005. table.body .column {
  1006. height: auto !important;
  1007. -moz-box-sizing: border-box;
  1008. -webkit-box-sizing: border-box;
  1009. box-sizing: border-box;
  1010. padding-left: 16px !important;
  1011. padding-right: 16px !important; }
  1012. table.body .columns .column,
  1013. table.body .columns .columns,
  1014. table.body .column .column,
  1015. table.body .column .columns {
  1016. padding-left: 0 !important;
  1017. padding-right: 0 !important; }
  1018. table.body .collapse .columns,
  1019. table.body .collapse .column {
  1020. padding-left: 0 !important;
  1021. padding-right: 0 !important; }
  1022. td.small-1,
  1023. th.small-1 {
  1024. display: inline-block !important;
  1025. width: 8.33333% !important; }
  1026. td.small-2,
  1027. th.small-2 {
  1028. display: inline-block !important;
  1029. width: 16.66667% !important; }
  1030. td.small-3,
  1031. th.small-3 {
  1032. display: inline-block !important;
  1033. width: 25% !important; }
  1034. td.small-4,
  1035. th.small-4 {
  1036. display: inline-block !important;
  1037. width: 33.33333% !important; }
  1038. td.small-5,
  1039. th.small-5 {
  1040. display: inline-block !important;
  1041. width: 41.66667% !important; }
  1042. td.small-6,
  1043. th.small-6 {
  1044. display: inline-block !important;
  1045. width: 50% !important; }
  1046. td.small-7,
  1047. th.small-7 {
  1048. display: inline-block !important;
  1049. width: 58.33333% !important; }
  1050. td.small-8,
  1051. th.small-8 {
  1052. display: inline-block !important;
  1053. width: 66.66667% !important; }
  1054. td.small-9,
  1055. th.small-9 {
  1056. display: inline-block !important;
  1057. width: 75% !important; }
  1058. td.small-10,
  1059. th.small-10 {
  1060. display: inline-block !important;
  1061. width: 83.33333% !important; }
  1062. td.small-11,
  1063. th.small-11 {
  1064. display: inline-block !important;
  1065. width: 91.66667% !important; }
  1066. td.small-12,
  1067. th.small-12 {
  1068. display: inline-block !important;
  1069. width: 100% !important; }
  1070. .columns td.small-12,
  1071. .column td.small-12,
  1072. .columns th.small-12,
  1073. .column th.small-12 {
  1074. display: block !important;
  1075. width: 100% !important; }
  1076. table.body td.small-offset-1,
  1077. table.body th.small-offset-1 {
  1078. margin-left: 8.33333% !important;
  1079. Margin-left: 8.33333% !important; }
  1080. table.body td.small-offset-2,
  1081. table.body th.small-offset-2 {
  1082. margin-left: 16.66667% !important;
  1083. Margin-left: 16.66667% !important; }
  1084. table.body td.small-offset-3,
  1085. table.body th.small-offset-3 {
  1086. margin-left: 25% !important;
  1087. Margin-left: 25% !important; }
  1088. table.body td.small-offset-4,
  1089. table.body th.small-offset-4 {
  1090. margin-left: 33.33333% !important;
  1091. Margin-left: 33.33333% !important; }
  1092. table.body td.small-offset-5,
  1093. table.body th.small-offset-5 {
  1094. margin-left: 41.66667% !important;
  1095. Margin-left: 41.66667% !important; }
  1096. table.body td.small-offset-6,
  1097. table.body th.small-offset-6 {
  1098. margin-left: 50% !important;
  1099. Margin-left: 50% !important; }
  1100. table.body td.small-offset-7,
  1101. table.body th.small-offset-7 {
  1102. margin-left: 58.33333% !important;
  1103. Margin-left: 58.33333% !important; }
  1104. table.body td.small-offset-8,
  1105. table.body th.small-offset-8 {
  1106. margin-left: 66.66667% !important;
  1107. Margin-left: 66.66667% !important; }
  1108. table.body td.small-offset-9,
  1109. table.body th.small-offset-9 {
  1110. margin-left: 75% !important;
  1111. Margin-left: 75% !important; }
  1112. table.body td.small-offset-10,
  1113. table.body th.small-offset-10 {
  1114. margin-left: 83.33333% !important;
  1115. Margin-left: 83.33333% !important; }
  1116. table.body td.small-offset-11,
  1117. table.body th.small-offset-11 {
  1118. margin-left: 91.66667% !important;
  1119. Margin-left: 91.66667% !important; }
  1120. table.body table.columns td.expander,
  1121. table.body table.columns th.expander {
  1122. display: none !important; }
  1123. table.body .right-text-pad,
  1124. table.body .text-pad-right {
  1125. padding-left: 10px !important; }
  1126. table.body .left-text-pad,
  1127. table.body .text-pad-left {
  1128. padding-right: 10px !important; }
  1129. table.menu {
  1130. width: 100% !important; }
  1131. table.menu td,
  1132. table.menu th {
  1133. width: auto !important;
  1134. display: inline-block !important; }
  1135. table.menu.vertical td,
  1136. table.menu.vertical th, table.menu.small-vertical td,
  1137. table.menu.small-vertical th {
  1138. display: block !important; }
  1139. table.menu[align="center"] {
  1140. width: auto !important; }
  1141. table.button.small-expand,
  1142. table.button.small-expanded {
  1143. width: 100% !important; }
  1144. table.button.small-expand table,
  1145. table.button.small-expanded table {
  1146. width: 100%; }
  1147. table.button.small-expand table a,
  1148. table.button.small-expanded table a {
  1149. text-align: center !important;
  1150. width: 100% !important;
  1151. padding-left: 0 !important;
  1152. padding-right: 0 !important; }
  1153. table.button.small-expand center,
  1154. table.button.small-expanded center {
  1155. min-width: 0; } }