text
stringlengths
1
1.04M
language
stringclasses
25 values
WWE fans have reacted to a clip of Stephanie McMahon clapping at a top WWE heel's antics at Survivor Series: WarGames 2023. Stephanie was in attendance at last night's Survivor Series: WarGames 2023 event. The card featured a Women's WarGames match pitting Damage CTRL against Bianca Belair, Charlotte Flair, Shotzi, and Becky Lynch. While Bayley was entering the WarGames cage, she confronted a fan and began arguing with him. She then knocked his cap off in an amusing moment. Stephanie McMahon was seen having a hearty laugh over Bayley's heelish antics. She also clapped for The Role Model. Here's how fans reacted to the clip: Bayley was one of WWE's biggest MVPs during the pandemic era in 2020-21. She carried the Women's division on her shoulders back then and received massive praise from fans for her efforts. Stephanie had major praise for Bayley while speaking on the Bill Simmons podcast. Check out her comments below: Bayley's Damage CTRL faction lost to Bianca Belair, Charlotte Flair, Shotzi, and Becky Lynch at Survivor Series: WarGames 2023. Many fans believe that Damage CTRL will kick Bayley out of the group somewhere down the line. What was your reaction to seeing Stephanie in attendance at Survivor Series: WarGames?
english
Chef Meraj’s Gluten-free Sesame and Oatmeal Cake is a healthy dessert that has been specifically created keeping gluten-related allergies in mind. Most of the delicious things in the world like bread, candies, beer and cookies contain gluten. This sometimes makes the world of gluten-intolerant people seem very small, as they have very few ‘regular’ things that they can eat. They often feel deprived of the most scrumptious, mouth-watering delicacy in the entire world - cake. Chef Meraj to the rescue! His gluten-free cake recipe is what you have been missing. This healthy recipe will make you question your everyday cake, as it is as fluffy and creamy, but way more nutritious. Oats are among the healthiest grains on earth. They’re a gluten-free whole grain and a great source of important vitamins, minerals, fibre and antioxidants. Studies show that oats and oatmeal have many health benefits that include weight loss, lower blood sugar levels and a reduced risk of heart disease. This is, quite literally, the healthiest and yummiest cake you are ever going to eat! For the frosting: - Preheat the oven to 170° C. Grease a baking dish, and set it aside. - Place the oatmeal in a bowl, and add the boiling water. Stir to combine, and allow to stand for 15 minutes. - Combine the butter and the sugars in a mixing bowl, and beat on High until light and fluffy. - Add the oatmeal, eggs, quinoa flour, baking soda, salt, sesame seed, cinnamon powder, and vanilla essence, and beat until thoroughly blended. - Pour the cake batter into the prepared baking dish, and bake for 40 minutes. - Combine the ingredients for the frosting, while the cake is baking. - Spread the frosting mixture evenly over the top of the hot cake, and broil again until the frosting turns golden brown. - Allow the cake to cool before serving.
english
import autobind from 'autobind-decorator'; import history from '../utils/history'; import { AUTH_CONFIG } from './configuration'; import { Auth0Authentication } from './Auth0Authentication'; import { Auth0DecodedHash, Auth0Error, WebAuth } from 'auth0-js'; /** * Web based Auth0 authentication * * @export * @class WebAuthentication * @implements {Auth0Authentication} */ export class WebAuthentication implements Auth0Authentication { /** * @property * @private * @type {WebAuth} * @memberof WebAuthenticationManager */ auth0: WebAuth = new WebAuth({ domain: AUTH_CONFIG.domain, clientID: AUTH_CONFIG.clientId, redirectUri: AUTH_CONFIG.callbackUrl, audience: `https://${AUTH_CONFIG.domain}/userinfo`, responseType: 'token id_token', scope: 'openid', }); get authenticated(): boolean { // Check whether the current time is past the // access token's expiry time let expiresAt = JSON.parse(localStorage.getItem('expires_at')!); return new Date().getTime() < expiresAt; } @autobind login(): void { this.auth0.authorize(); } @autobind handleAuthentication(): void { this.auth0.parseHash((e: Auth0Error, result: Auth0DecodedHash) => { if (result && result.accessToken && result.idToken) { this.setSession(result); history.replace('/home'); } else if (e) { history.replace('/home'); // tslint:disable-next-line:no-console console.error(e); alert(`Error: ${e.error}. Check the console for further details.`); } }); } @autobind setSession(authResult: Auth0DecodedHash): void { const { accessToken, expiresIn, idToken } = authResult; // Set the time that the access token will expire at let expiresAt = JSON.stringify(expiresIn! * 1000 + new Date().getTime()); localStorage.setItem('access_token', accessToken!); localStorage.setItem('id_token', idToken!); localStorage.setItem('expires_at', expiresAt); // navigate to the home route history.replace('/home'); } @autobind logout(): void { // Clear access token and ID token from local storage localStorage.removeItem('access_token'); localStorage.removeItem('id_token'); localStorage.removeItem('expires_at'); // navigate to the home route history.replace('/home'); } }
typescript
(a) whether the Government propose to withhold the Central assistance to those States that are not holding Panchayat elections; (b) if so, the details thereof; (c) whether the Government have taken any decision to send the amount for rural development directly to district panchayats instead of sending it to the State Governments; and (d) if so, the details thereof and the number of gram panchayats so far been provided funds directly, schemewise? THE MINISTER OF RURAL DEVELOPMENT (SHRI M. VENKAIAH NAIDU): (a) As per the Guidelines of the Employment Assurance Scheme (EAS), 20% of Funds under the Schemes are to be released as an incentive only if the State concerned has put elected and empowered Panchayati Raj Institutions in place. (b) In case of States of Andhra Pradesh, Assam, Bihar, Gujarat, Punjab, Orissa, Haryana, Maharashtra, Karnataka, Chhattisgarh, Jharkhand and Uttaranchal and Union Territories of Andaman & Nicobar Islands, Pondicherry, Lakshadweep, Daman & Diu and Dadra & Nagar Haveli, the incentive funds under EAS have not been released during the current year as these States/ UTS have either not held Panchayat Elections or have not developed powers upon Panchayats satisfactorily. (c) Yes. Sir. Funds under major Schemes for rural development such as Employment Assurance Scheme (EAS), Jawahar Gram Samridhi Yojana (JGSY), Swarnjayanty Gram Swarojgar Yojana (SGSY), Indira Awas Yojana (IAY), etc. are released directly to the District Rural Development Agencies (DRDAs)/District Panchayats (DPs). (d) The JGSY Scheme is being implemented by the Gram Panchayats throughout the country. The entire funds under the Schemes are allocated among all Gram Panchayats through DRDAS/DPs. Code of Conduct for Ministers 2463. SHRI BHIM DAHAL: Will the Minister of HOME AFFAIRS be pleased to state: (a) whether the Union Government are considering the desirability of framing Code of Conduct for Ministers; and (b) if so, the details thereof? THE MINISTER OF STATE IN THE MINISTRY OF HOME AFFAIRS (SHRI I.D. SWAMI): (a) and (b) There already exists a Code of Conduct for Ministers. This Code, inter alia, provides for declaration of assets and liabilities by Ministers and lays down guidelines for acceptance of gifts/awards by them. The Code also requires Ministers not to permit their spouses and dependents to accept employment under a foreign government, in India or abroad, or in a foreign organisation (including commercial organisations) without prior approval of the Prime Minister. Grants to NGOs by CAPART in Uttar Pradesh 2464. SHRI RAVI PRAKASH VERMA: Will the Minister of RURAL DEVELOPMENT be pleased to state: (a) the details of the grants provided to NGOs in Uttar Pradesh by CAPART during 2000-2001, till date, scheme-wise and NGO-wise; (b) whether the Government have reviewed the functioning of these organisations; (c) if so, the details in this regard, organisation-wise; (d) whether this amount has been utilised fully by NGOS; (e) if so, the details in this regard, NGO-wise; (f) if not, the reasons therefor, NGO-wise; and (g) the number out of these blacklisted during the last two years? THE MINISTER OF STATE IN THE MINISTRY OF RURAL DEVELOPMENT (SHRI SUBHASH MAHARIA): (a) The scheme-wise details of grants provided to each of the NGOs in Uttar Pradesh by CAPART during 20002001, and till date are given in the statement. (b) Yes, Sir. (c) In CAPART, there is three-tier system of monitoring of project sanctioned to the Voluntary Organisations (VOS). On receipt of the project proposal, the desk scrutiny is made and pre-funding appraisal of the project is conducted to ascertain the feasibility of the project and the capability of the organisation. After sanction of the project, the first instalment of funds is released and mid-term evaluation is conducted at an appropriate time by the Project Evaluators (PEs) empanelled by CAPART. On completion of the project, post-completion evaluation is conduced by the PES. By and large, the performance of these VOs has been found to be satisfactory. S.N. Name of the VO Mayana Gramodyog, Seva Sansthan, Jewar, Gram Vikas Samiti, Banki Barabanki Gram Vikas Samiti, Thora Vikas Samiti, Jewar, Gautambudhnagar Devta Khadi Gramodyog Sansthan, Dankaur, Gram Vikas Evam Samaj Kalyan Sansthan, Muskara Hamirpur Centre for Educational Technological Research & Extension, Kalyanpur, Kanpur Raza Hussain Memorial Charitable, Society, Kanpur Nagar, Kanpur Sarvodaya Sewa Parishad Kalyanpur, Kanpur Akhil Bhartiya Rachnatmak Karya Sansthan, Lucknow SRAVANA 16, 1923 (Saka) Sant Daryav Das Samarak Shiksha Samiti, Sitapur, Lucknow Rural Technology -do-doPublic Cooperation 2,23,850 Public Cooperation -do(d) to (f) The details of the amount utilised, N.G.O.wise are given in the statement enclosed. (g) No organisation, out of these, has been blacklisted by CAPART. Amount Sanctioned Amount released (Amt. in Rs.) Amount Utilised
english
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('premises', '0006_contention_is_published'), ] operations = [ migrations.AddField( model_name='premise', name='sibling_count', field=models.IntegerField(default=1), preserve_default=True, ), migrations.AlterField( model_name='contention', name='description', field=models.TextField(null=True, verbose_name=b'Ek bilgiler', blank=True), ), migrations.AlterField( model_name='contention', name='owner', field=models.CharField(help_text='Arg\xfcman\u0131n sahibi. Bir kurum, kitap ya da ki\u015fi olabilir.\n\xd6rnekler:\n<ul>\n <li>T.C. Anayasas\u0131</li>\n <li>T\xfcrk Dil Kurumu</li>\n <li><NAME></li>\n <li><NAME></li>\n <li>Aziz Nesin</li>\n</ul>\nE\u011fer bir de\u011fer girilmemi\u015fse arg\xfcman\u0131n sahibi arg\xfcman\u0131 ekleyen olarak g\xf6r\xfcl\xfcr.', max_length=255, null=True, verbose_name=b'Orijinal s\xc3\xb6ylem', blank=True), ), migrations.AlterField( model_name='contention', name='sources', field=models.TextField(help_text='Arg\xfcman\u0131n kayna\u011f\u0131. Bir URL, kitap ad\u0131 ya da dergi ad\u0131 olabilir.\nBu alan \xf6nemlidir, kaynaks\u0131z ve tart\u0131\u015fmal\u0131 bir arg\xfcman/\xf6nerme yay\u0131ndan kald\u0131r\u0131l\u0131r.', null=True, verbose_name=b'Kaynaklar', blank=True), ), migrations.AlterField( model_name='contention', name='title', field=models.CharField(help_text="\xd6nermeleriyle birlikte tart\u0131\u015f\u0131labilecek, desteklenebilecek/ispatlanabilecek ya da \xe7\xfcr\xfct\xfclebilecek bir arg\xfcman.\n\xd6rnekler:\n<ul>\n <li>Sanat toplum i\xe7indir.</li>\n <li>Bisiklet bir ula\u015f\u0131m arac\u0131d\u0131r.</li>\n <li>Bisiklet\xe7iler trafikte bulundu\u011fu t\xfcm \u015feridi kaplamal\u0131d\u0131r.</li>\n <li>Python'\u0131n ilerlemesinde GIL b\xfcy\xfck bir engeldir.</li>\n</ul>", max_length=255, verbose_name=b'Arg\xc3\xbcman'), ), migrations.AlterField( model_name='premise', name='premise_type', field=models.IntegerField(default=1, help_text='\xd6nermenin tipi belirtilmesi gerekir. De\u011ferler \u015funlard\u0131r:\n<ul>\n <li>\n ama: itiraz ve \xe7\xfcr\xfctme i\xe7in kullan\u0131l\u0131r\n </li>\n <li>\n \xe7\xfcnk\xfc: destek/kan\u0131t i\xe7in kullan\u0131l\u0131r\n </li>\n <li>\n ancak: bir \xf6nermeye ek bilgi ya da durum belirtilmesi i\xe7in kullan\u0131l\u0131r.\n </li>\n</ul>', verbose_name=b'\xc3\x96nerme Tipi', choices=[(0, 'ama'), (1, '\xe7\xfcnk\xfc'), (2, 'ancak')]), ), migrations.AlterField( model_name='premise', name='sources', field=models.TextField(help_text='\xd6rnek: T.C. Karayollar\u0131 Trafik Kanunu 2918/46. Maddesi', null=True, verbose_name=b'Kaynaklar', blank=True), ), migrations.AlterField( model_name='premise', name='text', field=models.TextField(help_text='\xd6rnek: Bisiklet s\xfcr\xfcc\xfcs\xfc karayolunda en sa\u011f \u015feridi kullan\u0131r ve di\u011fer ta\u015f\u0131tlar ile ayn\u0131 sorumlulukla hareket eder.', null=True, verbose_name=b'\xc3\x96nermenin \xc4\xb0\xc3\xa7eri\xc4\x9fi', blank=True), ), ]
python
Kavita Karkare, wife of slain former Anti Terrorism Squad chief Hemant Karkare, passed away at Mumbai based P D Hinduja hospital, Mahim. She was declared brain dead on Monday morning. According to a doctor from the hospital, she was admitted in the hospital on Saturday morning after she suffered from brain haemorrhage. According to Ashok, while they knew she had suffered from brain haemorrhage, angiogram to confirm whether it was sub-arachnoid haemorrhage could not be done. Sub-arachnoid is bleeding in the space between thin tissues that cover the brain. However, the doctor confirmed that such a condition is not triggered by depression or stress. According to the hospital’s spokesperson, both the daughters and son of Karkare expressed their wish to donate her organs for transplant.
english
<filename>packages/nodes-base/nodes/Set/Set.node.json<gh_stars>0 { "node": "n8n-nodes-base.set", "nodeVersion": "1.0", "codexVersion": "1.0", "categories": [ "Core Nodes" ], "resources": { "primaryDocumentation": [ { "url": "https://docs.integratedhealth.io/nodes/n8n-nodes-base.set/" } ], "generic": [ ] }, "alias": [ "JSON", "Filter", "Transform", "Map" ], "subcategories": { "Core Nodes": [ "Data Transformation" ] } }
json
/* * Java * * Copyright 2019 <NAME>. All rights reserved. */ package com.choupom.forgik.rule; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.json.JSONArray; import org.json.JSONObject; import com.choupom.forgik.formula.Formula; import com.choupom.forgik.formula.Formulas; import com.choupom.forgik.formula.FreeFormula; import com.choupom.forgik.operations.ApplyOperation; import com.choupom.forgik.operations.GetFreeFormulasOperation; import com.choupom.forgik.parser.FormulaParser; import com.choupom.forgik.utils.InputStreamUtils; public class RuleParser { private static final String DIRECTORY = "/rules/"; private static final String EXTENSION = ".json"; private static final String JSON_NAME = "name"; private static final String JSON_ASSUMPTIONS = "assumptions"; private static final String JSON_ANTECEDENTS = "antecedents"; private static final String JSON_CONSEQUENT = "consequent"; private RuleParser() { // private constructor } public static Rule parseRule(String ruleId) throws IOException { String resourceName = DIRECTORY + ruleId + EXTENSION; String jsonString; try (InputStream fileInputStream = RuleParser.class.getResourceAsStream(resourceName)) { if (fileInputStream == null) { throw new IOException("Rule " + ruleId + " not found"); } jsonString = InputStreamUtils.readInputStream(fileInputStream); } JSONObject rule = new JSONObject(jsonString); String name = rule.getString(JSON_NAME); JSONArray assumptions = rule.optJSONArray(JSON_ASSUMPTIONS); JSONArray antecedents = rule.optJSONArray(JSON_ANTECEDENTS); String consequent = rule.getString(JSON_CONSEQUENT); if (assumptions == null) { assumptions = new JSONArray(); } if (antecedents == null) { antecedents = new JSONArray(); } Formula[] parsedAssumptions = new Formula[assumptions.length()]; for (int i = 0; i < assumptions.length(); i++) { parsedAssumptions[i] = parseFormula(assumptions.getString(i)); } Formula[] parsedAntecedents = new Formula[antecedents.length()]; for (int i = 0; i < antecedents.length(); i++) { parsedAntecedents[i] = parseFormula(antecedents.getString(i)); } Formula parsedConsequent = parseFormula(consequent); return new Rule(name, Formulas.wrap(parsedAssumptions), Formulas.wrap(parsedAntecedents), parsedConsequent); } private static Formula parseFormula(String string) { Formula formula = FormulaParser.parse(string); Set<Integer> freeFormulas = new HashSet<>(); formula.runOperation(new GetFreeFormulasOperation(freeFormulas)); Map<Integer, Formula> map = new HashMap<>(); for (Integer freeFormula : freeFormulas) { map.put(freeFormula, new FreeFormula(-freeFormula - 1)); // replace id by negative id } return formula.runOperation(new ApplyOperation(map)); } }
java
<filename>client/src/pages/publish/index.css .export-section { color: white; } .published-draft-preview, .published-blog-preview { display: flex; flex-direction: column; align-items: center; overflow: hidden; } .published-draft-location, .published-blog-location { font-weight: 100; margin: 0.5em; padding: 0.5em; color: #00d2d3; border-bottom: 2px solid #00d2d3; text-align: center; cursor: pointer; transition: 300ms ease-in-out all; } .published-draft-path, .published-blog-path { font-weight: 700; } .published-draft-location:hover, .published-blog-location:hover { color: #feca57; border-bottom: 2px solid #feca57; } .published-draft-location:active, .published-blog-location:active { color: #ee5253; border-bottom: 2px solid #ee5253; } .published-draft-markdown-code, .published-blog-markdown-code { background-color: black; width: 90%; margin: 0.5em; padding: 0.5em 1.5em 0.5em 1.5em; border-radius: 0.5em; max-height: 30vh; overflow-y: scroll; box-sizing: content-box; font-size: 0.75em; color: white; } .published-draft-republish-btn, .published-blog-republish-btn { color: #feca57; border-bottom: 2px solid #feca57; padding: 0.5em; font-size: 0.75em; font-weight: 700; cursor: pointer; transition: 300ms ease-in-out all; } .published-draft-republish-btn:hover, .published-blog-republish-btn:hover { color: #c8d6e5; border-bottom: 2px solid #c8d6e5; }
css
<filename>org/geomapapp/io/ShowStackTrace.java package org.geomapapp.io; import javax.swing.JTextArea; import javax.swing.JOptionPane; import javax.swing.JScrollPane; import java.awt.Component; public class ShowStackTrace { public static void showTrace(Throwable e) { showTrace(e, null); } public static void showTrace(Throwable e, Component comp) { StackTraceElement[] trace = e.getStackTrace(); StringBuffer sb = new StringBuffer(); sb.append( "ERROR\n"+ e.getClass().getName() +" "+ e.getMessage()); for( int i=0 ; i<trace.length ; i++) sb.append( "\n"+ trace[i].toString() ); JTextArea t = new JTextArea(sb.toString()); JOptionPane.showMessageDialog( comp, new JScrollPane(t), "", JOptionPane.ERROR_MESSAGE, null); } }
java
The Samsung UE32F5000 LCD TV for £276.44 is your bargain of the week this time around, offering a full 1080p picture, LED backlighting and two HDMI ports for hooking up your AV gear. Our reviews editor James Rivington says: "32-inches is a hot area for TV bargains and this one from Samsung is a humdinger. Slim lines, Freeview HD tuner and a 1080p screen are the headline features on offer, and the TV also allows you to watch movies from a USB stick, adding a welcome element of 'smart'." There's a bunch of other good deals as well this week, and one we thought worth highlighting is that Rockstar has reduced the price of Grand Theft Auto 3 and Grand Theft Auto: Vice City on both iOS and Android. You can now get your GTA fix on the go for only £1.99 a piece, so you can relive the 80's highlife of Tommy Vercetti or go back to where the modern 3D GTA all began in the bowels of Liberty City just in time before GTA 5 lands in 53 days on September 17. Not that we're counting or anything. - Save £20 when you spend over £250 on any tablet at Tesco Direct | Enter voucher code TDX-PT6L (Valid until 28/07/13) - Save £10 when you spend over £100 at Tesco Direct | Enter voucher code TDX-WL3M (Valid until 29/07/13) - Save £30 when you spend over £300 on any Laptop, Macbook or Chromebook at Tesco Direct | Enter voucher code TDX-RTXQ (Valid until 28/07/13) Get the hottest deals available in your inbox plus news, reviews, opinion, analysis, deals and more from the TechRadar team. The TechRadar hive mind. The Megazord. The Voltron. When our powers combine, we become 'TECHRADAR STAFF'. You'll usually see this author name when the entire team has collaborated on a project or an article, whether that's a run-down ranking of our favorite Marvel films, or a round-up of all the coolest things we've collectively seen at annual tech shows like CES and MWC. We are one.
english
A full version program for iPhone, by Backstage LLC. A free program for iPhone, by ARC PLAY LTD CO.. A free program for iPhone, by Silver Point Innovations LLC. A free app for iPhone, by Kumar krati Gupta. Gun Clone: Shoot, Collect, Upgrade, and Destroy!
english
<gh_stars>1-10 #! /usr/bin/env python # # downloader_test.py # # Copyright (c) 2015-2016 <NAME> # # This software is released under the MIT License. # # http://opensource.org/licenses/mit-license.php # """ Test for downloader module. """ import logging import shutil import sys import unittest import os from os import path import downloader # pylint: disable=import-error TARGET_FILE = "bin/entrypoint.sh" SAMPLE_FILE = "https://raw.githubusercontent.com/jkawamoto/roadie-gcp/master/bin/entrypoint.sh" ORIGINAL_FILE = path.normpath( path.join(path.dirname(__file__), "..", TARGET_FILE)) ARCHIVE_ROOT = "./roadie-gcp-20160618" ZIP_FILE = "https://github.com/jkawamoto/roadie-gcp/archive/v20160618.zip" TAR_FILE = "https://github.com/jkawamoto/roadie-gcp/archive/v20160618.tar.gz" class TestDownload(unittest.TestCase): """ Test case for download module. """ def test_download(self): """ Test downloading a file. """ downloader.download(SAMPLE_FILE) basename = path.basename(SAMPLE_FILE) self.evaluate_file(basename, ORIGINAL_FILE) os.remove(basename) def test_set_destination(self): """ Test downloading a file to another directory. """ downloader.download(SAMPLE_FILE + ":/tmp/") target = "/tmp/" + path.basename(SAMPLE_FILE) self.evaluate_file(target, ORIGINAL_FILE) os.remove(target) def test_rename(self): """ Test downloading a file and renaming it. """ target = "test.md" downloader.download(SAMPLE_FILE + ":" + target) self.evaluate_file(target, ORIGINAL_FILE) os.remove(target) def test_set_destination_and_rename(self): """ Test downloading a file to a directory and renaming it. """ target = "/tmp/test.md" downloader.download(SAMPLE_FILE + ":" + target) self.evaluate_file(target, ORIGINAL_FILE) os.remove(target) def test_download_zip(self): """ Test downloading a zip file. """ downloader.download(ZIP_FILE) target = path.join(ARCHIVE_ROOT, TARGET_FILE) self.evaluate_file(target, ORIGINAL_FILE) shutil.rmtree(ARCHIVE_ROOT) def test_set_destination_zip(self): """ Test downloading a zip file to a specified path. """ downloader.download(ZIP_FILE + ":/tmp/") target = path.join("/tmp/", ARCHIVE_ROOT, TARGET_FILE) self.evaluate_file(target, ORIGINAL_FILE) shutil.rmtree(path.join("/tmp/", ARCHIVE_ROOT)) def test_download_tarball(self): """ Test downloading a tarball file. """ downloader.download(TAR_FILE) target = path.join(ARCHIVE_ROOT, TARGET_FILE) self.evaluate_file(target, ORIGINAL_FILE) shutil.rmtree(ARCHIVE_ROOT) def test_set_destination_taball(self): """ Test downloading a tarball file to a specified path. """ downloader.download(TAR_FILE + ":/tmp/") target = path.join("/tmp/", ARCHIVE_ROOT, TARGET_FILE) self.evaluate_file(target, ORIGINAL_FILE) shutil.rmtree(path.join("/tmp/", ARCHIVE_ROOT)) def evaluate_file(self, target, original): """ Evaluate existence and contents of the target file. Args: target: target file to be checked. original: original file of which contetns will be compared of the ones of target. """ self.assertTrue(path.exists(target)) self.assertEqual( self.read_file(target), self.read_file(original)) @staticmethod def read_file(fpath): """ Open a file and read it. Args: fpath: Path for a file. Returns: Contents of the file. """ with open(fpath) as f: return f.read() if __name__ == "__main__": logging.basicConfig(level=logging.INFO, stream=sys.stderr) unittest.main()
python
<gh_stars>1-10 Backstage Scripts ================= This directory contains executable scripts that we do not want accessible via the webroot, yet utilize the website to perform tasks like updating the website schema without requiring a login or searching all app-data related tables in every org for a particular table/column value. Place this directory outside of the website root directory tree, ensuring they are not accidentally served up via the webserver and therefore only accessible when logged into the website server.
markdown
<filename>public/theme_resources/frontend/orama/stylesheets/albums/9309.css body { background:#E1E1D7; } h1 { color: #1E1E14 } div#logo h1 { color: #1E1E14 } #menu-links ul > li a { color: #050500 } #breadcrumbs { color: #050500 } #breadcrumbs a { color: #050500; } table.album-showcast .release-date { color: #000000 } table.album-showcast .summary { color: #0f0f05 } table.album-showcast a { color: #37372d } table.album-showcast .image img { border: 1px solid #f0f0e6 } table.tracks td { color: #0f0f05 } table.tracks tr:nth-child(2n+1) { background-color: #fafaf0 } #top-tags { background-color: #fafaf0 } #tags-links li { color: #050500 } #tags-links li a { color: #37372d } div#footer { background: #c3c3b9; color: #1E1E14; } div#footer a { color: #1E1E14; }
css
<filename>src/index.ts export * from './Lynx' export * from './LynxUser'
typescript
{"questions": [{"player_1": {"name": "<NAME>", "player_stat": 6.74}, "player_2": {"name": "<NAME>", "player_stat": 7.88}, "stat": "economy", "skill": "BOWL", "question_text": "Who has the better economy rate?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 1086.0}, "player_2": {"name": "<NAME>", "player_stat": 706.0}, "stat": "runs_given", "skill": "BOWL", "question_text": "Who has given away less runs?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 3.0}, "player_2": {"name": "<NAME>", "player_stat": 1.0}, "stat": "zeroes", "skill": "BAT", "question_text": "Who has more ducks?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 322.0}, "player_2": {"name": "<NAME>", "player_stat": 1297.0}, "stat": "runs_given", "skill": "BOWL", "question_text": "Who has given away less runs?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 21.0}, "player_2": {"name": "<NAME>", "player_stat": 536.0}, "stat": "fours", "skill": "BAT", "question_text": "Who has hit more fours?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 65.0}, "player_2": {"name": "<NAME>", "player_stat": 69.0}, "stat": "wickets", "skill": "BOWL", "question_text": "Who has taken more wickets?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 19.8}, "player_2": {"name": "<NAME>", "player_stat": 44.72}, "stat": "average", "skill": "BOWL", "question_text": "Who has the better bowling average?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 44.72}, "player_2": {"name": "<NAME>", "player_stat": 29.15}, "stat": "average", "skill": "BOWL", "question_text": "Who has the better bowling average?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 0.0}, "player_2": {"name": "<NAME>", "player_stat": 3.0}, "stat": "maidens", "skill": "BOWL", "question_text": "Who has bowled more maidens?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 22.0}, "player_2": {"name": "<NAME>", "player_stat": 66.0}, "stat": "sixes", "skill": "BAT", "question_text": "Who has hit more sixes?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 0.0}, "player_2": {"name": "<NAME>", "player_stat": 0.0}, "stat": "hundreds", "skill": "BAT", "question_text": "Who has scored more hundreds?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 21.77}, "player_2": {"name": "<NAME>", "player_stat": 31.39}, "stat": "average", "skill": "BOWL", "question_text": "Who has the better bowling average?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 1.0}, "player_2": {"name": "<NAME>", "player_stat": 1.0}, "stat": "maidens", "skill": "BOWL", "question_text": "Who has bowled more maidens?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 536.0}, "player_2": {"name": "<NAME>", "player_stat": 50.0}, "stat": "fours", "skill": "BAT", "question_text": "Who has hit more fours?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 139.1}, "player_2": {"name": "<NAME>", "player_stat": 123.88}, "stat": "strike_rate", "skill": "BAT", "question_text": "Who has the better batting strike rate?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 3.0}, "player_2": {"name": "<NAME>", "player_stat": 1.0}, "stat": "maidens", "skill": "BOWL", "question_text": "Who has bowled more maidens?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 0.0}, "player_2": {"name": "<NAME>", "player_stat": 12.0}, "stat": "zeroes", "skill": "BAT", "question_text": "Who has more ducks?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 12.0}, "player_2": {"name": "<NAME>", "player_stat": 61.0}, "stat": "wickets", "skill": "BOWL", "question_text": "Who has taken more wickets?", "greater": true}, {"player_1": {"name": "<NAME>", "player_stat": 18.5}, "player_2": {"name": "<NAME>", "player_stat": 15.5}, "stat": "strike_rate", "skill": "BOWL", "question_text": "Who has the better bowling strike rate?", "greater": false}, {"player_1": {"name": "<NAME>", "player_stat": 18.0}, "player_2": {"name": "<NAME>", "player_stat": 21.0}, "stat": "wickets", "skill": "BOWL", "question_text": "Who has taken more wickets?", "greater": true}]}
json
<gh_stars>1-10 /******************************************************************************** * Copyright 2009 The Robotics Group, The <NAME>-<NAME>ler Institute, * Faculty of Engineering, University of Southern Denmark * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. ********************************************************************************/ #ifndef RW_LOADERS_WORKCELLLOADER_HPP #define RW_LOADERS_WORKCELLLOADER_HPP /** * @file WorkCellLoader.hpp */ #include <rw/core/ExtensionPoint.hpp> #include <rw/graphics/WorkCellScene.hpp> #include <rw/models/WorkCell.hpp> #include <string> // Forward declarations // namespace rw { namespace models { class WorkCell; }} namespace rw { namespace loaders { /** @addtogroup loaders */ /* @{*/ /** * @brief Extendible interface for loading of WorkCells from files. * * By default, the following formats are supported: * * - All file extensions will be loaded using the standard %RobWork * %XML format (XMLRWLoader). * * The Factory defines an extension point "rw.loaders.WorkCellLoader" * that makes it possible to add loaders for other file formats than the * ones above. Extensions take precedence over the default loaders. * * The WorkCell loader is chosen based on a case-insensitive file extension * name. So "scene.wc.xml" will be loaded by the same loader as * "scene.WC.XML" * * WorkCells are supposed to be loaded using the Factory::load function: * \code{.cpp} * WorkCell::Ptr wc = WorkCellLoader::Factory::load("scene.wc.xml"); * if (wc.isNull()) * RW_TRHOW("WorkCell could not be loaded."); * \endcode * * Alternatively a WorkCell can be loaded in the less convenient way: * \code{.cpp} * WorkCellLoader::Ptr loader = WorkCellLoader::Factory::getWorkCellLoader(".wc.xml"); * WorkCell::Ptr wc = loader.loadWorkCell("scene.wc.xml"); * if (wc.isNull()) * RW_TRHOW("WorkCell could not be loaded."); * \endcode */ class WorkCellLoader { public: //! @brief Smart pointer of WorkCellLoader. typedef rw::core::Ptr< WorkCellLoader > Ptr; //! @brief Destructor. virtual ~WorkCellLoader () {} /** * @brief Load a WorkCell from a file. * @param filename [in] path to workcell file. */ virtual models::WorkCell::Ptr loadWorkCell (const std::string& filename) = 0; /** * @addtogroup extensionpoints * @extensionpoint{rw::loaders::WorkCellLoader::Factory, rw::loaders::WorkCellLoader, * rw.loaders.WorkCellLoader} */ /** * @brief A factory for WorkCellLoader. This factory also defines the * "rw.loaders.WorkCellLoader" extension point where new loaders can be * registered. */ class Factory : public rw::core::ExtensionPoint< WorkCellLoader > { public: /** * @brief Get loaders for a specific format. * @param format [in] the extension (including initial dot). * The extension name is case-insensitive. * @return a suitable loader. */ static rw::core::Ptr< WorkCellLoader > getWorkCellLoader (const std::string& format); /** * @brief Loads/imports a WorkCell from a file. * * An exception is thrown if the file can't be loaded. * The %RobWork %XML format is supported by default. * @param filename [in] name of the WorkCell file. */ static models::WorkCell::Ptr load (const std::string& filename); private: Factory () : rw::core::ExtensionPoint< WorkCellLoader > ( "rw.loaders.WorkCellLoader", "Extension point for for WorkCell loaders.") {} }; protected: //! @brief Constructor. WorkCellLoader () {} }; /** * @brief Shortcut type for the WorkCellLoader::Factory * @deprecated Please use WorkCellLoader::Factory instead. */ typedef WorkCellLoader::Factory WorkCellFactory; /**@}*/ }} // namespace rw::loaders #endif // end include guard
cpp
Karan Johar to remake famous Tamil film in Hindi? Bollywood producer Karan Johar has reportedly acquired the remake rights of the critically acclaimed 2018 Tamil film Pariyerum Perumal, directed by Mari Selvaraj. Produced by Pa Ranjith under his production banner Neelam Productions, the movie stars Kathir and Anandhi in the lead roles. The Free Press Journal quoted its source as saying, "This is the first Tamil film that Karan has acquired the rights to remake. He has remade films from other languages - English, Hindi and Marathi. But he is now looking at remaking Pariyerum Perumal. He has also acquired the rights of the Malayalam film, Driving License, which he is doing with Akshay Kumar and Emraan Hashmi." The source reportedly added, "Like Dhadak, Pariyerum Perumal, which means 'the God who mounts a horse' and is also the name of the lead character in the film, is a love story between a boy and a girl belonging to different castes. The movie revolves around Perumal ordeals of being with the love of his life." Pariyerum Perumal portrayed the discrimination faced by a man belonging to an oppressed community after he began a relationship with an upper caste woman. The movie has won numerous accolades, including an award at the 66th Filmfare Awards South for Best Film, four Ananda Vikatan Cinema Awards, and two SIIMA Awards. Follow us on Google News and stay updated with the latest!
english
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"label:cs":"Kříž u křižovatky Lipové a Přeštické v Dobřanech","P31":"http://www.wikidata.org/entity/Q2309609","P31^label:cs":"Pamětní kříž","P131^label:cs":"Dobřany","P6736":"10827"},"geometry":{"type":"Point","coordinates":[13.28798,49.6508]}},{"type":"Feature","properties":{"label:cs":"Hřbitovní kaple v Dobřanech","P31":"http://www.wikidata.org/entity/Q108325","P31^label:cs":"Kaple","P131^label:cs":"Dobřany","P6736":"10119"},"geometry":{"type":"Point","coordinates":[13.28999,49.64893]}},{"type":"Feature","properties":{"label:cs":"Kříž v Dobřanech v Lipové ulici","P31":"http://www.wikidata.org/entity/Q2309609","P31^label:cs":"Pamětní kříž","P131^label:cs":"Dobřany","P6736":"10118"},"geometry":{"type":"Point","coordinates":[13.28874,49.6534]}},{"type":"Feature","properties":{"label:cs":"Kříž u křižovatky západně od Dobřan","P31":"http://www.wikidata.org/entity/Q2309609","P31^label:cs":"Pamětní kříž","P131^label:cs":"Dobřany","P6736":"1384"},"geometry":{"type":"Point","coordinates":[13.28174,49.64582]}}]}
json
{ "name": "@yjhmelody/as-collections", "version": "0.0.1", "description": "assemblyscript collections", "author": "yjhmelody <<EMAIL>>", "license": "MIT", "main": "index.ts", "keywords": [ "assemblyscript" ], "repository": { "type": "git", "url": "git+https://github.com:yjhmelody/as-collections" }, "workspaces": [ "collections/*" ], "private": true, "scripts": { "lint": "eslint .", "checks": "yarn workspaces run checks", "test": "yarn workspaces run test", "test:summary": "yarn workspaces run test:summary", "changelog": "conventional-changelog -i CHANGELOG.md -s" }, "devDependencies": { "@as-pect/assembly": "^6.1", "@as-pect/cli": "^6.1", "@as-pect/core": "^6.1", "@typescript-eslint/eslint-plugin": "4.33", "@typescript-eslint/parser": "4.33", "assemblyscript": "^0.19", "eslint": "7.32", "typescript": "4.5" }, "files": [ "LICENCE", "index.ts", "collections/", "README.md", "package.json" ] }
json
<reponame>VRChatAPI/VRChatMobile { "prepare_queue": { "installed": [], "uninstalled": [] }, "config_munge": { "files": {} }, "installed_plugins": { "cordova-plugin-appversion": { "PACKAGE_NAME": "com.roxyboxxy.vrchatmobile" }, "cordova-plugin-firebase": { "PACKAGE_NAME": "com.roxyboxxy.vrchatmobile" }, "cordova-plugin-whitelist": { "PACKAGE_NAME": "com.roxyboxxy.vrchatmobile" } }, "dependent_plugins": {}, "modules": [ { "file": "plugins/cordova-plugin-appversion/www/app-version.js", "id": "cordova-plugin-appversion.RareloopAppVersion", "pluginId": "cordova-plugin-appversion", "clobbers": [ "AppVersion" ] }, { "file": "plugins/cordova-plugin-firebase/www/firebase-browser.js", "id": "cordova-plugin-firebase.FirebasePlugin", "pluginId": "cordova-plugin-firebase", "clobbers": [ "FirebasePlugin" ] } ], "plugin_metadata": { "cordova-plugin-appversion": "1.0.0", "cordova-plugin-firebase": "1.0.5", "cordova-plugin-whitelist": "1.3.3" } }
json
<filename>assets/js/elFinder-master/css/common.css /*********************************************/ /* COMMON ELFINDER STUFFS */ /*********************************************/ /* common container */ .elfinder { padding: 0; position:relative; display:block; font-size: 18px; font-family: Verdana,Arial,Helvetica,sans-serif; } /* for disable select of Touch devices */ .elfinder *:not(input):not(textarea):not(select):not([contenteditable=true]), .elfinder-contextmenu *:not(input):not(textarea):not(select):not([contenteditable=true]) { -webkit-tap-highlight-color: rgba(0,0,0,0); /*-webkit-touch-callout:none;*/ -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; user-select: none; } .elfinder .overflow-scrolling-touch { -webkit-overflow-scrolling: touch; } /* right to left enviroment */ .elfinder-rtl { text-align:right; direction:rtl; } /* nav and cwd container */ .elfinder-workzone { padding: 0; position:relative; overflow:hidden; } /* dir/file permissions and symlink markers */ .elfinder-lock, .elfinder-perms, .elfinder-symlink { position:absolute; width:16px; height:16px; background-image:url(../img/toolbar.png); background-repeat:no-repeat; background-position:0 -528px; } .elfinder-symlink { } /* noaccess */ .elfinder-na .elfinder-perms { background-position:0 -96px; } /* read only */ .elfinder-ro .elfinder-perms { background-position:0 -64px;} /* write only */ .elfinder-wo .elfinder-perms { background-position:0 -80px;} /* locked */ .elfinder-lock { background-position:0 -656px; } /* drag helper */ .elfinder-drag-helper { width:70px; height:60px; padding:0 0 0 25px; z-index:100000; } .elfinder-drag-helper.html5-native { position: absolute; top: -1000px; left: -1000px; } /* drag helper status icon (default no-drop) */ .elfinder-drag-helper-icon-status { position:absolute; width:16px; height:16px; left:42px; top:60px; background:url('../img/toolbar.png') 0 -96px no-repeat; display: block; } /* show "up-arrow" icon for move item */ .elfinder-drag-helper-move .elfinder-drag-helper-icon-status { background-position:0 -720px; } /* show "plus" icon when ctrl/shift pressed */ .elfinder-drag-helper-plus .elfinder-drag-helper-icon-status { background-position:0 -544px; } /* files num in drag helper */ .elfinder-drag-num { position:absolute; top:0; left:0; width:16px; height:14px; text-align:center; padding-top:2px; font-weight:bold; color:#fff; background-color:red; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } /* icon in drag helper */ .elfinder-drag-helper .elfinder-cwd-icon { margin:0 0 0 -24px; float:left; } /* transparent overlay */ .elfinder-overlay { position: absolute; opacity: .2; filter: Alpha(Opacity=20); } /* panels under/below cwd (for search field etc) */ .elfinder .elfinder-panel { position:relative; background-image:none; padding:7px 12px; } /* for html5 drag and drop */ [draggable=true] { -khtml-user-drag: element; }
css
Benfica are back in Portuguese Primeira Liga action over the weekend as they travel to the Estádio Municipal de Arouca to face 17th-placed Arouca on Friday. Benfica have just one win from their last four games across all competitions. So a game against the hosts, who have just a couple of wins so far this term, is a good opportunity for them to return to winning ways. An own goal from Gilberto saw their previous league fixture against Moreirense end in 1-1 draw. The home side are winless in their last five outings and suffered a narrow 2-1 defeat against bottom-placed B-Sad in their last game two weeks ago. There have been 12 encounters between the two sides across all competitions so far. As expected As Águias have dominated the proceedings against their Porto-based rivals. Benfica have 10 wins against the hosts who have been able to get the better of the capital club just once while one game has ended in a stalemate. They last met at Estadio de Luz in league action earlier this season. Thanks to two goals in quick succession before half-time, the game ended in a 2-0 win for Benfica. Fernando Castro is ruled out with an arm injury while Moses Yaw, who has not played a league game this season, is also expected to miss the game. José Manuel Velázquez is a long-term absentee with an ACL rupture. Marco Soares is with the Cape Verde side at the ongoing AFCON tournament while André Silva and Oday Dabbagh are the two players suspended for the game due to a red card in their previous outing. Lucas Veríssimo and Rodrigo Pinho are injured for the visiting side while Everton Soares was the eighth player to test positive for COVID-19 at the club since the beginning of the year and will be unavailable. Arouca's all three wins this season have come at home, so they might be able to put up a good fight here. Benfica have had just one loss to their name this season in their travels and should be able to overcome the hosts here. Prediction: Arouca 1-2 Benfica.
english
{ "directions": [ "Combine almond milk, vanilla yogurt, banana, strawberries, and almond butter in a blender; blend until smooth." ], "image": "https://images.media-allrecipes.com/userphotos/560x315/5010120.jpg", "ingredients": [ "2 cups almond milk", "1 cup vanilla yogurt", "1 banana", "6 strawberries, hulled", "1 tablespoon almond butter, or more to taste" ], "language": "en-US", "source": "allrecipes.com", "tags": [], "title": "PB&J Smoothie", "url": "http://allrecipes.com/recipe/255892/pbj-smoothie/" }
json
#include <sstream> #include <iostream> #include <ydk/entity_util.hpp> #include "bundle_info.hpp" #include "generated_entity_lookup.hpp" #include "ietf_inet_types.hpp" using namespace ydk; namespace ietf { namespace ietf_inet_types { const Enum::YLeaf IpVersion::unknown {0, "unknown"}; const Enum::YLeaf IpVersion::ipv4 {1, "ipv4"}; const Enum::YLeaf IpVersion::ipv6 {2, "ipv6"}; } }
cpp
package xyz.vsl.mybatis.generator.pluginsplus; import org.mybatis.generator.api.IntrospectedTable; import org.mybatis.generator.api.Plugin; import org.mybatis.generator.api.dom.java.*; import org.mybatis.generator.api.dom.java.Field; import org.mybatis.generator.api.dom.java.Method; import org.mybatis.generator.api.dom.xml.Attribute; import org.mybatis.generator.api.dom.xml.Element; import org.mybatis.generator.api.dom.xml.TextElement; import org.mybatis.generator.api.dom.xml.XmlElement; import org.mybatis.generator.internal.rules.Rules; import java.util.ListIterator; import java.util.Stack; import java.util.regex.Pattern; import static org.mybatis.generator.api.dom.java.JavaVisibility.PRIVATE; import static org.mybatis.generator.api.dom.java.JavaVisibility.PUBLIC; /** * MyBatis Generator utilities * @author <NAME> */ final class MBGenerator { public static class FQJT { public final static FullyQualifiedJavaType LIST_OF_STRING = new FullyQualifiedJavaType("java.util.List<java.lang.String>"); public final static FullyQualifiedJavaType LIST_OF_INTEGER = new FullyQualifiedJavaType("java.util.List<java.lang.Integer>"); public final static FullyQualifiedJavaType LIST_OF_LONG = new FullyQualifiedJavaType("java.util.List<java.lang.Long>"); public final static FullyQualifiedJavaType STRING = FullyQualifiedJavaType.getStringInstance(); public final static FullyQualifiedJavaType BOOL = FullyQualifiedJavaType.getBooleanPrimitiveInstance(); public final static FullyQualifiedJavaType BOOLEAN = new FullyQualifiedJavaType("java.lang.Boolean"); public final static FullyQualifiedJavaType OBJECT = FullyQualifiedJavaType.getObjectInstance(); public final static FullyQualifiedJavaType CRITERIA = FullyQualifiedJavaType.getCriteriaInstance(); public final static FullyQualifiedJavaType INT = FullyQualifiedJavaType.getIntInstance(); public final static FullyQualifiedJavaType INTEGER = PrimitiveTypeWrapper.getIntegerInstance(); public final static FullyQualifiedJavaType VOID = null; public final static FQJT STATIC = new FQJT(); public final static FQJT FINAL = new FQJT(); public final static FQJT SYNCHRONIZED = new FQJT(); public final static FQJT VOLATILE = new FQJT(); public final static FQJT TRANSIENT = new FQJT(); private FQJT() {} } public static String tableName(IntrospectedTable introspectedTable) { String table = introspectedTable.getFullyQualifiedTable().getIntrospectedTableName(); String schema = introspectedTable.getFullyQualifiedTable().getIntrospectedSchema() + "."; if (table.startsWith(schema)) table = table.substring(schema.length()); return table; } public static String camel(String name) { return Character.toUpperCase(name.charAt(0)) + (name.length() > 1 ? name.substring(1) : ""); } public static void addStringField(InnerClass criterion, String name) { for (Field f : criterion.getFields()) if (f.getName().equals(name)) return; criterion.addField(field(PRIVATE, FQJT.STRING, name, format("\"\""))); criterion.addMethod(method(PUBLIC, FQJT.STRING, "get" + camel(name), format("return "+name+";"))); } public static Method getDeclaredMethod(InnerClass klazz, String methodName, FullyQualifiedJavaType ... parameters) { if (klazz == null || klazz.getMethods() == null || klazz.getMethods().isEmpty()) return null; if (methodName == null) return null; search: for (Method m : klazz.getMethods()) { if (!methodName.equals(m.getName())) continue; if (parameters.length != (m.getParameters() == null ? 0 : m.getParameters().size())) continue; if (parameters.length == 0) return m; int idx = 0; for (Parameter p : m.getParameters()) { FullyQualifiedJavaType a = parameters[idx++]; if (!Objects.equals(a, p.getType())) continue search; } return m; } return null; } public static JavaMethod method(Object ... args) { JavaMethod m = new JavaMethod(); for (Object o : args) { if (o == null) continue; if (o instanceof JavaVisibility) m.setVisibility((JavaVisibility) o); else if (o instanceof FullyQualifiedJavaType) m.setReturnType((FullyQualifiedJavaType) o); else if (o instanceof Parameter) m.addParameter((Parameter) o); else if (o instanceof String) m.setName((String) o); else if (o instanceof StringBuilder) m.addBodyLine(((StringBuilder) o).toString().replace('`', '"')); else if (o instanceof String[]) { for (String s : (String[])o) if (s != null) m.addBodyLine(s.replace('`', '"')); } else if (o instanceof Parameter[]) { for (Parameter p : (Parameter[])o) if (p != null) m.addParameter(p); } else if (o instanceof Throwable) m.addException(new FullyQualifiedJavaType(o.getClass().getName())); else if ((o instanceof Class<?>) && Throwable.class.isAssignableFrom((Class<?>)o)) m.addException(new FullyQualifiedJavaType(((Class<?>)o).getName())); else if (o == FQJT.STATIC) m.setStatic(true); else if (o == FQJT.FINAL) m.setFinal(true); else if (o == FQJT.SYNCHRONIZED) m.setSynchronized(true); } return m; } public static Method constructor(Object ... args) { Method m = method(args); // (Object[]) m.setConstructor(true); return m; } public static JavaField field(Object ... args) { JavaField f = new JavaField(); for (Object o : args) { if (o instanceof JavaVisibility) f.setVisibility((JavaVisibility) o); else if (o instanceof FullyQualifiedJavaType) f.setType((FullyQualifiedJavaType) o); else if (o instanceof String) f.setName((String)o); else if (o == FQJT.STATIC) f.setStatic(true); else if (o == FQJT.FINAL) f.setFinal(true); else if (o == FQJT.TRANSIENT) f.setTransient(true); else if (o == FQJT.VOLATILE) f.setVolatile(true); else if (o instanceof StringBuilder) f.setInitializationString(o.toString().replace('`', '"')); } return f; } public static StringBuilder format(String s, String ... args) { if (args.length == 0) return new StringBuilder(s); return new StringBuilder(String.format(s, (Object[])args)); } public static Parameter param(FullyQualifiedJavaType type, String name) { return new Parameter(type, name); } public static Parameter param(FullyQualifiedJavaType type, String name, boolean isVararg) { return new Parameter(type, name, isVararg); } public static String[] body(CharSequence ... args) { String[] lines = new String[args.length]; for (int i = 0; i < args.length; i++) if (args[i] != null) lines[i] = args[i].toString(); return lines; } public static Parameter[] parameters(Parameter ... args) { return args; } public static Parameter[] parameters(Method method) { if (method == null || method.getParameters() == null) return new Parameter[0]; return method.getParameters().toArray(new Parameter[method.getParameters().size()]); } public static void addBoolField(InnerClass criterion, String name) { for (Field f : criterion.getFields()) if (f.getName().equals(name)) return; criterion.addField(field(PRIVATE, FQJT.BOOL, name)); criterion.addMethod(method(PUBLIC, FQJT.BOOL, "is" + camel(name), format("return "+name+";"))); } /* public static XmlElement find(XmlElement parent, String ... path) { find: for (String name : path) { if (parent == null) return null; for (Element e : parent.getElements()) { if (e instanceof XmlElement) { XmlElement x = (XmlElement)e; if (name.equals(x.getName())) { parent = x; continue find; } } } return null; } return parent; } */ public static Attribute a(String name, String value) { return new Attribute(name, value); } public static XmlElement e(String name, Object ...children) { XmlElement e = new XmlElement(name); for (Object o : children) { if (o instanceof Attribute) e.addAttribute((Attribute)o); } for (Object o : children) { if (o == null) continue; if (o instanceof Attribute) continue; if (o instanceof DocumentFragment) e.getElements().addAll(((DocumentFragment)o).getElements()); else if (o instanceof Element) e.addElement((Element)o); else e.addElement(new TextElement(String.valueOf(o))); } return e; } public static <T> T traverse(XmlElement root, XmlTraverser<T> walker) { traverse0(root, walker); walker.commitStructModifications(); return walker.result(); } private static void traverse0(XmlElement root, XmlTraverser<?> walker) { XmlElement parent = root; if (parent == null) return; walker.start(root); try { for (Element e : parent.getElements()) { if (e instanceof XmlElement) { traverse0((XmlElement) e, walker); } else if (e instanceof TextElement) { walker.text((TextElement)e); } } } finally { walker.finish(root); } } public static class CopyXml extends XmlTraverser<XmlElement> { private XmlElement root; private Stack<XmlElement> stack = new Stack<XmlElement>(); @Override public void start(XmlElement element) { XmlElement x = new XmlElement(element.getName()); if (element.getAttributes() != null) for (Attribute a : element.getAttributes()) x.addAttribute(new Attribute(a.getName(), a.getValue())); if (stack.isEmpty()) { root = x; } else { stack.peek().addElement(x); } stack.push(x); } @Override public void finish(XmlElement element) { stack.pop(); } @Override public void text(TextElement text) { stack.peek().addElement(new TextElement(text.getContent())); } @Override public XmlElement result() { return root; } } public static class ReplaceText extends XmlTraverser<Integer> { private static java.lang.reflect.Field textContent; private static java.lang.reflect.Field attrValue; private XmlElement root; private TextReplacer<Stack<XmlElement>> replaceTextContent; private TextReplacer<Stack<XmlElement>> replaceAttributeValue; private Stack<XmlElement> stack = new Stack<XmlElement>(); private int count; public ReplaceText(TextReplacer replaceTextContentAndAttributes) { this(replaceTextContentAndAttributes, replaceTextContentAndAttributes); } public ReplaceText(TextReplacer<Stack<XmlElement>> replaceTextContent, TextReplacer<Stack<XmlElement>> replaceAttributeValue) { this.replaceTextContent = replaceTextContent; this.replaceAttributeValue = replaceAttributeValue; } @Override public void start(XmlElement element) { if (root == null) root = element; stack.push(element); if (replaceAttributeValue != null && element.getAttributes() != null) for (Attribute a : element.getAttributes()) { Pair<String, Boolean> r = replaceAttributeValue.replace(stack, a.getValue()); if (r.b()) { try { attrValue.set(a, r.a()); count++; } catch (IllegalAccessException e) { e.printStackTrace(); } } } } @Override public void finish(XmlElement element) { stack.pop(); } @Override public void text(TextElement text) { if (replaceTextContent != null) { Pair<String, Boolean> r = replaceTextContent.replace(stack, text.getContent()); if (r.b()) { try { textContent.set(text, r.a()); count++; } catch (IllegalAccessException e) { e.printStackTrace(); } } } } @Override public Integer result() { return count; } } public static class FindElements extends XmlTraverser<Integer> { private XmlElement root; private Stack<XmlElement> stack = new Stack<XmlElement>(); private int count; private BiPredicate<Stack<XmlElement>, Element> condition; public FindElements when(BiPredicate<Stack<XmlElement>, Element> condition) { this.condition = condition; return this; } public boolean process(XmlElement parent, Element self, int position) { return true; } @Override public void start(XmlElement element) { if (condition != null) if (condition.test(stack, element)) { XmlElement parent = stack.isEmpty() ? null : stack.peek(); if (process(parent, element, indexOf(parent, element))) count++; } stack.push(element); } @Override public void finish(XmlElement element) { stack.pop(); } @Override public void text(TextElement text) { XmlElement parent = stack.isEmpty() ? null : stack.peek(); if ((condition == null || condition.test(stack, text)) && process(parent, text, indexOf(parent, text))) count++; } public XmlElement ancestor(int n) { if (stack.size() <= n) return null; return stack.get(stack.size() - n - 1); } @Override public Integer result() { return count; } } public static int indexOf(XmlElement parent, Element element) { int idx = -1; if (parent == null || element == null) return idx; if (parent.getElements() == null) return idx; for (Element e : parent.getElements()) { idx++; if (e == element) break; } return idx; } public static int indexOf(XmlElement parent, String elementName) { int idx = -1; if (parent == null || elementName == null) return idx; if (parent.getElements() == null) return idx; for (Element e : parent.getElements()) { idx++; if (e instanceof XmlElement && elementName.equals(((XmlElement)e).getName())) break; } return idx; } public static MixedPredicate<Stack<XmlElement>, Element> ELEMENT = new MixedPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { return element instanceof XmlElement; } @Override public boolean test(Stack<XmlElement> xmlElements) { return !xmlElements.isEmpty() && (xmlElements.peek() instanceof XmlElement); } }; public static BiPredicate<Stack<XmlElement>, Element> TEXT_NODE = new AbstractBiPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { return element instanceof TextElement; } }; public static MixedPredicate<Stack<XmlElement>, Element> ancestors(final String ... namesFromTopAncestorToParent) { return new MixedPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { return test(xmlElements); } @Override public boolean test(Stack<XmlElement> xmlElements) { int pos = namesFromTopAncestorToParent.length; ListIterator<XmlElement> it = xmlElements.listIterator(xmlElements.size()); while (it.hasPrevious() && pos > 0) { XmlElement e = it.previous(); pos--; if (!Objects.equals(namesFromTopAncestorToParent[pos], e.getName())) return false; } return pos == 0; } }; } public static MixedPredicate<Stack<XmlElement>, Element> depth(final int minDepth, final int maxDepth) { return new MixedPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { int depth = xmlElements.size() + 1; return depth >= minDepth && depth <= maxDepth; } @Override public boolean test(Stack<XmlElement> xmlElements) { int depth = xmlElements.size(); return depth >= minDepth && depth <= maxDepth; } }; } public static BiPredicate<Stack<XmlElement>, Element> ancestorsAndSelf(final String ... namesFromTopAncestorToSelf) { return new AbstractBiPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { int pos = namesFromTopAncestorToSelf.length - 1; if (!(element instanceof XmlElement)) return false; if (!Objects.equals(namesFromTopAncestorToSelf[pos], ((XmlElement)element).getName())) return false; ListIterator<XmlElement> it = xmlElements.listIterator(xmlElements.size()); while (it.hasPrevious() && pos > 0) { XmlElement e = it.previous(); pos--; if (!Objects.equals(namesFromTopAncestorToSelf[pos], e.getName())) return false; } return pos == 0; } }; } public static MixedPredicate<Stack<XmlElement>, Element> attrMatches(final String name, String regexp) { final Pattern pattern = Pattern.compile(regexp); return new MixedPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { XmlElement e = element instanceof Element ? (XmlElement)element : xmlElements.isEmpty() ? null : xmlElements.peek(); if (e != null && e.getAttributes() != null) for (Attribute a : e.getAttributes()) if (a.getName().equals(name)) return a.getValue() != null && pattern.matcher(a.getValue()).matches(); return false; } public boolean test(Stack<XmlElement> xmlElements) { return test(xmlElements, null); } }; } public static BiPredicate<Stack<XmlElement>, Element> textMatches(String regexp, final boolean formatted) { final Pattern pattern = Pattern.compile(regexp); return new AbstractBiPredicate<Stack<XmlElement>, Element>() { @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { if (!(element instanceof TextElement)) return false; TextElement text = (TextElement)element; String s = Str.trim(formatted ? text.getFormattedContent(0) : text.getContent()); return s != null && pattern.matcher(s).matches(); } }; } public static BiPredicate<Stack<XmlElement>, Element> skipComments() { return new AbstractBiPredicate<Stack<XmlElement>, Element>() { private boolean comment; @Override public boolean test(Stack<XmlElement> xmlElements, Element element) { if (!(element instanceof TextElement)) return true; TextElement text = (TextElement)element; String s = text.getFormattedContent(0).trim(); if (!comment) { comment = s.indexOf("<!--") >= 0; return !comment; } else { comment = s.indexOf("-->") < 0; return false; } } }; } public static String getAttribute(XmlElement e, String name) { if (e.getAttributes() != null) for (Attribute a : e.getAttributes()) if (Objects.equals(a.getName(), name)) return a.getValue(); return null; } public static XmlElement setAttribute(XmlElement e, String name, String value) { boolean remove = Str.trim(value) == null; if (e.getAttributes() != null) for (ListIterator<Attribute> it = e.getAttributes().listIterator(); it.hasNext(); ) { Attribute a = it.next(); if (Objects.equals(a.getName(), name)) { if (remove) it.remove(); else it.set(new Attribute(a.getName(), value)); break; } } return e; } public static String getTextContent(XmlElement e) { StringBuilder sb = new StringBuilder(); if (e.getElements() != null) for (Element c : e.getElements()) { if (!(c instanceof TextElement)) continue; String s = ((TextElement)c).getContent(); if (s != null) sb.append(s); } return sb.toString(); } public static boolean isTopmostModelClass(Plugin.ModelClassType type, IntrospectedTable table) { Rules rules = table.getRules(); if (type == Plugin.ModelClassType.PRIMARY_KEY) return rules.generatePrimaryKeyClass(); if (type == Plugin.ModelClassType.BASE_RECORD) return !rules.generatePrimaryKeyClass() && rules.generateBaseRecordClass(); if (type == Plugin.ModelClassType.RECORD_WITH_BLOBS) return !rules.generatePrimaryKeyClass() && !rules.generateBaseRecordClass() && rules.generateRecordWithBLOBsClass(); return false; } public static boolean isUndermostModelClass(Plugin.ModelClassType type, IntrospectedTable table) { Rules rules = table.getRules(); if (type == Plugin.ModelClassType.PRIMARY_KEY) return rules.generatePrimaryKeyClass() && !rules.generateBaseRecordClass() && !rules.generateRecordWithBLOBsClass(); if (type == Plugin.ModelClassType.BASE_RECORD) return rules.generateBaseRecordClass() && !rules.generateRecordWithBLOBsClass(); if (type == Plugin.ModelClassType.RECORD_WITH_BLOBS) return rules.generateRecordWithBLOBsClass(); return false; } static { try { ReplaceText.textContent = TextElement.class.getDeclaredField("content"); ReplaceText.textContent.setAccessible(true); } catch (NoSuchFieldException e) { e.printStackTrace(); } try { ReplaceText.attrValue = Attribute.class.getDeclaredField("value"); ReplaceText.attrValue.setAccessible(true); } catch (NoSuchFieldException e) { e.printStackTrace(); } } }
java
<filename>P/Proverbial_noun.json { "word": "Proverbial", "definitions": [ "Used to stand for a word or phrase that is normally part of a proverb or idiom but is not actually uttered." ], "parts-of-speech": "Noun" }
json
Talentry, a startup based in Munich that has developed a “social recruitment and marketing platform,” has closed €6 million in Series A funding. Leading the round is Nauta Capital, the pan-European VC focused on SaaS, with participation from Rocket Internet’s GFC, Allgeier SE, and number of angel investors. I also understand that GFC previously backed Talentry’s €2 million seed round. Relatively low-key to date, Talentry offers a SaaS to enable companies to utilise their employees’ social networks to help with recruitment. The platform powers employee referral and employee advocacy programs, including the ability for employees to easily share job openings and corporate content. The premise is that, although social recruitment is as old as recruitment itself, simply having employees post job openings on various social channels alone, is no longer going to cut it. Instead, explained Talentry CEO Carl Hoffmann on a call last week, social recruitment combined with content marketing works much more effectively. For example, employees could share a company blog post about an upcoming product, which would also include relevant job postings. The landing pages generated by Talentry are personalised, too, so that the employee who shared the content is clearly signposted and the recruitment-related content can be further adapted for their audience accordingly. More broadly, Hoffmann says that fierce competition for talent is changing the way companies recruit. This is seeing a marketing strategy comparable to winning customers. “To do this successfully — attracting candidates, building talent pools and nurturing them long-term — companies need the right technology,” he explains. Talentry says it serves over 150 clients across all industries, including Henkel, Swiss Post, Vodafone, Axel Springer, and Universal Music Group. Meanwhile, the new funding will be used to develop further product features, such as a more powerful CRM for tracking recruitment leads, and to grow the team. Hoffmann says the company also plans to launch in international markets, including the U.K. and U.S., adding to the German-speaking countries it currently targets. Guillem Sagué, who led the investment at Nauta Capital, says: “At Nauta we invest in capital-efficient global disruptors in the software space, and we believe Talentry has the potential to create a new software category focused on building and nurturing relationships with talented potential candidates at scale. As this is the first investment we made in Germany from our current €155 million fund this investment is the first building block of our German operations”.
english
<filename>app/modules/folderCreator.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- # @Author: KevinMidboe # @Date: 2017-03-05 13:52:45 # @Last Modified by: KevinMidboe # @Last Modified time: 2017-03-05 17:14:25 import sqlite3, json, os, tweepy from re import sub dbPath = 'shows.db' consumer_key, consumer_secret = 'yvVTrxNtVsLkoHxKWxh4xvgjg', '<KEY>' access_token, access_token_secret = '<KEY>', '<KEY>' auth = tweepy.OAuthHandler(consumer_key, consumer_secret) auth.set_access_token(access_token, access_token_secret) api = tweepy.API(auth) def newnameMediaitems(media_items): # media_items = [['New.Girl.S06E18.720p.HDTV.x264-EZTV.srt', '-EZTV', 'nl'], ['New.Girl.S06E18.720p.HDTV.x264-FLEET.srt', '-FLEET', 'en']] media_items = json.loads(media_items) returnList = [] for item in media_items: returnList.append([item[0], item[0].replace(item[1], '')]) return returnList def newnameSubtitles(subtitles): subtitles = json.loads(subtitles) returnList = [] for item in subtitles: returnList.append([item[0], item[0].replace(item[1], '.' + item[2])]) return returnList def updateMovedStatus(episodeDict): conn = sqlite3.connect(dbPath) c = conn.cursor() c.execute('UPDATE stray_episodes SET moved = 1 WHERE original is "' + episodeDict['original'] + '"') conn.commit() conn.close() def unpackEpisodes(): conn = sqlite3.connect(dbPath) c = conn.cursor() cursor = c.execute('SELECT * FROM stray_episodes WHERE verified = 1 AND moved = 0') episodeList = [] for row in c.fetchall(): columnNames = [description[0] for description in cursor.description] episodeDict = dict.fromkeys(columnNames) for i, key in enumerate(episodeDict.keys()): episodeDict[key] = row[i] episodeList.append(episodeDict) conn.close() return episodeList def createFolders(episode): showDir = '/media/hdd1/tv/%s/'% episode['name'] episodeFormat = '%s S%sE%s/'% (episode['name'], episode['season'], episode['episode']) seasonFormat = '%s Season %s/'% (episode['name'], episode['season']) if not os.path.isdir(showDir + seasonFormat): os.makedirs(showDir + seasonFormat) if not os.path.isdir(showDir + seasonFormat + episodeFormat): os.makedirs(showDir + seasonFormat + episodeFormat) def moveFiles(episode): # TODO All this should be imported from config file showDir = '/media/hdd1/tv/' episodeFormat = '%s S%sE%s/'% (episode['name'], episode['season'], episode['episode']) seasonFormat = '%s/%s Season %s/'% (episode['name'], episode['name'], episode['season']) # TODO All this is pretty ballsy to do this hard/stict. newMediaitems = newnameMediaitems(episode['media_items']) for item in newMediaitems: old_location = showDir + episode['original'] + '/' + item[0] new_location = showDir + seasonFormat + episodeFormat + item[1] os.rename(old_location, new_location) if episode['subtitles']: newSubtitles = newnameSubtitles(episode['subtitles']) for item in newSubtitles: old_location = showDir + episode['original'] + '/' + item[0] new_location = showDir + seasonFormat + episodeFormat + item[1] os.rename(old_location, new_location) # shutil.rmtree(showDir + episode['original']) if episode['trash']: for trash in json.loads(episode['trash']): os.remove(showDir + episode['original'] + '/'+ trash) # TODO Maybe move to delete folder instead, than user can dump. os.rmdir(showDir + episode['original']) updateMovedStatus(episode) api.create_favorite(episode['response_id']) def findVerified(): episodes = unpackEpisodes() if episodes: for episode in episodes: createFolders(episode) moveFiles(episode) if __name__ == '__main__': findVerified()
python
How Did the Rainbow Flag Become a Symbol of LGBTQ Pride? Why Do We Drop a Ball on New Year’s Eve? Why Is Ireland Two Countries? Why is Pride Month in June? Encyclopædia Britannica, Inc. This infographic gives information about the various LGBTQ+ pride flags. This timeline shows when each of the LGBTQ+ pride flags was created and by whom. in these related Britannica articles:
english
The theatrical trailer of Vijay Devarakonda's maiden production venture 'Meeku Maathrame Cheptha' was launched a while back by superstar Mahesh Babu. Starring 'Pelli Choopulu' director Tharun Bhascker in the lead, the trailer offers a complete fun ride. The entire trailer runs with a voice-over by Vennela Kishore who explains how much time we spend watching videos and how life changes when the video people watching is ours. Abhinav Gomatam of 'Ee Nagaraniki Emaindi' is playing a full-length role of Tharun's friend in this film and they both evoke great laughter with witty conversations. They both completely dominated the trailer. Apart from them, Anasuya, Naveen George Thomas, Vani Bhojan, Avantika Mishra and others made their presence felt in the trailer. The production values from Vijay are decent as he spent what was required. Cinematography by Mathan Gunadeva was on point. The background score suited the mood of the film. The film was written and directed by Shammeer Sultan and looks like he is on the verge of scoring his first hit. On the whole, the trailer looks good and 'Meeku Maathrame Cheptha' revolves around how a person's life turns upside down with just one mistake. The release date of this film is yet to be announced.
english
<reponame>athomas-git/chpl-api package gov.healthit.chpl.surveillance.report.builder2021; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import gov.healthit.chpl.certifiedproduct.CertifiedProductDetailsManager; import gov.healthit.chpl.manager.SurveillanceManager; import gov.healthit.chpl.surveillance.report.PrivilegedSurveillanceDAO; import gov.healthit.chpl.surveillance.report.SurveillanceReportManager; import gov.healthit.chpl.surveillance.report.builder.ActivitiesAndOutcomesWorksheetBuilder; @Component public class ActivitiesAndOutcomesWorksheetBuilder2021 extends ActivitiesAndOutcomesWorksheetBuilder { @Autowired public ActivitiesAndOutcomesWorksheetBuilder2021(SurveillanceReportManager reportManager, CertifiedProductDetailsManager detailsManager, SurveillanceManager survManager, PrivilegedSurveillanceDAO privilegedSurvDao) { super(reportManager, detailsManager, survManager, privilegedSurvDao); } @Override protected String getGroundsForInitiatingSurveillanceDescription() { return "On what grounds did the ONC-ACB initiate surveillance (i.e., the particular facts and " + "circumstances from which a reasonable person would have had grounds to question the " + "continued conformity of the Health IT Module)? For randomized surveillance, it is " + "acceptable to state it was chosen randomly."; } @Override protected String getStepsToSurveilDescription() { return "What steps did the ONC-ACB take to surveil the Health IT Module, to analyze evidence, " + "and to substantiate the non-conformity or non-conformities?"; } @Override protected String getAdditionalCostsEvaluationDescription() { return "If a suspected non-conformity resulted from additional types of costs or fees that a " + "user was required to pay in order to implement or use the Health IT Module's " + "certified capabilities, how did ONC-ACB evaluate that suspected non-conformity?"; } @Override protected String getLimitationsEvaluationDescription() { return "If a suspected non-conformity resulted from limitations that a user encountered in the course of " + "implementing and using the Health IT Module's certified capabilities, how did ONC-ACB " + "evaluate that suspected non-conformity?"; } @Override protected String getNonDisclosureEvaluationDescription() { return "If a suspected non-conformity resulted from the non-disclosure of material " + "information by the developer about additional types of costs or fees associated with " + "the Health IT Module, how did the ONC-ACB evaluate the suspected non-conformity?"; } }
java
export * from './getDeprecationReason' export * from './getDescription' export * from './leadingSpaces' export * from './implementsInterface' export * from './getNamedOutputType' export * from './isListType' export * from './nodeImplementsInterface' export * from './getNamedTypeNode' export * from './locationForDirectiveDefinition'
typescript
The 25-year-old signed as the Welsh county's overseas player for the first-half of the 2019 season and enjoyed a hugely successful spell as he became the first player in domestic cricket to reach 1,000 County Championship runs. He racked up 1,114 runs in the County Championship in just 18 innings at an average above 65, and took 19 wickets with his leg-spin. Labuschagne's form for Glamorgan saw him earn a call-up to the Australian Ashes squad and he made history at Lord's by becoming the first ever concussion substitute in Test match cricket. He reeled off four successive half-centuries in the series and finished as one of the standout players on both sides. Despite only completing seven innings, he was Australia's second highest run scorer with 353 runs at an average above 50. "I'm absolutely rapt to re-sign for Glamorgan and come back to Cardiff for another two years," said Labuschagne in an official statement. "I love the city and loved playing for the club. The boys were incredible from day one and I felt part of something special. "My batting improved a lot last year under his guidance and I'm excited to work him again. But I'm equally excited to do everything I can to help drive the team into Division One. We definitely have the playing talent and coaching staff to get us there," he added. Glamorgan coach Matthew Maynard was delighted to have Labuschagne onboard, referring to him as a "proper cricket badger. " "It's brilliant, he brought a huge amount of energy to the team last year," said Maynard. "He had a huge amount of skill with the bat, with his leg-spin and in the field, as well as his character. He reminded me very much of Viv Richards in terms of his drive, his passion and being a real leader on the field. "You can learn so much from a player like Marnus, he's a proper cricket badger who wants to work on his game all the time and better himself. If I was still playing, I'd love to bat with him because even as an experienced player I'd still learn from him, a real warrior. " ( With inputs from IANS )
english
To get access to over 10000+ Franchise Business Opportunities. Network with the growing Business Community to get expert interventions to let you learn to Grow & Expand your Business with Franchising. About Us: Focus Softnet is a software development company widely known for its software solutions across many industry verticals Pan-India and Abroad. As part of a recent expansion plan in India, company offers a golden opportunity to SMEs and Enterpreneurs to join as Unit Partners and Channel Partners. Under this program, Focus Softnet facilitates the partner with technical know-how and proof of concepts to startup companies and young entrepreneurs in earning decent income by selling Focus suite of software solutions. For more details, contact us ASAP. Thanks for showing your interest in Focus Softnet. Your contact detail has been shared with the company. requested you to create your investor profile and upgrade to directly contact the brand. Thanks for showing your interest in Focus Softnet. But you have already applied for Focus Softnet.
english
<filename>test/compare/testdata/program_tests/issue177.go // run package main import "fmt" func main() { _, err := fmt.Println() if err != nil { panic(err) } }
go
Explore green construction – There is only one place to begin, and this is with Green Construction. You should take the initiative and look to implement green construction practices at your company. Green building does not merely relate to lowering the amount of damage that is caused to the environmental through the utilisation of solid environmental materials. It also relates to planning buildings that are going to improve and protect our planet. You may think this seems like a grand gesture but it does benefit your business too. After all, you are going to save money by moving to renewable resources. Reassess your approach to contracting – A lot of construction companies make the most of contracting solutions in order to fulfil any periods of heavy demand. Are you contracting in the most effective manner? Can you be sure that everyone you take on has the required registration and qualification? There are businesses out there that can assist with the likes of CIS registration, ensuring everyone your company takes on board has the required credentials. Find out how technology fits into your business – There is no denying that we live in a digital age and businesses all over the world are making the most of technology. However, you need to make sure you assess how technology fits into your business. It is likely that it does in some capacity but you should never merely take on some form of tech purely for the sake of doing so. You need to make sure it is right for you and that it is going to boost efficiency and save money. One option is a mobile timecard solution, for example. Would this help you to run your business with greater ease? Review your safety procedures – Last but not least, we cannot talk about construction without mentioning the importance of reviewing your safety procedures. This is something you should be doing on a regular basis in any case. Make sure all certifications like CSCS tests are up-to-date. Not only do you need to review your policies but you need to make sure you remain up to date with the local and nationwide legislation that is in place too.
english
<reponame>jfbilodeau/korge<filename>@old/korge-spriter/reference/src/main/java/com/brashmonkey/spriter/Folder.java<gh_stars>1000+ package com.brashmonkey.spriter; /** * Represents a folder in a Spriter SCML file. * A folder has at least an {@link #id}, {@link #name} and {@link #files} may be empty. * An instance of this class holds an array of {@link File} instances. * Specific {@link File} instances can be accessed via the corresponding methods, i.e getFile(). * * @author Trixt0r */ public class Folder { final File[] files; private int filePointer = 0; public final int id; public final String name; Folder(int id, String name, int files) { this.id = id; this.name = name; this.files = new File[files]; } /** * Adds a {@link File} instance to this folder. * * @param file the file to add */ void addFile(File file) { this.files[filePointer++] = file; } /** * Returns a {@link File} instance with the given index. * * @param index the index of the file * @return the file with the given name */ public File getFile(int index) { return files[index]; } /** * Returns a {@link File} instance with the given name. * * @param name the name of the file * @return the file with the given name or null if no file with the given name exists */ public File getFile(String name) { int index = getFileIndex(name); if (index >= 0) return getFile(index); else return null; } /** * Returns a file index with the given name. * * @param name the name of the file * @return the file index with the given name or -1 if no file with the given name exists */ int getFileIndex(String name) { for (File file : this.files) if (file.name.equals(name)) return file.id; return -1; } public String toString() { String toReturn = getClass().getSimpleName() + "|[id: " + id + ", name: " + name; for (File file : files) toReturn += "\n" + file; toReturn += "]"; return toReturn; } }
java
Kaulig Racing's veteran driver AJ Allmendinger was involved in a massive crash during the Cup Series race at the Texas Motor Speedway. Despite securing an impressive sixth position in the starting grid, Allmendinger's day took a drastic turn when he became entangled in a multi-car crash late in the main race on Sunday. The unfortunate incident occurred on the 254th lap, as Allmendinger was navigating through Turn 4. The event led to the 11th caution of the day and ultimately brought his race to an abrupt end, alongwith five other drivers including Ryan Blaney, Erik Jones, Zane Smith, Austin Cindric and Tyler Reddick. The aftermath of the crash also resulted in the inclusion of AJ Allmendinger's name among the 10 drivers who suffered Did Not Finish (DNF) outcomes in the race. Reflecting on his performance, Allmendinger candidly expressed his disappointment. When questioned by Frontstretch about whether his strong qualifying session provided encouragement for him and Kaulig Racing, he emphatically stated: "When you finish like this, there's no encouragement." Offering insights into the technicalities of the Cup Series race, Allmendinger dissected the pivotal moments that led to the unfortunate turn of events. He highlighted the challenges of late-race restarts, where drivers were pushing the limits to secure their positions. The tight confines of the track, combined with the resin-coated surface, created a precarious situation. AJ Allmendinger elaborated: "This track is tight in the sense of the line. You get just a little bit wide and get in the resin that hasn't been worked in, it's slick." The incident appeared to be triggered when one of the cars grazed the outer barrier, setting off a chain reaction of high-speed maneuvers. Describing the moments leading up to the crash, Allmendinger recounted: "I just saw the #12 spun in front of me and I was probably gonna hit him. But I just kinda bounced off him and kept going, but I got hit from behind and that turned me straight up into the wall." In light of the demanding nature of racing, AJ Allmendinger acknowledged that such incidents are an inherent part of the sport, especially when contending further back in the pack. He acknowledged: "But you know, that happens. Especially the further you get back at a place like this, the tougher it gets. So, just a part of it." William Byron of Hendrick Motorsports clinched the race in Texas. The drivers will be back on the grid for more playoff action this weekend in Talladega.
english
Aerial support was called in to assist firefighting teams to extinguish runaway veldfires raging in and around the town of Danielskuil in the Kgatelopele Local Municipality. The department's spokesperson, Babalwa Mzambo, said two choppers and spotters were deployed between Danielskuil and Kuruman. The department said various stakeholders, including the SANDF, had been deployed to manage the fires. "The area is currently receiving soft rain and no fire is detected from ground observation. The Ulco area, under the Frances Baard District Municipality, was also provided with aerial support on Friday after a fire was detected in the area," said Mzambo. The DA's Michael Kaars said the fire had destroyed at least five houses and left massive tracts of farmland, a resort, and an electrical substation in its wake, while narrowly missing a filling station.Read more: Look: The evolution of Cape Town's Table Mountain Aerial CablewayTable Mountain is one of the most iconic landmarks in both Cape Town and South Africa, as well as one of the most photographed. With a history dating back nearly 100 years, this journey to the top has brought serious smiles to locals and tourists alike over the years. Northern Cape motorists urged to drive safely due to poor visibility caused by firesMotorists driving on the R385 close to Postmasburg in the Northern Cape have been warned to drive carefully because of poor visibility caused by raging fires in the area. | Raging runaway fire leaves path of destruction in Northern Cape townA veld fire has left a trail of destruction in the small town of Daniëlskuil in the Northern Cape, burning down homes and killing cattle on nearby farms. Northern Cape weather: Thundershowers with cool to warm conditionsThe Northern Cape will experience a cool to warm day in most parts of the province on Sunday 24, September, according to the latest weather forecast. Teams from the Mgcawu District Municipality in the Northern Cape have been working around the clock to battle the blaze. There has been support from the provincial cooperative governance, human settlements and traditional affairs department and aerial support from the national forestry, fisheries and environment department. The department's spokesperson, Babalwa Mzambo, said two choppers and spotters were deployed between Danielskuil and Kuruman. The department said various stakeholders, including the SANDF, had been deployed to manage the fires. "The area is currently receiving soft rain and no fire is detected from ground observation. The Ulco area, under the Frances Baard District Municipality, was also provided with aerial support on Friday after a fire was detected in the area," said Mzambo. She said an assessment would be done to determine the extent of the damage and whether there were any fatalities. The DA called for"more resources" to be made available by the provincial government to control the fires between Danielskuil, Postmasburg, Lime Acres and along the R31. The DA's Michael Kaars said the fire had destroyed at least five houses and left massive tracts of farmland, a resort, and an electrical substation in its wake, while narrowly missing a filling station. "We appeal to the department to continue to actively monitor the situation to minimise further damage to farms and surrounding residential areas," said Kaars. "We are also appealing to organisations and individuals to offer assistance to those affected by the fires." In times of uncertainty you need journalism you can trust. For 14 free days, you can have access to a world of in-depth analyses, investigative journalism, top opinions and a range of features. Journalism strengthens democracy. Invest in the future today. Thereafter you will be billed R75 per month. You can cancel anytime and if you cancel within 14 days you won't be billed.
english
<filename>code/leetcode/DFS_MianShiTi_16_19.java package leetcode; import java.util.*; public class DFS_MianShiTi_16_19 { class Solution { public int[] pondSizes(int[][] land) { int len1=land.length; int len2=land[0].length; List<Integer> arr=new ArrayList<>(); for(int i=0;i<len1;i++){ for(int j=0;j<len2;j++){ if(land[i][j]==0){ arr.add(dfs(land,i,j,len1,len2)); } } } Collections.sort(arr); int[] ret=new int[arr.size()]; for(int i=0;i<arr.size();i++){ ret[i]=arr.get(i); } return ret; } public int dfs(int[][] land,int x,int y,int len1,int len2){ if(x<0||y<0||x>=len1||y>=len2||land[x][y]!=0){ return 0; } int num=1; land[x][y]=-1; num+=dfs(land,x-1,y,len1,len2); num+=dfs(land,x,y-1,len1,len2); num+=dfs(land,x+1,y,len1,len2); num+=dfs(land,x,y+1,len1,len2); num+=dfs(land,x-1,y-1,len1,len2); num+=dfs(land,x-1,y+1,len1,len2); num+=dfs(land,x+1,y-1,len1,len2); num+=dfs(land,x+1,y+1,len1,len2); return num; } } }
java
# Testing Framework The command **make check** can be used to run the test scripts. The configure option `--enable-unit` must be specified and the `tpm2-abrmd` and `tpm_server` must be found on `$PATH`. If they are installed in custom locations, specify or export `$PATH` during configure. For example: ```sh ./configure --enable-unit PATH=$PATH:/path/to/tpm2-abrmd:/path/to/tpm/sim/ibmtpm974/src ``` ## Adding a new integration test To add a new test, do: 1. add a script to the `test/integration/tests` directory. 2. `source helpers.sh` in the new script. 3. issue the command `start_up`. 4. Do whatever test you need to do. 5. If you set the `EXIT` handler, call `tpm2 shutdown` in that handler. 6. `make distclean`, re-run `bootstrap` and configure to pick up the new script. 7. Run `make check` again.
markdown
<filename>index/i/irish-tea-barmbrack.json { "directions": [ "Mix raisins, golden raisins, mixed fruit peel, and molasses with black tea in a bowl; cover and let soak, 8 hours to overnight.", "Preheat oven to 350 degrees F (175 degrees C). Grease and line a loaf pan with parchment paper.", "Stir flour, turbinado sugar, egg, and pumpkin pie spice into raisin mixture until well mixed; pour into the prepared loaf pan.", "Bake in the preheated oven until barmbrack is firm to the touch, about 1 1/2 hours. Transfer to a wire rack to cool." ], "ingredients": [ "2 cups raisins", "3/4 cup golden raisins (sultanas)", "1/4 cup candied mixed fruit peel", "1 teaspoon molasses (treacle), or more to taste (optional)", "1 1/4 cups warm, strong black tea", "1 3/4 cups self-rising flour", "1 cup turbinado (demerara) sugar", "1 egg", "1/4 teaspoon pumpkin pie spice (mixed spice)" ], "language": "en-US", "source": "allrecipes.com", "tags": [], "title": "Irish Tea Barmbrack", "url": "http://allrecipes.com/recipe/256976/irish-tea-barmbrack/" }
json
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/ntp_tiles/json_unsafe_parser.h" #include "base/bind.h" #include "base/callback.h" #include "base/json/json_parser.h" #include "base/strings/stringprintf.h" #include "base/threading/thread_task_runner_handle.h" #include "base/values.h" namespace ntp_tiles { void JsonUnsafeParser::Parse(const std::string& unsafe_json, const SuccessCallback& success_callback, const ErrorCallback& error_callback) { base::ThreadTaskRunnerHandle::Get()->PostTask( FROM_HERE, base::Bind( [](const std::string& unsafe_json, const SuccessCallback& success_callback, const ErrorCallback& error_callback) { std::string error_msg; int error_line, error_column; std::unique_ptr<base::Value> value = base::JSONReader::ReadAndReturnError( unsafe_json, base::JSON_ALLOW_TRAILING_COMMAS, nullptr, &error_msg, &error_line, &error_column); if (value) { success_callback.Run(std::move(value)); } else { error_callback.Run(base::StringPrintf( "%s (%d:%d)", error_msg.c_str(), error_line, error_column)); } }, unsafe_json, success_callback, error_callback)); } } // namespace ntp_tiles
cpp
{ "url": "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/d/d6/Wound_Zig_Zag.png/revision/latest?cb=20200917100324", "sha1": "2804552e87143c15abdb198f0a3a28290b29017a" }
json
<filename>en/goudron.json {"word":"goudron","definition":"a small fascine or fagot, steeped in wax, pitch, and glue, used in various ways, as for igniting buildings or works, or to light ditches and ramparts. Farrow."}
json
The iPad is almost certainly the first name you think of when you’re looking for a tablet, and it comes in all shapes and sizes. To help you make your next purchase, we’ve rounded up the best iPad and iPad accessory deals right here. Whether you want a top-of-the-line iPad Pro or to maximize your portability with the iPad Mini, there should be something to suit your needs. The perfect companion for a fourth-gen iPad Air or 11-inch iPad Pro, the new Apple Magic Keyboard is on sale for $199 ($100 off) on Amazon right now. With backlit keys and a multi-touch trackpad that integrates with iPadOS cursor support, the Magic Keyboard can turn your iPad into a proper productivity machine. The case magnetically attaches to the iPad, and allows for smooth adjustments to find the ideal typing angle. The USB-C passthrough charging port allows for charging while also freeing up the main port on the iPad for other accessories. Plus, the keyboard folds up into a case to provide front and back protection when you’re on the go. This is by far the lowest price we’ve ever seen on the Magic Keyboard, so click the widget below to grab this deal and take your iPad productivity to the next level. Best iPad deals: New iPads are rarely subject to big discounts, but we’ll keep this list updated whenever we get word of a hot sale. Where you see different pricing on the same model below it’s still worth checking out the deal as it may be on the higher-spec variant. You can also buy the iPad of your choice directly from Apple, but you can probably expect to pay full price. Outside of the refurbished section, Apple rarely runs top deals. The easiest place to start when you’re in the market for a new iPad is with the classic. The latest version of the original iPad, now called the New iPad, packs an A12 Bionic chip with Neural Engine and up to 128GB of storage. You can take your pick between gold, Space Gray, and the classic silver. The New iPad is best if you’re looking for a new tablet with a powerful chip, ample storage, and a large screen but you don’t need the high-end bells and whistles that come with the Pro model. Check out the best deals available via the widgets below. You can also check out our 10-year retrospective on the iPad here. The iPad Air is more powerful than the New iPad. It swaps the A12 Bionic chip for the more powerful A14 Bionic chip and bumps the screen up to 10.9 inches. Despite improved internals and boosted size, the iPad Air remains wafer-thin at 6.1mm and weighs 1lb. The iPad Air is essentially an amplified version of the New iPad, so it’s perfect if you want the extra power to get through the day. It also comes in the most colors of any iPad model. Here’s the best iPad Air deal right now: You can definitely consider the iPad Mini if you want the smallest and lightest option on the market. Here are a few of your best bets: The final option if you’re looking for a brand-new iPad is the iPad Pro. If you want the cream of the crop in terms of cameras and processing power, the iPad Pro is the one. It features the newest A12Z Bionic chip, dual rear cameras, and the slimmest all-around bezels on an iPad. The newest iPad Pro is as close as it gets to a tablet that can replace your laptop, so it’s the option to check out if you plan to use your iPad for work. If you want to maximize your size along with your specs, the larger iPad Pro is the route to take. It features the same specs including the new 10MP ultra-wide camera and 12MP wide camera with a LiDAR scanner. The larger size and slightly higher starting price are the main differences when it comes to making your decision. You can go for the larger iPad Pro if you truly want to replace your laptop without sacrificing too much of the screen size. Here are the best deals you can choose from: Though Apple offers a variety of brand-new iPad, you can also go with a refurbished option if you really want to save some money. The best place to look for refurbished iPads is Apple, where you can save up to $80 on select models. Apple sometimes has offers on the iPad Mini, Air, and even the previous generation of the iPad Pro. However, it appears that a refurbished Apple Pencil is your only option right now. You can see if any refurbished options are right for you here: Amazon also offers a few refurbished options on older iPads. You can browse them here, or find some big savings on refurbished models from Dailysteals here. There are tons of ways you can customize your iPad with great accessories from both Apple and third-party manufacturers. A keyboard is a must for any productivity workflow, while the Apple Pencil is a great option for creative professionals. You can also check out our full round-up of the best accessories you can get for the iPad. Here are some of the best current deals we could find on iPad accessories:
english
class Solution { public int calculate(String s) { Stack<Integer> stack = new Stack<Integer>(); int result = 0; int number = 0; int sign = 1; for(int i=0;i<s.length();i++) { char c = s.charAt(i); if(Character.isDigit(c)) { number = 10 * number + (int)(c - '0'); } else if(c == '+') { result = result + sign * number; number = 0; sign = 1; } else if(c == '-') { result = result + sign * number; number = 0; sign = -1; } else if(c == '(') { stack.push(result); stack.push(sign); sign = 1; result = 0; } else if(c == ')') { result = result + sign * number; number = 0; result = result * stack.pop(); result = result + stack.pop(); } } if(number != 0) { result = result + sign * number; } return result; } }
java
<gh_stars>1-10 { "name": "colorized-fading-tabs", "main": "./lib/colorized-fading-tabs", "version": "0.0.0", "description": "A short description of your package", "keywords": [], "activationCommands": { "atom-workspace": "colorized-fading-tabs:toggle" }, "repository": "https://github.com/atom/colorized-fading-tabs", "license": "MIT", "engines": { "atom": ">=1.0.0 <2.0.0" }, "dependencies": { "color-harmony": "^0.3.0", "css-color-converter": "^1.1.0", "randomcolor": "^0.5.4", "rgb-hex": "^2.1.0" }, "devDependencies": { "eslint": "^5.3.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4" } }
json
<filename>example/App.tsx import React, { useState } from "react"; import { css } from "emotion"; import Skelenton from "../src"; interface IProps {} export default function App(props: IProps) { const [loading, setLoading] = useState<boolean>(false); const [data, setData] = useState<string[]>([]); return ( <div className={styleApp}> <button onClick={() => setLoading(!loading)}> loading: {`${loading}`} </button> <button onClick={() => (data.length > 0 ? setData([]) : setData(["a"]))}> data: [{data.join(",")}] </button> <br /> <br /> <Skelenton loading={loading} emptyData={data.length <= 0}> <div>render</div> </Skelenton> <br /> </div> ); } const styleApp = css` text-align: center; `;
typescript
{"ast":null,"code":"import { ADD_TO_LIST, CLEAR_LIST } from \"../actions/types\"; //import produce from \"immer\";\n\nvar initialState = {\n userList: JSON.parse(localStorage.getItem(\"userList\"))\n}; // export const formReducers = ( state = initialState, action ) => {\n// console.log(action.payload)\n// switch (action.type) {\n// case ADD_TO_LIST:\n// return { userList: action.payload.userList };\n// case CLEAR_LIST:\n// if (initialState === \"[]\"){\n// return { userList: action.payload.userList };\n// }\n// break;\n// default:\n// return state;\n// }\n// };\n\nexport var formReducers = (state = initialState, action) => {\n console.log(action.payload);\n\n switch (action.type) {\n case ADD_TO_LIST:\n return {\n userList: action.payload.userList\n };\n\n case CLEAR_LIST:\n return {\n userList: \"[]\"\n };\n\n default:\n return state;\n }\n}; // export const formReducers = produce((draft = [], action) => {\n// const { type, payload } = action;\n// switch (type) {\n// case ADD_TO_LIST: {\n// const { value } = payload;\n// draft.push(value);\n// return draft;\n// }\n// case CLEAR_LIST:\n// draft = [];\n// return draft;\n// default: {\n// return draft;\n// }\n// }\n// });","map":{"version":3,"sources":["/Users/Tanattha/Downloads/1psge/src/reducers/formReducer.js"],"names":["ADD_TO_LIST","CLEAR_LIST","initialState","userList","JSON","parse","localStorage","getItem","formReducers","state","action","console","log","payload","type"],"mappings":"AAAA,SAASA,WAAT,EAAsBC,UAAtB,QAAwC,kBAAxC,C,CACA;;AACA,IAAMC,YAAY,GAAG;AAAEC,EAAAA,QAAQ,EAAEC,IAAI,CAACC,KAAL,CAAWC,YAAY,CAACC,OAAb,CAAqB,UAArB,CAAX;AAAZ,CAArB,C,CACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAMC,YAAY,GAAG,CAAEC,KAAK,GAAGP,YAAV,EAAwBQ,MAAxB,KAAoC;AAC9DC,EAAAA,OAAO,CAACC,GAAR,CAAYF,MAAM,CAACG,OAAnB;;AACA,UAAQH,MAAM,CAACI,IAAf;AACE,SAAKd,WAAL;AACE,aAAO;AAAEG,QAAAA,QAAQ,EAAEO,MAAM,CAACG,OAAP,CAAeV;AAA3B,OAAP;;AACF,SAAKF,UAAL;AAEI,aAAO;AAAEE,QAAAA,QAAQ,EAAE;AAAZ,OAAP;;AAGJ;AACE,aAAOM,KAAP;AATJ;AAWD,CAbM,C,CAgBP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sourcesContent":["import { ADD_TO_LIST, CLEAR_LIST } from \"../actions/types\";\n//import produce from \"immer\";\nconst initialState = { userList: JSON.parse(localStorage.getItem(\"userList\"))}\n// export const formReducers = ( state = initialState, action ) => {\n// console.log(action.payload)\n// switch (action.type) {\n// case ADD_TO_LIST:\n// return { userList: action.payload.userList };\n// case CLEAR_LIST:\n// if (initialState === \"[]\"){\n// return { userList: action.payload.userList };\n// }\n// break;\n// default:\n// return state;\n// }\n// };\n\nexport const formReducers = ( state = initialState, action ) => {\n console.log(action.payload)\n switch (action.type) {\n case ADD_TO_LIST:\n return { userList: action.payload.userList };\n case CLEAR_LIST:\n \n return { userList: \"[]\" };\n \n \n default:\n return state;\n }\n};\n\n\n// export const formReducers = produce((draft = [], action) => {\n// const { type, payload } = action;\n// switch (type) {\n// case ADD_TO_LIST: {\n// const { value } = payload;\n// draft.push(value);\n// return draft;\n// }\n// case CLEAR_LIST:\n// draft = [];\n// return draft;\n// default: {\n// return draft;\n// }\n// }\n// });"]},"metadata":{},"sourceType":"module"}
json
.Board { }
css
As the country is celebrating Diwali today, Prime Minister Narendra Modi pitched the idea of "Festival Tourism" and said that we must try to popularize our festivals and invite people from other states and countries to join the festivities. Speaking on the 58th edition of his monthly radio program ''Mann ki Baat'', he said: "Festival tourism has its own exciting attractions globally. India is the land of festivals that presents immense possibilities for festival tourism. " "We must try to popularise our festivals such as Holi, Diwali, Onam, Pongal or Bihu and it must be our endeavor to ensure that we should heartily invite people from other states and countries to join in the festivities. Every state and religion in our country has their own festivals and people from foreign countries have a keen interest in them," PM Modi said. PM Modi also underlined that Indians living abroad have an important role in boosting festival tourism in the country.
english
Prime Minister Narendra Modi's pitch for a uniform civil code has been vehemently questioned by the Congress and its ally, the DMK. The Allahabad High Court on Tuesday pulled up makers of the film 'Adipurush' over its dialogues that have infuriated a large section of the audience, who accuse it of 'hurting religious sentiments'. The online battle for the 2024 general elections hotted up with the Congress releasing an animated video, showing the BJP deploying divisive tactics and Rahul Gandhi taking down a 'nafrat ka bazaar' and replacing it with a 'mohabbat ki dukaan'. West Bengal Chief Minister Mamata Banerjee's helicopter made an emergency landing at the Sevoke air base near Siliguri on Tuesday afternoon due to bad weather, officials said. A 70-year-old shopowner was robbed of Rs 1 lakh in Delhi's Harsh Vihar area on Monday night, police said. Inspired by the Shahid Kapoor-starrer 'Farzi' and cashing in on the withdrawal of 2,000-rupee notes, an inter-state gang from Uttar Pradesh began printing counterfeit notes and exchanging them at a lower value. The Manipur government has decided to invoke "no work, no pay" rule for its employees who are not attending office. Drawing fire over the daylight robbery at Pragati Maidan, Delhi Police took as many as 1,600 people and seized about 200 vehicles during night patrols before eventually arresting five people for the Rs 2 lakh robbery, sources have said. The total number of Vande Bharat Express, India's first semi-highspeed train equipped with world-class passenger amenities, has reached 23. Tomato prices have soared in several states over the past few days, with the essential vegetable costing Rs 100 and more in retail markets. Five people have been arrested in connection with the gunpoint robbery of a delivery agent and his associates inside the Pragati Maidan underpass, police said today. Prime Minister Narendra Modi today, while addressing party workers under the party's "Mera Booth Sabse Majboot" campaign, questioned if triple talaq was pivotal to Islam why it isn't practised in Muslim-majority countries. A 53-year-old man, who works as a labourer in Saudi Arabia, was allegedly cheated of more than Rs 4 lakh in foreign currency outside the Indira Gandhi International Airport in Delhi by two persons posing as Customs department officials, police said. The sister of the gangster-politician Atiq Ahmed and Ashraf Ahmed has moved the Supreme Court seeking a comprehensive probe headed by a retired judge or by an independent agency into the alleged "extrajudicial killings" carried out by the government. The Chandigarh-Manali national highway was restored for traffic on Monday night after remaining closed for almost 24 hours owing to landslides and flash floods, officials said.
english
# Copyright (c) 2012-2013, <NAME> <<EMAIL>> # All rights reserved. # # See LICENSE file for full license. from aws import Action as BaseAction from aws import BaseARN service_name = 'Amazon Mechanical Turk Crowd' prefix = 'crowd' class Action(BaseAction): def __init__(self, action=None): sup = super(Action, self) sup.__init__(prefix, action) class ARN(BaseARN): def __init__(self, resource='', region='', account=''): sup = super(ARN, self) sup.__init__(service=prefix, resource=resource, region=region, account=account) ApproveAssignment = Action('ApproveAssignment') ApproveRejectedAssignment = Action('ApproveRejectedAssignment') AssignQualification = Action('AssignQualification') BlockWorker = Action('BlockWorker') ChangeHITTypeOfHIT = Action('ChangeHITTypeOfHIT') CreateHIT = Action('CreateHIT') CreateQualificationType = Action('CreateQualificationType') DisableHIT = Action('DisableHIT') DisposeHIT = Action('DisposeHIT') DisposeQualificationType = Action('DisposeQualificationType') ExtendHIT = Action('ExtendHIT') ForceExpireHIT = Action('ForceExpireHIT') GetAccountBalance = Action('GetAccountBalance') GetAssignment = Action('GetAssignment') GetAssignmentsForHIT = Action('GetAssignmentsForHIT') GetBlockedWorkers = Action('GetBlockedWorkers') GetBonusPayments = Action('GetBonusPayments') GetFileUploadURL = Action('GetFileUploadURL') GetHIT = Action('GetHIT') GetHITsForQualificationType = Action('GetHITsForQualificationType') GetQualificationRequests = Action('GetQualificationRequests') GetQualificationScore = Action('GetQualificationScore') GetQualificationType = Action('GetQualificationType') GetQualificationsForQualificationType = \ Action('GetQualificationsForQualificationType') GetRequesterStatistic = Action('GetRequesterStatistic') GetRequesterWorkerStatistic = Action('GetRequesterWorkerStatistic') GetReviewResultsForHIT = Action('GetReviewResultsForHIT') GetReviewableHITs = Action('GetReviewableHITs') GetTask = Action('GetTask') GrantBonus = Action('GrantBonus') GrantQualification = Action('GrantQualification') NotifyWorkers = Action('NotifyWorkers') PutTask = Action('PutTask') RegisterHITType = Action('RegisterHITType') RejectAssignment = Action('RejectAssignment') RejectQualificationRequest = Action('RejectQualificationRequest') RevokeQualification = Action('RevokeQualification') SearchHITs = Action('SearchHITs') SearchQualificationTypes = Action('SearchQualificationTypes') SendTestEventNotification = Action('SendTestEventNotification') SetHITAsReviewing = Action('SetHITAsReviewing') SetHITTypeNotification = Action('SetHITTypeNotification') UnblockWorker = Action('UnblockWorker') UpdateQualificationScore = Action('UpdateQualificationScore') UpdateQualificationType = Action('UpdateQualificationType')
python
Dutch cyclist Bauke Mollema produced a solo ride to victory at the end of the Tour of Lombardy on Saturday to claim one of the most important wins of his career. The Trek-Segafredo rider raised his arms over his head as he traveled the finishing straight of the 243-kilometre (151-mile) route from Bergamo to Como, and was in tears after crossing the line. It was Mollema's first victory in a Monument - cycling's five hardest and most prestigious one-day races. "To win a Monument, to win this race..," said Mollema, who also struggled to hold back tears of joy on the top step of the podium as his national anthem was played. "This is my 11th Lombardia and I only once before finished in the top 10." Alejandro Valverde edged out Egan Bernal in a sprint for second. The pair were 16 seconds behind Mollema, who set off on his solo attack on the penultimate climb of the Civiglio, with just over 18 kilometres remaining. "I wasn't the favorite so maybe the other riders underestimated me a bit," Mollema said. "I found the right moment to attack. I just went full gas in the last 10 kilometers. It's unreal." The 32-year-old Mollema won a stage of the Tour de France in 2017. The WorldTour concludes later at the Gree-Tour of Guangxi, the stage race in China which gets under way on Oct 17 and concludes on Oct 22.
english
<filename>src/main/java/bootcamp/mercado/produto/foto/Foto.java package bootcamp.mercado.produto.foto; import javax.persistence.Entity; import javax.persistence.Id; @Entity public class Foto { @Id private String uri; @Deprecated public Foto() {} public Foto(String uri) { this.uri = uri; } public String getUri() { return this.uri; } }
java
<gh_stars>1-10 { "type": "minecraft:crafting_shapeless", "group": "projectexpansion:matter/violet", "ingredients": [ { "item": "projectexpansion:purple_relay" }, { "item": "projectexpansion:violet_matter" } ], "result": { "item": "projectexpansion:violet_relay" } }
json
<filename>youtubeIndex/9420/9420.json {"text":" Tutorial - Promo Simplifying complex fractions\n\n\n\n\n", "url":"https://www.youtube.com/watch?v=7UWw-32W8KY"}
json
in Auckland today (April 30, 2016). bond of trust and mutual understanding - based on our shared values and synergies. information technology, clean energy and water, disaster management, in India” initiative of our Government. for India as a member of a reformed and expanded UN Security Council.
english
<reponame>kyanny/uwp-hosted-web-app<gh_stars>0 if (typeof Windows !== "undefined") { var button = document.querySelector('button'); button.addEventListener('click', function() { var notifications = Windows.UI.Notifications; var template = notifications.ToastTemplateType.toastImageAndText01; var toastXml = notifications.ToastNotificationManager.getTemplateContent(template); var toastTextElements = toastXml.getElementsByTagName("text"); toastTextElements[0].appendChild(toastXml.createTextNode("Toast from Codepen")); var toastImageElements = toastXml.getElementsByTagName("image"); toastImageElements[0].setAttribute("src", "https://assets.codepen.io/assets/social/facebook-default.png"); toastImageElements[0].setAttribute("alt", "red graphic"); var toast = new notifications.ToastNotification(toastXml); var toastNotifier = notifications.ToastNotificationManager.createToastNotifier(); toastNotifier.show(toast); }); button.removeAttribute('disabled'); console.log('hello'); } else { console.log('sorry'); }
javascript
<filename>src/main/java/com/shubham/prep/search/Leetcode153.java<gh_stars>0 package com.shubham.prep.search; public class Leetcode153 { public int findMin(int[] nums) { int start = 0; int end = nums.length -1; while(start < end) { int mid = start + (end-start)/2; if(nums[end] < nums[mid]) { start = mid+1; } else { end = mid; } } return nums[start]; } public static void main(String[] args) { Leetcode153 leetcode153 = new Leetcode153(); System.out.println(leetcode153.findMin(new int[]{1,2,3,4,5})); System.out.println(leetcode153.findMin(new int[]{5,1,2,3,4})); System.out.println(leetcode153.findMin(new int[]{4,5,1,2,3})); System.out.println(leetcode153.findMin(new int[]{3,4,5,1,2})); System.out.println(leetcode153.findMin(new int[]{2,3,4,5,1})); System.out.println(leetcode153.findMin(new int[]{1,2,3,4})); System.out.println(leetcode153.findMin(new int[]{4,1,2,3})); System.out.println(leetcode153.findMin(new int[]{3,4,1,2})); System.out.println(leetcode153.findMin(new int[]{2,3,4,1})); } }
java
New Delhi: Former India opener Virender Sehwag feels Mahendra Singh Dhoni was let off easily for his angry outburst on umpire Ulhas Gandhe, and he should have been “banned for two to three games" to set a proper example. Dhoni was docked only 50 percent of his match fees for entering the field of play to confront Gandhe for backtracking on a waist high no-ball. Dhoni has been criticised widely but Sehwag is the first A-list former India cricketer to demand suspension for his one-time teammate. “I feel Dhoni was let off easy and should have been banned for at least 2-3 games. Because if he did this, tomorrow another captain can do the same. Then what is the value of an umpire," Sehwag, known for his straight talk, was quoted as saying by Cricbuzz. Sehwag didn’t mince words when he said that a fitting punishment would have set a precedent. “I feel he should have been banned for a few games by IPL to set an example. He should have stayed outside and instead have talked to the fourth umpire with the walkie talkie," Sehwag said. “I feel he shouldn’t have come to the ground when there are two CSK members already and they were equally inquisitive regarding the no-ball," he opined. Dhoni’s passion whenever he wears the yellow CSK jersey is unmatched and at times his involvement for his franchise in the cash-rich league shows. In fact, Sehwag cheekily mentioned that he has never seen the Indian skipper so agitated when he led India. “Had he done this for the Indian team, I would have been happy. I have never seen him so angry during his captaincy days for the Indian team. So I feel he became a little too emotional for the Chennai team," Sehwag said.
english
<reponame>julianparismorgan/protein_network """ Takes in a fasta file and creates a javascript variable containing protein accession number --> protein sequence objects ---------------------------------------------------------------- Industrial Microbes C 2017 All Rights Reserved Contact: <NAME> (<EMAIL>) or <NAME> (<EMAIL>) """ def convertFastaToJs(save_folder_protein, save_folder): """ Takes in a fasta file and creates a javascript variable containing protein accession number --> protein sequence objects The accession number is based on however the fasta file is formatted I.e. >P22869|UniRef90_P22869 --> P22869 is the accession number """ with open(save_folder_protein + ".fasta", "r") as fasta_file, open(save_folder + "fasta_js_map.js", "w") as js_file: id = "" seq = "" js_file.write('var uniref_protein_map = [\n {id: "", sequence:"') for l in fasta_file: l = l.strip() if l[0] == '>': js_file.write('"},\n') split_line = l[1:].split('|') if len(split_line) == 1: id = split_line[0].split(" ")[0] else: id = split_line[0] if len(split_line[0]) >= 3 else split_line[1].split(' ')[0] js_file.write('{id: "' + id + '", sequence: "') else: js_file.write(l.strip()) js_file.write('"}]') return def main(): save_folder_protein = "/Users/parismorgan/Desktop/iMicrobes/network_builder/files/11Aug17_mmox_01_analysis_01/mmox_nodes_temp" save_folder = "/Users/parismorgan/Desktop/iMicrobes/network_builder/files/11Aug17_mmox_01_analysis_01/" convertFastaToJs(save_folder_protein, save_folder) if __name__ == '__main__': main()
python
import { LaunchRequest, RequestEnvelope, Task } from 'ask-sdk-model'; import { LocaleTypes } from '../../lambda/custom/lib/constants'; import { BaseRequestBuilder } from './BaseRequestBuilder'; import { helpers } from './helpers'; export class LaunchRequestBuilder extends BaseRequestBuilder<LaunchRequestBuilder> { /** * */ constructor(request: RequestEnvelope, locale: LocaleTypes) { super(request); this.request.request = helpers.partial<LaunchRequest>({ type: 'LaunchRequest', locale, }); } public addTask(task: Task): LaunchRequestBuilder { this.as<LaunchRequest>().task = task; return this; } }
typescript
John Cena is reportedly set to appear at WrestleMania 39. While the news is yet to be confirmed by WWE , several superstars have teased the idea of facing the multi-time world champion. One such name is the fan-favorite LA Knight. Taking to Twitter, members of the WWE Universe suggested the idea of Knight facing Cena at The Grandest Stage of Them All. Responding to a tweet regarding the same subject, Knight hinted at facing The Leader of The Cenation at WrestleMania 39 in Hollywood. Check out Knight's tweet and reaction below: The former Max Dupri recently dropped his Maximum Male Models gimmick and went back to his LA Knight character, which caught the attention of many during his days in NXT. Knight's promo and mic skills are considered one of the best in the business. However, it could very well be said that Cena is no less when it comes to cutting a promo. According to a report from Ringside News, John Cena is reportedly in Triple H and WWE's plans for WrestleMania 39. With the Road To WrestleMania 39 right around the corner, Cena is said to be a part of the discussion. The report also suggested that the former WWE Champion has already spoken to Triple H, Stephanie McMahon, and Nick Khan about potentially doing something at the biggest WWE event of 2023. The report from Ringside News suggested: "The Road to WrestleMania is starting soon and John Cena is a part of the conversation. We have been able to confirm that Cena has spoken to Triple H, Stephanie McMahon and Nick Khan about doing something at WrestleMania 39 in SoFi Stadium. " LA Knight isn't the only WWE star who has teased the idea of facing John Cena. Austin Theory, who recently lost the Money in the Bank briefcase much like Cena did in the past, took to Twitter to hint the same.
english
Mumbai: The Indian Cricket League had thrown the BCCI a challenge, and a vindictive board has responded on expected lines sacking Kapil Dev as NCA chairman. But there are signs that the board is rattled; it has for a start hiked domestic player fees. “Mr Kapil Dev ceases to be the Chairman of the National Cricket Academy," said BCCI Treasurer N Srinivasan on Tuesday. It didn’t take long for BCCI to take this decision. And with that the final act of separation between one of Indian cricket’s greatest icons and the board was complete. Not just did the BCCI sack Kapil, but all the 45 players who have joined ICL have been effectively banned from the board’s events. That’s not all; all former players associated with the ICL will also lose their perks. “If he chooses to associate himself with any other organisation, he will not be entitled to any benefit from the BCCI and not be connected with any of its activities," Srinivasan added. The BCCI has been hit hard by the exodus but is trying to put up a brave face. The ICL break has shaken them out of their comfort zones and attempts are being made to stop more domestic players leaving. “It is projected that the next year, the distribution will be about Rs 55 crore. A similar amount will also be available to domestic or Ranji Trophy players," the board Treasurer added. The match fee of a domestic cricketer has been increased from Rs 16,000 to 35,000 per day. The prize money for domestic tournaments too has been increased from Rs 60 lakh to Rs 4. 2 crore per year. The cash rich BCCI is clearly trying to match the ICL’s financial muscle. What now of Indian cricket’s former stars? The indications had come from India’s World Cup winning captain sometime back. “How do they justify to work in the board and work wherever they are working? I am working for a company and I’m doing my job at the NCA. But if they think that I’m not good enough, that’s their call," former India skipper Kapil Dev had said. This isn’t a turf battle. This is the fight for the moolah of cricket and for change the players are in win-win situation. (With inputs from Nishant Arora in New Delhi)
english
Today is the last day to apply online for the posts of Programmer, Computer Operator and Manager (System) at the Uttar Pradesh Public Service Commission (UPPSC) Today is the last day to apply online for the posts of Programmer, Computer Operator and Manager (System) at the Uttar Pradesh Public Service Commission (UPPSC). Interested and eligible candidates can submit their application form on the official website uppsc.up.nic.in. The UPPSC recruitment drive is being conducted to fill up 1 post of Programmer Grade-2 and 3 post of Computer Operator Grade ‘’B” in UPPSC and 1 post of Manager (System) in Industrial development department. Candidates can check and download the recruitment advertisement from the official website. Age Limit: To apply for the post of Principal, candidates must have attained the age of 35 years and must not have crossed the age of 50 years as on July 1, 2021, whereas for the post post of Lecturer (Engineering & Technical Branches)/ Lecturer (Non Engineering Branches)/Workshop Superintendent And Librarian, candidates must have attained the age of 21 years and must not have crossed the age of 40 years as on July 1, 2021. Educational Qualification: Programmer: Bachelor Degree with Post Graduate Diploma in Computer Science from recognised Institution/ Commission) Level-7 University. Computer Operator: Bachelor degree with diploma in Computer Science or Bachelor degree with “O” certificate from D.O.E. (ii) Knowledge of Data Entry in Hindi and English on various Softwares as M.S. Office/Lotus/Smart suit etc in D base/Unix/windows. Manager: Degree in Computer Application. The applicants from unreserved/EWS category are required to pay the application fee of Rs 225, whereas Rs 105 is applicable to SC/ST/Ex-Service Man. Steps to apply for UPPSC recruitment 2021: - Submit the form and take a printout for future reference.
english
/* ==UserStyle== @name afpbb.com @namespace USO Archive @author zorro909 @description `afpbb.com` @version 20120402.18.0 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("afpbb.com") { /*header*/ #headTop,#head,#specialNav, /*main*/ #pageList,#linkPhotoTxt,#forBlog,#bookmark,#url,#adsLSC,#relatedGoods, /*side*/ #ads02Block,#adsSPRBlock,#infoBlock,#prLinkBlock, /*footer*/ #foot {display:none;} #ad04b,.toList {display:none!important;} #left #detail384Txt{font-size:14px; line-height:22px; } }
css
const index = require('./agent-measurable-score-params'); describe('Agent Measurable Score Params', () => { it('agentType', () => { expect(index).toBeInstanceOf(Object); }); });
javascript
.fg-col:first-child:nth-last-child(1), .fg-col:first-child:nth-last-child(1) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(1), .fg-col:first-child:nth-last-child(1) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1):before, .fg-col:first-child:nth-last-child(1):after, .fg-col:first-child:nth-last-child(1) ~ .fg-col:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1):after, .fg-col:first-child:nth-last-child(1) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1), html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1), html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1):first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1), html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col { width: -webkit-calc(((100% / 1) - 20px) + (20px)); width: calc(((100% / 1) - 20px) + (20px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1), html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col { width: 100%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1), html:not(.csscalc) .fg-col:first-child:nth-last-child(1), html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-8, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-8, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-8:before, .fg-col:first-child:nth-last-child(1).fg-1-8:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-8:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-7, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-7, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-7:before, .fg-col:first-child:nth-last-child(1).fg-1-7:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-7:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-6, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-6, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-6:before, .fg-col:first-child:nth-last-child(1).fg-1-6:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-6:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-5:before, .fg-col:first-child:nth-last-child(1).fg-1-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-4, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-4, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-4:before, .fg-col:first-child:nth-last-child(1).fg-1-4:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-4:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-3, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-3, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-3:before, .fg-col:first-child:nth-last-child(1).fg-1-3:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-3:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-2-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-2-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-2-5:before, .fg-col:first-child:nth-last-child(1).fg-2-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-2-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-1-2, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-1-2, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-1-2:before, .fg-col:first-child:nth-last-child(1).fg-1-2:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-1-2:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-3-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-3-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-3-5:before, .fg-col:first-child:nth-last-child(1).fg-3-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-3-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-2-3, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-2-3, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-2-3:before, .fg-col:first-child:nth-last-child(1).fg-2-3:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-2-3:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-3-4, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-3-4, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-3-4:before, .fg-col:first-child:nth-last-child(1).fg-3-4:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-3-4:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-4-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-4-5, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-4-5:before, .fg-col:first-child:nth-last-child(1).fg-4-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-4-5:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(1).fg-7-8, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(1).fg-7-8, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(1).fg-7-8:before, .fg-col:first-child:nth-last-child(1).fg-7-8:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(1).fg-7-8:after, .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(1).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(1).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(1) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2), .fg-col:first-child:nth-last-child(2) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(2), .fg-col:first-child:nth-last-child(2) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2):before, .fg-col:first-child:nth-last-child(2):after, .fg-col:first-child:nth-last-child(2) ~ .fg-col:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2):after, .fg-col:first-child:nth-last-child(2) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2), html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2), html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2):first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2), html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col { width: -webkit-calc(((100% / 2) - 20px) + (10px)); width: calc(((100% / 2) - 20px) + (10px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2), html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2), html:not(.csscalc) .fg-col:first-child:nth-last-child(2), html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-8, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-8, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-8:before, .fg-col:first-child:nth-last-child(2).fg-1-8:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-8:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-7, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-7, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-7:before, .fg-col:first-child:nth-last-child(2).fg-1-7:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-7:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-6, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-6, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-6:before, .fg-col:first-child:nth-last-child(2).fg-1-6:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-6:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-5:before, .fg-col:first-child:nth-last-child(2).fg-1-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-4, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-4, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-4:before, .fg-col:first-child:nth-last-child(2).fg-1-4:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-4:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-3, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-3, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-3:before, .fg-col:first-child:nth-last-child(2).fg-1-3:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-3:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-2-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-2-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-2-5:before, .fg-col:first-child:nth-last-child(2).fg-2-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-2-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-1-2, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-1-2, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-1-2:before, .fg-col:first-child:nth-last-child(2).fg-1-2:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-1-2:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-3-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-3-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-3-5:before, .fg-col:first-child:nth-last-child(2).fg-3-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-3-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-2-3, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-2-3, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-2-3:before, .fg-col:first-child:nth-last-child(2).fg-2-3:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-2-3:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-3-4, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-3-4, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-3-4:before, .fg-col:first-child:nth-last-child(2).fg-3-4:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-3-4:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-4-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-4-5, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-4-5:before, .fg-col:first-child:nth-last-child(2).fg-4-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-4-5:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(2).fg-7-8, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(2).fg-7-8, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(2).fg-7-8:before, .fg-col:first-child:nth-last-child(2).fg-7-8:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(2).fg-7-8:after, .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(2).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(2).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(2) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3), .fg-col:first-child:nth-last-child(3) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(3), .fg-col:first-child:nth-last-child(3) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3):before, .fg-col:first-child:nth-last-child(3):after, .fg-col:first-child:nth-last-child(3) ~ .fg-col:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3):after, .fg-col:first-child:nth-last-child(3) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3), html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3), html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3):first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3), html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col { width: -webkit-calc(((100% / 3) - 20px) + (6.6666666667px)); width: calc(((100% / 3) - 20px) + (6.6666666667px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3), html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col { width: 32.2666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3), html:not(.csscalc) .fg-col:first-child:nth-last-child(3), html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-8, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-8, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-8:before, .fg-col:first-child:nth-last-child(3).fg-1-8:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-8:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-7, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-7, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-7:before, .fg-col:first-child:nth-last-child(3).fg-1-7:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-7:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-6, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-6, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-6:before, .fg-col:first-child:nth-last-child(3).fg-1-6:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-6:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-5:before, .fg-col:first-child:nth-last-child(3).fg-1-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-4, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-4, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-4:before, .fg-col:first-child:nth-last-child(3).fg-1-4:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-4:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-3, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-3, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-3:before, .fg-col:first-child:nth-last-child(3).fg-1-3:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-3:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-2-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-2-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-2-5:before, .fg-col:first-child:nth-last-child(3).fg-2-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-2-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-1-2, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-1-2, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-1-2:before, .fg-col:first-child:nth-last-child(3).fg-1-2:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-1-2:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-3-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-3-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-3-5:before, .fg-col:first-child:nth-last-child(3).fg-3-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-3-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-2-3, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-2-3, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-2-3:before, .fg-col:first-child:nth-last-child(3).fg-2-3:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-2-3:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-3-4, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-3-4, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-3-4:before, .fg-col:first-child:nth-last-child(3).fg-3-4:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-3-4:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-4-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-4-5, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-4-5:before, .fg-col:first-child:nth-last-child(3).fg-4-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-4-5:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(3).fg-7-8, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(3).fg-7-8, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(3).fg-7-8:before, .fg-col:first-child:nth-last-child(3).fg-7-8:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(3).fg-7-8:after, .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(3).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(3).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(3) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4), .fg-col:first-child:nth-last-child(4) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(4), .fg-col:first-child:nth-last-child(4) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4):before, .fg-col:first-child:nth-last-child(4):after, .fg-col:first-child:nth-last-child(4) ~ .fg-col:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4):after, .fg-col:first-child:nth-last-child(4) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4), html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4), html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4):first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4), html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col { width: -webkit-calc(((100% / 4) - 20px) + (5px)); width: calc(((100% / 4) - 20px) + (5px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4), html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col { width: 23.8%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4), html:not(.csscalc) .fg-col:first-child:nth-last-child(4), html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-8, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-8, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-8:before, .fg-col:first-child:nth-last-child(4).fg-1-8:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-8:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-7, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-7, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-7:before, .fg-col:first-child:nth-last-child(4).fg-1-7:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-7:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-6, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-6, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-6:before, .fg-col:first-child:nth-last-child(4).fg-1-6:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-6:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-5:before, .fg-col:first-child:nth-last-child(4).fg-1-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-4, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-4, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-4:before, .fg-col:first-child:nth-last-child(4).fg-1-4:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-4:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-3, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-3, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-3:before, .fg-col:first-child:nth-last-child(4).fg-1-3:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-3:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-2-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-2-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-2-5:before, .fg-col:first-child:nth-last-child(4).fg-2-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-2-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-1-2, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-1-2, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-1-2:before, .fg-col:first-child:nth-last-child(4).fg-1-2:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-1-2:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-3-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-3-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-3-5:before, .fg-col:first-child:nth-last-child(4).fg-3-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-3-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-2-3, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-2-3, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-2-3:before, .fg-col:first-child:nth-last-child(4).fg-2-3:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-2-3:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-3-4, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-3-4, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-3-4:before, .fg-col:first-child:nth-last-child(4).fg-3-4:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-3-4:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-4-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-4-5, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-4-5:before, .fg-col:first-child:nth-last-child(4).fg-4-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-4-5:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(4).fg-7-8, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(4).fg-7-8, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(4).fg-7-8:before, .fg-col:first-child:nth-last-child(4).fg-7-8:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(4).fg-7-8:after, .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(4).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(4).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(4) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5), .fg-col:first-child:nth-last-child(5) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(5), .fg-col:first-child:nth-last-child(5) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5):before, .fg-col:first-child:nth-last-child(5):after, .fg-col:first-child:nth-last-child(5) ~ .fg-col:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5):after, .fg-col:first-child:nth-last-child(5) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5), html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5), html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5):first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5), html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col { width: -webkit-calc(((100% / 5) - 20px) + (4px)); width: calc(((100% / 5) - 20px) + (4px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5), html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col { width: 18.72%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5), html:not(.csscalc) .fg-col:first-child:nth-last-child(5), html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-8, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-8, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-8:before, .fg-col:first-child:nth-last-child(5).fg-1-8:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-8:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-7, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-7, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-7:before, .fg-col:first-child:nth-last-child(5).fg-1-7:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-7:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-6, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-6, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-6:before, .fg-col:first-child:nth-last-child(5).fg-1-6:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-6:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-5:before, .fg-col:first-child:nth-last-child(5).fg-1-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-4, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-4, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-4:before, .fg-col:first-child:nth-last-child(5).fg-1-4:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-4:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-3, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-3, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-3:before, .fg-col:first-child:nth-last-child(5).fg-1-3:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-3:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-2-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-2-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-2-5:before, .fg-col:first-child:nth-last-child(5).fg-2-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-2-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-1-2, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-1-2, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-1-2:before, .fg-col:first-child:nth-last-child(5).fg-1-2:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-1-2:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-3-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-3-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-3-5:before, .fg-col:first-child:nth-last-child(5).fg-3-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-3-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-2-3, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-2-3, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-2-3:before, .fg-col:first-child:nth-last-child(5).fg-2-3:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-2-3:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-3-4, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-3-4, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-3-4:before, .fg-col:first-child:nth-last-child(5).fg-3-4:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-3-4:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-4-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-4-5, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-4-5:before, .fg-col:first-child:nth-last-child(5).fg-4-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-4-5:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(5).fg-7-8, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(5).fg-7-8, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(5).fg-7-8:before, .fg-col:first-child:nth-last-child(5).fg-7-8:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(5).fg-7-8:after, .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(5).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(5).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(5) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6), .fg-col:first-child:nth-last-child(6) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(6), .fg-col:first-child:nth-last-child(6) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6):before, .fg-col:first-child:nth-last-child(6):after, .fg-col:first-child:nth-last-child(6) ~ .fg-col:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6):after, .fg-col:first-child:nth-last-child(6) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6), html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6), html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6):first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6), html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col { width: -webkit-calc(((100% / 6) - 20px) + (3.3333333333px)); width: calc(((100% / 6) - 20px) + (3.3333333333px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6), html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col { width: 15.3333333333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6), html:not(.csscalc) .fg-col:first-child:nth-last-child(6), html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-8, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-8, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-8:before, .fg-col:first-child:nth-last-child(6).fg-1-8:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-8:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-7, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-7, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-7:before, .fg-col:first-child:nth-last-child(6).fg-1-7:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-7:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-6, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-6, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-6:before, .fg-col:first-child:nth-last-child(6).fg-1-6:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-6:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-5:before, .fg-col:first-child:nth-last-child(6).fg-1-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-4, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-4, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-4:before, .fg-col:first-child:nth-last-child(6).fg-1-4:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-4:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-3, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-3, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-3:before, .fg-col:first-child:nth-last-child(6).fg-1-3:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-3:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-2-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-2-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-2-5:before, .fg-col:first-child:nth-last-child(6).fg-2-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-2-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-1-2, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-1-2, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-1-2:before, .fg-col:first-child:nth-last-child(6).fg-1-2:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-1-2:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-3-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-3-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-3-5:before, .fg-col:first-child:nth-last-child(6).fg-3-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-3-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-2-3, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-2-3, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-2-3:before, .fg-col:first-child:nth-last-child(6).fg-2-3:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-2-3:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-3-4, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-3-4, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-3-4:before, .fg-col:first-child:nth-last-child(6).fg-3-4:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-3-4:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-4-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-4-5, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-4-5:before, .fg-col:first-child:nth-last-child(6).fg-4-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-4-5:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(6).fg-7-8, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(6).fg-7-8, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(6).fg-7-8:before, .fg-col:first-child:nth-last-child(6).fg-7-8:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(6).fg-7-8:after, .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(6).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(6).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(6) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7), .fg-col:first-child:nth-last-child(7) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(7), .fg-col:first-child:nth-last-child(7) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7):before, .fg-col:first-child:nth-last-child(7):after, .fg-col:first-child:nth-last-child(7) ~ .fg-col:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7):after, .fg-col:first-child:nth-last-child(7) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7), html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7), html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7):first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7), html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col { width: -webkit-calc(((100% / 7) - 20px) + (2.8571428571px)); width: calc(((100% / 7) - 20px) + (2.8571428571px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7), html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col { width: 12.9142857143%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7), html:not(.csscalc) .fg-col:first-child:nth-last-child(7), html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-8, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-8, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-8:before, .fg-col:first-child:nth-last-child(7).fg-1-8:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-8:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-7, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-7, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-7:before, .fg-col:first-child:nth-last-child(7).fg-1-7:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-7:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-6, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-6, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-6:before, .fg-col:first-child:nth-last-child(7).fg-1-6:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-6:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-5:before, .fg-col:first-child:nth-last-child(7).fg-1-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-4, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-4, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-4:before, .fg-col:first-child:nth-last-child(7).fg-1-4:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-4:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-3, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-3, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-3:before, .fg-col:first-child:nth-last-child(7).fg-1-3:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-3:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-2-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-2-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-2-5:before, .fg-col:first-child:nth-last-child(7).fg-2-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-2-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-1-2, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-1-2, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-1-2:before, .fg-col:first-child:nth-last-child(7).fg-1-2:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-1-2:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-3-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-3-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-3-5:before, .fg-col:first-child:nth-last-child(7).fg-3-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-3-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-2-3, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-2-3, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-2-3:before, .fg-col:first-child:nth-last-child(7).fg-2-3:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-2-3:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-3-4, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-3-4, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-3-4:before, .fg-col:first-child:nth-last-child(7).fg-3-4:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-3-4:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-4-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-4-5, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-4-5:before, .fg-col:first-child:nth-last-child(7).fg-4-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-4-5:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(7).fg-7-8, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(7).fg-7-8, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(7).fg-7-8:before, .fg-col:first-child:nth-last-child(7).fg-7-8:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(7).fg-7-8:after, .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(7).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(7).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(7) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8), .fg-col:first-child:nth-last-child(8) ~ .fg-col { position: relative; float: left; } .fg-col:first-child:nth-last-child(8), .fg-col:first-child:nth-last-child(8) ~ .fg-col { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8):before, .fg-col:first-child:nth-last-child(8):after, .fg-col:first-child:nth-last-child(8) ~ .fg-col:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8):after, .fg-col:first-child:nth-last-child(8) ~ .fg-col:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8), html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8), html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8):first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8):first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8), html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col { width: -webkit-calc(((100% / 8) - 20px) + (2.5px)); width: calc(((100% / 8) - 20px) + (2.5px)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8), html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col { width: 11.1%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8), html:not(.csscalc) .fg-col:first-child:nth-last-child(8), html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8) + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-8, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-8, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-8:before, .fg-col:first-child:nth-last-child(8).fg-1-8:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-8:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { width: -webkit-calc(12.5% - (20px / 2)); width: calc(12.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { width: 11.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-8, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-8 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-8 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-7, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-7, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-7:before, .fg-col:first-child:nth-last-child(8).fg-1-7:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-7:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-7:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { width: -webkit-calc(14.2857142857% - (20px / 2)); width: calc(14.2857142857% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { width: 13.4857142857%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-7, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-7 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-7 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-6, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-6, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-6:before, .fg-col:first-child:nth-last-child(8).fg-1-6:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-6:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-6:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { width: -webkit-calc(16.6666666667% - (20px / 2)); width: calc(16.6666666667% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { width: 15.8666666667%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-6, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-6 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-6 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-5:before, .fg-col:first-child:nth-last-child(8).fg-1-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { width: -webkit-calc(20% - (20px / 2)); width: calc(20% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { width: 19.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-5 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-4, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-4, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-4:before, .fg-col:first-child:nth-last-child(8).fg-1-4:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-4:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { width: -webkit-calc(25% - (20px / 2)); width: calc(25% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { width: 24.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-4, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-4 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-3, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-3, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-3:before, .fg-col:first-child:nth-last-child(8).fg-1-3:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-3:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { width: -webkit-calc(33.3333% - (20px / 2)); width: calc(33.3333% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { width: 32.5333%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-3, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-3 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-2-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-2-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-2-5:before, .fg-col:first-child:nth-last-child(8).fg-2-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-2-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { width: -webkit-calc(40% - (20px / 2)); width: calc(40% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { width: 39.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-5 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-1-2, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-1-2, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-1-2:before, .fg-col:first-child:nth-last-child(8).fg-1-2:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-1-2:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-2:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { width: 49.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-2, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-1-2 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-1-2 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-3-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-3-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-3-5:before, .fg-col:first-child:nth-last-child(8).fg-3-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-3-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { width: -webkit-calc(60% - (20px / 2)); width: calc(60% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { width: 59.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-5 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-2-3, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-2-3, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-2-3:before, .fg-col:first-child:nth-last-child(8).fg-2-3:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-2-3:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-3:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { width: -webkit-calc(66.6666% - (20px / 2)); width: calc(66.6666% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { width: 65.8666%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-3, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-2-3 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-2-3 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-3-4, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-3-4, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-3-4:before, .fg-col:first-child:nth-last-child(8).fg-3-4:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-3-4:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-4:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { width: -webkit-calc(75% - (20px / 2)); width: calc(75% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { width: 74.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-4, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-3-4 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-3-4 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-4-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-4-5, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-4-5:before, .fg-col:first-child:nth-last-child(8).fg-4-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-4-5:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-4-5:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { width: -webkit-calc(80% - (20px / 2)); width: calc(80% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { width: 79.2%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-4-5, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-4-5 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-4-5 + * { margin-top: 20px; } } .fg-col:first-child:nth-last-child(8).fg-7-8, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { position: relative; float: left; } .fg-col:first-child:nth-last-child(8).fg-7-8, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { box-sizing: border-box; } .fg-col:first-child:nth-last-child(8).fg-7-8:before, .fg-col:first-child:nth-last-child(8).fg-7-8:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8:before, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8:after { content: " "; display: table; } .fg-col:first-child:nth-last-child(8).fg-7-8:after, .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8:after { clear: both; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { margin-left: 20px; } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { margin-left: 1.6%; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-7-8:first-child, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8:first-child, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8:first-child { margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { width: -webkit-calc(87.5% - (20px / 2)); width: calc(87.5% - (20px / 2)); } html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { width: 86.7%; } @media only screen and (max-width: 780px) { html.csscalc .fg-col:first-child:nth-last-child(8).fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-7-8, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 { width: 100%; margin-left: 0; } html.csscalc .fg-col:first-child:nth-last-child(8).fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8).fg-7-8 + *, html.csscalc .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 + *, html:not(.csscalc) .fg-col:first-child:nth-last-child(8) ~ .fg-col.fg-7-8 + * { margin-top: 20px; } } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2"), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); } @font-face { font-family: 'Open Sans Light'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format("woff2"), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); } @font-face { font-family: 'Open Sans Semibold'; font-style: normal; font-weight: 600; src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); } /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("app/assets/fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("app/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ * { -webkit-tap-highlight-color: transparent; /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background-attachment: fixed; height: 100%; margin: 0px; padding: 0px; width: 100%; } /* Portrait layout (default) */ .app { background: url(../img/logo.png) no-repeat center top; /* 170px x 200px */ position: absolute; /* position in the center of the screen */ left: 50%; top: 50%; height: 50px; /* text area height */ width: 225px; /* text area width */ text-align: center; padding: 180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */ margin: -115px 0px 0px -112px; /* offset vertical: half of image height and text area height */ /* offset horizontal: half of text area width */ } /* Landscape layout (with min-width) */ @media screen and (min-aspect-ratio: 1 / 1) and (min-width: 400px) { .app { background-position: left center; padding: 75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */ margin: -90px 0px 0px -198px; /* offset vertical: half of image height */ /* offset horizontal: half of image width and text area width */ } } h1 { font-size: 24px; font-weight: normal; margin: 0px; overflow: visible; padding: 0px; text-align: center; } .event { border-radius: 4px; -webkit-border-radius: 4px; color: #FFFFFF; font-size: 12px; margin: 0px 30px; padding: 2px 0px; } .event.listening { background-color: #333333; display: block; } .event.received { background-color: #4B946A; display: none; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } .blink { animation: fade 3000ms infinite; -webkit-animation: fade 3000ms infinite; } /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } html { box-sizing: border-box; font-size: 18px; } *, *:before, *:after { box-sizing: inherit; } html, body { padding: 0; margin: 0; } body { font-family: 'Open Sans'; font-size: 100%/1.5 !important; } a { color: #3880ff; text-decoration: none; transition: color 250ms ease; } a:hover, a:focus, a:active { color: #59a1f7; transition: color 250ms ease; } em { color: #ff5c36; font-weight: bold; } .sitewide { margin: 0 auto; max-width: 100%; } .extrawide { margin: 0 auto; max-width: 1440px; } .pagewide { margin: 0 auto; max-width: 960px; } .page-width { margin: 0 auto; max-width: 960px; padding: 20px; } .page-width:before, .page-width:after { content: ""; display: table; } .page-width:after { clear: both; } @media only screen and (min-width: 1440px) { .page-width { max-width: 1440px; } } @media only screen and (min-width: 840px) { .page-width { margin: 0 auto; max-width: 1440px; } } @media only screen and (min-width: 840px) and (min-width: 1440px) { .page-width { max-width: 1440px; } } .intro { background-color: #2f5b9f; border-top: 6px solid #2f5b9f; padding: 20px; color: white; } .intro:before, .intro:after { content: ""; display: table; } .intro:after { clear: both; } .intro .intro-table { display: table; width: 100%; height: 80px; } @media only screen and (max-width: 600px) { .intro .intro-table { display: block; height: auto; } } .intro .intro-table .col { display: table-cell; vertical-align: middle; } @media only screen and (max-width: 600px) { .intro .intro-table .col { display: block; } } .intro .intro-table .col.logo { width: 20%; } .intro .intro-table .col.logo img { width: 100%; height: auto; min-width: 250px; max-width: 400px; } .intro .intro-table .col.tagline { text-align: right; padding-left: 20px; } @media only screen and (max-width: 600px) { .intro .intro-table .col.tagline { text-align: left; padding-left: 0; margin-top: 10px; } } .intro .intro-table .col.tagline em { color: white; font-size: 1.6rem; } @media only screen and (max-width: 960px) { .intro .intro-table .col.tagline em { font-size: 1.2rem; } } @media only screen and (max-width: 840px) { .intro .intro-table .col.tagline em { font-size: 1.0rem; } } .controls { position: -webkit-sticky; position: sticky; top: 0; margin-bottom: 20px; background-color: #3880ff; z-index: 999; padding: 0 20px; height: 90px; border-top: 6px solid #2f5b9f; } .controls:before, .controls:after { content: ""; display: table; } .controls:after { clear: both; } @media only screen and (max-width: 900px) { .controls { height: 70px; } } @media only screen and (max-width: 600px) { .controls { padding: 0 10px; } } .controls .controls-container { width: 100%; height: 100%; } .controls .controls-container .controls-cell { height: 100%; width: 25%; float: left; display: flex; align-items: center; justify-content: center; } .controls .controls-container .controls-cell.logo-cell { display: none; } .controls .controls-container a.logo { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .controls .controls-container a.logo img { width: auto; height: 65%; transition: width 350ms ease, opacity 350ms ease; } .controls .controls-container a { font-family: "FontAwesome"; font-weight: lighter; font-size: 45px; color: white; } @media only screen and (max-width: 900px) { .controls .controls-container a { font-size: 35px; } } @media only screen and (max-width: 480px) { .controls .controls-container a { font-size: 30px; } } .grid-container { margin: 0 auto; max-width: 960px; min-height: 800px; padding: 20px; margin-bottom: 20px; } .grid-container:before, .grid-container:after { content: ""; display: table; } .grid-container:after { clear: both; } @media only screen and (min-width: 1440px) { .grid-container { max-width: 1440px; } } @media only screen and (min-width: 840px) { .grid-container { margin: 0 auto; max-width: 1440px; } } @media only screen and (min-width: 840px) and (min-width: 1440px) { .grid-container { max-width: 1440px; } } .grid-container .collection-group-message { margin-bottom: 10px; padding: 20px; background: #ffd86e; border-radius: 4px; display: none; } .grid-container .collection-group .inpage-link { padding-top: 120px; margin-top: -120px; } .grid-container .collection-group h2 { display: inline-block; } .grid-container .collection-group h2 .group-control { cursor: pointer; display: inline-block; font-family: "FontAwesome"; margin-right: 15px; color: #3880ff; } .grid-container .collection-group h2 .group-stat { font-size: .6em; color: #989898; } .grid-container .collection-group h2 .group-select-toggle.toggle-uncollected { display: none; } .grid-container .collection-group h2 .group-expando-toggle.toggle-closed { display: none; } .grid-container .collection-group h2 .group-toggle-on-off.toggle-off { display: none; } .grid-container .collection-group h2 .more-controls { position: relative; display: inline-block; color: #989898; } .grid-container .collection-group h2 .more-controls .group-more { color: #989898; } .grid-container .collection-group h2 .more-controls.open .group-control.group-more { color: #3880ff; } .grid-container .collection-group h2 .more-controls.open .more-controls-outer-container { display: block; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container { display: none; position: absolute; z-index: 1000; left: -13px; border: 1px solid #989898; border-radius: 4px; background: white; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); min-width: 270px; font-size: 0.8em; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container { position: relative; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .tab-arrow { position: absolute; top: -10px; left: 12px; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .tab-arrow .tab-arrow-container { position: relative; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #989898; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .tab-arrow .tab-arrow-container:before { content: ""; position: absolute; display: block; top: 1px; left: -9px; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid white; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .more-controls-separater { width: 100%; height: 1px; background: #989898; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .more-controls-control { font-size: 0.7em !important; padding: 8px 12px; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .more-controls-control .group-control { width: 30px; margin-right: 0; } .grid-container .collection-group h2 .more-controls .more-controls-outer-container .more-controls-inner-container .more-controls-control .group-control-title { cursor: pointer; } .grid-container .collection-group .group { overflow: hidden; } .grid-container .collection-group.group-collected .group-select-toggle.toggle-collected { display: none; } .grid-container .collection-group.group-collected .group-select-toggle.toggle-uncollected { display: inline-block; } .grid-container .collection-group.group-closed .group-expando-toggle.toggle-closed { display: inline-block; } .grid-container .collection-group.group-closed .group-expando-toggle.toggle-opened { display: none; } .grid-container .collection-group.group-closed .group { display: none; } .grid-container .collection-group.group-off { display: none; } .grid-container .collection-group + .collection-group { margin-top: 4%; } .grid-container .collection-group-item { opacity: 0.3; text-align: center; cursor: pointer; } .grid-container .collection-group-item img { height: auto; width: 100%; max-width: 100%; } .grid-container .collection-group-item .item-image { display: none; } .grid-container .collection-group-item .control-settings { font-family: "FontAwesome"; margin-right: 5px; color: #3880ff; display: none; } .grid-container .collection-group-item.collected { opacity: 1; } .grid-container .collection-group-item.collected .control-settings { display: inline-block; } .grid-container .collection-group-item.collected .item-title { color: #3880ff; } .menu { text-align: left; overflow-y: scroll; height: 100%; background: rgba(34, 34, 34, 0.8) !important; font-size: 1.2rem; } .menu .title { font-size: 1.5rem; font-weight: bolder; margin-bottom: 30px; } .menu.menu-item-settings { counter-reset: item; } .menu.menu-item-settings .items-controls { margin-bottom: 40px; } .menu.menu-item-settings .items-controls .control { display: inline-block; } .menu.menu-item-settings .items-controls .control + .control { margin-left: 20px; } .menu.menu-item-settings .items-controls .control .icon { font-family: "FontAwesome"; margin-right: 10px; cursor: pointer; } .menu.menu-item-settings .items-controls .control .button { cursor: pointer; } .menu.menu-item-settings .item { position: relative; padding: 18px 20px; border: 1px solid #4c4c4c; border-top: 3px solid #4c4c4c; background-color: rgba(34, 34, 34, 0.5); } .menu.menu-item-settings .item:first-child .controls-item-up { cursor: not-allowed; opacity: 0.3; } .menu.menu-item-settings .item .item-tab-label { position: absolute; bottom: calc(100% + 3px); left: -1px; height: 30px; width: 100%; background-color: rgba(34, 34, 34, 0.5); } .menu.menu-item-settings .item .item-tab-label .subitem-title { display: inline-block; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.8rem; padding-left: 10px; color: #989898; } .menu.menu-item-settings .item .item-tab-label .subitem-title:before { counter-increment: item; content: counter(item) ". "; } .menu.menu-item-settings .item .item-tab-controls { position: absolute; height: 0; bottom: 100%; right: -1px; padding: 4px 16px 4px 12px; line-height: 0.15rem; border-left: 33px solid transparent; border-bottom: 33px solid #4c4c4c; } .menu.menu-item-settings .item .item-tab-controls .control { display: inline-block; cursor: pointer; padding: 4px 15px; font-family: "FontAwesome"; font-size: 1.2rem; } .menu.menu-item-settings .item .item-tab-controls .control.controls-item-favorite, .menu.menu-item-settings .item .item-tab-controls .control.controls-item-favorite-selected { padding-left: 0; } .menu.menu-item-settings .item .item-tab-controls .control.controls-item-remove { padding-right: 0; } .menu.menu-item-settings .item .item-tab-controls .controls-item-favorite-selected { display: none; color: #ffd86e; } .menu.menu-item-settings .item .item-tab-controls .controls-item-favorite-selected.selected { display: inline; } .menu.menu-item-settings .item:last-child { margin-bottom: 30px; } .menu.menu-item-settings .item + .item { margin-top: 50px; } .menu.menu-item-settings .item .icon { display: inline-block; font-family: "FontAwesome"; } .menu.menu-item-settings .item .control + .control { margin-top: 15px; } .menu.menu-item-settings .item .control .input { display: table; } .menu.menu-item-settings .item .control .input .cell { display: table-cell; } .menu.menu-item-settings .item .control .input .input-cell { width: 100%; padding-left: 15px; } .menu.menu-item-settings .item .control .input .input-cell select { color: #222222; } .menu.menu-item-settings .item .control.controls-item-note .button { cursor: pointer; } .menu.menu-item-settings .item .control.controls-item-note .notepad { width: 100%; font-size: 0.8rem; font-style: italic; color: #989898; cursor: default; outline: 0px solid transparent; overflow: hidden; } .menu.menu-item-settings .item .control.controls-item-note .notepad.active { margin-top: 10px; min-height: 50px; max-height: 100px; padding: 4px; border: 1px solid #4c4c4c; cursor: text; } .menu.menu-item-settings .item .control.controls-item-note .notepad br, .menu.menu-item-settings .item .control.controls-item-note .notepad p { display: none; } .menu.menu-stats .stat-group { position: relative; padding: 8px 12px; border: 1px dashed white; background-color: rgba(34, 34, 34, 0.5); margin-bottom: 20px; } .menu.menu-stats .stat-group:first-child { border: 1px dashed #3880ff; } .menu.menu-stats .stat-group:first-child.complete { border: 1px solid #3880ff; } .menu.menu-stats .stat-group:first-child.complete .completed-icon { display: block; } .menu.menu-stats .stat-group.complete { border: 1px solid white; } .menu.menu-stats .stat-group.complete .completed-icon { display: block; } .menu.menu-stats .stat-group .completed-icon { position: absolute; right: 10px; top: 10px; font-family: "FontAwesome"; font-size: 1.2rem; color: #3880ff; display: none; } .menu.menu-stats .stat-group .group-title { font-weight: bolder; font-size: 1.0rem; } .menu.menu-stats .stat-group .group-perc { margin-top: 10px; font-size: 0.9rem; } .menu.menu-group .group-group { margin-bottom: 20px; } .menu.menu-group .group-group .control { display: inline-block; font-family: "FontAwesome"; margin-right: 30px; cursor: pointer; } .menu.menu-group .group-group .group-title { cursor: pointer; } .menu.menu-group .group-group:not(.toggle-group-expando-active) .control.toggle-group-expando.toggle-opened { display: none; } .menu.menu-group .group-group:not(.toggle-group-expando-active) .control.toggle-group-expando.toggle-closed { display: inline-block; } .menu.menu-group .group-group.toggle-group-expando-active .control.toggle-group-expando.toggle-opened { display: inline-block; } .menu.menu-group .group-group.toggle-group-expando-active .control.toggle-group-expando.toggle-closed { display: none; } .menu.menu-group .group-group:not(.toggle-all-collected-active) .control.toggle-all-collected.toggle-collected-on { display: none; } .menu.menu-group .group-group:not(.toggle-all-collected-active) .control.toggle-all-collected.toggle-collected-off { display: inline-block; } .menu.menu-group .group-group.toggle-all-collected-active .control.toggle-all-collected.toggle-collected-on { display: inline-block; } .menu.menu-group .group-group.toggle-all-collected-active .control.toggle-all-collected.toggle-collected-off { display: none; } .menu.menu-group .group-group:not(.toggle-on-off-active) .control:not(.toggle-on-off) { opacity: 0.5; } .menu.menu-group .group-group:not(.toggle-on-off-active) .group-title { color: white; cursor: default; opacity: 0.5; } .menu.menu-group .group-group:not(.toggle-on-off-active) .control.toggle-on-off-active { display: none; } .menu.menu-group .group-group:not(.toggle-on-off-active) .control.toggle-on-off-inactive { display: inline-block; } .menu.menu-group .group-group.toggle-on-off-active .control.toggle-on-off-active { display: inline-block; } .menu.menu-group .group-group.toggle-on-off-active .control.toggle-on-off-inactive { display: none; } .menu.menu-sort .sort-controls .control { margin-bottom: 20px; cursor: pointer; } .menu.menu-sort .sort-controls .control .icon { font-family: "FontAwesome"; display: inline-block; } .menu.menu-sort .sort-controls .control .control-title { display: inline-block; margin-left: 15px; } .menu.menu-tools .control { margin-bottom: 20px; } .menu.menu-tools .control .icon { font-family: "FontAwesome"; margin-right: 15px; } .menu.menu-tools .control .info { padding-left: 35px; margin-top: 6px; font-size: .8rem; max-width: 400px; } html.is-device .menu.menu-tools .control-generate-json-config { display: none; } html.is-device .menu.menu-tools .control-upload-json-config { display: none; } .menu.menu-tools .control-upload-json-config .info .collection-configuration-input { display: none; } .menu.menu-restart .restart-info { margin-bottom: 30px; } .footer { background-color: #2f5b9f; color: white; position: sticky; bottom: 0; border-top: 6px solid #3880ff; z-index: 1000; } @media only screen and (max-width: 600px) { .footer { font-size: 0.8rem; } } .footer .footer-table { display: table; width: 100%; height: 100%; } .footer .footer-table .col { display: table-cell; height: 100%; vertical-align: middle; padding: 10px 20px; } .footer .col1 { text-align: left; } .footer .col2 { text-align: right; min-width: 120px; } .footer .col2 a { font-family: "FontAwesome"; font-size: 1.5em; } .footer .col2 a + a { margin-left: 20px; } @media only screen and (max-width: 600px) { .footer .col2 a + a { margin-left: 10px; } } .footer .inline { display: inline-block; } .footer .donate input { background: transparent; border: none; padding: 0; } .footer .donate input[type="submit"] { color: #ffd86e; } .footer a { color: white; cursor: pointer; display: inline-block; } .btn { display: inline-block; text-decoration: none; margin-right: 20px; padding: 10px 40px; transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .btn:last-child { margin-right: 0; } .btn:first-letter { text-transform: uppercase; } .btn:hover, .btn:focus { transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .btn:active { transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .btn.solid-blue { color: white; border: 2px solid #3880ff; background-color: #3880ff; } .btn.solid-blue:hover, .btn.solid-blue:focus { background-color: #59a1f7; } .btn.solid-blue:active { background-color: #91b2ff; } .grid:before, .grid:after { content: ""; display: table; } .grid:after { clear: both; } @media only screen and (min-width: 1440px) { .grid .collection-group-item { position: relative; float: left; } .grid .collection-group-item { box-sizing: border-box; } .grid .collection-group-item:before, .grid .collection-group-item:after { content: " "; display: table; } .grid .collection-group-item:after { clear: both; } html.csscalc .grid .collection-group-item { margin-left: 20px; } html:not(.csscalc) .grid .collection-group-item { margin-left: 2%; } html.csscalc .grid .collection-group-item:first-child, html:not(.csscalc) .grid .collection-group-item:first-child { margin-left: 0; } html.csscalc .grid .collection-group-item { width: -webkit-calc(((100% / 6) - 20px) + (3.3333333333px)); width: calc(((100% / 6) - 20px) + (3.3333333333px)); } html:not(.csscalc) .grid .collection-group-item { width: 15%; } .grid .collection-group-item:nth-child(6n+1) { clear: left; margin-left: 0 !important; } } @media only screen and (min-width: 840px) and (max-width: 1440px) { .grid .collection-group-item { position: relative; float: left; } .grid .collection-group-item { box-sizing: border-box; } .grid .collection-group-item:before, .grid .collection-group-item:after { content: " "; display: table; } .grid .collection-group-item:after { clear: both; } html.csscalc .grid .collection-group-item { margin-left: 20px; } html:not(.csscalc) .grid .collection-group-item { margin-left: 2%; } html.csscalc .grid .collection-group-item:first-child, html:not(.csscalc) .grid .collection-group-item:first-child { margin-left: 0; } html.csscalc .grid .collection-group-item { width: -webkit-calc(((100% / 5) - 20px) + (4px)); width: calc(((100% / 5) - 20px) + (4px)); } html:not(.csscalc) .grid .collection-group-item { width: 18.4%; } .grid .collection-group-item:nth-child(5n+1) { clear: left; margin-left: 0 !important; } } @media only screen and (min-width: 600px) and (max-width: 840px) { .grid .collection-group-item { position: relative; float: left; font-size: 0.8em; } .grid .collection-group-item { box-sizing: border-box; } .grid .collection-group-item:before, .grid .collection-group-item:after { content: " "; display: table; } .grid .collection-group-item:after { clear: both; } html.csscalc .grid .collection-group-item { margin-left: 10px; } html:not(.csscalc) .grid .collection-group-item { margin-left: 1%; } html.csscalc .grid .collection-group-item:first-child, html:not(.csscalc) .grid .collection-group-item:first-child { margin-left: 0; } html.csscalc .grid .collection-group-item { width: -webkit-calc(((100% / 4) - 10px) + (2.5px)); width: calc(((100% / 4) - 10px) + (2.5px)); } html:not(.csscalc) .grid .collection-group-item { width: 24.25%; } .grid .collection-group-item:nth-child(4n+1) { clear: left; margin-left: 0 !important; } } @media only screen and (max-width: 600px) { .grid .collection-group-item { position: relative; float: left; font-size: 0.7em; } .grid .collection-group-item { box-sizing: border-box; } .grid .collection-group-item:before, .grid .collection-group-item:after { content: " "; display: table; } .grid .collection-group-item:after { clear: both; } html.csscalc .grid .collection-group-item { margin-left: 10px; } html:not(.csscalc) .grid .collection-group-item { margin-left: 1%; } html.csscalc .grid .collection-group-item:first-child, html:not(.csscalc) .grid .collection-group-item:first-child { margin-left: 0; } html.csscalc .grid .collection-group-item { width: -webkit-calc(((100% / 3) - 10px) + (3.3333333333px)); width: calc(((100% / 3) - 10px) + (3.3333333333px)); } html:not(.csscalc) .grid .collection-group-item { width: 32.6666666667%; } .grid .collection-group-item:nth-child(3n+1) { clear: left; margin-left: 0 !important; } } /* * Remodal - v1.0.6 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * * Made by <NAME> * Under MIT License */ /* ========================================================================== Remodal's necessary styles ========================================================================== */ /* Hide scroll bar */ html.remodal-is-locked { overflow: hidden; -ms-touch-action: none; touch-action: none; } /* Anti FOUC */ .remodal, [data-remodal-id] { display: none; } /* Necessary styles of the overlay */ .remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; } /* Necessary styles of the wrapper */ .remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; } .remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; } /* Fix iPad, iPhone glitches */ .remodal-overlay, .remodal-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Necessary styles of the modal dialog */ .remodal { position: relative; outline: none; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; } .remodal-is-initialized { /* Disable Anti-FOUC */ display: inline-block; } /* ========================================================================== Remodal's default mobile first theme ========================================================================== */ /* Default theme styles for the background */ .remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); } /* Default theme styles of the overlay */ .remodal-overlay { background-color: rgba(34, 34, 34, 0.7); } .remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal-overlay.remodal-is-opening { -webkit-animation-name: remodal-overlay-opening-keyframes; animation-name: remodal-overlay-opening-keyframes; } .remodal-overlay.remodal-is-closing { -webkit-animation-name: remodal-overlay-closing-keyframes; animation-name: remodal-overlay-closing-keyframes; } /* Default theme styles of the wrapper */ /* Default theme styles of the modal dialog */ .remodal { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 30px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); color: white; background: #222222; } .remodal.remodal-is-opening, .remodal.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal.remodal-is-opening { -webkit-animation-name: remodal-opening-keyframes; animation-name: remodal-opening-keyframes; } .remodal.remodal-is-closing { -webkit-animation-name: remodal-closing-keyframes; animation-name: remodal-closing-keyframes; } /* Vertical align of the modal dialog */ .remodal, .remodal-wrapper:after { vertical-align: middle; } /* Close button */ .remodal-close { position: absolute; top: 0; right: 0; display: block; overflow: visible; width: 35px; height: 35px; margin: 0; padding: 0; cursor: pointer; -webkit-transition: color 0.2s; transition: color 0.2s; text-decoration: none; color: #3880ff; border: 0; outline: 0; background: transparent; font-size: 1.6rem; } .remodal-close:hover, .remodal-close:focus { color: #59a1f7; } .remodal-close:before { font-size: 40px; line-height: 35px; position: absolute; top: 5px; left: -5px; display: block; width: 35px; content: "\00d7"; text-align: center; } /* Dialog buttons */ .remodal-button-container { margin-top: 30px; } .remodal-confirm { display: inline-block; text-decoration: none; margin-right: 20px; padding: 10px 40px; transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; color: white; border: 2px solid #3880ff; background-color: #3880ff; } .remodal-confirm:last-child { margin-right: 0; } .remodal-confirm:first-letter { text-transform: uppercase; } .remodal-confirm:hover, .remodal-confirm:focus { transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .remodal-confirm:active { transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .remodal-confirm:hover, .remodal-confirm:focus { background-color: #59a1f7; } .remodal-confirm:active { background-color: #91b2ff; } .remodal-cancel { display: inline-block; text-decoration: none; margin-right: 20px; padding: 10px 40px; transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; color: #3880ff; border: 2px solid #3880ff; background-color: white; } .remodal-cancel:last-child { margin-right: 0; } .remodal-cancel:first-letter { text-transform: uppercase; } .remodal-cancel:hover, .remodal-cancel:focus { transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .remodal-cancel:active { transition: color 0.2s linear, background 0.2s linear, border 0.2s linear; } .remodal-cancel:hover, .remodal-cancel:focus { background-color: #59a1f7; } .remodal-cancel:active { background-color: #91b2ff; } /* Remove inner padding and border in Firefox 4+ for the button tag. */ .remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner { padding: 0; border: 0; } /* Keyframes ========================================================================== */ @-webkit-keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; } to { -webkit-transform: none; transform: none; opacity: 1; } } @keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; } to { -webkit-transform: none; transform: none; opacity: 1; } } @-webkit-keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; } } @keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; } } @-webkit-keyframes remodal-overlay-opening-keyframes { from { opacity: 0; } to { opacity: 1; } } @keyframes remodal-overlay-opening-keyframes { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes remodal-overlay-closing-keyframes { from { opacity: 1; } to { opacity: 0; } } @keyframes remodal-overlay-closing-keyframes { from { opacity: 1; } to { opacity: 0; } } /* IE8 ========================================================================== */ .lt-ie9 .remodal-overlay { background: #2b2e38; } .lt-ie9 .remodal { width: 700px; } button[data-balloon] { overflow: visible; } [data-balloon] { position: relative; cursor: pointer; } [data-balloon]:after { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; -moz-transition: all 0.18s ease-out 0.18s; -ms-transition: all 0.18s ease-out 0.18s; -o-transition: all 0.18s ease-out 0.18s; transition: all 0.18s ease-out 0.18s; font-family: sans-serif !important; font-weight: normal !important; font-style: normal !important; text-shadow: none !important; font-size: 12px !important; background: rgba(17, 17, 17, 0.9); border-radius: 4px; color: #fff; content: attr(data-balloon); padding: .5em 1em; position: absolute; white-space: nowrap; z-index: 10; } [data-balloon]:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; -moz-transition: all 0.18s ease-out 0.18s; -ms-transition: all 0.18s ease-out 0.18s; -o-transition: all 0.18s ease-out 0.18s; transition: all 0.18s ease-out 0.18s; content: ''; position: absolute; z-index: 10; } [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; pointer-events: auto; } [data-balloon]:not([data-balloon-pos]):after { bottom: 100%; left: 50%; margin-bottom: 11px; -webkit-transform: translate(-50%, 10px); -moz-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon]:not([data-balloon-pos]):before { bottom: 100%; left: 50%; margin-bottom: 5px; -webkit-transform: translate(-50%, 10px); -moz-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon]:not([data-balloon-pos]):hover:after, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:after { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon]:not([data-balloon-pos]):hover:before, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:before { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon].font-awesome:after { font-family: FontAwesome; } [data-balloon][data-balloon-break]:after { white-space: pre; } [data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } [data-balloon][data-balloon-pos="up"]:after { bottom: 100%; left: 50%; margin-bottom: 11px; -webkit-transform: translate(-50%, 10px); -moz-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up"]:before { bottom: 100%; left: 50%; margin-bottom: 5px; -webkit-transform: translate(-50%, 10px); -moz-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos="up-left"]:after { bottom: 100%; left: 0; margin-bottom: 11px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-left"]:before { bottom: 100%; left: 5px; margin-bottom: 5px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos="up-right"]:after { bottom: 100%; right: 0; margin-bottom: 11px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-right"]:before { bottom: 100%; right: 5px; margin-bottom: 5px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down']:after { left: 50%; margin-top: 11px; top: 100%; -webkit-transform: translate(-50%, -10px); -moz-transform: translate(-50%, -10px); -ms-transform: translate(-50%, -10px); transform: translate(-50%, -10px); } [data-balloon][data-balloon-pos='down']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; left: 50%; margin-top: 5px; top: 100%; -webkit-transform: translate(-50%, -10px); -moz-transform: translate(-50%, -10px); -ms-transform: translate(-50%, -10px); transform: translate(-50%, -10px); } [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos='down-left']:after { left: 0; margin-top: 11px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-left']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; left: 5px; margin-top: 5px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down-right']:after { right: 0; margin-top: 11px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-right']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; right: 5px; margin-top: 5px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='left']:after { margin-right: 11px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); -moz-transform: translate(10px, -50%); -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } [data-balloon][data-balloon-pos='left']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 6px; height: 18px; margin-right: 5px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); -moz-transform: translate(10px, -50%); -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-pos='right']:after { left: 100%; margin-left: 11px; top: 50%; -webkit-transform: translate(-10px, -50%); -moz-transform: translate(-10px, -50%); -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } [data-balloon][data-balloon-pos='right']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 6px; height: 18px; left: 100%; margin-left: 5px; top: 50%; -webkit-transform: translate(-10px, -50%); -moz-transform: translate(-10px, -50%); -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-length='small']:after { white-space: normal; width: 80px; } [data-balloon][data-balloon-length='medium']:after { white-space: normal; width: 150px; } [data-balloon][data-balloon-length='large']:after { white-space: normal; width: 260px; } [data-balloon][data-balloon-length='xlarge']:after { white-space: normal; width: 380px; } @media screen and (max-width: 768px) { [data-balloon][data-balloon-length='xlarge']:after { white-space: normal; width: 90vw; } } [data-balloon][data-balloon-length='fit']:after { white-space: normal; width: 100%; }
css
!Galate: Hmm, what have we here? Oh, well, this certainly proves you are who you say you are, doesn't it? I'm sorry to have doubted you, but I'm sure you understand my predicament. Still, only a priest at the crystal oracle could craft a refined crystal sample like this. [Quest _133_ThatsBloodyHot Galate_q0133_06.htm|"I heard that there's a way to get onto Hellbound Island without Beleth detecting it."]
html
A Royal Bengal Tiger escaped from its enclosure by managing to scale a 10-feet high fence on Saturday at the Nehru Zoological Park in Hyderabad. This incident which happened at around 4 pm triggered panic. Soon, Zoo Officials sounded an alert to evacuate the visitors from the Zoo. Nehru Zoological Park Curator refused to admit the fact that escape of Tiger is a big security lapse. He tried to downplay the incident by saying the 'Summer Home' was a prohibited area and visitors weren't allowed here anyway. In addition, He says the Tiger was made to return to its enclosure soon and nobody was injured in the incident. This 5-Year-Old Tiger named Kadamba was brought from Mangalore and it wasn't kept on display until now. Officials assure Nehru Zoological Park have a 3-tier security system to avoid any danger to the visitors. In June this year, A 21-Year-Old bribed Zoo Official to enter the prohibited area in Nehru Zoological Park. Later, He uploaded photos and videos teasing a Jaguar.
english
Manang - The splendour of the alpine Tilicho lake located 4,919 metres above the sea level at Nesyang rural municipality – 9 of Manang district continues to enchant the visitors. The lake offers a panoramic view of the great Himalayan range including the Mt Muktinath Tilicho and Mt Nilgiri. The route leading to Mustang from Tilicho, however, is yet to come into operation. The route is sure to facilitate the tourists' journey to other destinations from here. The Tilicho lake is located 45 km uphill towards the northern direction from Manang. The visitors will have to travel on foot for eight unforgettable and adventurous hours stippled with views of pristine natural manifestations from Khasar area to Tare Gumba and then Srikharka before reaching the Tilicho's base camp. It takes three hours journey on foot from the base camp to reach the alpine lake. The visitors can access the facility of a four wheel drive to travel to Khasar from Bensisahar. But, they will have to walk or board a mule from Khasar to continue the journey. The tourists are particularly fond of this trek route due to the facilities of hotels and restaurants. The Tilicho lake holds huge significance from religious point of view as well. Legend has it that during the pre-historic period Hindu God Shiva once meditated here and that Kagbesini Rishi attained deeper spiritual knowledge. The Hindu pilgrims come to the lake for fasting rituals.
english
وَوَهَبْنَا لَهٗٓ اِسْحٰقَ وَيَعْقُوْبَ نَافِلَةً ۗوَكُلًّا جَعَلْنَا صٰلِحِيْنَ ( الأنبياء: ٧٢ ) vevehebnâ lehû isḥâḳ. veya`ḳûbe nâfileten. veküllen ce`alnâ ṣâliḥîn. (al-ʾAnbiyāʾ 21:72) Diyanet Isleri: İbrahim'e, buna ilaveten İshak ve Yakub'u da verdik, her birini iyi kimseler kıldık. English Sahih: And We gave him Isaac and Jacob in addition, and all [of them] We made righteous. ([21] Al-Anbya : 72) Ve ona İshak'ı verdik, Yakup'u da istemeden ihsan ettik ve hepsini de temiz ve iyi kişiler kıldık. Ona (İbrahim´e), İshak´ı ve fazladan bir bağış olmak üzere Ya´kub´u lütfettik; herbirini sâlih insanlar yaptık. Ona İshak'ı armağan ettik, üstüne de Yakub'u; her birini salihler kıldık. İbrâhîme (evlad olarak) İshak’ı, üstelik bir de Yakûb’u ihsan ettik ve her birini salih kimselerden yaptık. Ve ibrahim´e İshâk´ı, fazla olarak da Yâkub´u verdik ve hepsini de iyi yararlı kişiler kıldık. Ona (İbrahim'e), İshak'ı ve fazladan bir bağış olmak üzere Ya'kub'u lütfettik; herbirini salih insanlar yaptık. Ona (İbrahim'e) İshak'ı, üstelik bir de Yakub'u ihsan ettik ve herbirini salih kimseler kıldık. Üstelik İbrahim´e, İshak´ı ve fazladan bir bağış olarak Yakub´u lütfettik ve hepsini de salih kimseler yaptık. Ona İshak´ı armağan ettik, üstüne de Yakub´u; her birini salihler kıldık. Ona (İbrâhîme) Ishaakı, üstelik bir de Ya´kuubu ihsan etdik ve (bunların) her birini saalih (zât) ler yapdık. Ona İshak´ı, üstelik bir de Yakub´u ihsan ettik. Ve her birini salih kimseler kıldık. Ve ona, İshak (A.S)´ı ve nafileten (ilâveten) Yâkub (A.S)´ı vehbî (armağan) olarak verdik. Ve hepsini salihler kıldık. Ve o´na ayrıca İshak´ı ve (İshak´ın oğlu) Yakub´u armağan ettik, ve onların hepsinin dürüst ve erdemli insanlar olmalarını sağladık; Ayrıca ona, İshak'ı ve (O'nun oğlu) Yakûb'u bir bağış olarak vermiş, herbirini sâlihlerden eylemiştik. (71-72) Ve O´nu ve Lût´u kurtarıp bir yere kavuşturduk ki, o yerde âlemler için bereketler vardır. Ve O´na İshak´ı ve fazla olarak da Yakub´u ihsan ettik ve hepsini de sâlihler kıldık. Ve ona İshak’ı, üstelik bir de Yakub’u bağışladık. Her ikisini de salih kimseler kıldık. Ve ona, İshak’ı, üstelik bir de Yakub’u bağışladık. Her ikisini de dürüst kimseler kıldık. Ve ona İshak’ı, üstelik bir de Yakub’u bağışladık. Her ikisini de salih kimseler kıldık. Ona ayrıca İshak'ı, üstelik bir de Yâkub’u ihsan ettik. Hepsini de erdemli insanlar kıldık. Ona İshak'ı hediye ettik, üstelik (torunu) Ya'kub'u da (verdik). Hepsini de iyi insanlar yaptık. Ona İshak´ı armağan ettik, üstüne de Yakub´u; her birini salihler kıldık. Ona İshak'ı bağışladık, ayrıca Yakub'u da hediye ettik. Hepsini hak ve barış için çalışan insanlar yaptık.
english
Good evening and welcome to "Tucker Carlson Tonight. " Yesterday morning, Joe Biden's secretary of state, a man called Tony Blinken, went on to the Sunday show over at CBS News to announce new policy toward Russia. Going forward, Blinken explained, the Biden administration will use Poland as a cutout to send fighter jets to the government of Ukraine. Those jets will be used to fight the Russian military. Blinken announced this in a calm, even tone that suggested this was conventional procedure, business as usual, nothing to worry about, just another weekend at the State Department. But in fact, it's not typical. It's a very big step. It could turn out to be a pivot point in history and for that reason, we want you to know entire exchange. CBS ANCHOR: If, for instance, the Polish government, a NATO member, wants to send fighter jets, does that get a green light from the US or are you afraid that that will escalate tension? SECRETARY OF STATE ANTONY BLINKEN: No, . . . that gets a green light. In fact, we're talking with our Polish friends right now about what we might be able to do to backfill their needs if, in fact, they choose to provide these fighter jets to. . the Ukrainians. What could we do? How can we help to make sure that they get something to backfill the planes that they're handing over to…the Ukrainians? "Are you afraid that will escalate tension? ," asks the scriptwriter, because even a CBS News anchor knows that sending fighter jets to a war usually does that. "No," replies Tony Blinken, "that gets a green light. " It's a remarkable exchange. What are we watching here, apart from a conversation between two incredibly shallow people who have limited contact with reality? What we're watching is the beginning of a war between the United States and Russia. If that sounds jarring, what else would you call it? Now you may support everything that Tony Blinken just said. Maybe you do support it, but let's not lie about what's happening. Let's be as honest and clear-eyed as we can be, especially now, because it matters. The Biden administration just inserted itself with force into the middle of a hot war between two foreign powers. That means the United States is now an active participant in a war. We are at war with Russia. Whether or not that war has been officially declared, whether or not Congress has authorized that war, all of that is irrelevant. That war is happening right now as we watch. Why is no one in Washington saying anything about this? Because they support it. They always have. Almost five years ago, way back in 2017, Rep. Eric Swalwell of California came on this show for another Russiagate debate, one of many. He came to let us know how Vladimir Putin had gotten Donald Trump elected president. It was all as stupid as you remember, it until the end of the interview when Swalwell said something odd and interesting. Swalwell explained that because Putin had installed Donald Trump secretly in the White House, the United States should now "do everything we can to expand NATO's role. " In other words, we should let Ukraine join NATO. That's odd. Why would he say that? Why would a policy so seemingly obscure— NATO, Ukraine, What? — Why would that be a priority for some forgettable congressman from the East Bay? Well, simple, because getting Ukraine to join NATO was the key to inciting war with Russia. We didn't get it at the time. Now it's obvious. Vladimir Putin just invaded Ukraine because he didn't want Ukraine to join NATO. Putin certainly had other motives as well. People always do have multiple motives, but that's the main reason Russia invaded. The Russians don't want American missiles on their border. They don't want a hostile government next door. Now that's true, whether you're allowed to say it in public right now or not, it has been true for a long time. A lot has been written about this over many years by serious people. No one who knows anything and is honest will tell you Putin invaded Ukraine simply because he is evil. Putin may be evil. He certainly seems to be, but he also has strategic motives in doing that, whether or not you agree with those motives, that's irrelevant. Those are the facts. So, with those facts in mind, the Biden administration's behavior in the days before the Ukraine invasion tells you a lot about what motivated them. With Russian troops amassed by the thousands on the Ukrainian border, Joe Biden sent Kamala Harris, the least capable diplomat in Washington, to explain America's policy to European heads of state. At a public press event at the Munich Security Conference, Kamala Harris encouraged Ukraine to become a member of NATO. "I appreciate and admire President Zelenskyy's desire to join NATO. " Message: Up yours, Vladimir Putin, go ahead and invade Ukraine. And of course, Vladimir Putin did that just days later. So, the invasion was no surprise to the Biden administration. They knew that would happen. That was the point of the exercise. We watched all this happen. We missed it. How? Honestly, because it was insane and therefore very hard to take seriously. Why in the world would the United States intentionally seek war with Russia? How could we possibly benefit from that war? We still don't know the answer to that question, but it is obvious that permanent Washington has been fixated on war with Russia for a very long time. A couple of years ago, you may remember, we'd forgotten, they impeached a sitting president. Why? For threatening to withhold military aid to President Zelenskyy of Ukraine. Failing to back a proxy war in Ukraine was the one thing Donald Trump was not allowed to do as president. Again, they impeached him for it and no one said much about it, even in his own party, because, of course, they supported war with Russia too— maybe even more than the Democrats did. As far back as 2016, Lindsey Graham of South Carolina— hysterical little Lindsey Graham— was jumping around, acting out his war fantasies in front of foreign soldiers in Ukraine. If we saw this tape at the time, we don't remember seeing it - back in 2016, Ukraine seemed like a faraway place. We should have paid more attention. SENATOR LINDSEY GRAHAM: Your fight is our fight. 2017 will be the year of offense. All of us will go back to Washington and we will push the case against Russia. Enough of … Russian aggression. It is time for them to pay a heavier price. "Your fight is our fight. " That's a very strange thing for an American lawmaker to say to a foreign military. Why would the Ukrainian government's fight in 2016 possibly be our fight? On what grounds is it our fight? What does that even mean? We don't know. And yet now it is demonstrably true. Ukraine's fight is our fight. Ukraine's war is our war. It's here, but most Americans did not see that coming—yet permanent Washington certainly did. Permanent Washington understood that the second Vladimir Putin's forces rolled across the border into Ukraine we would inevitably be on a course toward war with Russia. They knew. Here's the president of the August Council on Foreign Relations on the day of the invasion. RICHARD HAASS: We need now a response of necessity to his war of choice, and there's got to be to raise the economic costs at home, to raise the military costs on the ground. I hate to be so blunt, but, you know, the most vulnerable thing that the Putin's vulnerable to is dead Russian soldiers. So, we have to make sure Ukraine has the means to. . . resist. "Dead Russian soldiers. " At the time, that seemed a little bellicose right out of the gate. It had just happened. Maybe there's some way to deescalate this. The invasion is terrible, but isn't America's role as steward of the West to make things better? Wouldn't a prompt Russian withdrawal from Ukraine be the wisest course for everyone, including and especially the Ukrainians on whose behalf we claim to speak, but whose country would be leveled by a protracted war? You would think so, but that's not what anyone in Washington wanted. They wanted a war and now they have one. So, where's this going? That's the question for the rest of us who had no role in making these decisions. Well, it's worrisome. You should keep in mind that the U. S. government is currently run by the same people who planned the Afghanistan withdrawal, the ones who tanked the U. S. dollar, the people who run Baltimore, the ones who tried to send crack pipes to junkies, these are people with a long history of destroying things and no history at all of building anything. So, a lot could go wrong. They tell us that Vladimir Putin is unbalanced. We'll take that at face value. We know that Putin has thousands of nuclear weapons. Putin has said that if he is pushed, he will use nuclear weapons. It could be wise to believe him. Harry Kazianis does believe him. Kazianis is a foreign policy analyst in Washington. Like a lot of people in his business, he regularly participates in government-sponsored war games. These are designed to map out what would happen if various countries fell into conflict with one another. A couple of years ago, not long ago at all, Kazianis participated in a war game predicated on a war with Russia. He wrote about this the other day in The Federalist. "In the course of what we call the NATO-Russia War of 2019, we estimated one billion people died. " One billion. "And if we aren't careful, what happened in a simulation could happen if a NATO-Russia war erupts over Ukraine. " That war has just erupted. The fact that no one in charge seems to worry about where this could go should concern you quite a bit, but nuclear war is not the only risk. The economic consequences of this war are already profound. They're history changing, actually and if you don't believe it, check out commodity prices. They're out of control. Wheat is up nearly 60% over last year. That's the highest price ever recorded for wheat. It's not good news if you plan to eat and it won't get better. Russia is one of the largest fertilizer producers in the world. So, for example, a ton of Urea fertilizer that cost American farmers $265 per ton last January now goes for $846 this year. And thanks to sanctions, that number will get much higher. No one who farms has ever seen anything like this. You probably don't farm, but you do buy groceries. It'll be obvious to you soon. In fact, thanks to Biden's foreign policy, everything you buy is shooting up in price and shockingly fast. Gasoline is now higher than it's ever been in the history of gasoline. In Los Angeles, it is selling for $7. 29 a gallon. So if you make under $100,000 a year and most people in this country do, that qualifies as a crisis for you, but for the people in charge, it's not high enough. They'd like to make it worse. Their latest idea, that a lot of people seem to be buying, is that we have a moral obligation somehow to stop buying Russian oil. It's tainted. OK. What would happen if we did that? Well, needless to say, oil prices would jump likely to over a $150 a barrel, even higher prices for you, but then if that boycott spread and moral boycotts tend to and Europe joined it, buckle your seatbelt. We talked to someone in the energy business this morning, energy traders, to get a little perspective on this. He said a total boycott of Russian energy would cause "an absolute global disaster. " That means recession, depression, uncontrollable inflation and the rest—economic devastation to us and our allies. And at that point, in fact, we're already there, we'd be forced to make up the difference by getting more oil from other countries because we need the energy. Batteries aren't going to supply it. So what would those countries be? Well, let's see. They would be pretty clear: Saudi Arabia, Iran, Venezuela. To repeat, in order to wage a moral boycott, we become more dependent on Saudi Arabia, governed by Sharia law; Iran, a rogue state; and Maduro's Venezuela because this is a moral statement we're making. This is a moral victory so feel good about it as you go bankrupt. That's the short term picture. The long term picture of war with Russia is even scarier than that. Thanks to Biden's policies, Russia and China now form a bloc against the United States. This was the nightmare scenario, now it's real. Just today, the Chinese foreign minister described Vladimir Putin as China's "most important strategic partner. " So are we going to see a boycott of Chinese goods in the United States? They're making this war possible. Oh, don't bet on it, that would be racist. But we should prepare to lose our position as holder of the world's reserve currency. That is happening in slow motion. It's unmistakable. Now the Biden people seem to have no idea this is going on, or maybe they want it to happen. Joe Biden was up there at the State of the Union bragging about how he took 30 points off the Russian ruble in a single day. Hurray! Good for us, but once we stop celebrating our win, the destruction of the Russian economy, they deserve it, you got to wonder, is there a downside to this? Could it be a pyrrhic victory? Let's see. These policies have driven Russia, China, India, Turkey and other countries to accelerate their flight from the U. S. dollar. Now, to be clear, that's the majority of the global economy. This may be the most reckless and destructive thing any American president has ever done to the United States. If the war in Ukraine ended tomorrow, we would live with the consequences of that loss of the U. S. dollar as the world's reserve currency for the rest of our lives. No one in Washington is even acknowledging this is happening. They're looking for more moral victories to win. And the companies love it, the woke companies, Apple, MasterCard, lots of other American companies, are taking victory laps for their role in punishing Russia. Great. Punish Russia. We're not against that, but you've got to wonder. You've just seen a handful of woke corporations crash a country and impoverished its citizens indiscriminately. Now that country is Russia, so most of us aren't even thinking about the precedent it sets. We're fine with it. It's Russia. Who cares? But is it possible these same techniques might be used someday against someplace or somebody that you care about? What if one morning you woke up and they decided that you're Vladimir Putin and you must be erased? Could that happen? Don't think about it. You probably aren't able to think about it clearly right now, even if you try. Why? Because there's a moral panic in progress. For the record, this is the third moral panic we have had in the United States of America in less than two years. You don't want to live in a country in which moral panics break out regularly, by the way. Moral panics diminish the people engaged in them and hurt the people who don't. They're degrading. They're crazy. They're the opposite of what you want. You want to live in a country where wisdom and restraint and rational behavior and decency determine the outcomes, not screaming. But we live in a country of moral panics. The first one began in May of 2020 with the death of George Floyd in Minneapolis. That changed America completely. The second moral panic was COVID. You've lived through that. So for nearly two years, the shouting has not ended. Hysteria is now the official language of public discourse in the United States. That's not good for anyone, except those benefiting from it. Who is benefiting? Anyone who lies for a living. The liars have perfect cover. Ask yourself: How much of what you first heard about BLM, and then about the coronavirus turned out in the end to be true? How many of the first stories were true? Not many. It was almost all lies, but you didn't know that at the time because you were busy being yelled at. If you dared to point out that actually all lives matter, they denounced you as a racist. If you expressed concern about vaccine mandates, of course, they called you an anti-vaxxer. Sound familiar? The pattern never changes. Hey, maybe war with Russia is not a good idea for the United States. Say that out loud some time. It's not an extreme position. Most Americans would agree with you, but you will immediately be denounced as a tool of Putin. What is this? It's name-calling as a means of social control. The people in charge have decided their primary job is to decide who you should hate. In an environment like this, everything feels like propaganda and that's because much of it is. On Thursday, we told you that Russian forces had bombed a nuclear reactor in Ukraine. That seemed to be true. President Zelenskyy of Ukraine had said it repeatedly, but it was not true. No reactors were hit. An unnamed Ukrainian official claimed that radiation levels in the area had risen. That turned out to be untrue as well. In the words of Mark Nelson, who is a nuclear energy analyst, "I'm afraid to say, this looks like a coordinated effort to induce panic. " Of course. It was what we call disinformation and it was designed to get you to support a war against Russia. Now, maybe you support a war against Russia anyway, but you should at least know that you're being lied to and manipulated, which you are. Read this from Good Morning America the other day: ABC CORRESPONDENT: Ukraine's mothers, daughters, teachers, politicians, beauty queens, now on the front lines defending their country under siege and there is Anastasiia Lenna, a former Miss Grand Ukraine. Photos of her on Instagram in fatigues, rifle in hand. Underneath, patriotic hashtags. Miss Ukraine with a rifle defending her homeland. Is there anything more inspiring than that? It would be more inspiring if it was real. It wasn't. It was fake. Miss Ukraine was not defending her homeland. That wasn't a rifle. It was an airsoft gun. So the whole thing was not a news story, though you read it as such. It was a propaganda shoot. It was meant to deceive you. It was meant to make you want war with Russia. Sympathize with one side over the other. It works. That's why they do it. It's why the tech companies have censored so many news sites recently, including from Russia, but not exclusively from Russia. Now we're supposed to think this is a victory over Putin or something, but a victory for what? Less information? Fewer perspectives? If getting to the truth was the point of the exercise, we as American citizens would be able to read whatever we wanted to read. That was the rule for centuries in this country. It no longer is because truth is no longer the point. Instead, Twitter and Facebook are proudly censoring any information that might "undermine trust in Ukrainian government. " Really? Since when are we required to trust the Ukrainian government or any government? Don't ask. By the way, over the weekend, because everything in America is unintentionally hilarious now, the New York Times attacked Vladimir Putin for censorship. Turns out he engaged in censorship and tries to control his people can read. Lost in the relentless focus on war in Ukraine, by the way, is any perspective about the world or war, which is always lacking in D. C. , but never more so than now. The fighting in Ukraine is terrible, of course, you're seeing it happen. No decent person could fail to be moved by the images, but it's not unique. It's not the only war in recent memory or even currently in progress right now. Many thousands died in the 2020 Nagorno-Karabakh war that was between Azerbaijan and Armenia. Ever heard of it? It ended less than a year and a half ago. No coverage. There's been a gruesome war underway in Ethiopia for a couple of years now. It's n progress as we speak. Tens of thousands, women have been raped by militiamen, many of them intentionally infected with AIDS. Can it get worse than that? How many people have died in the war in Ethiopia? We don't really know, because no one in our media cares enough to keep track. It's just Ethiopia. We do know that hundreds of thousands of people, mostly civilians, have died in the war in Yemen. It's a war the Biden administration has continued to fund. It doesn't get a lot of attention. It's just Yemen. Who cares? All human life is equal. All of us are equal in the eyes of God. The death of someone in Ukraine is exactly equivalent to the death of someone in Yemen in its importance, period. But hardest of all to ignore, though our media have pulled it off and ignored it, is the civil war that's underway 100 hundred yards from El Paso, Texas, right now: the Mexican drug war. That's what we call it. It's likely killed more than 100,000 people. In 2019 alone, close to 10,000 Mexican citizens just disappeared, most of them young men. More journalists are murdered in Mexico every year than in any other country in the world. The pictures are awful, but it's not a crisis. It's totally normal, says the Biden administration. Open the southern border. The border we care about is Ukraine's. Now, Republicans in Washington, to their eternal shame, have no problem with any of this. In fact, many of them are more for war with Russia than Joe Biden seems to be. That is a disgrace. It will hurt them in the midterms. It will hurt them on some deeper level because it does not serve the interests of this country, a war fought on behalf of democracy that ignores the will of the country fighting it? At some point soon, we'll explain exactly what's going on here, but it's enough to know Republicans are not representing their voters when they move to a position that's way more warlike than Joe Biden's, when they embrace the lunacy that could really hurt this country, that aren't representing people like Bryce Mitchell. Bryce Mitchell seems like a Republican voter. He's a 27-year-old mixed martial arts fighter. He is a cattle farmer from Cabot, Arkansas. The other day, someone asked him what he thought about Ukraine at a press event. Here's what he said: REPORTER: Well, I just wanted to get your thoughts on the whole Russia and Ukraine situation. BRYCE MITCHELL: You know, here's my first thought, is I'm not going nowhere to fight none of these wars for these politicians. I'm staying at home and when the war comes to Arkansas, I will dig my boots in the ground and I will die for everything I love, and I will not retreat. If this country is invaded and everybody's saying, "Well, . . . we got to evacuate, we got to leave. We got. . " I will not. I will dig my boots in the Arkansas soil and I will fight for the people that I love, for the land that I love, and the way of life that I love, but I'm not going overseas to fight. I don't know what's going on to be honest, brother. I really don't. There's so much stuff and I don't think nobody knows what's going on fully. There's been so much political corruption in that area. You got Biden and his son making a sh-- ton of money off of using our tax dollars to bribe their people. That's treasonous, in my opinion. So you got [Joe] Biden and his son using our tax dollars. Hey, if . . Ukrainian government, if you don't do this, we're taking your tax dollars. He shouldn't be giving our tax dollars to that country anyway. We got veterans out here sleeping on the street and you're going to give our frickin tax dollars to these Ukrainians and. . . brother, I don't know what's going on over there, but I'm not going over there and fighting. Tell us how he's a Putin stooge, Lindsey Graham and David Frum and Anne Applebaum, Liz Cheney. Tell us how he's immoral. When the war comes to Arkansas, he said, "I will dig my boots into the ground and I will die for everything I love. " That's the American position. Fight to the death to defend what you love, your people, your family, your country, to defend it. That's why we call it the Defense Department. It is not called the Department of Nation Building or the Bureau of Trans Evangelism. Bryce Mitchell may not have good grammar, but he understands exactly what's going on here, even if the people who claim to represent him and our country have no idea. This article is adapted from Tucker Carlson's opening commentary on the March 7, 2022 edition of "Tucker Carlson Tonight. "
english
<gh_stars>1-10 import '../less/main.less'; import toggle from './components/toggle'; import sticky from './components/sticky'; import tab from './components/tab'; $(document).ready(() => { toggle.init(document); sticky.init(document); tab.init(document); });
javascript
{ "name": "TeamsWhats", "version": "1.0.0", "description": "This is a project where I made a social network called TeamsWhats. Project of social media server, implementing the learning of backend and nodeJS.", "main": "index.js", "scripts": { "start": "cross-env NODE_ENV=production node src/index.js", "dev": "nodemon src/index.js", "dev:inspect": "nodemon --inspect", "dev:debug": "set DEBUG=express:*,app:* && npm run dev", "debug": "set DEBUG=express:*,app:* && npm run start", "prepare": "husky install", "prettier": "prettier . --write", "lint": "eslint . --fix", "fix": "npm run prettier && npm run lint" }, "keywords": [ "node", "javascript", "backend", "server", "social", "postgreSQL", "express", "node", "redis", "swagger", "jsonwebtokens" ], "author": "<NAME> <<EMAIL>>", "license": "MIT", "devDependencies": { "eslint": "^7.26.0", "husky": "^6.0.0", "prettier": "^2.3.0" }, "dependencies": { "bcrypt": "^5.0.1", "cross-env": "^7.0.3", "dotenv": "^9.0.2", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "nanoid": "^3.1.23", "path": "^0.12.7", "pg": "^8.6.0", "redis": "^3.1.2", "request": "^2.88.2", "swagger-ui-express": "^4.1.6" } }
json
<reponame>xroger88/runemacs<filename>README.md # runemacs emacs configuration &amp; run
markdown
/* * CHMPX * * Copyright 2015 Yahoo! JAPAN corporation. * * CHMPX is inprocess data exchange by MQ with consistent hashing. * CHMPX is made for the purpose of the construction of * original messaging system and the offer of the client * library. * CHMPX transfers messages between the client and the server/ * slave. CHMPX based servers are dispersed by consistent * hashing and are automatically laid out. As a result, it * provides a high performance, a high scalability. * * For the full copyright and license information, please view * the license file that was distributed with this source code. * * AUTHOR: <NAME> * CREATE: Thu Nov 8 2018 * REVISION: * */ 'use strict'; // // Common Start/Stop sub-processes for before/after in mocha // var execSync = require('child_process').execSync; // For before section to launching sub processes // // Before : Start sub processes(server chmpx/slave chmpx/server node) for slave test // exports.startServer = function(parentobj, testdir) { console.log(' START SUB PROCESSES FOR TESTING SLAVE:'); // // Change timeout for running sub-processes // var orgTimeout = parentobj.timeout(30000); // // Run server chmpx for server node // var result = execSync(testdir + '/run_process_helper.sh start_chmpx_server'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); // // Run slave chmpx for slave node // result = execSync(testdir + '/run_process_helper.sh start_chmpx_slave'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); // // Run server node process // result = execSync(testdir + '/run_process_helper.sh start_node_server'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); console.log(''); // // Reset timeout // parentobj.timeout(orgTimeout); }; // // Before : Start sub processes(server chmpx/slave chmpx) for server test // exports.startSlaveChmpx = function(parentobj, testdir) { console.log(' START SUB PROCESSES(CHMPX) FOR TESTING SERVER:'); // // Change timeout for running sub-processes // var orgTimeout = parentobj.timeout(30000); // // Run server chmpx for server node // var result = execSync(testdir + '/run_process_helper.sh start_chmpx_server'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); // // Run slave chmpx for slave node // result = execSync(testdir + '/run_process_helper.sh start_chmpx_slave'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); console.log(''); // // Reset timeout // parentobj.timeout(orgTimeout); }; // // Before : Start sub processes(slave node) for server test // exports.startSlaveNode = function(parentobj, testdir) { console.log(''); console.log(' START SUB PROCESSES(SLAVE NODE) FOR TESTING SERVER:'); // // Change timeout for running sub-processes // var orgTimeout = parentobj.timeout(30000); // // Run slave node process // var result = execSync(testdir + '/run_process_helper.sh start_node_slave'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); console.log(''); // // Reset timeout // parentobj.timeout(orgTimeout); }; // // After : Stop all sub processes // exports.stop = function(parentobj, testdir) { console.log(''); console.log(' STOP ALL SUB PROCESSES:'); // // Change timeout for running sub-processes // var orgTimeout = parentobj.timeout(30000); // // Stop all sub processes // var result = execSync(testdir + '/run_process_helper.sh stop_all'); console.log(' -> ' + String(result).replace(/\r?\n$/g, '')); console.log(''); // // Reset timeout // parentobj.timeout(orgTimeout); }; /* * VIM modelines * * vim:set ts=4 fenc=utf-8: */
javascript
Chandigarh: Senior congress leader & Punjab’s leader of the opposition (LoP) Partap Singh Bajwa on Saturday has lambasted the Bhagwant Mann government for burdening the Aam Aadmi (the common man) with fuel cess in Punjab. Bajwa demanded the Punjab government should immediately roll back the fuel hike as it would have adverse impact not only on the state revenue generation but would also burn a hole in the pocket of a common man. Bajwa said Punjab cabinet’s decision led by Bhagwant Mann to impose 90 paise Value Added Tax (VAT) on Petrol and diesel was not only anti people but would further put additional pressure on the pockets of the common man who were already reeling under extreme price rise. And so far there has been no relief coming either from the centre or the state government. “ Instead of giving some relief to the people of Punjab the Bhagwant Mann government is rather making it all the more difficult for them to make their both ends meet. The Aam Aadmi Party (AAP) government which claims to be the biggest sympathizer to the cause of the common man is proving to be its worst enemy”, added Bajwa. Bajwa also criticized Punjab Finance Minister Harpal Singh Cheema for his misleading claim that even after increasing 90 paise VAT on the fuel both diesel and petrol would still be cheaper in Punjab compared to the neighboring states. “ This is absolutely wrong and misleading. He should read today’s media reports and the comparison they have made of the fuel rates between the neighbouring states. While petrol will cost Rs. 98. 10 paise per liter in Mohali in Panchkula it would be Rs. 97. 71 paise”, revealed Bajwa while adding that let Cheema explain which is higher. Bajwa said even the Petrol Pump Dealers Association of Punjab has criticized the decision of the Bhagwant Mann government. “The dealers are of the view that instead of the revenue going up the imposition of VAT would encourage the consumers to go to the neighbouring states for the retail as well as bulk purchase of the fuel hence making a huge dent in the state revenue generation”, added Bajwa.
english
- Caṇgadeva (Jaina author) - Cangas de Narcea (Spain) - Cangas de Onís (Spain) - Cangas de Tineo (Spain) - Cange, Charles du Fresne, Seigneur du (French scholar) - Cangjie (Chinese calligrapher) - Cangrande I (Italian ruler) - Cangshuo (Chinese artist) - Canguilhem, Georges (French scholar) - Cangwu (China) - Cangzhou (China) - Canha, Mark (American baseball player) baseball pitch clock: Reactions to the changes: New York Mets’ outfielder Mark Canha put it to the The New York Times this way after playing a 2 hour 9 minute game in April: - Canham, Erwin D. (American editor) - Caniapiscau River (river, Canada) - canibais, Os (film by Oliveira [1988]) Manoel de Oliveira: ...one-act play by Régio, and Os canibais (1988; “The Cannibals”), a darkly comic film opera. - Canice, Saint (Irish abbot) - Canice, Saint (Irish abbot) - Canicus, Saint (Irish abbot) - canid (mammal) - Canidae (mammal) - Caniff, Milton (American cartoonist) - Caniff, Milton Arthur (American cartoonist) - Caniggia, Claudio (Argentine football player) Boca Juniors: Rattin and strikers Gabriel Batistuta, Claudio Caniggia, and Carlos Tevez. Diego Maradona had two spells at the club, at the start and end of his career, and this pattern has been followed by other players, including Juan Román Riquelme and Martín Palermo (who is the club’s all-time leading goal scorer). - canine (mammal) - canine distemper (pathology) - canine parvovirus (virus) - canine parvovirus disease (viral infection) - canine tooth (anatomy) - canine viral hepatitis (disease) canine viral hepatitis, acute adenovirus infection common in young dogs, affecting the liver and inner lining of blood vessels and occurring worldwide. It is usually characterized by fever, lack of appetite, vomiting, intense thirst, abdominal tenderness, and hemorrhages. It also infects foxes, - caning (punishment) - Canion, Joseph R. (American computer scientist) - Canion, Rod (American computer scientist) - Canis adustus (mammal) - Canis anthus (mammal) - Canis aureus (mammal) - Canis carcariae dissectum caput (work by Steno) - Canis dingo (mammal) - Canis dirus (extinct mammal) - Canis familiaris dingo (mammal) - Canis latrans (mammal) coyote, (Canis latrans), New World member of the dog family (Canidae) that is smaller and more lightly built than the wolf (Canis lupus). The coyote, whose name is derived from the Aztec coyotl, is found from Alaska southward into Central America but especially on the Great Plains. Historically, - Canis lupus (mammal) - Canis lupus baileyi (mammal) - Canis lupus dingo (mammal) - Canis lupus familiaris (mammal) - Canis lupus rufus (mammal) - Canis Major (constellation) - Canis Major Dwarf Galaxy (astronomy) - Canis mesomelas (mammal) - Canis Minor (constellation) - Canis rufus (mammal) - Canis simensis (mammal) - Canisius College (college, Buffalo, New York, United States) - Canisius, Sint Petrus (Jesuit scholar) - Canisius, St. Peter (Jesuit scholar) - canistel (tree and fruit) - canister (ammunition) - Canitz, Friedrich Rudolf, Freiherr von (German poet) - cankam literature (Indian literature) - Cankar, Ivan (Slovene author) - canker (plant disease) - canker sore (medical disorder) - cankerworm (larva) - Çankırı (Turkey) - Canlaon (Philippines) - Canlaon Volcano (volcano, Philippines) Mount Canlaon, active volcano, north-central portion of the island of Negros, Philippines. It lies about 20 miles (32 km) southeast of Bacolod. Part of the volcanic Cordillera Central, it is, at 8,086 feet (2,465 meters), the highest point in the Visayan Islands. Mount Canlaon National Park (1934) - Canlaon, Mount (volcano, Philippines) Mount Canlaon, active volcano, north-central portion of the island of Negros, Philippines. It lies about 20 miles (32 km) southeast of Bacolod. Part of the volcanic Cordillera Central, it is, at 8,086 feet (2,465 meters), the highest point in the Visayan Islands. Mount Canlaon National Park (1934) - Canmore, Malcolm III (king of Scotland) - Canna (plant) - canna (plant) - Canna discolor (plant) canna: ...Indian shot (Canna indica), and achira (C. discolor) have edible starchy rhizomes and are grown agriculturally in some places; the latter is sometimes listed as a synonym of C. indica. - Canna edulis (plant) canna: Edible canna, or Indian shot (Canna indica), and achira (C. discolor) have edible starchy rhizomes and are grown agriculturally in some places; the latter is sometimes listed as a synonym of C. indica. - Canna indica (plant species) canna: Edible canna, or Indian shot (Canna indica), and achira (C. discolor) have edible starchy rhizomes and are grown agriculturally in some places; the latter is sometimes listed as a synonym of C. indica. - Cannabaceae (plant family) - cannabinoid (chemical compound) - cannabis (hallucinogen) - Cannabis (plant) - cannabis (plant) - Cannabis indica (plant) cannabis: ...as including a second species, C. indica, and even a third, C. ruderalis. These two species are also sometimes treated as subspecies of C. sativa. - Cannabis sativa (plant) - Cannaceae (plant family) - Cannae, Battle of (Carthage-Rome) - Cannakkale, Battle of (World War I) - Cannanore (India) - Cannareggio, Andrea di (Italian composer) - Cannaregio, Andrea di (Italian composer) - Cannary, Martha Jane (American frontierswoman) - Cannauj (India) - Cannavaro, Fabio (Italian football player) - canne (self-defense) - cannel coal (fossil fuel) - Cannery Row (novel by Steinbeck) Cannery Row, novel by John Steinbeck, published in 1945. Like most of Steinbeck’s postwar work, Cannery Row is sentimental in tone while retaining the author’s characteristic social criticism. Peopled by stereotypical good-natured bums and warm-hearted prostitutes living on the fringes of Monterey, - Cannes (France) - Cannes Conference (European history) - Cannes film festival (French film festival) - Cannibal Cave (cave, Lesotho) - Cannibal Galaxy, The (novel by Ozick) - Cannibal Manifesto (work by Andrade) - cannibalism (astronomy) - cannibalism (animal behaviour) - cannibalism (human behaviour)
english
{ "name": "solidjs-notifier", "version": "0.0.1", "description": "Component to manage notifications for SolidJS", "type": "module", "files": [ "dist" ], "main": "dist/esm/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "exports": { ".": { "solid": "./dist/source/index.jsx", "default": "./dist/esm/index.js" }, "./style.css": "./dist/esm/style.css" }, "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/raphaeldealmeida/solidjs-notifier.git" }, "keywords": [ "solidjs", "component", "notifier" ], "author": "<NAME>", "license": "MIT", "bugs": { "url": "https://github.com/raphaeldealmeida/solidjs-notifier/issues" }, "homepage": "https://github.com/raphaeldealmeida/solidjs-notifier#readme", "dependencies": { "rollup": "^2.68.0", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-windicss": "^1.7.1", "rollup-preset-solid": "^1.2.2", "solid-js": "^1.3.3", "solid-transition-group": "^0.0.8", "typescript": "^4.5.5" } }
json
[{"id":929745,"idParent":928157,"namaWilayah":"BAWI","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929745,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"BAWI","kodeWilayah":"172.16.58.3008"},{"id":86797,"idParent":928157,"namaWilayah":"BONOM","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":86797,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"BONOM","kodeWilayah":"172.16.58.3001"},{"id":86796,"idParent":928157,"namaWilayah":"KUMULUME","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":86796,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"KUMULUME","kodeWilayah":"172.16.58.3003"},{"id":89120,"idParent":928157,"namaWilayah":"KUWANOM","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":89120,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"KUWANOM","kodeWilayah":"91.23.31.2002"},{"id":929743,"idParent":928157,"namaWilayah":"KUWOGE","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929743,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"KUWOGE","kodeWilayah":"91.23.31.2006"},{"id":929742,"idParent":928157,"namaWilayah":"LAGAME","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929742,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"LAGAME","kodeWilayah":"91.23.31.2005"},{"id":929744,"idParent":928157,"namaWilayah":"LAURAPAGA","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929744,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"LAURAPAGA","kodeWilayah":"91.23.31.2007"},{"id":930080,"idParent":928157,"namaWilayah":"OGIN","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":930080,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"OGIN","kodeWilayah":"91.23.31.2011"},{"id":929747,"idParent":928157,"namaWilayah":"TINGGINI","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929747,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"TINGGINI","kodeWilayah":"91.23.31.2010"},{"id":929741,"idParent":928157,"namaWilayah":"UWAGAMBUR","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929741,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"UWAGAMBUR","kodeWilayah":"91.23.31.2004"},{"id":929746,"idParent":928157,"namaWilayah":"YUGIMBO","tingkatWilayah":4,"idPro":78203,"idKab":79564,"idKec":928157,"idKel":929746,"namaPro":"PAPUA","namaKab":"<NAME>","namaKec":"LANNYNA","namaKel":"YUGIMBO","kodeWilayah":"91.23.31.2009"}]
json
{% extends "base.html" %} {% block content %} <div class="row page-header"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <h2> Password Change </h2> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4"> <div class="panel-body login"> {% if form.non_field_errors %} <div id="login-alert" class="alert alert-danger col-sm-12"> The change password operation failed. Please try again. </div> {% endif %} <form id="password-change" class="form-horizontal" role="form" method="post" action="{% url 'accounts:password-change' %}"> {% csrf_token %} <div class="input-group form"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> {{ form.password }} </div> <span class="text-danger">{{ form.password.errors }}</span> <div class="input-group form"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> {{ form.password1 }} </div> <span class="text-danger">{{ form.password1.errors }}</span> <div class="input-group form"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> {{ form.password2 }} </div> <span class="text-danger">{{ form.password2.errors }}</span> <div class="form-group button"> <div class="col-sm-12 controls"> <input type="submit" class="btn btn-success" value="Change"> <a id="btn-cancel" href="{% url 'version:version-list' %}" class="btn btn-warning">Cancel</a> </div> </div> <div class="form-group"> <div class="col-md-12 text-right"> <small>* Required fields</small> </div> </div> </form> </div> </div> </div> {% endblock content %}
html
<reponame>muhhsinin/muhhsinin.github.io { "id": 4083, "surahNumber": "039", "ayatNumber": "025", "arabic": "كَذَّبَ الَّذِينَ مِنْ قَبْلِهِمْ فَأَتَاهُمُ الْعَذَابُ مِنْ حَيْثُ لَا يَشْعُرُونَ", "english": "Those before them belied, and so the torment came on them from directions they perceived not.", "bengali": "তাদের পূর্ববর্তীরাও মিথ্যারোপ করেছিল, ফলে তাদের কাছে আযাব এমনভাবে আসল, যা তারা কল্পনাও করত না।" }
json
Justin Trudeau and his ministers gathered in Hamilton, Ont. on Monday for a three-day cabinet retreat ahead of Parliament’s return next week Mr. Trudeau and his ministers gathered in Hamilton, Ont. on Monday for a three-day cabinet retreat ahead of Parliament’s return next week. On Tuesday, the cabinet’s first full day of meetings, experts will brief the group on inflation, recession threats and increases to Canadians’ costs of living, according to a source who was not permitted to discuss the private meetings publicly. The goal is to prepare the government’s responses to the biggest issues Canadians are facing, the source said. None of the people briefing the ministers on economic matters will be unfamiliar to them. In addition to Ms. Wilkins, who left the central bank in 2020 and is now a senior research scholar at Princeton University, the cabinet members will be receiving confidential presentations from Canada’s chief statistician, Anil Arora, and University of British Columbia economics professor Kevin Milligan. Mr.Read more: Trudeau's WEF Buddy's Father Perverts. Traitors. Money launderers. Groomers. Corrupt. Manipulators. Mk Ultra. Depopulation activists. F liberals. Wack jobs. Total fools. You are one sick puppy if you still support then after 7 years. Former Canada coach leads Kenya past Canadian men at New Zealand SevensHAMILTON, New Zealand — The Canadian women finished the HSBC New Zealand Sevens on a winning note Saturday, thumping Papua New Guinea 44\u002D5 to place 11th. Bank of Canada expected to deliver final quarter-point rate hike, then pauseUnemployment remains near a record low and consumer spending is holding up relatively well in the face of higher prices and rising borrowing costs Because inflation is caused by forces outside of Canada, the BoC raises interest rates 🙄. Let’s be clear, our current economic woes are a result of Liberal mismanagement; 💯. What a mistake. Making us poorer by deepening existing debt while increasing bank profit margins won't stem external supply issues & corporate greedflation. Time to change Governor for one who understands the market & doesn't bankrupt us (& his own bank)! Food prices are still like crazy. Bank of Canada to release policy meeting minutes for first time in its historyThe Bank of Canada will release meeting minutes of interest rate deliberations after its governor promised more transparency. Read on. UFCW Canada provided services to almost 800 Uber workers last year: Uber - BNN BloombergUber Canada says the United Food and Commercial Workers Canada (UFCW Canada) union provided services to almost 800 Uber drivers and couriers dealing with disputes with the company last year. Former Bank of Canada senior deputy governor Carolyn Wilkins is among a group of experts set to brief Prime Minister Justin Trudeau and his cabinet as they chart their government’s economic agenda for 2023. Mr. Trudeau and his ministers gathered in Hamilton, Ont. on Monday for a three-day cabinet retreat ahead of Parliament’s return next week. On Tuesday, the cabinet’s first full day of meetings, experts will brief the group on inflation, recession threats and increases to Canadians’ costs of living, according to a source who was not permitted to discuss the private meetings publicly. The goal is to prepare the government’s responses to the biggest issues Canadians are facing, the source said. None of the people briefing the ministers on economic matters will be unfamiliar to them. In addition to Ms. Wilkins, who left the central bank in 2020 and is now a senior research scholar at Princeton University, the cabinet members will be receiving confidential presentations from Canada’s chief statistician, Anil Arora, and University of British Columbia economics professor Kevin Milligan. Mr. Milligan has previously done consulting work for two federal government departments, and in 2021 he acted as a special advisor on economic recovery in the Privy Council Office – the bureaucratic arm of the Prime Minister’s Office. Contacted on Monday, Mr. Milligan declined to comment on his presentation to cabinet. The government has already launched some programs in response to economic concerns. In September, Mr. Trudeau announced $4.6-billion in new spending intended to help Canadians struggling with higher costs of living.and it included new payments to uninsured parents to cover their young children’s dental costs, a doubling of the GST credit and a boost in rent supports. Last year, the Bank of Canada increased interest rates seven consecutive times in an effort to tamp down inflation. Consumer price increases have cooled since then, hitting an annual rate of 6.3 per cent in December, from a peak of 8.1 per cent in June. But inflation remains well above the Bank of Canada’s 2-per-cent target. The central bank will make its nexton Wednesday. Also on the agenda at the cabinet retreat is a potential 10-year health care funding deal with the provinces and territories. The Globe reported on Friday that Canada’s premiers and the Prime Minister are. It would include a significant increase in the billions that the federal government sends provincial and territorial governments in health transfers, as well as bilateral agreements in specific areas such as long-term care. The federal government has said that it is willing to increase the health transfers, but only if premiers agree to accountability measures, including the creation of a national health data system. Health Minister Jean-Yves Duclos and Intergovernmental Affairs Minister Dominic LeBlanc are leading the talks with premiers. On his way into the meetings in Hamilton on Monday, Mr. LeBlanc said he was optimistic a deal would be struck. The talks will lead to “an important agreement that will improve the health care system for the long term,” he said. He added that it is possible Mr. Trudeau will meet with the premiers personally at some point, to hammer out a final deal. shows the Liberals slipping behind the Official Opposition Conservatives. Thirty per cent of respondents said they intended to vote for Mr. Trudeau’s party, while the Tories, led by Pierre Poilievre, were at 35 per cent. The NDP were at 18 per cent, and the Bloc Quebecois were at nine per cent.
english
{"translation-revision-date":"2020-06-19 11:25:27+0000","generator":"GlotPress\/3.0.0-alpha","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"de"},"All site health tests have finished running. There are items that should be addressed, and the results are now available on the page.":["Alle Tests zum Website-Zustand sind nun abgeschlossen. Es gibt einige Punkte, die beachtet werden sollten, und die Ergebnisse sind auf dieser Seite verf\u00fcgbar."],"Should be improved":["Sollte verbessert werden"],"Good":["Gut"],"%s critical issue":["%s kritisches Problem","%s kritische Probleme"],"%s item with no issues detected":["%s Element, bei dem keine Probleme erkannt wurden","%s Elemente, bei denen keine Probleme erkannt wurde"],"%s recommended improvement":["%s empfohlene Verbesserung","%s empfohlene Verbesserungen"],"Site information has been added to your clipboard.":["Der Bericht wurde in deine Zwischenablage kopiert."],"All site health tests have finished running. Your site is looking good, and the results are now available on the page.":["Alle Tests zum Website-Zustand sind erfolgreich abgeschlossen. Der Zustand deiner Website ist gut, und die Ergebnisse dazu sind auf dieser Seite verf\u00fcgbar."],"All site health tests have finished running.":["Alle Tests zum Website-Zustand wurden erfolgreich abgeschlossen."],"Please wait...":["Bitte warten..."]}},"comment":{"reference":"wp-admin\/js\/site-health.js"}}
json
<reponame>Robbie-Bridgwater/Professional-ReadME-generator # Professional-README-generator A simple command line application that allows you to generate a README.md file. ## Contents Section | Description ------------ | ------------- [Deployment](#Walk-Through) | Link to a Video Walk-Through [Technologies](#Technologies) | Technologies Used [Installation](#Installation) | Installation Information [Usage](#Usage) | How to use the application [Screenshots](#Screenshots) | Screenshots of the deployed application [Licence](#licence) | Licence for the source code [Questions](#Questions?) | Where you can reach me ## Walk-Through OPEN VIDEO WALK-THROUGH ---> [HERE](https://drive.google.com/file/d/1b4cG3TcNyJN-yYBaiMFcU7u-GVawT1B5/view) ## User Story - AS A developer - I WANT a README generator - SO THAT I can quickly create a professional README for a new project ## Technologies - JavaScript ## Installation To run this application locally, do the following: - (i) Clone this repository from GitHub - (ii) This app contains a package.json so you just need to run `npm i` from the root directory to install the relative node packages - (iii) run `npm start` in the terminal from the root directory ## Usage - After running `npm start` in the terminal, inquirer will display prompts in the console that will allow you to generate a README - A video walkthrough can be found at the top of the README ## Languages Used - JavaScript ## Screenshots An example of a readME generated by this application ---> ![image](https://media.giphy.com/media/xCQao6UxMJG0ceeJYT/giphy.gif) ![image](./app/utils/img/screenshot.png) ## License [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) > This project was created under the standard MIT licence. > [Learn more about this licence.](https://lbesson.mit-license.org/) ## Questions? Please contact me through my GitHub provided below if you have any questions relating to how the application works or any of my other projects My GitHub username is Robbie-Bridgwater Link to my GitHub Profile ---> https://github.com/Robbie-Bridgwater
markdown
Viacom18’s Youth, Music and English Entertainment (YME) cluster is all set to step into the digital space of non-fungible tokens (NFTs) with the announcement of the NFT marketplace Fullyfaltoonft.com. The marketplace will go live on February 14, 2022, and offer ‘fully valuable’ digital art conceptualized and created by the team that brings to life brands such as MTV, Vh1 and Comedy Central in India. “The global media and entertainment industry has recognised the power of NFTs. As one of the world’s largest media markets, India is uniquely positioned to be at the focal point of this ‘Web3 revolution’,” Anshul Ailawadi, head, Youth, Music and English Entertainment, Viacom18, said. “The brands that make our YME portfolio – MTV, MTV Beats, Vh1, Comedy Central and Colors Infinity, have always stayed ahead of the curve when it comes to emerging trends and pop culture. Our entry in the NFT space with Fully Faltoo is another step in the same direction,” Ailawadi added. The NFT marketplace has been set up by GuardianLink.io. In addition, creators and users on the marketplace will be provided with the safety benefits of GuardianLink.io’s anti-RIP NFT technology. The security layers have been set up to ensure security of minting, transferring and storing NFTs. This move also marks the extension of the FullyFaltoo franchise that will launch its diverse range of digital collectibles. Moreover, the exclusive collectibles will also have creations inspired from iconic pop culture properties like Roadies and Bakra and will be up for auction across the globe. “We are elated to work with Viacom18 to launch this NFT marketplace. As a technology framework ecosystem, Guardian has always been on the forefront of the race to build and operate some of the largest Marketplaces and most advanced creative NFTs in the space,” Ramkumar Subramaniam, co-founder and CEO, GuardianLink.io, said. Viacom18 has also planned to roll out an elaborate integrated marketing plan that will leverage the network’s presence on digital and linear TV. Along with focusing on attracting viewers to bid on the platform, the campaign will also aim at educating consumers about NFTs and digital collectibles.
english
<filename>D/Demo_verb.json { "word": "Demo", "definitions": [ "Record (a song or piece of music) to demonstrate the capabilities of a musical group or performer or as preparation for a full recording.", "Demonstrate the capabilities of (software or another product)", "Test (software or another product), typically with a view to a future purchase." ], "parts-of-speech": "Verb" }
json
1 Cabero Pablo, Sila cáaácoajuparã tunu Derbe, Listra cawamecʉti macaripʉre. Topʉ ejarã cabʉga ejayuparã jĩcaʉ Jesure caapiʉjaʉ Timoteo cawamecʉcʉre. Timoteo paco judío yao cãñupo, Jesure caapiʉjaona. Cʉ pacʉ maca griego yaʉ cãñupʉ. 2 Listra, Iconio macana Jesure caapiʉjarã caroaro catʉgooñañuparã Timoteore. “Caroaʉ ãmi,” na caĩ tʉjʉʉ cãñupʉ. 3 To bairi Pablo manire cʉ bapacʉparo ĩi, cʉ cane aágayupʉ. To bairi cʉ ne aágʉ circuncisión macajere cʉ cájupʉ, cʉ cabuiorijere judío maja apigaquetiborãma ĩi, “Jã ya wame nʉcʉbʉgoquẽemi,” ĩborãma ĩi. Cʉ pacʉ griego yaʉ cʉ cãniere camajiñuparã topʉ cãna judío maja. 4 Cabero Listrapʉ cãnana Pablo, Sila, Timoteo jãa cáaácoajuparã ape macaripʉ yua. Ti macaripʉ cãnare Jesure caapiʉjarãre na cabuio teñañuparã. Jesu buerã cãnana apóstol maja, aperã Jesure caapiʉjarãre cajʉgo ána Jerusalẽpʉ cãna queti joorica pũuropʉ nare na carotiriquere cabue iñooñuparã. Tiere ája, caĩ teñañuparã. 5 To bairo na caĩ buiorijere apirã Jesure caapiʉjarã seeto cayeri ocabʉtiyuparã. To cãnacã rʉmʉrina cãninemoñuparã Jesure caapiʉjarã. 6 Cabero Pablo jãa Asia yepapʉ Jesu ye quetire na cabuio teñara aágaro Espíritu Santo na camatayupʉ. To bairi apero maca Frijia yepa maca, Galacia yepapʉ caneto aájuparã. 7 Topʉ neto aá, Misia cawamecʉtopʉ caejayuparã. Topʉ ejarã Bitinia cawamecʉti yepapʉ quenare cáaágabajuparã. Topʉ na cáaágaro Espíritu Santo na camatayupʉ tunu. 8 To bairi Misiapʉ neto aá, caro aájuparã Troa cawamecʉti macapʉ. 9 Troapʉ na caejaro ñamipʉ Pablo quẽgueriquere bairo catʉjʉyupʉ. Jĩcaʉ Macedonia yepa macacʉ Pablore cʉ cajeni tʉjʉnucuro catʉjʉyupʉ. “Macedoniapʉre adʉja. Jã átinemoʉ ajá,” cʉ caĩ bopaca jeniñupʉ. 10 Cabero cʉ catʉjʉriquere jã cʉ cabuioro nemoo jã yere jeeyo, jã cáaápʉ. Yʉa Lucas ati pũuro caucaʉ yʉ quena na mena yʉ cáaápʉ. Pablo cʉ catʉjʉriquere jã cʉ caĩ buioro, “Macedonia macanare Jesu ye quetire na jã cabuiopere boʉmi Dio,” jã caĩ tʉgooñawʉ. 11 To bairi Troapʉ cãnana cariapena jã cáaápʉ cumua mena Samotracia cawamecʉti poa yucʉ poapʉ. Cabero macá rʉmʉ jã cáaápʉ tunu Neápoli cawamecʉti macapʉ. 12 To aána Filipo na caĩri macapʉ jã caejawʉ, romano maja na cáta macapʉre. Macedonia yepapʉ capairi maca ã Filipo. Ti macapʉ capee rʉmʉri jã cãmʉ. 13 Sábado, judío maja na yerijãrica rʉmʉ cãno macá tʉjaro ria tʉ jã cáaápʉ, judío maja na ñuu buerica paʉ ãno ĩ tʉgooñarã. Topʉ cãromia caneñaporãre bʉga eja, na tʉpʉ ejanumu, Jesu ye quetire na jã cabuiowʉ. 14 Na mena macaco jĩcao Lidia cawamecʉco Tiatira cawamecʉti maca macaco cãmo. Jutii cawapa pacarije cajũarije canuni wapatao cãmo. Diore cáti nʉcʉbʉgoo cãmo. Pablo cʉ cabuiorijere co caapiro Dio api majirique co cajooyupi, co apiʉjaato ĩi. 15 Cabero cõre, co ya wii macana quenare jã cabautisawʉ. Nare jã cabautisaro bero ocõo bairo jã caĩwõ: —“Joco mee, mani Ʉpaʉ Jesure caapiʉjao ãcomo,” yʉre mʉja caĩ tʉgooñaata yʉ ya wiipʉ tuacõaña, jã caĩwõ. To bairo seeto jã co caĩro maca co tʉpʉ jã catuawʉ yua. 16 Jĩca rʉmʉ Diore na cañuu bueri paʉpʉ aána jã cabocawʉ jĩcao aperãre pojaore bairo na capaabojaore. Cawãticʉco cãmo. Cumu ãnaje mena cabero cabaipere ĩ buio jʉgoyeye majiri majoco cãmo. To bairo aperãre na co caĩ buio jʉgoyeyebojarije wapa mena co ʉparã pairo niyeru cawapatanucuwã. 17 Cõre jã caboca tʉjʉrona jã caawaja ʉjanucuwõ: —Dio ʉmʉrecoo macacʉre cʉ cátibojarã ãma ati maja. Dio camajare na cʉ canetoopere buiorã áama, caĩ awaja ʉjanucuwõ. 18 Capee rʉmʉri cõre jã catʉjʉro cãnacã nina to bairo jeto cabainucuwõ. To bairo co cabairo Pablo co api quepebacʉ co amojore nʉca tʉjʉ, wãti co mena cãcʉre ocõo bairo cʉ caĩwĩ: —Jesucristo cʉ catutua netorije mena cõpʉre cãcʉre mʉ yʉ buti roti. To bairo cʉ caĩrona nemoo co cabuticoami. 19 Cõre cʉ cabutiro to cõona co camajibatajere camajiqueticõawõ yua. To bairi co ʉparã, to cõona mani cawapatarije manigaro ĩrã Pablo, Sila jãare capunijiniwã. Na punijini, na ñe, maca recomaca wapayerica paʉpʉ romano maja ʉparã tʉpʉ na cajee aáma. 20 Na jee aáti: —Ati maja judío maja buio teña patowãcoo áti tʉgooña mawijioma ati maca macanare, na caĩwã. 21 —Ape wame buioma. Na cabuiorije mani yarã romano maja manire cáti rotirique me ã. To bairi na ye na caĩri wame cátiqueticõape ã manire, romano maja macare, caĩ wadajãwã caʉparãre. 22 Topʉ cãna paarãacã nipetirã to bairo na yarã na caĩrijere apirã na quena Pablo jãare ĩ punijiniri na caquẽgawã. To bairi caʉparã na yarã polisía majare Pablo, Sila na jutiire we re roti, na cabape rotiwã yucʉ mena. 23 Seeto na baperi bero presopʉ na cajõowã. Topʉ na jõori preso wii cacoteire caroaro cabipe rotiwã, rutirema ĩrã. 24 To bairo cʉ na carotiro preso wii cacotei pupea macá arʉapʉ caroaro biperica arʉapʉ na cacũwĩ. Ti arʉapʉre na cũ, na rʉpori caroaro na jia átiri na cacũñupʉ. 25 Ñami recomaca yua Pablo, Sila Diore jeni nʉcʉbʉgo, Diore caĩ wariñuu bajanucuñuparã. To bairo na caĩ bajaro aperã presopʉ cãna na caapiyuparã. 26 To bairo na cabairi paʉ yepa cananaañupe. Nanaabato preso wii quena seeto cajagueyupe. Nemoo ti wii na cabiabata joperi cacaguecoajupe. To bairo baibato presopʉ cãna nipetirã come wẽri nare na cajiabata wẽri capopi peticoajupe tie majuuna. 27 To bairo cabairo bero preso wiire cacotei cayopiyupʉ. Yopi, joperi pãrique jeto cãno catʉjʉyupʉ. To bairi, presopʉ cãnibatana nipetirã ruticoatanama ĩri jarerica pãire ne, cʉ majuuna cajĩagabajupʉ, ʉparãre na uwibacʉ. 28 To bairo cʉ cátigaro tʉjʉʉ Pablo cʉ caĩ awajayupʉ: —Átiqueticõaña. Atopʉ jã ani peticõa, cʉ caĩñupʉ. 29 To bairo Pablo cʉ caĩro apii: —Jĩa bujubojaya, na caĩñupʉ aperãre. Na cajĩa bujubojaro Pablo, Sila na cãni arʉapʉ jãa, seeto uwi nanaari na tʉpʉ caejacumuñupʉ. 30 Cabero na jʉgo buti atí, na cajeniñañupʉ: —¿Dope bairo yʉ ácʉati caroorije yʉ cátaje wapa Diore canʉcʉbʉgoquẽna ya paʉpʉ Dio yʉre cʉ cajooquetiparore bairo ĩi? 31 To bairo na cʉ caĩ jeniñaro: —Mani Ʉpaʉ Jesure cʉ mʉ caapiʉjaata mʉ netoogʉmi. Mʉ ya wii macana to bairona cʉ na caapiʉjaata na quenare na netoogʉmi Dio, cʉ caĩñuparã preso wiire cacoteire. 32 Cabero mani Ʉpaʉ Jesu ye quetire cʉ̃re, cʉ ya wii macana quenare na cabuioyuparã. 33-34 Jesu ye quetire nare na cabuioro caapiʉjayuparã yua. Apiʉjari polisía maja preso wiipʉ nare na cacũrica paʉpʉ Pablore, Sila jãare ʉparã nare na cabape rotirique camiire cacojeyupʉ, ñamina. Cabero na cabautisa rotiyupʉ. Cʉ ya wii macana na cabautisa rotiyuparã na quena. To bairi cʉ ya wiipʉ na pi aá, na canuñupʉ preso wiire cacotei. Seeto cawariñuuñupʉ Diore apiʉjari yua. Cʉ ya wii macana quena to bairona cãni wariñuuñuparã. 35 Ape rʉmʉ cabujuro to macana romano maja ʉparã na polisíare na cabuio rotiyuparã preso wiire cacoteipʉre, Pablo jãare to cõona na cʉ buuato ĩrã. 36 To bairi polisía na cabuio rotiricarã cabuiora ejayuparã ti wii cacotei tʉpʉre. Ti wiire cacotei tiere apiri Pablo jãare na cabuio netoñupʉ: —Caʉparã mʉja buti rotiyuparã. To bairi mʉja butiwa. Caroaro aánaja, na caĩñupʉ. 37 To bairo na cʉ caĩro apii Pablo polisía maja macare ocõo bairo na caĩñupʉ: —Ati maca macana ʉparã caroori wame jã cátie bui bʉgaquetibana quena camaja na catʉjʉrona jã bape, presopʉ jãre cũñawã. Jã quena romano maja jã cãnie to cãnibato quena to bairona jã áama. Yucʉacã yajiori jã buu joogama camaja na catʉjʉquẽtona. Ñuuquẽe. Na majuuna atíri jãre na buura aparo, caĩñupʉ Pablo polisíare. 38 Polisía maja Pablo to bairo cʉ caĩrijere apirã caʉparãre na cabuiora aájuparã. “ ‘Jã quena romano majana jã ã,’ ĩma Pablo jãa,” caĩñuparã caʉparãre. To bairo na caĩ buiorijere apirã, caacʉacoajuparã caʉparã maca. 39 To bairi ti wiipʉ aá, Pablo jãare, “Mʉjaare jã cátaje majirioya,” na caĩñuparã. To bairo na ĩ, na cabuucõañuparã presopʉ cãnibatanare. Na buu, “Aperopʉ aánaja,” na caĩñuparã. 40 Cabero Pablo, Sila presopʉ cãnana buti, Lidia ya wiipʉ cáaácoajuparã. Topʉ aá, Jesure caapiʉjarãre na catʉjʉyuparã. Na tʉjʉ, yeri ocabʉtiriquere na caĩ buioyuparã. Cabero cáaácoajuparã yua.
english
I’ve had a white car for more than ten years now and though it still works fine, sometimes I wish I could have it painted again with a brighter color. It’s quite a pricey change in real life, but if you’re in this same situation you can at least give it a try in Photoshop. Simply follow this easy tutorial and learn how to change the color of your car (and basically any other object) in just a few steps. 1. Open the photo you’re going to work with and switch to Quick Mask mode by clicking on the highlighted button in the screenshot. Then grab the brush and start painting all over the areas you want to colorize. 2. When you’re done, switch back to Normal mode and the photo will display a selection. Click on Select > Inverse and this selection will be limited to just the areas whose color you want to change. 3. Press Ctrl+U to bring up the Hue/Saturation controls. Make sure the “Colorize” option is enabled and start moving the slides until you see a color you like. 4. Click on OK and your newly colored car will be finished! 5. Try different colors and see which one you like best.
english
Since last year, Jan Aushadhi Suvidha Sanitary Napkins are being sold at a subsidised price of Re 1 at 6,550 Pradhan Mantri Bhartiya Janaushadhi Pariyojana Kendras across the country. Prime Minister Narendra Modi’s mention of sanitary pads in his Independence Day speech sends a powerful message to India’s 1. 3 billion population that menstruation is a natural, biological process like eating and sleeping, and should be treated as such. Yet, the stigma around menstruation and female hygiene products lead to women talking about it in whispers, girls dropping out of school, advertisers replacing blood with sky blue ink, and embarrassed pharmacists and shopkeepers selling sanitary napkins shrouded in used newspapers and opaque bags. “This government has been always concerned about the health of our daughters and sisters. Through 6,000 Jan Aushadhi centres, about 50 million women have got sanitary pads at Re 1. We have worked for women’s empowerment. Navy and Air Force are taking women in combat roles… women are now leaders,” Modi said in his address from the ramparts of Red Fort. Since last year, Jan Aushadhi Suvidha Sanitary Napkins are being sold at a subsidised price of Re 1 at 6,550 Pradhan Mantri Bhartiya Janaushadhi Pariyojana Kendras across the country. The cost of production of each of these oxo-biodegradable pads is ₹2. 50, but is sold for Re 1 each with the government subsidising the retail discount from August 29, 2019. Centuries of stigma has made menstruating women temporary pariahs in some communities, which consider them impure and exclude them from religious, social and community participation. Menstrual blood, which consists of a mix of blood and cells and tissue from the uterine endometrial lining that is shed during menstruation, is as safe as blood from any other part of the human body. But we can’t just blame tradition. Even in modern societies, menstruating women are considered physically and biologically weak, less competent, and more emotional and high-strung. Such prejudices add to gender polarisation, which for generations has been used to exclude women from education, voting, owning property and participating in economic activity. Female workforce participation in India was 21% in 2019, which is comparable to the Arab world and is amongst the lowest in the world, according World Bank data modelled on International Labour Organisation estimates released on June 21, 2020. The global average of women in the workforce is 47%, with neighbouring Nepal having 83% working women, Bangladesh, 36%, and China, 60%. As women move from low-wage unskilled jobs to productive employment and better wages in the services and manufacturing sectors, they need employers to regard them as productive workers who won’t have an emotional or physical breakdown each time they menstruate. Equitable access to opportunities can be created by implementing policies that promote women employment, investing in economic sectors more attractive to women, and monitoring gender disparity in employment patterns. In a competitive workplace, laws with inherent gender biases create deeper unexpressed resentment and carry a high-risk of penalising women, both in terms of salary and career advancement. Since the new Maternity Benefit (Amendment) Act doubled maternity leave for women from 12 weeks to 26 weeks for the first two children and 12 weeks for subsequent children, some companies have started treating women as a potential liability, with human resources personnel asking women employees intrusive questions about when they want to start a family, something they would never consider asking men. Such practices must be stopped. Talking about menstruation without embarrassment is a step in the direction of gender parity. In a country where women launch Mars Orbiters wearing Kanjivaram silk sarees and women in fatigues hold combat roles in the armed forces, menstruation is but a blimp in life’s journey.
english
// Generated by BUCKLESCRIPT VERSION 3.1.5, PLEASE EDIT WITH CARE 'use strict'; var Jest = require("@glennsl/bs-jest/src/jest.js"); var HelloWorld$HelloWorld = require("../src/HelloWorld.bs.js"); describe("Hello World", (function () { return Jest.test("says hello", (function () { return Jest.Expect[/* toBe */2]("Hello, World!", Jest.Expect[/* expect */0](HelloWorld$HelloWorld.hello(/* () */0))); })); })); /* Not a pure module */
javascript
{ "name": "AppRoute", "version": "0.1.0", "summary": "IOS简易路由实现,把app设计更加灵活。", "description": "IOS简易路由实现,把app设计更加灵活。\nIOS simple routing implementation, the app design more flexible and fast.", "homepage": "https://github.com/yaochenfeng/AppRoute", "license": "MIT", "authors": { "yaochenfeng": "<EMAIL>" }, "source": { "git": "https://github.com/yaochenfeng/AppRoute.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "source_files": "AppRoute/Classes/**/*.{h,m}", "public_header_files": "AppRoute/Classes/**/*.h", "dependencies": { "JLRoutes": [ ], "Aspects": [ ] } }
json
One of our local parks that has become popular with birders in recent years is a place that used to be a golf course called Pistol Creek Park. There have been a number of interesting bird sightings here over the last couple of years, many of them found in this Pond which is divided by a boardwalk. I don't know the name of the pond so I just call it Pea Soup Pond .I wouldn't drink the water or swim here (although there is an urban legend that Linda Blair used to swim here). I came here to find my first of year Green heron, which I did. I also had a nice view of this female Red-winged Blackbird which is I think is kind of underappreciated. It looks nothing at all like the male and many mistake it for a large sparrow when they first see one. They aren't very colorful but they are nicely marked!
english
<reponame>ruanxianzhi/kui /* * Copyright 2017 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * tests that create an action and test that it shows up in the list UI * this test also covers toggling the sidecar */ import * as common from '@kui-shell/core/tests/lib/common' import * as ui from '@kui-shell/core/tests/lib/ui' import * as openwhisk from '@kui-shell/plugin-openwhisk/tests/lib/openwhisk/openwhisk' import { dirname } from 'path' const { cli, sidecar } = ui const { localDescribe } = common const ROOT = dirname(require.resolve('@kui-shell/plugin-openwhisk/tests/package.json')) // TODO: webpack test localDescribe('Create a sequence, list it, delete it', function(this: common.ISuite) { before(openwhisk.before(this)) after(common.after(this)) const rm = ui.aliases.remove[0] // create an action, using the implicit entity type it('should create an action', () => cli .do(`action create foo ${ROOT}/data/openwhisk/foo.js`, this.app) .then(cli.expectJustOK) .then(sidecar.expectOpen) .then(sidecar.expectShowing('foo'))) it('should create a second action', () => cli .do(`action create foo2 ${ROOT}/data/openwhisk/foo2.js`, this.app) .then(cli.expectJustOK) .then(sidecar.expectOpen) .then(sidecar.expectShowing('foo2'))) it('should create a sequence', () => cli .do(`action create --sequence sss foo,foo2`, this.app) .then(cli.expectJustOK) .then(sidecar.expectOpen) .then(sidecar.expectShowing('sss'))) // list it it(`should find the new sequence with "list"`, () => cli.do('action list', this.app).then(cli.expectOKWith('sss'))) // delete the actions, keeping the sequence around it(`should delete the newly created action using "${rm}"`, () => cli .do(`action ${rm} foo`, this.app) .then(cli.expectOK) .then(sidecar.expectOpen)) // sidecar should stay open, since we deleted an action, not the sequence it(`should delete the other newly created action using "${rm}"`, () => cli .do(`action ${rm} foo2`, this.app) .then(cli.expectOK) .then(sidecar.expectOpen)) // sidecar should stay open, since we deleted an action, not the sequence // now try clicking on one of the sequence component bubbles it('should show action after clicking on bubble', async () => { await this.app.client.click(ui.selectors.SIDECAR_SEQUENCE_CANVAS_NODE_N(0)) return sidecar.expectOpen(this.app).then(sidecar.expectShowing('sss')) // since the action was deleted }) // TODO check for error message "action not found" })
typescript
Is Internet technology "making us stupid"? What is the impact of artificial intelligence (AI) technology on society? How Does Wi-Fi Work? Why Was Frederick Douglass’s Marriage to Helen Pitts Controversial? What’s the Difference Between a Psychopath and a Sociopath? And How Do Both Differ from Narcissists? Ottmar Mergenthaler's 2nd Linotype machine. Harris & Ewing Collection/Library of Congress, Washington, D.C. (Digital File Number: LC-DIG-hec-07655) A composed line, with matrices and spacebands, in a Linotype machine. in these related Britannica articles:
english