template.css 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405
  1. @charset "UTF-8";
  2. @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
  3. #header #logo h3, #header #navbar .panel-activation, #footer p {
  4. position: relative;
  5. top: 50%;
  6. -webkit-transform: translateY(-50%);
  7. -moz-transform: translateY(-50%);
  8. -o-transform: translateY(-50%);
  9. -ms-transform: translateY(-50%);
  10. transform: translateY(-50%); }
  11. .button, .button-secondary {
  12. display: inline-block;
  13. padding: 7px 20px; }
  14. .button-small.button, .button-small.button-secondary {
  15. padding: 3px 10px;
  16. font-size: 0.9rem; }
  17. html, body {
  18. height: 100%; }
  19. body {
  20. background: #fff;
  21. color: #000;
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale; }
  24. a {
  25. color: #000; }
  26. a:hover {
  27. color: black; }
  28. b, strong, label, th {
  29. font-weight: 700; }
  30. #container {
  31. min-height: 100%;
  32. position: relative; }
  33. .fullwidth #body {
  34. padding-left: 0;
  35. padding-right: 0; }
  36. #body {
  37. background: #fff;
  38. padding-top: 8rem;
  39. padding-bottom: 11rem; }
  40. .left {
  41. float: left; }
  42. .right {
  43. float: right; }
  44. .default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button {
  45. -webkit-transition: all 0.5s ease;
  46. -moz-transition: all 0.5s ease;
  47. transition: all 0.5s ease; }
  48. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  49. padding-left: 7rem;
  50. padding-right: 7rem; }
  51. @media only all and (max-width: 59.938em) {
  52. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  53. padding-left: 4rem;
  54. padding-right: 4rem; } }
  55. @media only all and (max-width: 47.938em) {
  56. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  57. padding-left: 1rem;
  58. padding-right: 1rem; } }
  59. .padding-vert {
  60. padding-top: 3rem;
  61. padding-bottom: 3rem; }
  62. #header {
  63. position: fixed;
  64. z-index: 10;
  65. width: 100%;
  66. height: 5rem;
  67. background-color: white;
  68. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  69. #header #logo img {
  70. display: flex;
  71. flex-direction: row;
  72. flex-flow: row; }
  73. #header.scrolled {
  74. height: 3rem;
  75. background-color: rgba(255, 255, 255, 0.9) !important;
  76. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
  77. #header.scrolled #logo h3 {
  78. color: #000 !important;
  79. font-size: 1.6rem !important; }
  80. #header.scrolled #logo a, #header.scrolled #navbar span {
  81. color: #000 !important; }
  82. #header.scrolled #navbar a {
  83. color: #000 !important; }
  84. #header.scrolled #navbar a:hover {
  85. color: black !important; }
  86. #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
  87. background-color: #000 !important; }
  88. #header.scrolled .navigation {
  89. margin-top: 0.5rem !important; }
  90. #header > .grid, #header #logo, #header #navbar {
  91. height: 100%; }
  92. #header #logo {
  93. float: left; }
  94. #header #logo h3 {
  95. font-size: 2rem;
  96. line-height: 2rem;
  97. margin: 0; }
  98. #header #logo h3 a {
  99. color: #000; }
  100. #header #navbar {
  101. font-size: 1.4rem;
  102. /* Child Indicator */ }
  103. #header #navbar .has-children > a > span {
  104. display: inline-block;
  105. padding-right: 8px; }
  106. #header #navbar .has-children > a > span:after {
  107. font-family: FontAwesome;
  108. content: '\f107';
  109. position: absolute;
  110. display: inline-block;
  111. right: 8px;
  112. top: 4px; }
  113. #header #navbar .has-children > a:after, #header #navbar .has-children > a:before {
  114. display: none; }
  115. #header #navbar .has-children .has-children > a > span:after {
  116. content: '\f105'; }
  117. #header #navbar .navigation > .has-children:hover > a {
  118. background: #f6f6f6;
  119. border: 1px solid #ececec;
  120. border-bottom-color: #f6f6f6;
  121. margin: -1px -1px 0 -1px;
  122. z-index: 1000;
  123. position: relative;
  124. padding-bottom: 1px; }
  125. #header #navbar ul {
  126. margin: 0;
  127. padding: 0;
  128. list-style: none;
  129. text-transform: uppercase; }
  130. #header #navbar ul.navigation {
  131. display: inline-block;
  132. float: right;
  133. margin-top: 1.4rem; }
  134. #header #navbar ul.navigation li {
  135. float: left;
  136. position: relative;
  137. /*Active dropdown nav item */
  138. /* Dropdown CSS */
  139. /* Active on Hover */ }
  140. #header #navbar ul.navigation li a {
  141. font-family: "Sarabun", sans-serif;
  142. display: inline-block;
  143. padding: 0.3rem 0.8rem;
  144. -webkit-backface-visibility: hidden; }
  145. #header #navbar ul.navigation li a:hover:before {
  146. visibility: visible;
  147. -webkit-transform: scaleX(0.75);
  148. -moz-transform: scaleX(0.75);
  149. -ms-transform: scaleX(0.75);
  150. -o-transform: scaleX(0.75);
  151. transform: scaleX(0.75); }
  152. #header #navbar ul.navigation li a.active:after {
  153. top: 0;
  154. visibility: visible;
  155. -webkit-transform: scaleX(0.75);
  156. -moz-transform: scaleX(0.75);
  157. -ms-transform: scaleX(0.75);
  158. -o-transform: scaleX(0.75);
  159. transform: scaleX(0.75); }
  160. #header #navbar ul.navigation li.active a:after {
  161. top: 0;
  162. visibility: visible;
  163. -webkit-transform: scaleX(0.75);
  164. -moz-transform: scaleX(0.75);
  165. -ms-transform: scaleX(0.75);
  166. -o-transform: scaleX(0.75);
  167. transform: scaleX(0.75); }
  168. #header #navbar ul.navigation li ul {
  169. position: absolute;
  170. background-color: #f6f6f6;
  171. border: 1px solid #ececec;
  172. border-top: 0;
  173. min-width: 12rem;
  174. text-align: left;
  175. z-index: 999;
  176. left: -1px;
  177. display: none; }
  178. #header #navbar ul.navigation li ul li {
  179. display: block;
  180. float: none;
  181. /* Active Dropdown nav item */ }
  182. #header #navbar ul.navigation li ul li.active > a {
  183. background-color: #ececec;
  184. color: #000; }
  185. #header #navbar ul.navigation li ul li:hover > a {
  186. background-color: #000;
  187. color: #fff; }
  188. #header #navbar ul.navigation li ul li a {
  189. display: block;
  190. margin: 0 -1px; }
  191. #header #navbar ul.navigation li ul li a:after, #header #navbar ul.navigation li ul li a:before {
  192. display: none; }
  193. #header #navbar ul.navigation li ul ul {
  194. left: 100%;
  195. top: 0px; }
  196. #header #navbar ul.navigation li:hover > ul {
  197. display: block; }
  198. @media only all and (max-width: 59.938em) {
  199. #header #navbar ul.navigation {
  200. display: none; } }
  201. #header #navbar .panel-activation {
  202. padding: 1rem;
  203. display: none;
  204. font-size: 1.8rem;
  205. cursor: pointer;
  206. float: right; }
  207. @media only all and (max-width: 59.938em) {
  208. #header #navbar .panel-activation {
  209. display: inline-block; } }
  210. .header-image.fullwidth #body {
  211. padding-left: 0;
  212. padding-right: 0; }
  213. .header-image.fullwidth #body > .listing-row {
  214. padding-left: 7rem;
  215. padding-right: 7rem; }
  216. .header-image .listing-row:last-child {
  217. margin-bottom: 2rem; }
  218. .header-image #body .flush-top {
  219. margin-top: -9.5rem;
  220. padding-top: 9rem; }
  221. .header-image #breadcrumbs {
  222. margin-top: 1rem; }
  223. .header-image #header {
  224. background-color: rgba(255, 255, 255, 0);
  225. box-shadow: none; }
  226. .header-image #header .navigation .has-children:hover a {
  227. color: #000; }
  228. .header-image #header #logo h3, .header-image #header #logo a {
  229. color: #FFFFFF; }
  230. .header-image #header a, .header-image #header .menu-btn {
  231. color: #FFFFFF; }
  232. .header-image #header a:before, .header-image #header a:after {
  233. background-color: rgba(255, 255, 255, 0.7) !important; }
  234. #footer {
  235. position: absolute;
  236. background: #333;
  237. height: 6rem;
  238. right: 0;
  239. bottom: 0;
  240. left: 0;
  241. color: #999;
  242. text-align: center; }
  243. #footer a:hover {
  244. color: #fff; }
  245. #footer .totop {
  246. position: absolute;
  247. bottom: 5rem;
  248. text-align: center;
  249. left: 0;
  250. right: 0; }
  251. #footer .totop span {
  252. font-size: 1.7rem;
  253. line-height: 2.5rem;
  254. background: #333;
  255. width: 3rem;
  256. height: 2rem;
  257. border-radius: 3px;
  258. display: inline-block;
  259. text-align: top; }
  260. #footer p {
  261. margin: 0; }
  262. #footer p .fa {
  263. color: #fff; }
  264. html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  265. font-family: "Sarabun", sans-serif; }
  266. h1 {
  267. font-family: "Sarabun", sans-serif;
  268. font-weight: 800;
  269. text-rendering: optimizeLegibility;
  270. letter-spacing: -0px; }
  271. h2, h3, h5, h6 {
  272. font-family: "Sarabun", sans-serif; }
  273. h1 {
  274. font-size: 2.3rem; }
  275. @media only all and (max-width: 47.938em) {
  276. h1 {
  277. font-size: 2.5rem;
  278. line-height: 1.2;
  279. margin-bottom: 2.5rem; } }
  280. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  281. h2 {
  282. font-size: 1.6rem; } }
  283. @media only all and (max-width: 47.938em) {
  284. h2 {
  285. font-size: 1.5rem; } }
  286. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  287. h3 {
  288. font-size: 1.6rem; } }
  289. @media only all and (max-width: 47.938em) {
  290. h3 {
  291. font-size: 1.5rem; } }
  292. h4 {
  293. font-family: "Sarabun", sans-serif;
  294. font-weight: 800; }
  295. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  296. h4 {
  297. font-size: 1.25rem; } }
  298. @media only all and (max-width: 47.938em) {
  299. h4 {
  300. font-size: 1.15rem; } }
  301. h1 {
  302. text-align: center;
  303. letter-spacing: -0px; }
  304. h2 {
  305. letter-spacing: -0px; }
  306. h3 {
  307. letter-spacing: -0px; }
  308. h1 + h2 {
  309. margin: -2rem 0 2rem 0;
  310. font-size: 1.2rem;
  311. line-height: 1.3;
  312. text-align: center;
  313. font-family: "Sarabun", sans-serif;
  314. font-weight: 100; }
  315. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  316. h1 + h2 {
  317. font-size: 1.6rem; } }
  318. @media only all and (max-width: 47.938em) {
  319. h1 + h2 {
  320. font-size: 1.5rem; } }
  321. h2 + h3 {
  322. margin: 0.5rem 0 2rem 0;
  323. font-size: 2rem;
  324. line-height: 1;
  325. text-align: center;
  326. font-family: "Sarabun", sans-serif;
  327. font-weight: 300; }
  328. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  329. h2 + h3 {
  330. font-size: 1.6rem; } }
  331. @media only all and (max-width: 47.938em) {
  332. h2 + h3 {
  333. font-size: 1.5rem; } }
  334. p {
  335. font-size: 1rem; }
  336. blockquote {
  337. border-left: 10px solid #F0F2F4; }
  338. blockquote p {
  339. font-size: 1.1rem;
  340. color: #999; }
  341. blockquote cite {
  342. display: block;
  343. text-align: right;
  344. color: #666;
  345. font-size: 1.2rem; }
  346. blockquote > blockquote > blockquote {
  347. margin: 0; }
  348. blockquote > blockquote > blockquote p {
  349. padding: 15px;
  350. display: block;
  351. font-size: 1rem;
  352. margin-top: 0rem;
  353. margin-bottom: 0rem; }
  354. blockquote > blockquote > blockquote > p {
  355. margin-left: -71px;
  356. border-left: 10px solid #F0AD4E;
  357. background: #FCF8F2;
  358. color: #df8a13; }
  359. blockquote > blockquote > blockquote > p a {
  360. color: #b06d0f; }
  361. blockquote > blockquote > blockquote > p a:hover {
  362. color: #f2b866; }
  363. blockquote > blockquote > blockquote > blockquote > p {
  364. margin-left: -94px;
  365. border-left: 10px solid #D9534F;
  366. background: #FDF7F7;
  367. color: #b52b27; }
  368. blockquote > blockquote > blockquote > blockquote > p a {
  369. color: #8b211e; }
  370. blockquote > blockquote > blockquote > blockquote > p a:hover {
  371. color: #de6764; }
  372. blockquote > blockquote > blockquote > blockquote > blockquote > p {
  373. margin-left: -118px;
  374. border-left: 10px solid #5BC0DE;
  375. background: #F4F8FA;
  376. color: #28a1c5; }
  377. blockquote > blockquote > blockquote > blockquote > blockquote > p a {
  378. color: #1f7e9a; }
  379. blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
  380. color: #70c8e2; }
  381. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
  382. margin-left: -142px;
  383. border-left: 10px solid #5CB85C;
  384. background: #F1F9F1;
  385. color: #3d8b3d; }
  386. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
  387. color: #2d672d; }
  388. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
  389. color: #6ec06e; }
  390. code,
  391. kbd,
  392. pre,
  393. samp {
  394. font-family: "Inconsolata", monospace; }
  395. code {
  396. background: #f9f2f4;
  397. color: #9c1d3d; }
  398. pre {
  399. padding: 2rem;
  400. background: #f0f0f0;
  401. border: 1px solid #ddd;
  402. border-radius: 3px; }
  403. pre code {
  404. color: #237794;
  405. background: inherit; }
  406. hr {
  407. border-bottom: 4px solid #F0F2F4; }
  408. .page-title {
  409. margin-top: -25px;
  410. padding: 25px;
  411. float: left;
  412. clear: both;
  413. background: #000;
  414. color: #fff; }
  415. .label {
  416. vertical-align: middle;
  417. background: #000;
  418. border-radius: 100%;
  419. color: #fff;
  420. height: 1rem;
  421. min-width: 1rem;
  422. line-height: 1rem;
  423. display: inline-block;
  424. text-align: center;
  425. font-size: 0.7rem;
  426. font-family: "Sarabun", sans-serif;
  427. margin-right: 0.75rem; }
  428. fieldset {
  429. border: 1px solid #ddd; }
  430. textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  431. background-color: white;
  432. border: 1px solid #ddd;
  433. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  434. textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
  435. border-color: #c4c4c4; }
  436. textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
  437. border-color: #000;
  438. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7); }
  439. .form-field .required {
  440. color: #F3443F;
  441. font-size: 3rem;
  442. line-height: 3rem;
  443. vertical-align: top;
  444. height: 1.5rem;
  445. display: inline-block; }
  446. form .buttons {
  447. text-align: center; }
  448. form input {
  449. font-weight: 400; }
  450. table {
  451. border: 1px solid #eaeaea;
  452. table-layout: auto; }
  453. th {
  454. background: #f7f7f7;
  455. padding: 0.5rem; }
  456. td {
  457. padding: 0.5rem;
  458. border: 1px solid #eaeaea; }
  459. .button {
  460. background: #fff;
  461. color: #000;
  462. border: 1px solid #000; }
  463. .button:hover {
  464. background: #000;
  465. color: #fff; }
  466. .button:active {
  467. box-shadow: 0 1px 0 black; }
  468. .button-secondary {
  469. background: #fff;
  470. color: #F6635E;
  471. border: 1px solid #F6635E; }
  472. .button-secondary:hover {
  473. background: #F6635E;
  474. color: #fff; }
  475. .button-secondary:active {
  476. box-shadow: 0 1px 0 #f32b24; }
  477. .bullets {
  478. margin: 1.7em 0;
  479. margin-left: -0.85em;
  480. margin-right: -0.85em;
  481. overflow: auto; }
  482. .bullet {
  483. float: left;
  484. padding: 0 0.85em; }
  485. .two-column-bullet {
  486. width: 50%; }
  487. @media only all and (max-width: 47.938em) {
  488. .two-column-bullet {
  489. width: 100%; } }
  490. .three-column-bullet {
  491. width: 33.33333%; }
  492. @media only all and (max-width: 47.938em) {
  493. .three-column-bullet {
  494. width: 100%; } }
  495. .four-column-bullet {
  496. width: 25%; }
  497. @media only all and (max-width: 47.938em) {
  498. .four-column-bullet {
  499. width: 100%; } }
  500. .bullet-icon {
  501. float: left;
  502. background: #000;
  503. padding: 0.875rem;
  504. width: 3.5rem;
  505. height: 3.5rem;
  506. border-radius: 50%;
  507. color: #fff;
  508. font-size: 1.75rem;
  509. text-align: center; }
  510. .bullet-icon-1 {
  511. background: #000; }
  512. .bullet-icon-2 {
  513. background: black; }
  514. .bullet-icon-3 {
  515. background: black; }
  516. .bullet-content {
  517. margin-left: 4.55rem; }
  518. .sb-slidebar {
  519. background-color: #333 !important; }
  520. #panel {
  521. padding-top: 1rem;
  522. color: #ddd; }
  523. #panel .navigation {
  524. list-style: none;
  525. padding: 0; }
  526. #panel .navigation li {
  527. border-bottom: 1px solid #3d3d3d; }
  528. #panel .navigation li a {
  529. color: #ddd;
  530. display: block;
  531. padding: 0.5rem 1rem;
  532. font-weight: 600; }
  533. #panel .navigation li a:hover {
  534. color: white;
  535. background-color: #262626; }
  536. #panel .navigation li a:last-child {
  537. border-bottom: 0; }
  538. #panel .navigation li.active > a {
  539. background: #fff;
  540. color: #000; }
  541. #panel .navigation li.active > a:hover {
  542. color: #000; }
  543. #panel .navigation li:first-child {
  544. border-top: 1px solid #3d3d3d; }
  545. #panel .navigation li ul {
  546. list-style: none;
  547. padding: 0; }
  548. #panel .navigation li ul li {
  549. border: 0 !important; }
  550. #panel .navigation li ul li a {
  551. color: #c4c4c4;
  552. padding: 0.2rem 1rem 0.2rem 2rem;
  553. font-size: 0.9rem; }
  554. #panel .navigation li ul li li a {
  555. padding-left: 3rem; }
  556. #panel .navigation li ul li li a li a {
  557. padding-left: 4rem; }
  558. #panel .navigation li ul li.active > a {
  559. background: #ccc; }
  560. .blog-header {
  561. padding-top: 2rem;
  562. padding-bottom: 2rem; }
  563. .blog-header.blog-header-image {
  564. background-size: cover;
  565. background-position: center; }
  566. .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
  567. color: #FFFFFF; }
  568. .blog-header h1 {
  569. font-size: 4rem;
  570. margin-top: 0; }
  571. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  572. .blog-header h1 {
  573. font-size: 3rem; } }
  574. @media only all and (max-width: 47.938em) {
  575. .blog-header h1 {
  576. font-size: 2.5rem;
  577. line-height: 1.2;
  578. margin-bottom: 2.5rem; } }
  579. .blog-header + .blog-content {
  580. padding-top: 3rem; }
  581. .list-item {
  582. border-bottom: 1px solid #EEEEEE;
  583. margin-bottom: 3rem; }
  584. .list-item:last-child {
  585. border-bottom: 0; }
  586. .list-item .list-blog-header {
  587. position: relative; }
  588. .list-item .list-blog-header h4 {
  589. margin-bottom: 0.5rem; }
  590. .list-item .list-blog-header h4 a {
  591. color: #000; }
  592. .list-item .list-blog-header h4 a:hover {
  593. color: #000; }
  594. .list-item .list-blog-header img {
  595. display: block;
  596. margin-top: 1rem;
  597. border-radius: 3px; }
  598. .list-item .list-blog-date {
  599. float: right;
  600. text-align: center; }
  601. .list-item .list-blog-date span {
  602. display: block;
  603. font-size: 1.75rem;
  604. font-weight: 700;
  605. line-height: 110%; }
  606. .list-item .list-blog-date em {
  607. display: block;
  608. border-top: 1px solid #EEEEEE;
  609. font-style: normal;
  610. text-transform: uppercase; }
  611. .blog-content-item .list-blog-padding > p:nth-child(2) {
  612. font-size: 1.2rem; }
  613. .tags a {
  614. display: inline-block;
  615. font-size: 0.8rem;
  616. border: 1px solid #000;
  617. border-radius: 3px;
  618. padding: 0.1rem 0.4rem;
  619. margin-bottom: 0.2rem;
  620. text-transform: uppercase; }
  621. .archives, .related-pages {
  622. padding: 0;
  623. list-style: none; }
  624. .archives li, .related-pages li {
  625. border-bottom: 1px solid #EEEEEE;
  626. line-height: 2rem; }
  627. .archives li:last-child, .related-pages li:last-child {
  628. border-bottom: 0; }
  629. .related-pages li a {
  630. display: block; }
  631. .related-pages .score {
  632. display: block;
  633. float: right;
  634. color: #999;
  635. font-size: 85%; }
  636. .syndicate a {
  637. margin-bottom: 1rem; }
  638. div#breadcrumbs {
  639. padding-left: 0; }
  640. @media only all and (max-width: 47.938em) {
  641. div#breadcrumbs {
  642. display: none; } }
  643. #sidebar {
  644. padding-left: 3rem; }
  645. @media only all and (max-width: 47.938em) {
  646. #sidebar {
  647. padding-left: 0; } }
  648. #sidebar .sidebar-content {
  649. margin-bottom: 3rem; }
  650. #sidebar .sidebar-content h4 {
  651. margin-bottom: 1rem; }
  652. #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
  653. margin-top: 1rem; }
  654. ul.pagination {
  655. margin: 0 0 3rem;
  656. text-align: center; }
  657. .prev-next {
  658. margin-top: 5rem;
  659. text-align: center; }
  660. #error {
  661. text-align: center;
  662. display: flex;
  663. align-items: center;
  664. justify-content: center;
  665. height: 100%;
  666. padding-bottom: 6rem; }
  667. #error h1 {
  668. font-size: 5rem; }
  669. #error p {
  670. margin: 1rem 0; }
  671. .simplesearch h1 {
  672. margin-bottom: 0; }
  673. .simplesearch .center {
  674. text-align: center; }
  675. .simplesearch input {
  676. display: inline-block;
  677. max-width: 30rem;
  678. font-size: 2rem; }
  679. .simplesearch .search-image {
  680. margin-top: 1rem; }
  681. .simplesearch .search-image img {
  682. border-radius: 4px; }
  683. @media only all and (max-width: 47.938em) {
  684. .simplesearch .search-image img {
  685. display: none; } }
  686. @media only all and (max-width: 47.938em) {
  687. .simplesearch .search-item {
  688. margin-left: 0; } }
  689. .simplesearch .search-wrapper .search-submit {
  690. height: 52px;
  691. padding: 0 10px; }
  692. .simplesearch .search-wrapper .search-submit img {
  693. width: 30px; }
  694. .simplesearch .search-details {
  695. float: right;
  696. margin-top: -2.5rem;
  697. font-weight: bold;
  698. font-size: 1rem;
  699. color: #333333; }
  700. @media only all and (max-width: 47.938em) {
  701. .simplesearch .search-details {
  702. float: none;
  703. margin-top: -0.2rem;
  704. margin-bottom: 1rem; } }
  705. .simplesearch hr {
  706. border-bottom: 1px solid #eee; }
  707. .grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  708. z-index: 1; }
  709. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  710. padding-left: 3rem; }
  711. #body > script:first-child + .grav-lightslider {
  712. margin-top: -3rem; }
  713. #sb-site {
  714. background: none !important; }
  715. #sb-site #body {
  716. background: none !important;
  717. padding-bottom: 2rem !important;
  718. font-family: "Sarabun", sans-serif !important; }
  719. #sb-site #body p:empty {
  720. display: none; }
  721. @media (max-width: 442px) {
  722. #sb-site #body {
  723. padding-top: 2rem; } }
  724. #header.scrolled {
  725. padding-left: 2rem;
  726. padding-right: 2rem; }
  727. #header #navbar ul.navigation li a {
  728. font-family: "Sarabun", sans-serif;
  729. font-weight: 400;
  730. text-transform: uppercase;
  731. font-size: 1rem;
  732. display: inline-block;
  733. padding: 0.3rem 0.8rem;
  734. -webkit-backface-visibility: hidden; }
  735. #header #navbar ul.navigation li:after {
  736. display: inline;
  737. content: "|";
  738. padding: 0 .1em;
  739. vertical-align: top; }
  740. #header #navbar ul.navigation li:last-child:after {
  741. content: "" !important; }
  742. #header #navbar ul.navigation li a:hover {
  743. font-weight: 900; }
  744. #logo {
  745. position: relative;
  746. display: flex;
  747. flex-direction: row;
  748. -webkit-transform: scale(0.75);
  749. -moz-transform: scale(0.75);
  750. -ms-transform: scale(0.75);
  751. -o-transform: scale(0.75);
  752. transform: scale(0.75); }
  753. #logo img {
  754. padding: 0.5rem;
  755. height: 3rem;
  756. margin: auto; }
  757. #logo img #gouv {
  758. padding-right: 2rem;
  759. padding: 0.5rem;
  760. min-height: 4rem !important;
  761. margin: auto; }
  762. @media (max-width: 442px) {
  763. #header #navbar {
  764. position: absolute;
  765. right: 1rem; }
  766. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  767. padding-left: 0 !important;
  768. padding-right: 0rem !important; }
  769. #header #logo {
  770. position: absolute;
  771. left: -1rem; } }
  772. .callout {
  773. padding-top: 0.5rem; }
  774. .callout h1, h2, h3, p {
  775. text-align: left !important; }
  776. .callout {
  777. padding-right: 0rem !important;
  778. padding-left: 0rem !important; }
  779. .callout h2 {
  780. text-transform: capitalize;
  781. font-weight: 300;
  782. font-size: 1rem; }
  783. .titre_nsb {
  784. display: block;
  785. margin-right: 52%; }
  786. .titre_nsb h1 {
  787. margin-bottom: 0rem !important;
  788. text-align: right;
  789. padding-right: 0rem !important;
  790. padding-left: 2rem; }
  791. @media (max-width: 442px) {
  792. .titre_nsb {
  793. margin-right: 42%; }
  794. .titre_nsb h1 {
  795. font-size: 1.6rem; } }
  796. .titre_bsn {
  797. display: block;
  798. margin-left: 40%; }
  799. .titre_bsn h1 {
  800. text-align: left;
  801. margin-bottom: 0rem !important; }
  802. .titre_bsn p {
  803. padding-right: 15%; }
  804. @media (max-width: 442px) {
  805. .titre_bsn h1 {
  806. font-size: 1.6rem; } }
  807. @keyframes animate {
  808. 0% {
  809. width: 0%; }
  810. 100% {
  811. width: 100%; } }
  812. @keyframes glissement {
  813. from {
  814. margin-left: 100%;
  815. width: 300%; }
  816. to {
  817. margin-left: 0%;
  818. width: 100%; } }
  819. .after-h1 .in-view-right {
  820. animation: animate 1.2s 1 normal ease-in-out forwards; }
  821. .after-h1 .in-view {
  822. animation: glissement 1.2s 1 normal ease-in-out forwards; }
  823. .programmes {
  824. display: flex;
  825. flex-wrap: wrap;
  826. background-color: #d5d2d1;
  827. z-index: -1;
  828. justify-content: center;
  829. padding-left: 15%;
  830. padding-right: 15%;
  831. padding-top: 8rem;
  832. padding-bottom: 8rem; }
  833. .parallax-window {
  834. background: transparent; }
  835. .programme {
  836. z-index: 1;
  837. max-width: 35%;
  838. min-width: 26rem;
  839. padding: 1.5rem;
  840. background-color: white;
  841. margin: 0.4rem; }
  842. .programme h4 {
  843. text-transform: uppercase;
  844. line-height: 1.2; }
  845. .programme img {
  846. max-height: 4rem; }
  847. .programme p {
  848. font-family: "Sarabun", sans-serif;
  849. font-weight: 500;
  850. font-style: italic;
  851. padding-bottom: 1.5rem; }
  852. @media (max-width: 442px) {
  853. .programme {
  854. min-width: 20rem; } }
  855. .programme:hover {
  856. background-color: #000;
  857. transition: 0.2s ease-in-out; }
  858. .programme:hover p {
  859. color: #fff; }
  860. .programme:hover h4 {
  861. color: #fff; }
  862. /*CSS pour afficher/masquer un texte via un bouton*/
  863. /*Style du module TEXTE*/
  864. .texte-cache {
  865. position: relative;
  866. max-height: 400px;
  867. /*Hauteur du texte visible avant le clic*/
  868. overflow: hidden;
  869. /*On cache tout ce qui dépasse des 400px*/
  870. transition: max-height 1s ease;
  871. /* Transition CSS entre l'ouverture et la fermeture*/ }
  872. /*Style du module TEXTE lorsqu'il est ouvert*/
  873. .texte-cache.ouvert {
  874. max-height: 300vh;
  875. /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/ }
  876. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  877. .texte-cache:not(.ouvert)::after {
  878. content: '';
  879. position: absolute;
  880. top: 400px;
  881. bottom: 0;
  882. left: 0;
  883. right: 0; }
  884. .bouton-ouverture {
  885. position: relative;
  886. justify-content: center;
  887. cursor: pointer;
  888. border: solid;
  889. border-radius: 0px !important;
  890. background-color: transparent;
  891. text-transform: uppercase;
  892. left: 45%;
  893. margin-bottom: 2rem !important; }
  894. .gouvernance {
  895. background-color: #000;
  896. color: #ffffff;
  897. text-transform: uppercase;
  898. padding-bottom: 6rem;
  899. padding-top: 2rem; }
  900. .mozaique_personnes {
  901. background-color: #d5d2d1;
  902. padding-bottom: 10rem; }
  903. .mozaique_personnes .equipe {
  904. display: flex !important;
  905. flex-direction: row;
  906. flex-wrap: wrap;
  907. width: 100%;
  908. padding-left: 22%;
  909. padding-right: 15%;
  910. margin: auto;
  911. justify-items: center; }
  912. @media (max-width: 442px) {
  913. .mozaique_personnes .equipe {
  914. width: 100%;
  915. padding-left: 3%;
  916. padding-right: 2%; } }
  917. .mozaique_personnes .equipe h3 {
  918. padding-top: 3rem;
  919. min-width: 100%;
  920. font-family: "Sarabun", sans-serif;
  921. font-weight: 800;
  922. font-size: 1rem;
  923. line-height: 20px;
  924. text-align: left; }
  925. @media (max-width: 442px) {
  926. .mozaique_personnes .equipe h3 {
  927. font-size: 0.9rem;
  928. padding-right: 0.5rem; } }
  929. .mozaique_personnes .equipe .personne {
  930. display: flex;
  931. flex-direction: row;
  932. flex-wrap: wrap;
  933. padding-right: 0.5rem;
  934. padding-bottom: 0.5rem; }
  935. .mozaique_personnes .equipe .personne .mozaique {
  936. display: flex;
  937. flex-direction: row;
  938. justify-content: flex-end;
  939. max-width: 30rem;
  940. min-width: 30rem; }
  941. @media (max-width: 442px) {
  942. .mozaique_personnes .equipe .personne .mozaique {
  943. max-width: 21rem;
  944. min-width: 21rem; } }
  945. .mozaique_personnes .equipe .personne .mozaique .photo {
  946. overflow: hidden;
  947. width: 15rem !important;
  948. height: 15rem !important; }
  949. .mozaique_personnes .equipe .personne .mozaique .photo img {
  950. object-fit: cover;
  951. width: 100%;
  952. height: 100%; }
  953. .mozaique_personnes .equipe .personne .mozaique .info {
  954. background-color: #fff;
  955. display: flex;
  956. flex-direction: column;
  957. font-family: "Sarabun", sans-serif;
  958. width: 50%;
  959. height: 15rem;
  960. min-width: 15rem; }
  961. @media (max-width: 442px) {
  962. .mozaique_personnes .equipe .personne .mozaique .info {
  963. max-width: 11rem;
  964. min-width: 11rem; } }
  965. .mozaique_personnes .equipe .personne .mozaique .info h5 {
  966. font-weight: 900;
  967. font-size: 1.1rem;
  968. margin: 0;
  969. padding-top: 0.8rem;
  970. padding-right: 1rem;
  971. padding-left: 1.3rem; }
  972. @media (max-width: 442px) {
  973. .mozaique_personnes .equipe .personne .mozaique .info h5 {
  974. font-size: 0.9rem;
  975. padding-left: 0.8rem;
  976. padding-right: 0.6rem; } }
  977. .mozaique_personnes .equipe .personne .mozaique .info h6 {
  978. font-weight: 300;
  979. font-size: 0.9rem;
  980. font-style: italic;
  981. line-height: 1.3;
  982. margin: 0;
  983. padding-right: 1.2rem;
  984. padding-left: 1.3rem; }
  985. @media (max-width: 442px) {
  986. .mozaique_personnes .equipe .personne .mozaique .info h6 {
  987. padding-left: 0.8rem;
  988. font-size: 0.75rem;
  989. padding-right: 0.6rem; } }
  990. .mozaique_personnes .equipe .personne .mozaique:hover {
  991. background-color: #000;
  992. color: #fff;
  993. transition: 0.2s ease-in-out; }
  994. .bouton {
  995. border: solid !important;
  996. background-color: transparent;
  997. border-radius: 0px !important;
  998. text-transform: uppercase;
  999. align-self: flex-end;
  1000. margin: auto;
  1001. margin-bottom: 0.8rem !important;
  1002. font-size: 0.7rem; }
  1003. .modal {
  1004. position: fixed;
  1005. z-index: 1;
  1006. top: 0;
  1007. right: 0;
  1008. bottom: 0;
  1009. left: 0;
  1010. display: none; }
  1011. .modal.open {
  1012. display: block; }
  1013. .modal .container {
  1014. position: absolute;
  1015. background: white !important;
  1016. top: 50%;
  1017. left: 50%;
  1018. transform: translateX(-50%) translateY(-50%);
  1019. width: 50%;
  1020. height: content;
  1021. min-height: 50px;
  1022. border: solid;
  1023. color: black; }
  1024. .modal .container .message {
  1025. padding: 5% 10% 5% 5%; }
  1026. .modal .container a.close {
  1027. position: absolute;
  1028. right: 5%;
  1029. top: 5%;
  1030. color: black;
  1031. font-size: 30px; }
  1032. .modal .container a.close:hover {
  1033. color: black; }
  1034. @media (max-width: 442px) {
  1035. .modal .container {
  1036. transform: translateX(-50%) translateY(-50%);
  1037. width: 85%;
  1038. height: 80%;
  1039. overflow-y: scroll; }
  1040. .modal .container a.close {
  1041. font-size: 0.8rem;
  1042. position: absolute;
  1043. right: 2%;
  1044. top: 0.8%; }
  1045. .modal .container p {
  1046. font-size: 0.8rem;
  1047. margin-top: 0; }
  1048. .modal .container .message {
  1049. padding: 5% 5% 5% 5%; } }
  1050. #new-footer {
  1051. display: flex;
  1052. flex-direction: column; }
  1053. #new-footer .tothetop {
  1054. position: absolute;
  1055. height: 1rem;
  1056. bottom: 16rem;
  1057. text-align: center;
  1058. left: 0;
  1059. right: 0; }
  1060. #new-footer .tothetop span {
  1061. font-size: 1.7rem;
  1062. line-height: 2,5rem;
  1063. background: #fff;
  1064. width: 4rem;
  1065. height: 5rem;
  1066. border-radius: 3px;
  1067. display: inline-block;
  1068. text-align: top; }
  1069. #new-footer .footer {
  1070. display: flex;
  1071. flex-direction: row;
  1072. flex-wrap: nowrap; }
  1073. #new-footer .footer .footer-logos {
  1074. display: flex;
  1075. flex-direction: row;
  1076. flex-wrap: nowrap;
  1077. width: 70%;
  1078. align-items: center;
  1079. margin-left: 3rem; }
  1080. #new-footer .footer .footer-logos img {
  1081. max-height: 4rem;
  1082. padding-right: 1rem; }
  1083. #new-footer .footer .footer-logos img:last-of-type {
  1084. padding-top: 0.30rem;
  1085. padding-bottom: 0.30rem; }
  1086. #new-footer .footer #new-footer .footer .footer-logos img:last-of-type {
  1087. height: 0.5rem !important; }
  1088. #new-footer .footer .contact {
  1089. display: flex;
  1090. flex-direction: column;
  1091. width: 30%;
  1092. margin-top: 1.5rem;
  1093. align-items: flex-start; }
  1094. #new-footer .footer .contact img {
  1095. margin-bottom: 1rem;
  1096. max-height: 2rem; }
  1097. #new-footer .footer .contact svg {
  1098. margin-bottom: 1rem; }
  1099. #new-footer .footer .contact h6 {
  1100. margin: 0 !important;
  1101. font-weight: 600; }
  1102. #new-footer .footer .contact p {
  1103. margin: 0; }
  1104. @media (max-width: 442px) {
  1105. #new-footer .footer {
  1106. width: 100%;
  1107. flex-direction: column-reverse;
  1108. align-items: center;
  1109. margin: auto; }
  1110. #new-footer .footer .contact {
  1111. padding-top: 1rem;
  1112. width: 80%; }
  1113. #new-footer .footer .footer-logos {
  1114. width: 90%;
  1115. margin-top: 1.5rem;
  1116. margin-left: 0.5rem;
  1117. flex-direction: column;
  1118. justify-content: space-between; }
  1119. #new-footer .footer .footer-logos img {
  1120. padding: 0.5rem; }
  1121. #new-footer .footer .footer-logos img:last-of-type {
  1122. padding: 0.8rem; }
  1123. #new-footer .tothetop {
  1124. bottom: 37rem; } }
  1125. button:focus {
  1126. border: solid !important;
  1127. background-color: transparent;
  1128. border-radius: 0px !important;
  1129. text-transform: uppercase;
  1130. align-self: flex-end;
  1131. margin: auto;
  1132. outline: -webkit-focus-ring-color auto 0px;
  1133. outline-color: -webkit-focus-ring-color;
  1134. outline-style: auto;
  1135. outline-width: 0px; }
  1136. .modular.header-image #header {
  1137. background-color: rgba(255, 255, 255, 0);
  1138. box-shadow: none; }
  1139. .modular.header-image #header #logo h3 {
  1140. color: #FFFFFF; }
  1141. .modular.header-image #header #navbar a {
  1142. color: #FFFFFF; }
  1143. .modular .showcase {
  1144. padding-top: 4rem;
  1145. padding-bottom: 4rem;
  1146. background-color: #666;
  1147. background-size: cover;
  1148. background-position: center;
  1149. text-align: center;
  1150. color: #FFFFFF; }
  1151. .modular .showcase h1 {
  1152. font-size: 4rem;
  1153. margin-top: 0; }
  1154. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  1155. .modular .showcase h1 {
  1156. font-size: 3rem; } }
  1157. @media only all and (max-width: 47.938em) {
  1158. .modular .showcase h1 {
  1159. font-size: 2.5rem;
  1160. line-height: 1.2;
  1161. margin-bottom: 2.5rem; } }
  1162. .modular .showcase .button {
  1163. color: #FFFFFF;
  1164. padding: 0.7rem 2rem;
  1165. margin-top: 2rem;
  1166. background: rgba(255, 255, 255, 0);
  1167. border: 1px solid #FFFFFF;
  1168. border-radius: 3px;
  1169. box-shadow: none;
  1170. font-size: 1.3rem; }
  1171. .modular .showcase .button:hover {
  1172. background: rgba(255, 255, 255, 0.2); }
  1173. .modular .titre_nsb h1 {
  1174. text-transform: uppercase;
  1175. text-align: right;
  1176. padding-right: 50%; }
  1177. .modular .features {
  1178. width: 75%;
  1179. margin: auto; }
  1180. .modular .features:after {
  1181. content: "";
  1182. display: table;
  1183. clear: both; }
  1184. .modular .features h2 {
  1185. margin: 0;
  1186. line-height: 100%; }
  1187. .modular .features p {
  1188. margin: 1rem 0;
  1189. font-size: 1.2rem; }
  1190. @media only all and (max-width: 47.938em) {
  1191. .modular .features p {
  1192. font-size: 1rem; } }
  1193. .modular .features .feature-items {
  1194. margin-top: 2rem; }
  1195. @supports not (flex-wrap: wrap) {
  1196. .modular .features .feature-items {
  1197. overflow: hidden; } }
  1198. .modular .features .feature {
  1199. display: block;
  1200. float: left;
  1201. width: 20%;
  1202. vertical-align: top;
  1203. margin-top: 2rem;
  1204. margin-right: 3rem;
  1205. margin-bottom: 1rem; }
  1206. @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  1207. .modular .features .feature {
  1208. margin-top: 1rem;
  1209. width: 50%; } }
  1210. @media only all and (max-width: 30em) {
  1211. .modular .features .feature {
  1212. margin-top: 1rem;
  1213. width: 100%; } }
  1214. .modular .features .feature i.fa {
  1215. font-size: 2rem;
  1216. color: #000; }
  1217. .modular .features .feature h4 {
  1218. margin: 0;
  1219. font-size: 1.1rem;
  1220. text-align: left; }
  1221. .modular .features .feature p {
  1222. display: inline-block;
  1223. font-size: 0.8rem;
  1224. margin: 0.2rem 0 1rem; }
  1225. .modular .features .feature img {
  1226. width: 45%;
  1227. display: block; }
  1228. .modular .features.big {
  1229. text-align: center; }
  1230. .modular .features.big .feature {
  1231. width: 50%; }
  1232. @media only all and (max-width: 30em) {
  1233. .modular .features.big .feature {
  1234. margin-top: 1rem;
  1235. width: 100%; } }
  1236. .modular .features.big i.fa {
  1237. font-size: 3rem;
  1238. float: left; }
  1239. .modular .features.big .feature-content {
  1240. padding-right: 2rem; }
  1241. .modular .features.big .feature-content.icon-offset {
  1242. margin-left: 5rem; }
  1243. .modular .features.big .feature-content h4 {
  1244. font-size: 1.3rem;
  1245. text-align: left; }
  1246. .modular .features.big .feature-content p {
  1247. padding: 0;
  1248. text-align: left; }
  1249. .callout {
  1250. background: #000;
  1251. color: #fff;
  1252. padding: 4rem 0.938rem; }
  1253. @media only all and (max-width: 59.938em) {
  1254. .callout {
  1255. text-align: center; } }
  1256. .callout .align-left {
  1257. float: left;
  1258. margin-right: 2rem; }
  1259. @media only all and (max-width: 59.938em) {
  1260. .callout .align-left {
  1261. float: none;
  1262. margin-right: 0; } }
  1263. .callout .align-right {
  1264. float: right;
  1265. margin-left: 2rem; }
  1266. @media only all and (max-width: 59.938em) {
  1267. .callout .align-right {
  1268. float: none;
  1269. margin-left: 0; } }
  1270. .callout img {
  1271. border-radius: 3px; }
  1272. .modular .modular-row:last-child {
  1273. margin-bottom: 2rem; }
  1274. @media (max-width: 442px) {
  1275. h1 {
  1276. font-size: 1.5rem; } }