- a working example from Morgan Herlocker got me started
- pulling external GeoJSON using jQuery at the moment - I've got it setup in this weird way where the request for one data source is nested inside of the other...not real clean looking but it works to avoid async problem I was having
- would like to integrate Omnivore eventually
- water color map obviously not the best for a real tool used during an emergency but I like it for testing/learning
- I'm excited about the posibilities with this seemingly simple filtering using Turf.js
Last active
August 29, 2015 14:19
-
-
Save pdbartsch/ac5fdd2f0c09e8ff3a4d to your computer and use it in GitHub Desktop.
UCSB Emergency Assembly Points - DRAFT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 527, | |
"label": "Santa Rosa Hall" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84473314783766, | |
34.41134089259231 | |
], | |
[ | |
-119.844492389348, | |
34.41134188850994 | |
], | |
[ | |
-119.8444898470178, | |
34.410918576309534 | |
], | |
[ | |
-119.84398263564879, | |
34.41092068333659 | |
], | |
[ | |
-119.8439818718072, | |
34.41079476765509 | |
], | |
[ | |
-119.84464279938555, | |
34.410791998704326 | |
], | |
[ | |
-119.84464535019677, | |
34.41121118832029 | |
], | |
[ | |
-119.8450420964181, | |
34.411210209254506 | |
], | |
[ | |
-119.8450413698249, | |
34.4110142380918 | |
], | |
[ | |
-119.845006884934, | |
34.41101432274198 | |
], | |
[ | |
-119.84500491209214, | |
34.41045666457512 | |
], | |
[ | |
-119.84551356588679, | |
34.41045541041294 | |
], | |
[ | |
-119.84551206392794, | |
34.41003592975619 | |
], | |
[ | |
-119.84566860577894, | |
34.41003555353077 | |
], | |
[ | |
-119.84566829075783, | |
34.41058555167618 | |
], | |
[ | |
-119.84516030165815, | |
34.41058536720323 | |
], | |
[ | |
-119.84516010299878, | |
34.4109536449148 | |
], | |
[ | |
-119.84539809819671, | |
34.41095373384718 | |
], | |
[ | |
-119.845397854492, | |
34.41141122238331 | |
], | |
[ | |
-119.84508962251584, | |
34.41141110295334 | |
], | |
[ | |
-119.84508966181635, | |
34.41134102040682 | |
], | |
[ | |
-119.84473314783766, | |
34.41134089259231 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 548, | |
"label": "Santa Cruz Hall" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84407410252362, | |
34.41012722787729 | |
], | |
[ | |
-119.84407342313293, | |
34.40992281811969 | |
], | |
[ | |
-119.84374890031843, | |
34.40992352016989 | |
], | |
[ | |
-119.84375050110928, | |
34.41002729958395 | |
], | |
[ | |
-119.84349935827896, | |
34.41002787530077 | |
], | |
[ | |
-119.84349924212725, | |
34.40998516823929 | |
], | |
[ | |
-119.84325493005997, | |
34.40998572166257 | |
], | |
[ | |
-119.84325612234902, | |
34.41035430722605 | |
], | |
[ | |
-119.8428550681787, | |
34.410355208021144 | |
], | |
[ | |
-119.84285463647076, | |
34.41022780314698 | |
], | |
[ | |
-119.84310299513452, | |
34.41022724404003 | |
], | |
[ | |
-119.8431021412322, | |
34.409969849928586 | |
], | |
[ | |
-119.84268341546071, | |
34.40997079876064 | |
], | |
[ | |
-119.84268233778538, | |
34.409637279492934 | |
], | |
[ | |
-119.84283317622018, | |
34.409636966531316 | |
], | |
[ | |
-119.84283387325654, | |
34.40984536049467 | |
], | |
[ | |
-119.84317563790408, | |
34.409844590880965 | |
], | |
[ | |
-119.84317543173162, | |
34.40978281201929 | |
], | |
[ | |
-119.84319711728956, | |
34.40978275742073 | |
], | |
[ | |
-119.8431969555797, | |
34.40973351028932 | |
], | |
[ | |
-119.84336573293145, | |
34.40973314310948 | |
], | |
[ | |
-119.84336587974845, | |
34.4097787630225 | |
], | |
[ | |
-119.84365508938811, | |
34.40977813180493 | |
], | |
[ | |
-119.84365389728701, | |
34.40940968325787 | |
], | |
[ | |
-119.84405431826862, | |
34.40940878847884 | |
], | |
[ | |
-119.84405474405469, | |
34.40953589231286 | |
], | |
[ | |
-119.84380413281833, | |
34.409536432647606 | |
], | |
[ | |
-119.84380497037385, | |
34.40979451412013 | |
], | |
[ | |
-119.84422618261199, | |
34.409793577688355 | |
], | |
[ | |
-119.84422729593392, | |
34.4101269044339 | |
], | |
[ | |
-119.84407410252362, | |
34.41012722787729 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 547, | |
"label": "Anacapa Hall" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84362665338749, | |
34.41054894424076 | |
], | |
[ | |
-119.84362742360351, | |
34.41067664694482 | |
], | |
[ | |
-119.84338123012692, | |
34.41067766921302 | |
], | |
[ | |
-119.84338279169359, | |
34.41093406342806 | |
], | |
[ | |
-119.84379971448857, | |
34.410932341683946 | |
], | |
[ | |
-119.8438017105886, | |
34.41126669910441 | |
], | |
[ | |
-119.84364722971662, | |
34.411267343613446 | |
], | |
[ | |
-119.84364596126467, | |
34.411061734591925 | |
], | |
[ | |
-119.84332502952067, | |
34.411063067922726 | |
], | |
[ | |
-119.84332567905062, | |
34.411168868017924 | |
], | |
[ | |
-119.84311466388806, | |
34.41116973910721 | |
], | |
[ | |
-119.84311439606935, | |
34.41112464310964 | |
], | |
[ | |
-119.84282393449726, | |
34.411125842014194 | |
], | |
[ | |
-119.84282615814753, | |
34.411494659815894 | |
], | |
[ | |
-119.84242601059165, | |
34.41149631536337 | |
], | |
[ | |
-119.84242521638969, | |
34.41136897011431 | |
], | |
[ | |
-119.84267426418306, | |
34.41136793439868 | |
], | |
[ | |
-119.8426727096542, | |
34.41111176011648 | |
], | |
[ | |
-119.84225429375796, | |
34.41111349975323 | |
], | |
[ | |
-119.84225225283832, | |
34.41077683478733 | |
], | |
[ | |
-119.84240663384213, | |
34.410776193558775 | |
], | |
[ | |
-119.84240789732458, | |
34.410984716844695 | |
], | |
[ | |
-119.84274815989605, | |
34.4109833113003 | |
], | |
[ | |
-119.84274779026588, | |
34.410923129095174 | |
], | |
[ | |
-119.842769807214, | |
34.41092304158987 | |
], | |
[ | |
-119.8427695325123, | |
34.41087467531686 | |
], | |
[ | |
-119.84293956431306, | |
34.410873960590834 | |
], | |
[ | |
-119.84293986059414, | |
34.41092034735653 | |
], | |
[ | |
-119.84322965742741, | |
34.410919131216886 | |
], | |
[ | |
-119.84322743808951, | |
34.41055058832865 | |
], | |
[ | |
-119.84362665338749, | |
34.41054894424076 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 515, | |
"label": "HSSB" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84988454962343, | |
34.41334666272943 | |
], | |
[ | |
-119.8498149728968, | |
34.41334648693859 | |
], | |
[ | |
-119.84981550762826, | |
34.4132003231315 | |
], | |
[ | |
-119.84991214615889, | |
34.41320058113366 | |
], | |
[ | |
-119.84991215148624, | |
34.413197832738604 | |
], | |
[ | |
-119.8500303118548, | |
34.41319811850544 | |
], | |
[ | |
-119.85003031019492, | |
34.41320103185171 | |
], | |
[ | |
-119.85012625203859, | |
34.41320127235948 | |
], | |
[ | |
-119.85012572654205, | |
34.41334630893815 | |
], | |
[ | |
-119.85007401887871, | |
34.41334594363672 | |
], | |
[ | |
-119.85007432731913, | |
34.41337770954791 | |
], | |
[ | |
-119.85007601317815, | |
34.41342676846229 | |
], | |
[ | |
-119.8500803228635, | |
34.41346699328487 | |
], | |
[ | |
-119.85008731248996, | |
34.413506984263755 | |
], | |
[ | |
-119.85009688053266, | |
34.41354657884205 | |
], | |
[ | |
-119.85010905671396, | |
34.41358569451296 | |
], | |
[ | |
-119.85012374115664, | |
34.413624193941224 | |
], | |
[ | |
-119.85014096191445, | |
34.41366196849662 | |
], | |
[ | |
-119.850160651251, | |
34.41369890740351 | |
], | |
[ | |
-119.85018270839431, | |
34.413734931047095 | |
], | |
[ | |
-119.85017018902488, | |
34.413740124556455 | |
], | |
[ | |
-119.85018328903475, | |
34.41375960201102 | |
], | |
[ | |
-119.85020827645013, | |
34.41379319059671 | |
], | |
[ | |
-119.85023549163985, | |
34.413825535137 | |
], | |
[ | |
-119.85026483287648, | |
34.413856611033786 | |
], | |
[ | |
-119.85029620027986, | |
34.41388628095108 | |
], | |
[ | |
-119.85035208600902, | |
34.4138448635861 | |
], | |
[ | |
-119.85035750930386, | |
34.41385013950923 | |
], | |
[ | |
-119.85048774087765, | |
34.41375185138153 | |
], | |
[ | |
-119.85045256546235, | |
34.41371943630238 | |
], | |
[ | |
-119.85043605853771, | |
34.41373172557479 | |
], | |
[ | |
-119.85042143399244, | |
34.4137182621562 | |
], | |
[ | |
-119.85043751630944, | |
34.41370625347472 | |
], | |
[ | |
-119.8504072502344, | |
34.41367840801557 | |
], | |
[ | |
-119.85047709218148, | |
34.413626305553294 | |
], | |
[ | |
-119.85046046954449, | |
34.41361100435177 | |
], | |
[ | |
-119.85050362845804, | |
34.41357882223144 | |
], | |
[ | |
-119.8505020037215, | |
34.413577335811496 | |
], | |
[ | |
-119.85057549834143, | |
34.413522512193474 | |
], | |
[ | |
-119.85057675079862, | |
34.41352364722893 | |
], | |
[ | |
-119.85061974506017, | |
34.413491550532626 | |
], | |
[ | |
-119.85063768725946, | |
34.413508068677636 | |
], | |
[ | |
-119.8506788874687, | |
34.4134773455427 | |
], | |
[ | |
-119.85060684077149, | |
34.413324182343494 | |
], | |
[ | |
-119.85035077694664, | |
34.4133246262805 | |
], | |
[ | |
-119.8503507398203, | |
34.41331849814274 | |
], | |
[ | |
-119.85032059741816, | |
34.413318545983785 | |
], | |
[ | |
-119.85032046993445, | |
34.41327102950747 | |
], | |
[ | |
-119.85029984497744, | |
34.4132710691838 | |
], | |
[ | |
-119.8502996303059, | |
34.413194256721766 | |
], | |
[ | |
-119.85032158274369, | |
34.41319422474287 | |
], | |
[ | |
-119.85032148102621, | |
34.41314634990696 | |
], | |
[ | |
-119.85035096041378, | |
34.41314628513069 | |
], | |
[ | |
-119.85035095258155, | |
34.41314147570058 | |
], | |
[ | |
-119.8507696676618, | |
34.41314077491119 | |
], | |
[ | |
-119.85076958843649, | |
34.41311483214178 | |
], | |
[ | |
-119.85080921556653, | |
34.41311477739133 | |
], | |
[ | |
-119.85080915085214, | |
34.413082045667174 | |
], | |
[ | |
-119.85096533541173, | |
34.41308177814972 | |
], | |
[ | |
-119.85096545112297, | |
34.413115333229946 | |
], | |
[ | |
-119.85100574169196, | |
34.41311526828914 | |
], | |
[ | |
-119.85100589934693, | |
34.41316564262976 | |
], | |
[ | |
-119.85113008346558, | |
34.41316542331467 | |
], | |
[ | |
-119.85113050023452, | |
34.41332443507512 | |
], | |
[ | |
-119.85101125652675, | |
34.413324661032284 | |
], | |
[ | |
-119.85101129106238, | |
34.413345602876916 | |
], | |
[ | |
-119.85070930062041, | |
34.41357301831013 | |
], | |
[ | |
-119.85071343712347, | |
34.413577131755346 | |
], | |
[ | |
-119.85069853440805, | |
34.41358846244467 | |
], | |
[ | |
-119.85083344585807, | |
34.41371277186896 | |
], | |
[ | |
-119.85048782094631, | |
34.41397039702696 | |
], | |
[ | |
-119.85056568714023, | |
34.414042149170186 | |
], | |
[ | |
-119.85032891476165, | |
34.41421843869559 | |
], | |
[ | |
-119.85011366812941, | |
34.414023184034896 | |
], | |
[ | |
-119.85015646697039, | |
34.41399128254921 | |
], | |
[ | |
-119.85011640513879, | |
34.413953857360795 | |
], | |
[ | |
-119.85008439002895, | |
34.413920348918275 | |
], | |
[ | |
-119.85005450035395, | |
34.41388554389105 | |
], | |
[ | |
-119.85002680585345, | |
34.41384949621909 | |
], | |
[ | |
-119.85000137482567, | |
34.41381234191701 | |
], | |
[ | |
-119.85001512562555, | |
34.41380586638932 | |
], | |
[ | |
-119.84999308194907, | |
34.413770446634885 | |
], | |
[ | |
-119.84997083071366, | |
34.41373013844114 | |
], | |
[ | |
-119.84995104748421, | |
34.413688968461656 | |
], | |
[ | |
-119.84993373467992, | |
34.41364704576373 | |
], | |
[ | |
-119.84991892676756, | |
34.413604452776944 | |
], | |
[ | |
-119.84990672624619, | |
34.413561297943296 | |
], | |
[ | |
-119.84989710292582, | |
34.4135176917287 | |
], | |
[ | |
-119.8498900918532, | |
34.4134737427021 | |
], | |
[ | |
-119.84988572873527, | |
34.413429589177596 | |
], | |
[ | |
-119.84988401474897, | |
34.41338528433641 | |
], | |
[ | |
-119.84988454962343, | |
34.41334666272943 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 560, | |
"label": "Phelps Hall" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84395567990744, | |
34.4164049731296 | |
], | |
[ | |
-119.8439319688707, | |
34.416404976581305 | |
], | |
[ | |
-119.8439319840388, | |
34.416408659699606 | |
], | |
[ | |
-119.8438824730584, | |
34.41640867039694 | |
], | |
[ | |
-119.84388244062829, | |
34.416369754528326 | |
], | |
[ | |
-119.8438963684862, | |
34.41636976277675 | |
], | |
[ | |
-119.84389636277037, | |
34.416348518461376 | |
], | |
[ | |
-119.84385872340631, | |
34.416348540708064 | |
], | |
[ | |
-119.84385867267054, | |
34.41627881663195 | |
], | |
[ | |
-119.8438701129342, | |
34.41627880770194 | |
], | |
[ | |
-119.84386987514866, | |
34.41590402312406 | |
], | |
[ | |
-119.84374130478824, | |
34.41590405456755 | |
], | |
[ | |
-119.84374118671991, | |
34.415714450003506 | |
], | |
[ | |
-119.84477932946614, | |
34.415714053388825 | |
], | |
[ | |
-119.8447793771281, | |
34.415792544528756 | |
], | |
[ | |
-119.84479652164245, | |
34.415792530792274 | |
], | |
[ | |
-119.84479684129603, | |
34.41630709302059 | |
], | |
[ | |
-119.84478142059713, | |
34.41630708053373 | |
], | |
[ | |
-119.84478143384541, | |
34.416328654751645 | |
], | |
[ | |
-119.84481714962, | |
34.41632863352771 | |
], | |
[ | |
-119.84481730055528, | |
34.41659447529043 | |
], | |
[ | |
-119.84395580395261, | |
34.41659482556286 | |
], | |
[ | |
-119.84395567990744, | |
34.4164049731296 | |
] | |
], | |
[ | |
[ | |
-119.84453003818281, | |
34.41625126547004 | |
], | |
[ | |
-119.84452995530081, | |
34.41631041041065 | |
], | |
[ | |
-119.84453705246169, | |
34.41631041247147 | |
], | |
[ | |
-119.84453811686541, | |
34.415906228711556 | |
], | |
[ | |
-119.84401834201915, | |
34.41590542113517 | |
], | |
[ | |
-119.84401800279711, | |
34.41629755644283 | |
], | |
[ | |
-119.84428072433496, | |
34.41629784890197 | |
], | |
[ | |
-119.84428078129145, | |
34.41625098880129 | |
], | |
[ | |
-119.84453003818281, | |
34.41625126547004 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 538, | |
"label": "Campbell Hall" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.8450178399256, | |
34.41632085211441 | |
], | |
[ | |
-119.84501276989658, | |
34.41630342048705 | |
], | |
[ | |
-119.84501702830538, | |
34.41631844706649 | |
], | |
[ | |
-119.84497863585374, | |
34.41632636898638 | |
], | |
[ | |
-119.84497260678918, | |
34.41630419920907 | |
], | |
[ | |
-119.84496918778814, | |
34.416281632660535 | |
], | |
[ | |
-119.84496842021163, | |
34.41625891577118 | |
], | |
[ | |
-119.84497027303664, | |
34.4162362690221 | |
], | |
[ | |
-119.84497478301299, | |
34.41621382890895 | |
], | |
[ | |
-119.8449787042254, | |
34.41620071477863 | |
], | |
[ | |
-119.84501703776404, | |
34.41620958658259 | |
], | |
[ | |
-119.84501652939475, | |
34.41621153923346 | |
], | |
[ | |
-119.84502161002916, | |
34.41619727766191 | |
], | |
[ | |
-119.84502952230747, | |
34.416180588977326 | |
], | |
[ | |
-119.84503915897702, | |
34.41616453408533 | |
], | |
[ | |
-119.84505044663737, | |
34.41614923763198 | |
], | |
[ | |
-119.84506330077207, | |
34.416134813612125 | |
], | |
[ | |
-119.84507762375341, | |
34.4161213735152 | |
], | |
[ | |
-119.84509330468241, | |
34.41610901911401 | |
], | |
[ | |
-119.84511022486717, | |
34.41609784418488 | |
], | |
[ | |
-119.84512825671531, | |
34.41608793362281 | |
], | |
[ | |
-119.84514726155832, | |
34.416079363474616 | |
], | |
[ | |
-119.84516709611802, | |
34.41607219813542 | |
], | |
[ | |
-119.84518760821538, | |
34.41606649311921 | |
], | |
[ | |
-119.8452086421491, | |
34.41606229227173 | |
], | |
[ | |
-119.84523003863569, | |
34.41605962506661 | |
], | |
[ | |
-119.84525163390124, | |
34.416058514734125 | |
], | |
[ | |
-119.84527326270492, | |
34.41605896739511 | |
], | |
[ | |
-119.8452947629091, | |
34.41606098190995 | |
], | |
[ | |
-119.84531596873371, | |
34.4160645400626 | |
], | |
[ | |
-119.84533671969713, | |
34.41606961724487 | |
], | |
[ | |
-119.84535685826093, | |
34.416076174377004 | |
], | |
[ | |
-119.84537622988996, | |
34.41608416061187 | |
], | |
[ | |
-119.8453946885503, | |
34.416093515956256 | |
], | |
[ | |
-119.84541209229876, | |
34.41610416863301 | |
], | |
[ | |
-119.84542831095638, | |
34.41611603766925 | |
], | |
[ | |
-119.84544321849476, | |
34.41612903301215 | |
], | |
[ | |
-119.84545670284494, | |
34.416143056281406 | |
], | |
[ | |
-119.84546866150687, | |
34.41615799903267 | |
], | |
[ | |
-119.84547900279668, | |
34.41617374995205 | |
], | |
[ | |
-119.84548764784255, | |
34.416190186710345 | |
], | |
[ | |
-119.84549453189169, | |
34.416207185861815 | |
], | |
[ | |
-119.84549960203563, | |
34.41622461837053 | |
], | |
[ | |
-119.84550281938517, | |
34.416242349576905 | |
], | |
[ | |
-119.8455041603181, | |
34.416260246392326 | |
], | |
[ | |
-119.84550361309637, | |
34.41627817194064 | |
], | |
[ | |
-119.84550118338424, | |
34.41629598908069 | |
], | |
[ | |
-119.84549688887002, | |
34.41631356319334 | |
], | |
[ | |
-119.84549076248923, | |
34.416330760328975 | |
], | |
[ | |
-119.8454828513967, | |
34.41634744992833 | |
], | |
[ | |
-119.84547321477152, | |
34.41636350395399 | |
], | |
[ | |
-119.84546192609211, | |
34.416378801364445 | |
], | |
[ | |
-119.84544907198877, | |
34.41639322542627 | |
], | |
[ | |
-119.84543475010831, | |
34.416406665550326 | |
], | |
[ | |
-119.84541906808623, | |
34.41641902001195 | |
], | |
[ | |
-119.84540214787766, | |
34.41643019498393 | |
], | |
[ | |
-119.84538411598807, | |
34.41644010558652 | |
], | |
[ | |
-119.84536511108712, | |
34.416448675771626 | |
], | |
[ | |
-119.84534527643487, | |
34.416455840241646 | |
], | |
[ | |
-119.84532476425244, | |
34.41646154528442 | |
], | |
[ | |
-119.84530373024364, | |
34.41646574705329 | |
], | |
[ | |
-119.84528233363514, | |
34.416468413369955 | |
], | |
[ | |
-119.84526073937134, | |
34.4164695245927 | |
], | |
[ | |
-119.84523910935353, | |
34.41646907104468 | |
], | |
[ | |
-119.84521760906534, | |
34.416467057421414 | |
], | |
[ | |
-119.84519640312251, | |
34.41646349835028 | |
], | |
[ | |
-119.84517565206956, | |
34.41645842114412 | |
], | |
[ | |
-119.84515551344758, | |
34.41645186488342 | |
], | |
[ | |
-119.8451361417542, | |
34.41644387861353 | |
], | |
[ | |
-119.84511768304523, | |
34.41643452322997 | |
], | |
[ | |
-119.84510027926541, | |
34.41642387051117 | |
], | |
[ | |
-119.84508406168224, | |
34.41641200141479 | |
], | |
[ | |
-119.84506915306159, | |
34.41639900604449 | |
], | |
[ | |
-119.8450556687352, | |
34.4163849827324 | |
], | |
[ | |
-119.84504371118244, | |
34.41637003902267 | |
], | |
[ | |
-119.84503336997054, | |
34.41635428896779 | |
], | |
[ | |
-119.84502472388971, | |
34.416337851292425 | |
], | |
[ | |
-119.8450178399256, | |
34.41632085211441 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 516, | |
"label": "Rec Cen" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84914169252376, | |
34.41925585534266 | |
], | |
[ | |
-119.84870578822671, | |
34.419254448768285 | |
], | |
[ | |
-119.84870729294244, | |
34.418936747810335 | |
], | |
[ | |
-119.8487158157896, | |
34.418936754948014 | |
], | |
[ | |
-119.8487163009633, | |
34.418922730979574 | |
], | |
[ | |
-119.84878257361125, | |
34.418924771111925 | |
], | |
[ | |
-119.84878285035563, | |
34.41891929822069 | |
], | |
[ | |
-119.84906488234004, | |
34.418919588135225 | |
], | |
[ | |
-119.84906495109713, | |
34.41892420457639 | |
], | |
[ | |
-119.84912884577822, | |
34.41892366951745 | |
], | |
[ | |
-119.8491299290866, | |
34.418938109592766 | |
], | |
[ | |
-119.84914322929514, | |
34.41893815386523 | |
], | |
[ | |
-119.84914169252376, | |
34.41925585534266 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 511, | |
"label": "Rec Cen Expansion" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.85097653024795, | |
34.41915478851428 | |
], | |
[ | |
-119.85031950963054, | |
34.41915879551514 | |
], | |
[ | |
-119.8503202339674, | |
34.41924214094175 | |
], | |
[ | |
-119.84999023129298, | |
34.4192441789429 | |
], | |
[ | |
-119.84998922819416, | |
34.41913332759281 | |
], | |
[ | |
-119.84985440194232, | |
34.41913414704353 | |
], | |
[ | |
-119.84985485680434, | |
34.41918446182072 | |
], | |
[ | |
-119.84970607026258, | |
34.41918535698288 | |
], | |
[ | |
-119.84970564295475, | |
34.41913627888766 | |
], | |
[ | |
-119.84954846814853, | |
34.41913724678938 | |
], | |
[ | |
-119.84954750191228, | |
34.41902655898698 | |
], | |
[ | |
-119.84967659142438, | |
34.41902577236559 | |
], | |
[ | |
-119.84967666755766, | |
34.41903365907834 | |
], | |
[ | |
-119.85021264416392, | |
34.41901943687844 | |
], | |
[ | |
-119.85021221322204, | |
34.41897167798955 | |
], | |
[ | |
-119.85020279641083, | |
34.418971738695646 | |
], | |
[ | |
-119.8501897067042, | |
34.41879156682243 | |
], | |
[ | |
-119.85031133530275, | |
34.41879083743649 | |
], | |
[ | |
-119.85031030718052, | |
34.418675891041914 | |
], | |
[ | |
-119.85038096974712, | |
34.418675472975934 | |
], | |
[ | |
-119.85038012324405, | |
34.418582125297476 | |
], | |
[ | |
-119.85069291318652, | |
34.418580210902924 | |
], | |
[ | |
-119.85069376708591, | |
34.41867534469501 | |
], | |
[ | |
-119.8507238094032, | |
34.41867516126313 | |
], | |
[ | |
-119.8507246994075, | |
34.418776423206566 | |
], | |
[ | |
-119.85090249968464, | |
34.418775358103716 | |
], | |
[ | |
-119.85090265387906, | |
34.41879272566802 | |
], | |
[ | |
-119.8509724207612, | |
34.418792292976484 | |
], | |
[ | |
-119.85097297044499, | |
34.418855852859544 | |
], | |
[ | |
-119.85099260128915, | |
34.4188557182576 | |
], | |
[ | |
-119.850994091744, | |
34.4190242776661 | |
], | |
[ | |
-119.85097535710992, | |
34.41902439858966 | |
], | |
[ | |
-119.85097653024795, | |
34.41915478851428 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 558, | |
"label": "UCEN" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84676263409911, | |
34.411661650025906 | |
], | |
[ | |
-119.84671401931702, | |
34.41166162032218 | |
], | |
[ | |
-119.84671395835903, | |
34.41172315621916 | |
], | |
[ | |
-119.8466454038669, | |
34.41172417311488 | |
], | |
[ | |
-119.84664493188843, | |
34.411792641053026 | |
], | |
[ | |
-119.84643790488697, | |
34.411792495080654 | |
], | |
[ | |
-119.84643796151967, | |
34.41173821505003 | |
], | |
[ | |
-119.84644492560538, | |
34.411738219019455 | |
], | |
[ | |
-119.84644510309838, | |
34.41156369758149 | |
], | |
[ | |
-119.84647872819778, | |
34.41156373562191 | |
], | |
[ | |
-119.84647881012536, | |
34.41150156733208 | |
], | |
[ | |
-119.846484082398, | |
34.41150157000873 | |
], | |
[ | |
-119.84648425754861, | |
34.41133892188933 | |
], | |
[ | |
-119.84661899186179, | |
34.41133904153047 | |
], | |
[ | |
-119.84661898874454, | |
34.41135833476761 | |
], | |
[ | |
-119.84665888174221, | |
34.411358386414925 | |
], | |
[ | |
-119.84665889842178, | |
34.411335190511636 | |
], | |
[ | |
-119.84686735070699, | |
34.41133534143337 | |
], | |
[ | |
-119.84686729750858, | |
34.41139575011846 | |
], | |
[ | |
-119.84682703906492, | |
34.4113957041049 | |
], | |
[ | |
-119.84682695322765, | |
34.41145017664271 | |
], | |
[ | |
-119.84679027690197, | |
34.41145015811623 | |
], | |
[ | |
-119.8467902221163, | |
34.41150603228885 | |
], | |
[ | |
-119.84671610639967, | |
34.411505978869954 | |
], | |
[ | |
-119.84671604839528, | |
34.41156166103333 | |
], | |
[ | |
-119.84676273964892, | |
34.4115616920762 | |
], | |
[ | |
-119.84676263409911, | |
34.411661650025906 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 558, | |
"label": "UCEN" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84718637519562, | |
34.41175017806732 | |
], | |
[ | |
-119.84718637567703, | |
34.4115593551702 | |
], | |
[ | |
-119.84727817347958, | |
34.41155914256026 | |
], | |
[ | |
-119.84727814961795, | |
34.411449158115076 | |
], | |
[ | |
-119.84737474860404, | |
34.41144919870105 | |
], | |
[ | |
-119.84737473976098, | |
34.411430894783706 | |
], | |
[ | |
-119.84740189994793, | |
34.411430921047454 | |
], | |
[ | |
-119.84740196239163, | |
34.411351521084995 | |
], | |
[ | |
-119.84760557253867, | |
34.41135163449893 | |
], | |
[ | |
-119.84760554591642, | |
34.41139379373698 | |
], | |
[ | |
-119.84795755100753, | |
34.41139398182058 | |
], | |
[ | |
-119.84795755449214, | |
34.41138815602892 | |
], | |
[ | |
-119.84823746915863, | |
34.41138831473676 | |
], | |
[ | |
-119.84823747455606, | |
34.41137512311138 | |
], | |
[ | |
-119.84831414331335, | |
34.41137516373694 | |
], | |
[ | |
-119.84831418125769, | |
34.411336521764966 | |
], | |
[ | |
-119.84839453048927, | |
34.411336561245385 | |
], | |
[ | |
-119.84839458318504, | |
34.41128662283072 | |
], | |
[ | |
-119.8484732742946, | |
34.411286660481295 | |
], | |
[ | |
-119.84847326280455, | |
34.411278690727855 | |
], | |
[ | |
-119.84856157176466, | |
34.41127874582254 | |
], | |
[ | |
-119.8485615556006, | |
34.411316893345145 | |
], | |
[ | |
-119.84862844170968, | |
34.41131694493662 | |
], | |
[ | |
-119.84862841587054, | |
34.411350145101764 | |
], | |
[ | |
-119.84863485027144, | |
34.411350157019534 | |
], | |
[ | |
-119.84863479202946, | |
34.41141631039011 | |
], | |
[ | |
-119.84864188877349, | |
34.41141631221068 | |
], | |
[ | |
-119.84864175857226, | |
34.41156285394531 | |
], | |
[ | |
-119.84858521945856, | |
34.41156283668924 | |
], | |
[ | |
-119.84858500834832, | |
34.41182530473973 | |
], | |
[ | |
-119.84829617310349, | |
34.411825144816355 | |
], | |
[ | |
-119.84829619322424, | |
34.41182605159734 | |
], | |
[ | |
-119.84823547466507, | |
34.41182601492124 | |
], | |
[ | |
-119.84823547934543, | |
34.411809799982294 | |
], | |
[ | |
-119.84822738789236, | |
34.411809785345476 | |
], | |
[ | |
-119.84822738767522, | |
34.411785847612826 | |
], | |
[ | |
-119.84800424476927, | |
34.411785702871754 | |
], | |
[ | |
-119.8480041953247, | |
34.41181937046072 | |
], | |
[ | |
-119.84783656446572, | |
34.41181928654317 | |
], | |
[ | |
-119.84783660831297, | |
34.41177938033398 | |
], | |
[ | |
-119.84736790549202, | |
34.41177910138632 | |
], | |
[ | |
-119.8473679239252, | |
34.41175604250877 | |
], | |
[ | |
-119.84727878678574, | |
34.411755998251124 | |
], | |
[ | |
-119.84727879151714, | |
34.41175022654197 | |
], | |
[ | |
-119.84718637519562, | |
34.41175017806732 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 533, | |
"label": "Rob Gym" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84975255189637, | |
34.41641470024976 | |
], | |
[ | |
-119.84959174967695, | |
34.416414899479705 | |
], | |
[ | |
-119.84959180094354, | |
34.41645601338984 | |
], | |
[ | |
-119.84942167987172, | |
34.416456216559 | |
], | |
[ | |
-119.84942197817499, | |
34.41664889688405 | |
], | |
[ | |
-119.84935197348497, | |
34.41664897527322 | |
], | |
[ | |
-119.84935191957416, | |
34.41661665546606 | |
], | |
[ | |
-119.84916425541019, | |
34.41661687872483 | |
], | |
[ | |
-119.84916432083479, | |
34.41664972042666 | |
], | |
[ | |
-119.84909385171676, | |
34.416649805748186 | |
], | |
[ | |
-119.84909352305615, | |
34.41645572378841 | |
], | |
[ | |
-119.84892234092604, | |
34.41645591538482 | |
], | |
[ | |
-119.84892174968478, | |
34.416090150834606 | |
], | |
[ | |
-119.84886928702885, | |
34.416090208570694 | |
], | |
[ | |
-119.84886947642173, | |
34.4162048106877 | |
], | |
[ | |
-119.84884271568447, | |
34.41620486159356 | |
], | |
[ | |
-119.84884305466565, | |
34.4164068853655 | |
], | |
[ | |
-119.8486739294905, | |
34.416407099355304 | |
], | |
[ | |
-119.84867317867071, | |
34.41596237826342 | |
], | |
[ | |
-119.84871980420492, | |
34.41596232663794 | |
], | |
[ | |
-119.84871978824884, | |
34.4159407253954 | |
], | |
[ | |
-119.84907004369528, | |
34.415940333090745 | |
], | |
[ | |
-119.84907002580749, | |
34.415918648921945 | |
], | |
[ | |
-119.8491021927649, | |
34.41591859758764 | |
], | |
[ | |
-119.84910223214521, | |
34.415941298521055 | |
], | |
[ | |
-119.84921640853001, | |
34.4159411788156 | |
], | |
[ | |
-119.84921616035803, | |
34.41580302486825 | |
], | |
[ | |
-119.84897497450211, | |
34.41580329482592 | |
], | |
[ | |
-119.84897482399586, | |
34.41571284985388 | |
], | |
[ | |
-119.84954172334703, | |
34.41571220246224 | |
], | |
[ | |
-119.84954187997293, | |
34.41580289531093 | |
], | |
[ | |
-119.84929933563595, | |
34.415803185729914 | |
], | |
[ | |
-119.84929958503092, | |
34.41593839929021 | |
], | |
[ | |
-119.84970522019296, | |
34.41593795684512 | |
], | |
[ | |
-119.84970524968752, | |
34.4159616750239 | |
], | |
[ | |
-119.8497518088745, | |
34.41596162401361 | |
], | |
[ | |
-119.84975255189637, | |
34.41641470024976 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 525, | |
"label": "Davidson Library" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84586874364793, | |
34.41463572148577 | |
], | |
[ | |
-119.84527713203804, | |
34.41464178624966 | |
], | |
[ | |
-119.84527681768981, | |
34.41462759683466 | |
], | |
[ | |
-119.84524400185212, | |
34.41462809615176 | |
], | |
[ | |
-119.84503853628159, | |
34.41463063075938 | |
], | |
[ | |
-119.84503386784883, | |
34.41445209492199 | |
], | |
[ | |
-119.84501172700925, | |
34.41445124876839 | |
], | |
[ | |
-119.8450110523453, | |
34.41438856904521 | |
], | |
[ | |
-119.84524221244612, | |
34.414386235019364 | |
], | |
[ | |
-119.84524481817844, | |
34.414439423163834 | |
], | |
[ | |
-119.84540390045112, | |
34.414437002520714 | |
], | |
[ | |
-119.84540054107879, | |
34.41431758775536 | |
], | |
[ | |
-119.84545975227793, | |
34.41431668672718 | |
], | |
[ | |
-119.84545951813013, | |
34.41443497317618 | |
], | |
[ | |
-119.84559293253739, | |
34.41443353438076 | |
], | |
[ | |
-119.84559120427684, | |
34.414419957983384 | |
], | |
[ | |
-119.84563042716549, | |
34.414418769563326 | |
], | |
[ | |
-119.8456314943398, | |
34.41443472112001 | |
], | |
[ | |
-119.84572056950276, | |
34.414434049840295 | |
], | |
[ | |
-119.84586583132769, | |
34.41443183893136 | |
], | |
[ | |
-119.84586874364793, | |
34.41463572148577 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 525, | |
"label": "Davidson Library" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84521209538224, | |
34.41363184269029 | |
], | |
[ | |
-119.84578434265632, | |
34.41363197163689 | |
], | |
[ | |
-119.8457853416823, | |
34.413741421829464 | |
], | |
[ | |
-119.84584466036233, | |
34.41374106899417 | |
], | |
[ | |
-119.84584140478024, | |
34.414331924397345 | |
], | |
[ | |
-119.84516983767674, | |
34.4143362075375 | |
], | |
[ | |
-119.84516893474036, | |
34.41423857327185 | |
], | |
[ | |
-119.84520441370248, | |
34.414238363466175 | |
], | |
[ | |
-119.84519985006443, | |
34.41374494511254 | |
], | |
[ | |
-119.84521314531904, | |
34.41374485282383 | |
], | |
[ | |
-119.84521209538224, | |
34.41363184269029 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 525, | |
"label": "Davidson Library" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84514856099041, | |
34.41342813051583 | |
], | |
[ | |
-119.84514745630788, | |
34.41330788074779 | |
], | |
[ | |
-119.84521248732153, | |
34.413249560854474 | |
], | |
[ | |
-119.84521216722669, | |
34.413217136010395 | |
], | |
[ | |
-119.84513871506635, | |
34.41315732368647 | |
], | |
[ | |
-119.84513756780629, | |
34.41303215501481 | |
], | |
[ | |
-119.84527488483485, | |
34.412918209016404 | |
], | |
[ | |
-119.8453842610805, | |
34.41292014507611 | |
], | |
[ | |
-119.84542213941589, | |
34.412889090185615 | |
], | |
[ | |
-119.84553493920696, | |
34.41288836275468 | |
], | |
[ | |
-119.84557180348632, | |
34.41291932526857 | |
], | |
[ | |
-119.84568185168109, | |
34.412918639577086 | |
], | |
[ | |
-119.84581505774993, | |
34.413027753791965 | |
], | |
[ | |
-119.84581704635177, | |
34.41324170772841 | |
], | |
[ | |
-119.8457335725307, | |
34.413308772693824 | |
], | |
[ | |
-119.84573468377246, | |
34.41342775821833 | |
], | |
[ | |
-119.84514856099041, | |
34.41342813051583 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 525, | |
"label": "Davidson Library" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84514856099041, | |
34.41342813051583 | |
], | |
[ | |
-119.84573468377246, | |
34.41342775821833 | |
], | |
[ | |
-119.84581933365214, | |
34.41342721190907 | |
], | |
[ | |
-119.84582124613077, | |
34.41363173996539 | |
], | |
[ | |
-119.84578434265632, | |
34.41363197163689 | |
], | |
[ | |
-119.84521209538224, | |
34.41363184269029 | |
], | |
[ | |
-119.84512330040603, | |
34.41363304133601 | |
], | |
[ | |
-119.84512384761828, | |
34.4134283766866 | |
], | |
[ | |
-119.84514856099041, | |
34.41342813051583 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 542, | |
"label": "Ortega Dining Commons" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84724252728883, | |
34.411236459442115 | |
], | |
[ | |
-119.84703585774481, | |
34.41123740821116 | |
], | |
[ | |
-119.84703611023804, | |
34.41127425952737 | |
], | |
[ | |
-119.84688882507899, | |
34.41127490857202 | |
], | |
[ | |
-119.84688762047635, | |
34.41109197116814 | |
], | |
[ | |
-119.84658104863176, | |
34.41109336942621 | |
], | |
[ | |
-119.84658321789097, | |
34.410872619307305 | |
], | |
[ | |
-119.84688713681291, | |
34.410871234384686 | |
], | |
[ | |
-119.84688614024594, | |
34.41072157562266 | |
], | |
[ | |
-119.84723909862676, | |
34.41071999205699 | |
], | |
[ | |
-119.84724252728883, | |
34.411236459442115 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 503, | |
"label": "Engineering 2" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84091577229931, | |
34.41522062568834 | |
], | |
[ | |
-119.84091577019382, | |
34.415004471399115 | |
], | |
[ | |
-119.84093875211904, | |
34.41500447959894 | |
], | |
[ | |
-119.8409387653373, | |
34.41491804471892 | |
], | |
[ | |
-119.84091571709045, | |
34.414918037526235 | |
], | |
[ | |
-119.8409157235419, | |
34.41445618264882 | |
], | |
[ | |
-119.84147274682344, | |
34.41445618532009 | |
], | |
[ | |
-119.84147235489104, | |
34.41439721713262 | |
], | |
[ | |
-119.84177401283767, | |
34.41439510591335 | |
], | |
[ | |
-119.84177339068943, | |
34.41463651125264 | |
], | |
[ | |
-119.84163539927414, | |
34.4146371840008 | |
], | |
[ | |
-119.8416924992338, | |
34.414637183387725 | |
], | |
[ | |
-119.84169251521955, | |
34.41472790530863 | |
], | |
[ | |
-119.84183759894276, | |
34.4147279002253 | |
], | |
[ | |
-119.84183758435624, | |
34.41522064582524 | |
], | |
[ | |
-119.84091577229931, | |
34.41522062568834 | |
] | |
], | |
[ | |
[ | |
-119.8415765607752, | |
34.41500301294736 | |
], | |
[ | |
-119.84157656376412, | |
34.4146374706247 | |
], | |
[ | |
-119.8414739532905, | |
34.41463797109093 | |
], | |
[ | |
-119.84147308209168, | |
34.414506684922245 | |
], | |
[ | |
-119.84147308636027, | |
34.41455259641125 | |
], | |
[ | |
-119.84102961061036, | |
34.41455259674634 | |
], | |
[ | |
-119.84102958381361, | |
34.41500301778354 | |
], | |
[ | |
-119.8415765607752, | |
34.41500301294736 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 503, | |
"label": "Engineering 2" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84131932783842, | |
34.414857768052066 | |
], | |
[ | |
-119.84131890317006, | |
34.41473052724111 | |
], | |
[ | |
-119.84146991553405, | |
34.41473018552241 | |
], | |
[ | |
-119.84147034043302, | |
34.41485742633288 | |
], | |
[ | |
-119.84131932783842, | |
34.414857768052066 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 521, | |
"label": "BREN" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84178021934369, | |
34.413374538503135 | |
], | |
[ | |
-119.84178465275188, | |
34.41335465593079 | |
], | |
[ | |
-119.84176068096919, | |
34.4133518316673 | |
], | |
[ | |
-119.84176533064743, | |
34.41333257788636 | |
], | |
[ | |
-119.84174090718916, | |
34.41332890929622 | |
], | |
[ | |
-119.84174594727956, | |
34.41330940162583 | |
], | |
[ | |
-119.84172271502273, | |
34.413307006142006 | |
], | |
[ | |
-119.84172676396282, | |
34.41328759647909 | |
], | |
[ | |
-119.84170402505457, | |
34.41328359933544 | |
], | |
[ | |
-119.84170821485446, | |
34.413264655504015 | |
], | |
[ | |
-119.84168490701124, | |
34.41326179319097 | |
], | |
[ | |
-119.84168882461354, | |
34.41324249552843 | |
], | |
[ | |
-119.84166568389965, | |
34.4132382853725 | |
], | |
[ | |
-119.84166977409595, | |
34.41321931420145 | |
], | |
[ | |
-119.841645846966, | |
34.41321555510102 | |
], | |
[ | |
-119.84165021593435, | |
34.413197185623666 | |
], | |
[ | |
-119.84162910866307, | |
34.41319489490667 | |
], | |
[ | |
-119.84160984152385, | |
34.413170919778274 | |
], | |
[ | |
-119.84165677824438, | |
34.41314599427665 | |
], | |
[ | |
-119.84165096116168, | |
34.413139807850285 | |
], | |
[ | |
-119.84163171614439, | |
34.41311934261565 | |
], | |
[ | |
-119.84161733780635, | |
34.413104052131345 | |
], | |
[ | |
-119.84165526368419, | |
34.41305672696741 | |
], | |
[ | |
-119.84171020615479, | |
34.41299044349794 | |
], | |
[ | |
-119.84174224456378, | |
34.41295510804191 | |
], | |
[ | |
-119.84188906985112, | |
34.412955279278115 | |
], | |
[ | |
-119.84188767298242, | |
34.41295513548734 | |
], | |
[ | |
-119.84204406073785, | |
34.41295512342821 | |
], | |
[ | |
-119.8420440651508, | |
34.4129387435062 | |
], | |
[ | |
-119.8420462998471, | |
34.412938743825954 | |
], | |
[ | |
-119.84212789517015, | |
34.412938734290144 | |
], | |
[ | |
-119.8421278956168, | |
34.41293924643565 | |
], | |
[ | |
-119.8421278982471, | |
34.4129538779002 | |
], | |
[ | |
-119.84214663502841, | |
34.41295386739282 | |
], | |
[ | |
-119.84214663807202, | |
34.41293924666214 | |
], | |
[ | |
-119.84214663804804, | |
34.41293899960316 | |
], | |
[ | |
-119.84232212751644, | |
34.412938999083266 | |
], | |
[ | |
-119.84232213700648, | |
34.41307214229794 | |
], | |
[ | |
-119.8423221611949, | |
34.413432272430484 | |
], | |
[ | |
-119.84232216137103, | |
34.41343380527782 | |
], | |
[ | |
-119.84205599717912, | |
34.41343382429538 | |
], | |
[ | |
-119.84205464590825, | |
34.413433824081984 | |
], | |
[ | |
-119.84205020152403, | |
34.41343382396421 | |
], | |
[ | |
-119.84204521535024, | |
34.41343382486233 | |
], | |
[ | |
-119.84204224626424, | |
34.41343382487722 | |
], | |
[ | |
-119.84204280961485, | |
34.41342476258698 | |
], | |
[ | |
-119.84204310187091, | |
34.41342007033188 | |
], | |
[ | |
-119.84181957853082, | |
34.41341791369411 | |
], | |
[ | |
-119.84182269663773, | |
34.41340000232437 | |
], | |
[ | |
-119.84179961753226, | |
34.41339705540786 | |
], | |
[ | |
-119.84180300436074, | |
34.41337776580262 | |
], | |
[ | |
-119.84178021934369, | |
34.413374538503135 | |
] | |
], | |
[ | |
[ | |
-119.84204530693863, | |
34.41336235028346 | |
], | |
[ | |
-119.84204530309752, | |
34.41301125285342 | |
], | |
[ | |
-119.84196737421581, | |
34.413012888270124 | |
], | |
[ | |
-119.84196797548168, | |
34.41304007820816 | |
], | |
[ | |
-119.8419492638709, | |
34.41305962853583 | |
], | |
[ | |
-119.84191715662442, | |
34.413091848898766 | |
], | |
[ | |
-119.84187292279304, | |
34.41313218638215 | |
], | |
[ | |
-119.84182180320094, | |
34.41317036161276 | |
], | |
[ | |
-119.84174354369736, | |
34.41321801625566 | |
], | |
[ | |
-119.84186482822119, | |
34.41336171113652 | |
], | |
[ | |
-119.84204530693863, | |
34.41336235028346 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 520, | |
"label": "MSRB" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84227679337172, | |
34.41276611324804 | |
], | |
[ | |
-119.84227679573266, | |
34.41276449830952 | |
], | |
[ | |
-119.84223248946446, | |
34.41276450323637 | |
], | |
[ | |
-119.84222032165901, | |
34.41276450413616 | |
], | |
[ | |
-119.84222004039978, | |
34.41276014970445 | |
], | |
[ | |
-119.84221911054294, | |
34.41274575233408 | |
], | |
[ | |
-119.84221844174769, | |
34.41274576610043 | |
], | |
[ | |
-119.84220704294339, | |
34.412746004179745 | |
], | |
[ | |
-119.84219517981283, | |
34.412746252918154 | |
], | |
[ | |
-119.84219434182617, | |
34.412726367450425 | |
], | |
[ | |
-119.84217230088298, | |
34.412726867274685 | |
], | |
[ | |
-119.84217122821282, | |
34.41270684831704 | |
], | |
[ | |
-119.84214797973263, | |
34.41270676235692 | |
], | |
[ | |
-119.84214713099765, | |
34.412687866191405 | |
], | |
[ | |
-119.84212497300123, | |
34.41268759865523 | |
], | |
[ | |
-119.84212365246184, | |
34.412668325542235 | |
], | |
[ | |
-119.84210102093552, | |
34.41266765222695 | |
], | |
[ | |
-119.84210099550116, | |
34.41264849649593 | |
], | |
[ | |
-119.84207848336655, | |
34.41264864639695 | |
], | |
[ | |
-119.84207789908298, | |
34.4126298021181 | |
], | |
[ | |
-119.84205581927458, | |
34.41262854334105 | |
], | |
[ | |
-119.84194137533, | |
34.41256208425368 | |
], | |
[ | |
-119.84199116266161, | |
34.41239396786168 | |
], | |
[ | |
-119.84202036757077, | |
34.41238780222041 | |
], | |
[ | |
-119.84199497771846, | |
34.412332401149506 | |
], | |
[ | |
-119.84206361914772, | |
34.412312121251546 | |
], | |
[ | |
-119.84206479841924, | |
34.41231177332503 | |
], | |
[ | |
-119.84206480890529, | |
34.41231180472445 | |
], | |
[ | |
-119.8420881110076, | |
34.41237630745844 | |
], | |
[ | |
-119.84210673958337, | |
34.41237893690442 | |
], | |
[ | |
-119.84214415125001, | |
34.41234321765246 | |
], | |
[ | |
-119.84216072583718, | |
34.412359428686024 | |
], | |
[ | |
-119.84217891744225, | |
34.41234530078854 | |
], | |
[ | |
-119.84219460362276, | |
34.41236182737476 | |
], | |
[ | |
-119.84221164430039, | |
34.412346672814515 | |
], | |
[ | |
-119.84222508875729, | |
34.412360814252715 | |
], | |
[ | |
-119.84224322463866, | |
34.412345643050536 | |
], | |
[ | |
-119.84225908341219, | |
34.41235944574687 | |
], | |
[ | |
-119.84227571722153, | |
34.41234542445395 | |
], | |
[ | |
-119.84229401365448, | |
34.412360042198365 | |
], | |
[ | |
-119.84230940398497, | |
34.41234518770699 | |
], | |
[ | |
-119.84232726184078, | |
34.4123594550453 | |
], | |
[ | |
-119.84234388656674, | |
34.412346450070366 | |
], | |
[ | |
-119.8423635075759, | |
34.41236099267908 | |
], | |
[ | |
-119.84238116968872, | |
34.4123619334987 | |
], | |
[ | |
-119.84238115122606, | |
34.412326617812965 | |
], | |
[ | |
-119.84246624224085, | |
34.412326589196134 | |
], | |
[ | |
-119.84246634378692, | |
34.41276406579821 | |
], | |
[ | |
-119.84246634345102, | |
34.41276439491524 | |
], | |
[ | |
-119.8423640748514, | |
34.41276440948032 | |
], | |
[ | |
-119.84236408506035, | |
34.412778397935114 | |
], | |
[ | |
-119.84232237027004, | |
34.412778400493245 | |
], | |
[ | |
-119.84229971231545, | |
34.412778402971774 | |
], | |
[ | |
-119.84227677148472, | |
34.41277840523498 | |
], | |
[ | |
-119.84227679337172, | |
34.41276611324804 | |
] | |
], | |
[ | |
[ | |
-119.84227820311021, | |
34.412694725036175 | |
], | |
[ | |
-119.84227715771505, | |
34.412479520645675 | |
], | |
[ | |
-119.84212654869124, | |
34.412479911405235 | |
], | |
[ | |
-119.84212763767255, | |
34.4124945191548 | |
], | |
[ | |
-119.84212945413147, | |
34.41251889994564 | |
], | |
[ | |
-119.84213112160901, | |
34.412541266850816 | |
], | |
[ | |
-119.84213026214648, | |
34.412564045435055 | |
], | |
[ | |
-119.84212968646791, | |
34.41257933849838 | |
], | |
[ | |
-119.84212928691466, | |
34.41258990319972 | |
], | |
[ | |
-119.84212905248167, | |
34.41259612742708 | |
], | |
[ | |
-119.84224638093826, | |
34.41269377930101 | |
], | |
[ | |
-119.84227820311021, | |
34.412694725036175 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 558, | |
"label": "UCEN" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84718633093308, | |
34.41153226765913 | |
], | |
[ | |
-119.84718637575833, | |
34.411532670026176 | |
], | |
[ | |
-119.84718637519562, | |
34.41175017806732 | |
], | |
[ | |
-119.84694920042473, | |
34.41175005306391 | |
], | |
[ | |
-119.84694922269816, | |
34.41172559202136 | |
], | |
[ | |
-119.84691417063866, | |
34.411725576744566 | |
], | |
[ | |
-119.84691418606685, | |
34.41172475147483 | |
], | |
[ | |
-119.84687343043683, | |
34.41172471304633 | |
], | |
[ | |
-119.84687347172223, | |
34.411678733184694 | |
], | |
[ | |
-119.84686613814257, | |
34.411663536193835 | |
], | |
[ | |
-119.84686204183672, | |
34.411649985955634 | |
], | |
[ | |
-119.84686012881951, | |
34.411638633216775 | |
], | |
[ | |
-119.84685921296686, | |
34.411629319312595 | |
], | |
[ | |
-119.84685949742457, | |
34.41161859584015 | |
], | |
[ | |
-119.84686086597308, | |
34.41160838514215 | |
], | |
[ | |
-119.84686268238089, | |
34.41159889347371 | |
], | |
[ | |
-119.84686615414181, | |
34.41158932970779 | |
], | |
[ | |
-119.84687004917895, | |
34.41157996507782 | |
], | |
[ | |
-119.84687355836624, | |
34.411573168891124 | |
], | |
[ | |
-119.84687360197643, | |
34.41153205354297 | |
], | |
[ | |
-119.84691233447296, | |
34.411532067779845 | |
], | |
[ | |
-119.84691236338448, | |
34.41149598221149 | |
], | |
[ | |
-119.84698140476036, | |
34.41149602984087 | |
], | |
[ | |
-119.84698137649838, | |
34.411532143351785 | |
], | |
[ | |
-119.84718633093308, | |
34.41153226765913 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 568, | |
"label": "SAASB" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84746333179777, | |
34.41657253583777 | |
], | |
[ | |
-119.8474540787593, | |
34.41657251178709 | |
], | |
[ | |
-119.84745402067259, | |
34.41660128699378 | |
], | |
[ | |
-119.84741336210057, | |
34.41660121927988 | |
], | |
[ | |
-119.84741335359742, | |
34.41661133352209 | |
], | |
[ | |
-119.84737335801974, | |
34.41661128364723 | |
], | |
[ | |
-119.84737342584181, | |
34.41657244828069 | |
], | |
[ | |
-119.84735127167332, | |
34.41657240163435 | |
], | |
[ | |
-119.8473511912174, | |
34.416609147105525 | |
], | |
[ | |
-119.84730814402818, | |
34.416609060738814 | |
], | |
[ | |
-119.84730815175244, | |
34.4166004315709 | |
], | |
[ | |
-119.84726961469991, | |
34.41660035854354 | |
], | |
[ | |
-119.84726965646063, | |
34.41657383687779 | |
], | |
[ | |
-119.84724468465718, | |
34.41657380517796 | |
], | |
[ | |
-119.84724464470766, | |
34.416600408868696 | |
], | |
[ | |
-119.84716478623643, | |
34.41660030607201 | |
], | |
[ | |
-119.84716483534673, | |
34.416574114308666 | |
], | |
[ | |
-119.84714099094894, | |
34.41657409246625 | |
], | |
[ | |
-119.84714091970783, | |
34.41660080753925 | |
], | |
[ | |
-119.84710281398469, | |
34.416600755841394 | |
], | |
[ | |
-119.84710280428848, | |
34.41660924798407 | |
], | |
[ | |
-119.84706018842896, | |
34.416609182912005 | |
], | |
[ | |
-119.84706023554766, | |
34.41657392120955 | |
], | |
[ | |
-119.84703891074841, | |
34.41657388802328 | |
], | |
[ | |
-119.84703886871743, | |
34.41660192180448 | |
], | |
[ | |
-119.84696076788893, | |
34.41660179210447 | |
], | |
[ | |
-119.84696082923575, | |
34.41657614927717 | |
], | |
[ | |
-119.84695444579086, | |
34.416576147308554 | |
], | |
[ | |
-119.8469431205378, | |
34.416576143957265 | |
], | |
[ | |
-119.84694326280503, | |
34.4165093031732 | |
], | |
[ | |
-119.84697556512351, | |
34.41650936034953 | |
], | |
[ | |
-119.8469756265371, | |
34.41649225820643 | |
], | |
[ | |
-119.84697564358727, | |
34.4164874826649 | |
], | |
[ | |
-119.84695403378598, | |
34.416487451099464 | |
], | |
[ | |
-119.8469427452453, | |
34.41648743456568 | |
], | |
[ | |
-119.84694286875822, | |
34.41644060137988 | |
], | |
[ | |
-119.84695534981546, | |
34.41644062049086 | |
], | |
[ | |
-119.84701814903039, | |
34.41644071904367 | |
], | |
[ | |
-119.84701825162982, | |
34.416397458620224 | |
], | |
[ | |
-119.84708663531002, | |
34.41639754422014 | |
], | |
[ | |
-119.84708661477005, | |
34.41640559650964 | |
], | |
[ | |
-119.84710754144697, | |
34.41640563575057 | |
], | |
[ | |
-119.84710755478068, | |
34.41639730765759 | |
], | |
[ | |
-119.84718731408124, | |
34.416397411999434 | |
], | |
[ | |
-119.84718730866373, | |
34.41640016039386 | |
], | |
[ | |
-119.8472301561055, | |
34.416400222793975 | |
], | |
[ | |
-119.84723013673755, | |
34.41640533469668 | |
], | |
[ | |
-119.84731055904349, | |
34.41640545681094 | |
], | |
[ | |
-119.84731058693647, | |
34.41639086905305 | |
], | |
[ | |
-119.84731059571789, | |
34.416386163066186 | |
], | |
[ | |
-119.84739440070281, | |
34.41638628769912 | |
], | |
[ | |
-119.84739473211597, | |
34.416222915878485 | |
], | |
[ | |
-119.84739479823828, | |
34.416190381456886 | |
], | |
[ | |
-119.84738339001679, | |
34.41619036318113 | |
], | |
[ | |
-119.84738334200439, | |
34.41621812204445 | |
], | |
[ | |
-119.84719964758669, | |
34.41621784178768 | |
], | |
[ | |
-119.84719970574103, | |
34.41618906567905 | |
], | |
[ | |
-119.84718551192779, | |
34.416189034810934 | |
], | |
[ | |
-119.84718547081988, | |
34.41621857979043 | |
], | |
[ | |
-119.84705825416755, | |
34.41621840116498 | |
], | |
[ | |
-119.84705831237072, | |
34.416189625056425 | |
], | |
[ | |
-119.84704199596126, | |
34.41618959944889 | |
], | |
[ | |
-119.84704193591355, | |
34.416218292631164 | |
], | |
[ | |
-119.8470003813085, | |
34.41621823842835 | |
], | |
[ | |
-119.8470003926584, | |
34.41622620817951 | |
], | |
[ | |
-119.84696763730096, | |
34.416226175944566 | |
], | |
[ | |
-119.84695635217854, | |
34.4162261647706 | |
], | |
[ | |
-119.84695640884972, | |
34.4161950118651 | |
], | |
[ | |
-119.84695641733963, | |
34.4161902427656 | |
], | |
[ | |
-119.84695340884029, | |
34.41619023628603 | |
], | |
[ | |
-119.84694212346291, | |
34.41619021339288 | |
], | |
[ | |
-119.84694262831559, | |
34.415942279663426 | |
], | |
[ | |
-119.84698663663563, | |
34.41594235151685 | |
], | |
[ | |
-119.84698662824742, | |
34.4159471251233 | |
], | |
[ | |
-119.84698657447332, | |
34.41597541516045 | |
], | |
[ | |
-119.84699785968175, | |
34.41597543173982 | |
], | |
[ | |
-119.84704228901714, | |
34.41597550076803 | |
], | |
[ | |
-119.84704227738911, | |
34.41598027532557 | |
], | |
[ | |
-119.847042131348, | |
34.416040171453396 | |
], | |
[ | |
-119.84705341982816, | |
34.4160401879779 | |
], | |
[ | |
-119.84709757386435, | |
34.41604025396584 | |
], | |
[ | |
-119.84739363368644, | |
34.416040698241844 | |
], | |
[ | |
-119.84739365410948, | |
34.416029649680105 | |
], | |
[ | |
-119.84744210625115, | |
34.416029736630136 | |
], | |
[ | |
-119.84744209567366, | |
34.41603450846697 | |
], | |
[ | |
-119.84744208204397, | |
34.41604056524036 | |
], | |
[ | |
-119.84745336949653, | |
34.41604058444836 | |
], | |
[ | |
-119.84746320656045, | |
34.41604060050304 | |
], | |
[ | |
-119.84746322209604, | |
34.416029332006374 | |
], | |
[ | |
-119.84757727200949, | |
34.416029490784 | |
], | |
[ | |
-119.84757724957572, | |
34.41603426731001 | |
], | |
[ | |
-119.84757722601849, | |
34.41603938558875 | |
], | |
[ | |
-119.84758852418742, | |
34.41603939740749 | |
], | |
[ | |
-119.84761436940848, | |
34.416039424744405 | |
], | |
[ | |
-119.84761436119614, | |
34.41604420466051 | |
], | |
[ | |
-119.84761429177371, | |
34.41608526809894 | |
], | |
[ | |
-119.84757668502691, | |
34.41608523600201 | |
], | |
[ | |
-119.8475766466686, | |
34.41610744309291 | |
], | |
[ | |
-119.84758793179502, | |
34.416107455110506 | |
], | |
[ | |
-119.84761534819545, | |
34.416107485561476 | |
], | |
[ | |
-119.84761533778791, | |
34.41611226460932 | |
], | |
[ | |
-119.84761513306563, | |
34.41620991305937 | |
], | |
[ | |
-119.84757702812881, | |
34.41620983986092 | |
], | |
[ | |
-119.84757691397802, | |
34.416257029975036 | |
], | |
[ | |
-119.84757343112243, | |
34.4162570244257 | |
], | |
[ | |
-119.84746442126263, | |
34.416256847470635 | |
], | |
[ | |
-119.84746413640788, | |
34.416387533687825 | |
], | |
[ | |
-119.84757689408603, | |
34.41638768510829 | |
], | |
[ | |
-119.84757679143773, | |
34.416432401746064 | |
], | |
[ | |
-119.84761638887028, | |
34.41643245851994 | |
], | |
[ | |
-119.84761632411158, | |
34.41646284332323 | |
], | |
[ | |
-119.84761632177741, | |
34.416463817170204 | |
], | |
[ | |
-119.84761516953718, | |
34.416463815789164 | |
], | |
[ | |
-119.8475723491337, | |
34.416463747702565 | |
], | |
[ | |
-119.84757123928736, | |
34.416599956638485 | |
], | |
[ | |
-119.84748420006535, | |
34.41659995983991 | |
], | |
[ | |
-119.84748413654543, | |
34.41663133466473 | |
], | |
[ | |
-119.84746321045141, | |
34.41663132433276 | |
], | |
[ | |
-119.84746333179777, | |
34.41657253583777 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"bldg_no": 552, | |
"label": "Cheadle Hall" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-119.84629331785519, | |
34.41658295178606 | |
], | |
[ | |
-119.84629344881634, | |
34.41645505683095 | |
], | |
[ | |
-119.84638794451531, | |
34.41645512399979 | |
], | |
[ | |
-119.84638798117545, | |
34.4164174144078 | |
], | |
[ | |
-119.84634156461067, | |
34.4164173817023 | |
], | |
[ | |
-119.84634157035954, | |
34.41640988597394 | |
], | |
[ | |
-119.8462093254371, | |
34.416409792923986 | |
], | |
[ | |
-119.84620894353257, | |
34.41640979242606 | |
], | |
[ | |
-119.84620895216209, | |
34.416401689825406 | |
], | |
[ | |
-119.84620924621925, | |
34.41611562832629 | |
], | |
[ | |
-119.84621855431686, | |
34.416115635402825 | |
], | |
[ | |
-119.84634187149024, | |
34.41611572189039 | |
], | |
[ | |
-119.84634187960457, | |
34.41610862737212 | |
], | |
[ | |
-119.84638829926028, | |
34.4161086600278 | |
], | |
[ | |
-119.84638833261553, | |
34.41607458063696 | |
], | |
[ | |
-119.84629383734828, | |
34.416074513468374 | |
], | |
[ | |
-119.84629397092523, | |
34.4159440369681 | |
], | |
[ | |
-119.84687415674458, | |
34.41594444501082 | |
], | |
[ | |
-119.84687402559207, | |
34.416073370604074 | |
], | |
[ | |
-119.8465846274771, | |
34.41607316716336 | |
], | |
[ | |
-119.84658429148224, | |
34.41640169290069 | |
], | |
[ | |
-119.84658423725378, | |
34.416455193831574 | |
], | |
[ | |
-119.84687396963649, | |
34.41645539761298 | |
], | |
[ | |
-119.84687384001789, | |
34.41658336199096 | |
], | |
[ | |
-119.84629331785519, | |
34.41658295178606 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta.foundation-version{font-family:"/5.5.2/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.0625em) and (max-width:64em)/";width:40.0625em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.0625em)/";width:64.0625em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";width:64.0625em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.0625em)/";width:90.0625em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";width:90.0625em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}html{box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}html,body{font-size:100%}body{background:#fff;color:#222;cursor:auto;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;line-height:1.5;margin:0;padding:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{margin:0 auto;max-width:62.5rem;width:100%}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -0.9375rem;max-width:none;width:auto}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:0.9375rem;padding-right:0.9375rem;width:100%;float:left}.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0 !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}}@media only screen and (min-width: 40.0625em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0 !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width: 64.0625em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}button,.button{-webkit-appearance:none;-moz-appearance:none;border-radius:0;border-style:solid;border-width:0;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-align:center;text-decoration:none;display:inline-block;padding:1rem 2rem 1.0625rem 2rem;font-size:1rem;background-color:#008CBA;border-color:#007095;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#007095}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#b9b9b9}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43AC6A;border-color:#368a55;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#368a55}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#cf2a0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#cf6e0e}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{background-color:#61b6d9}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{color:#fff}button.large,.button.large{padding:1.125rem 2.25rem 1.1875rem 2.25rem;font-size:1.25rem}button.small,.button.small{padding:0.875rem 1.75rem 0.9375rem 1.75rem;font-size:0.8125rem}button.tiny,.button.tiny{padding:0.625rem 1.25rem 0.6875rem 1.25rem;font-size:0.6875rem}button.expand,.button.expand{padding-left:0;padding-right:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75rem}button.right-align,.button.right-align{text-align:right;padding-right:0.75rem}button.radius,.button.radius{border-radius:3px}button.round,.button.round{border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#008CBA;border-color:#007095;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#007095}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#008CBA}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333;box-shadow:none;cursor:default;opacity:0.7}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#b9b9b9}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e7e7e7}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43AC6A;border-color:#368a55;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#368a55}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#43AC6A}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#f04124;border-color:#cf2a0e;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cf2a0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f04124}button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;box-shadow:none;cursor:default;opacity:0.7}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#cf6e0e}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#fff}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#f08a24}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;box-shadow:none;cursor:default;opacity:0.7}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#61b6d9}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{color:#fff}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width: 40.0625em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 0.5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5rem}label{color:#4d4d4d;cursor:pointer;display:block;font-size:0.875rem;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:0.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{border-style:solid;border-width:1px;display:block;font-size:0.875rem;height:2.3125rem;line-height:2.3125rem;overflow:visible;padding-bottom:0;padding-top:0;position:relative;text-align:center;width:100%;z-index:2}.postfix.button{border-color:true}.prefix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;color:#333;border-color:#ccc}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#fff;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-family:inherit;font-size:0.875rem;height:2.3125rem;margin:0 0 1rem 0;padding:0.5rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color 0.15s linear,background 0.15s linear;-moz-transition:border-color 0.15s linear,background 0.15s linear;-ms-transition:border-color 0.15s linear,background 0.15s linear;-o-transition:border-color 0.15s linear,background 0.15s linear;transition:border-color 0.15s linear,background 0.15s linear}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,input[type="color"]:disabled,textarea:disabled{background-color:#ddd;cursor:default}input[type="text"][disabled],input[type="text"][readonly],fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd;cursor:default}input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius{border-radius:3px}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}::-webkit-input-placeholder{color:#ccc}:-moz-placeholder{color:#ccc}::-moz-placeholder{color:#ccc}:-ms-input-placeholder{color:#ccc}select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:#FAFAFA;border-radius:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#ccc;color:rgba(0,0,0,0.75);font-family:inherit;font-size:0.875rem;line-height:normal;padding:0.5rem;border-radius:0;height:2.3125rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:hover{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}select[multiple]{height:auto}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1rem 0}input[type="checkbox"]+label,input[type="radio"]+label{display:inline-block;margin-left:0.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:1px solid #ddd;margin:1.125rem 0;padding:1.25rem}fieldset legend{background:#fff;font-weight:bold;margin-left:-0.1875rem;margin:0;padding:0 0.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#fff}.error input,.error textarea,.error select{margin-bottom:0}.error input[type="checkbox"],.error input[type="radio"]{margin-bottom:1rem}.error label,.error label.error{color:#f04124}.error small.error{display:block;font-size:0.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-1px;padding:0.375rem 0.5625rem 0.5625rem;background:#f04124;color:#fff}.error>label>small{background:transparent;color:#676767;display:inline;font-size:60%;font-style:normal;margin:0;padding:0;text-transform:capitalize}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#f04124}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}.contain-to-grid{width:100%;background:#333}.contain-to-grid .top-bar{margin-bottom:0}.fixed{position:fixed;top:0;width:100%;z-index:99;left:0}.fixed.expanded:not(.top-bar){height:auto;max-height:100%;overflow-y:auto;width:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{margin-top:2.8125rem;z-index:98}.top-bar{background:#333;height:2.8125rem;line-height:2.8125rem;margin-bottom:0;overflow:hidden;position:relative}.top-bar ul{list-style:none;margin-bottom:0}.top-bar .row{max-width:none}.top-bar form,.top-bar input,.top-bar select{margin-bottom:0}.top-bar input,.top-bar select{font-size:0.75rem;height:1.75rem;padding-bottom:.35rem;padding-top:.35rem}.top-bar .button,.top-bar button{font-size:0.75rem;margin-bottom:0;padding-bottom:0.4125rem;padding-top:0.4125rem}@media only screen and (max-width: 40em){.top-bar .button,.top-bar button{position:relative;top:-1px}}.top-bar .title-area{margin:0;position:relative}.top-bar .name{font-size:16px;height:2.8125rem;margin:0}.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span{font-size:1.0625rem;line-height:2.8125rem;margin:0}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a{color:#fff;display:block;font-weight:normal;padding:0 0.9375rem;width:75%}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;display:block;font-size:0.8125rem;font-weight:bold;height:2.8125rem;line-height:2.8125rem;padding:0 0.9375rem;position:relative;text-transform:uppercase}.top-bar .toggle-topbar.menu-icon{margin-top:-16px;top:50%}.top-bar .toggle-topbar.menu-icon a{color:#fff;height:34px;line-height:33px;padding:0 2.5rem 0 0.9375rem;position:relative}.top-bar .toggle-topbar.menu-icon a span::after{content:"";display:block;height:0;position:absolute;margin-top:-8px;top:50%;right:0.9375rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:16px}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px ""}.top-bar.expanded{background:transparent;height:auto}.top-bar.expanded .title-area{background:#333}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span::after{box-shadow:0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888}@media screen and (-webkit-min-device-pixel-ratio: 0){.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,.top-bar.expanded .top-bar-section .dropdown{clip:initial}.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul{padding:0}}.top-bar-section{left:0;position:relative;width:auto;transition:left 300ms ease-out}.top-bar-section ul{display:block;font-size:16px;height:auto;margin:0;padding:0;width:100%}.top-bar-section .divider,.top-bar-section [role="separator"]{border-top:solid 1px #1a1a1a;clear:both;height:1px;width:100%}.top-bar-section ul li{background:#333}.top-bar-section ul li>a{color:#fff;display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:0.8125rem;font-weight:normal;padding-left:0.9375rem;padding:12px 0 12px 0.9375rem;text-transform:none;width:100%}.top-bar-section ul li>a.button{font-size:0.8125rem;padding-left:0.9375rem;padding-right:0.9375rem;background-color:#008CBA;border-color:#007095;color:#fff}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{background-color:#007095}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{color:#fff}.top-bar-section ul li>a.button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{background-color:#b9b9b9}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{color:#333}.top-bar-section ul li>a.button.success{background-color:#43AC6A;border-color:#368a55;color:#fff}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{background-color:#368a55}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{color:#fff}.top-bar-section ul li>a.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{background-color:#cf2a0e}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{color:#fff}.top-bar-section ul li>a.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{background-color:#cf6e0e}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{color:#fff}.top-bar-section ul li>a.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}.top-bar-section ul li>a.button.info:hover,.top-bar-section ul li>a.button.info:focus{background-color:#61b6d9}.top-bar-section ul li>a.button.info:hover,.top-bar-section ul li>a.button.info:focus{color:#fff}.top-bar-section ul li>button{font-size:0.8125rem;padding-left:0.9375rem;padding-right:0.9375rem;background-color:#008CBA;border-color:#007095;color:#fff}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{background-color:#007095}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{color:#fff}.top-bar-section ul li>button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{background-color:#b9b9b9}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{color:#333}.top-bar-section ul li>button.success{background-color:#43AC6A;border-color:#368a55;color:#fff}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{background-color:#368a55}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{color:#fff}.top-bar-section ul li>button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{background-color:#cf2a0e}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{color:#fff}.top-bar-section ul li>button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{background-color:#cf6e0e}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{color:#fff}.top-bar-section ul li>button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}.top-bar-section ul li>button.info:hover,.top-bar-section ul li>button.info:focus{background-color:#61b6d9}.top-bar-section ul li>button.info:hover,.top-bar-section ul li>button.info:focus{color:#fff}.top-bar-section ul li:hover:not(.has-form)>a{background-color:#555;color:#fff;background:#222}.top-bar-section ul li.active>a{background:#008CBA;color:#fff}.top-bar-section ul li.active>a:hover{background:#0078a0;color:#fff}.top-bar-section .has-form{padding:0.9375rem}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent rgba(255,255,255,0.4);border-left-style:solid;margin-right:0.9375rem;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important;width:100%}.top-bar-section .has-dropdown.moved>a:after{display:none}.top-bar-section .dropdown{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;display:block;padding:0;position:absolute;top:0;z-index:99;left:100%}.top-bar-section .dropdown li{height:auto;width:100%}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 0.9375rem}.top-bar-section .dropdown li a.parent-link{font-weight:normal}.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link{margin-bottom:0;margin-top:0;font-size:1.125rem}.top-bar-section .dropdown li.title h5 a,.top-bar-section .dropdown li.parent-link a{color:#fff;display:block}.top-bar-section .dropdown li.title h5 a:hover,.top-bar-section .dropdown li.parent-link a:hover{background:none}.top-bar-section .dropdown li.has-form{padding:8px 0.9375rem}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto}.top-bar-section .dropdown label{color:#777;font-size:0.625rem;font-weight:bold;margin-bottom:0;padding:8px 0.9375rem 2px;text-transform:uppercase}.js-generated{display:block}@media only screen and (min-width: 40.0625em){.top-bar{background:#333;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a{width:auto}.top-bar input,.top-bar select,.top-bar .button,.top-bar button{font-size:0.875rem;height:1.75rem;position:relative;top:0.53125rem}.top-bar.expanded{background:#333}.contain-to-grid .top-bar{margin-bottom:0;margin:0 auto;max-width:62.5rem}.top-bar-section{transition:none 0 0;left:0 !important}.top-bar-section ul{display:inline;height:auto !important;width:auto}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background-color:#555;background:#222;color:#fff}.top-bar-section li:not(.has-form) a:not(.button){background:#333;line-height:2.8125rem;padding:0 0.9375rem}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#555;background:#222}.top-bar-section li.active:not(.has-form) a:not(.button){background:#008CBA;color:#fff;line-height:2.8125rem;padding:0 0.9375rem}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:#0078a0;color:#fff}.top-bar-section .has-dropdown>a{padding-right:2.1875rem !important}.top-bar-section .has-dropdown>a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:rgba(255,255,255,0.4) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:1.40625rem}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;display:block}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.top-bar-section .has-dropdown>a:focus+.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"\00bb";top:0.1875rem;right:5px}.top-bar-section .dropdown{left:0;background:transparent;min-width:100%;top:auto}.top-bar-section .dropdown li a{background:#333;color:#fff;line-height:2.8125rem;padding:12px 0.9375rem;white-space:nowrap}.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){background:#333;color:#fff}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){background-color:#555;color:#fff;background:#222}.top-bar-section .dropdown li label{background:#333;white-space:nowrap}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-right:solid 1px #4e4e4e;border-bottom:none;border-top:none;clear:none;height:2.8125rem;width:0}.top-bar-section .has-form{background:#333;height:2.8125rem;padding:0 0.9375rem}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{right:auto;left:0}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background-color:#555;background:#222;color:#fff}.no-js .top-bar-section ul li:active>a{background:#008CBA;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.no-js .top-bar-section .has-dropdown>a:focus+.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}}.breadcrumbs{border-style:solid;border-width:1px;display:block;list-style:none;margin-left:0;overflow:hidden;padding:0.5625rem 0.875rem 0.5625rem;background-color:#f4f4f4;border-color:#dcdcdc;border-radius:3px}.breadcrumbs>*{color:#008CBA;float:left;font-size:0.6875rem;line-height:0.6875rem;margin:0;text-transform:uppercase}.breadcrumbs>*:hover a,.breadcrumbs>*:focus a{text-decoration:underline}.breadcrumbs>* a{color:#008CBA}.breadcrumbs>*.current{color:#333;cursor:default}.breadcrumbs>*.current a{color:#333;cursor:default}.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a{text-decoration:none}.breadcrumbs>*.unavailable{color:#999}.breadcrumbs>*.unavailable a{color:#999}.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus{color:#999;cursor:not-allowed;text-decoration:none}.breadcrumbs>*:before{color:#aaa;content:"/";margin:0 0.75rem;position:relative;top:1px}.breadcrumbs>*:first-child:before{content:" ";margin:0}[aria-label="breadcrumbs"] [aria-hidden="true"]:after{content:"/"}.alert-box{border-style:solid;border-width:1px;display:block;font-size:0.8125rem;font-weight:normal;margin-bottom:1.25rem;padding:0.875rem 1.5rem 0.875rem 0.875rem;position:relative;transition:opacity 300ms ease-out;background-color:#008CBA;border-color:#0078a0;color:#fff}.alert-box .close{right:0.25rem;background:inherit;color:#333;font-size:1.375rem;line-height:.9;margin-top:-0.6875rem;opacity:0.3;padding:0 6px 4px;position:absolute;top:50%}.alert-box .close:hover,.alert-box .close:focus{opacity:0.5}.alert-box.radius{border-radius:3px}.alert-box.round{border-radius:1000px}.alert-box.success{background-color:#43AC6A;border-color:#3a945b;color:#fff}.alert-box.alert{background-color:#f04124;border-color:#de2d0f;color:#fff}.alert-box.secondary{background-color:#e7e7e7;border-color:#c7c7c7;color:#4f4f4f}.alert-box.warning{background-color:#f08a24;border-color:#de770f;color:#fff}.alert-box.info{background-color:#a0d3e8;border-color:#74bfdd;color:#4f4f4f}.alert-box.alert-close{opacity:0}.inline-list{list-style:none;margin-left:-1.375rem;margin-right:0;margin:0 auto 1.0625rem auto;overflow:hidden;padding:0}.inline-list>li{display:block;float:left;list-style:none;margin-left:1.375rem}.inline-list>li>*{display:block}.button-group{list-style:none;margin:0;left:0}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group.even-2 li{display:inline-block;margin:0 -2px;width:50%}.button-group.even-2 li>button,.button-group.even-2 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-2 li:first-child button,.button-group.even-2 li:first-child .button{border-left:0}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{display:inline-block;margin:0 -2px;width:33.33333%}.button-group.even-3 li>button,.button-group.even-3 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-3 li:first-child button,.button-group.even-3 li:first-child .button{border-left:0}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{display:inline-block;margin:0 -2px;width:25%}.button-group.even-4 li>button,.button-group.even-4 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-4 li:first-child button,.button-group.even-4 li:first-child .button{border-left:0}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{display:inline-block;margin:0 -2px;width:20%}.button-group.even-5 li>button,.button-group.even-5 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-5 li:first-child button,.button-group.even-5 li:first-child .button{border-left:0}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{display:inline-block;margin:0 -2px;width:16.66667%}.button-group.even-6 li>button,.button-group.even-6 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-6 li:first-child button,.button-group.even-6 li:first-child .button{border-left:0}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{display:inline-block;margin:0 -2px;width:14.28571%}.button-group.even-7 li>button,.button-group.even-7 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-7 li:first-child button,.button-group.even-7 li:first-child .button{border-left:0}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{display:inline-block;margin:0 -2px;width:12.5%}.button-group.even-8 li>button,.button-group.even-8 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-8 li:first-child button,.button-group.even-8 li:first-child .button{border-left:0}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-group>li{display:inline-block;margin:0 -2px}.button-group>li>button,.button-group>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group>li:first-child button,.button-group>li:first-child .button{border-left:0}.button-group.stack>li{display:block;margin:0;float:none}.button-group.stack>li>button,.button-group.stack>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-left:0}.button-group.stack>li>button,.button-group.stack>li .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.stack>li>button{width:100%}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-top:0}.button-group.stack-for-small>li{display:inline-block;margin:0 -2px}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}@media only screen and (max-width: 40em){.button-group.stack-for-small>li{display:block;margin:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.stack-for-small>li>button{width:100%}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-top:0}}.button-group.radius>*{display:inline-block;margin:0 -2px}.button-group.radius>*>button,.button-group.radius>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius>*:first-child button,.button-group.radius>*:first-child .button{border-left:0}.button-group.radius>*,.button-group.radius>*>a,.button-group.radius>*>button,.button-group.radius>*>.button{border-radius:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*{display:block;margin:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-left:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.radius.stack>*>button{width:100%}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-top:0}.button-group.radius.stack>*,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button,.button-group.radius.stack>*>.button{border-radius:0}.button-group.radius.stack>*:first-child,.button-group.radius.stack>*:first-child>a,.button-group.radius.stack>*:first-child>button,.button-group.radius.stack>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*:last-child,.button-group.radius.stack>*:last-child>a,.button-group.radius.stack>*:last-child>button,.button-group.radius.stack>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media only screen and (min-width: 40.0625em){.button-group.radius.stack-for-small>*{display:inline-block;margin:0 -2px}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}}@media only screen and (max-width: 40em){.button-group.radius.stack-for-small>*{display:block;margin:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.radius.stack-for-small>*>button{width:100%}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-top:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}}.button-group.round>*{display:inline-block;margin:0 -2px}.button-group.round>*>button,.button-group.round>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round>*:first-child button,.button-group.round>*:first-child .button{border-left:0}.button-group.round>*,.button-group.round>*>a,.button-group.round>*>button,.button-group.round>*>.button{border-radius:0}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}.button-group.round.stack>*{display:block;margin:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-left:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.round.stack>*>button{width:100%}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-top:0}.button-group.round.stack>*,.button-group.round.stack>*>a,.button-group.round.stack>*>button,.button-group.round.stack>*>.button{border-radius:0}.button-group.round.stack>*:first-child,.button-group.round.stack>*:first-child>a,.button-group.round.stack>*:first-child>button,.button-group.round.stack>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack>*:last-child,.button-group.round.stack>*:last-child>a,.button-group.round.stack>*:last-child>button,.button-group.round.stack>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media only screen and (min-width: 40.0625em){.button-group.round.stack-for-small>*{display:inline-block;margin:0 -2px}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}}@media only screen and (max-width: 40em){.button-group.round.stack-for-small>*{display:block;margin:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-color:rgba(255,255,255,0.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.round.stack-for-small>*>button{width:100%}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-top:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625rem}.button-bar .button-group div{overflow:hidden}.panel{border-style:solid;border-width:1px;border-color:#d8d8d8;margin-bottom:1.25rem;padding:1.25rem;background:#f2f2f2;color:#333}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:0.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#d8d8d8;margin-bottom:1.25rem;padding:1.25rem;background:#ecfaff;color:#333}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p,.panel.callout li,.panel.callout dl{color:#333}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:0.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a:not(.button){color:#008CBA}.panel.callout a:not(.button):hover,.panel.callout a:not(.button):focus{color:#0078a0}.panel.radius{border-radius:3px}.dropdown.button,button.dropdown{position:relative;padding-right:3.5625rem}.dropdown.button::after,button.dropdown::after{border-color:#fff transparent transparent transparent;border-style:solid;content:"";display:block;height:0;position:absolute;top:50%;width:0}.dropdown.button::after,button.dropdown::after{border-width:0.375rem;right:1.40625rem;margin-top:-0.15625rem}.dropdown.button::after,button.dropdown::after{border-color:#fff transparent transparent transparent}.dropdown.button.tiny,button.dropdown.tiny{padding-right:2.625rem}.dropdown.button.tiny:after,button.dropdown.tiny:after{border-width:0.375rem;right:1.125rem;margin-top:-0.125rem}.dropdown.button.tiny::after,button.dropdown.tiny::after{border-color:#fff transparent transparent transparent}.dropdown.button.small,button.dropdown.small{padding-right:3.0625rem}.dropdown.button.small::after,button.dropdown.small::after{border-width:0.4375rem;right:1.3125rem;margin-top:-0.15625rem}.dropdown.button.small::after,button.dropdown.small::after{border-color:#fff transparent transparent transparent}.dropdown.button.large,button.dropdown.large{padding-right:3.625rem}.dropdown.button.large::after,button.dropdown.large::after{border-width:0.3125rem;right:1.71875rem;margin-top:-0.15625rem}.dropdown.button.large::after,button.dropdown.large::after{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:after,button.dropdown.secondary:after{border-color:#333 transparent transparent transparent}.th{border:solid 4px #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.2);display:inline-block;line-height:0;max-width:100%;transition:all 200ms ease-out}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0,140,186,0.5)}.th.radius{border-radius:3px}.pricing-table{border:solid 1px #ddd;margin-left:0;margin-bottom:1.25rem}.pricing-table *{list-style:none;line-height:1}.pricing-table .title{background-color:#333;color:#eee;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;font-weight:normal;padding:0.9375rem 1.25rem;text-align:center}.pricing-table .price{background-color:#F6F6F6;color:#333;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:2rem;font-weight:normal;padding:0.9375rem 1.25rem;text-align:center}.pricing-table .description{background-color:#fff;border-bottom:dotted 1px #ddd;color:#777;font-size:0.75rem;font-weight:normal;line-height:1.4;padding:0.9375rem;text-align:center}.pricing-table .bullet-item{background-color:#fff;border-bottom:dotted 1px #ddd;color:#333;font-size:0.875rem;font-weight:normal;padding:0.9375rem;text-align:center}.pricing-table .cta-button{background-color:#fff;padding:1.25rem 1.25rem 0;text-align:center}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:transparent}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}.slideshow-wrapper .orbit-container .orbit-bullets li{display:inline-block}.slideshow-wrapper .preloader{border-radius:1000px;animation-duration:1.5s;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:linear;border-color:#555 #fff;border:solid 3px;display:block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px}.orbit-container{background:none;overflow:hidden;position:relative;width:100%}.orbit-container .orbit-slides-container{list-style:none;margin:0;padding:0;position:relative;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.orbit-container .orbit-slides-container img{display:block;max-width:100%}.orbit-container .orbit-slides-container>*{position:absolute;top:0;width:100%;margin-left:100%}.orbit-container .orbit-slides-container>*:first-child{margin-left:0}.orbit-container .orbit-slides-container>* .orbit-caption{bottom:0;position:absolute;background-color:rgba(51,51,51,0.8);color:#fff;font-size:0.875rem;padding:0.625rem 0.875rem;width:100%}.orbit-container .orbit-slide-number{left:10px;background:transparent;color:#fff;font-size:12px;position:absolute;top:10px;z-index:10}.orbit-container .orbit-slide-number span{font-weight:700;padding:0.3125rem}.orbit-container .orbit-timer{position:absolute;top:12px;right:10px;height:6px;width:100px;z-index:10}.orbit-container .orbit-timer .orbit-progress{height:3px;background-color:rgba(255,255,255,0.3);display:block;width:0;position:relative;right:20px;top:5px}.orbit-container .orbit-timer>span{border:solid 4px #fff;border-bottom:none;border-top:none;display:none;height:14px;position:absolute;top:0;width:11px;right:0}.orbit-container .orbit-timer.paused>span{top:0;width:11px;height:14px;border:inset 8px;border-left-style:solid;border-color:transparent;border-left-color:#fff;right:-4px}.orbit-container .orbit-timer.paused>span.dark{border-left-color:#333}.orbit-container:hover .orbit-timer>span{display:block}.orbit-container .orbit-prev,.orbit-container .orbit-next{background-color:transparent;color:white;height:60px;line-height:50px;margin-top:-25px;position:absolute;text-indent:-9999px !important;top:45%;width:36px;z-index:10}.orbit-container .orbit-prev:hover,.orbit-container .orbit-next:hover{background-color:rgba(0,0,0,0.3)}.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span{border:inset 10px;display:block;height:0;margin-top:-10px;position:absolute;top:50%;width:0}.orbit-container .orbit-prev{left:0}.orbit-container .orbit-prev>span{border-right-style:solid;border-color:transparent;border-right-color:#fff}.orbit-container .orbit-prev:hover>span{border-right-color:#fff}.orbit-container .orbit-next{right:0}.orbit-container .orbit-next>span{border-color:transparent;border-left-style:solid;border-left-color:#fff;left:50%;margin-left:-4px}.orbit-container .orbit-next:hover>span{border-left-color:#fff}.orbit-bullets-container{text-align:center}.orbit-bullets{display:block;float:none;margin:0 auto 30px auto;overflow:hidden;position:relative;text-align:center;top:10px}.orbit-bullets li{background:#ccc;cursor:pointer;display:inline-block;float:none;height:0.5625rem;margin-right:6px;width:0.5625rem;border-radius:1000px}.orbit-bullets li.active{background:#999}.orbit-bullets li:last-child{margin-right:0}.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:none}.touch .orbit-bullets{display:none}@media only screen and (min-width: 40.0625em){.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:inherit}.touch .orbit-bullets{display:block}}@media only screen and (max-width: 40em){.orbit-stack-on-small .orbit-slides-container{height:auto !important}.orbit-stack-on-small .orbit-slides-container>*{margin:0 !important;opacity:1 !important;position:relative}.orbit-stack-on-small .orbit-slide-number{display:none}.orbit-timer{display:none}.orbit-next,.orbit-prev{display:none}.orbit-bullets{display:none}}[data-magellan-expedition],[data-magellan-expedition-clone]{background:#fff;min-width:100%;padding:10px;z-index:50}[data-magellan-expedition] .sub-nav,[data-magellan-expedition-clone] .sub-nav{margin-bottom:0}[data-magellan-expedition] .sub-nav dd,[data-magellan-expedition-clone] .sub-nav dd{margin-bottom:0}[data-magellan-expedition] .sub-nav a,[data-magellan-expedition-clone] .sub-nav a{line-height:1.8em}.icon-bar{display:inline-block;font-size:0;width:100%;background:#333}.icon-bar>*{display:block;float:left;font-size:1rem;margin:0 auto;padding:1.25rem;text-align:center;width:25%}.icon-bar>* i,.icon-bar>* img{display:block;margin:0 auto}.icon-bar>* i+label,.icon-bar>* img+label{margin-top:.0625rem}.icon-bar>* i{font-size:1.875rem;vertical-align:middle}.icon-bar>* img{height:1.875rem;width:1.875rem}.icon-bar.label-right>* i,.icon-bar.label-right>* img{display:inline-block;margin:0 .0625rem 0 0}.icon-bar.label-right>* i+label,.icon-bar.label-right>* img+label{margin-top:0}.icon-bar.label-right>* label{display:inline-block}.icon-bar.vertical.label-right>*{text-align:left}.icon-bar.vertical,.icon-bar.small-vertical{height:100%;width:auto}.icon-bar.vertical .item,.icon-bar.small-vertical .item{float:none;margin:auto;width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.medium-vertical{height:100%;width:auto}.icon-bar.medium-vertical .item{float:none;margin:auto;width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.large-vertical{height:100%;width:auto}.icon-bar.large-vertical .item{float:none;margin:auto;width:auto}}.icon-bar>*{font-size:1rem;padding:1.25rem}.icon-bar>* i+label,.icon-bar>* img+label{margin-top:.0625rem;font-size:1rem}.icon-bar>* i{font-size:1.875rem}.icon-bar>* img{height:1.875rem;width:1.875rem}.icon-bar>* label{color:#fff}.icon-bar>* i{color:#fff}.icon-bar>a:hover{background:#008CBA}.icon-bar>a:hover label{color:#fff}.icon-bar>a:hover i{color:#fff}.icon-bar>a.active{background:#008CBA}.icon-bar>a.active label{color:#fff}.icon-bar>a.active i{color:#fff}.icon-bar .item.disabled{cursor:not-allowed;opacity:0.7;pointer-events:none}.icon-bar .item.disabled>*{opacity:0.7;cursor:not-allowed}.icon-bar.two-up .item{width:50%}.icon-bar.two-up.vertical .item,.icon-bar.two-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.two-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.two-up.large-vertical .item{width:auto}}.icon-bar.three-up .item{width:33.3333%}.icon-bar.three-up.vertical .item,.icon-bar.three-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.three-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.three-up.large-vertical .item{width:auto}}.icon-bar.four-up .item{width:25%}.icon-bar.four-up.vertical .item,.icon-bar.four-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.four-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.four-up.large-vertical .item{width:auto}}.icon-bar.five-up .item{width:20%}.icon-bar.five-up.vertical .item,.icon-bar.five-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.five-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.five-up.large-vertical .item{width:auto}}.icon-bar.six-up .item{width:16.66667%}.icon-bar.six-up.vertical .item,.icon-bar.six-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.six-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.six-up.large-vertical .item{width:auto}}.icon-bar.seven-up .item{width:14.28571%}.icon-bar.seven-up.vertical .item,.icon-bar.seven-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.seven-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.seven-up.large-vertical .item{width:auto}}.icon-bar.eight-up .item{width:12.5%}.icon-bar.eight-up.vertical .item,.icon-bar.eight-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.eight-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.eight-up.large-vertical .item{width:auto}}.icon-bar.two-up .item{width:50%}.icon-bar.two-up.vertical .item,.icon-bar.two-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.two-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.two-up.large-vertical .item{width:auto}}.icon-bar.three-up .item{width:33.3333%}.icon-bar.three-up.vertical .item,.icon-bar.three-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.three-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.three-up.large-vertical .item{width:auto}}.icon-bar.four-up .item{width:25%}.icon-bar.four-up.vertical .item,.icon-bar.four-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.four-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.four-up.large-vertical .item{width:auto}}.icon-bar.five-up .item{width:20%}.icon-bar.five-up.vertical .item,.icon-bar.five-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.five-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.five-up.large-vertical .item{width:auto}}.icon-bar.six-up .item{width:16.66667%}.icon-bar.six-up.vertical .item,.icon-bar.six-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.six-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.six-up.large-vertical .item{width:auto}}.icon-bar.seven-up .item{width:14.28571%}.icon-bar.seven-up.vertical .item,.icon-bar.seven-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.seven-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.seven-up.large-vertical .item{width:auto}}.icon-bar.eight-up .item{width:12.5%}.icon-bar.eight-up.vertical .item,.icon-bar.eight-up.small-vertical .item{width:auto}@media only screen and (min-width: 40.0625em){.icon-bar.eight-up.medium-vertical .item{width:auto}}@media only screen and (min-width: 64.0625em){.icon-bar.eight-up.large-vertical .item{width:auto}}.tabs{margin-bottom:0 !important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{float:left;list-style:none;margin-bottom:0 !important;position:relative}.tabs dd>a,.tabs .tab-title>a{display:block;background-color:#EFEFEF;color:#222;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;padding:1rem 2rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#e1e1e1}.tabs dd.active a,.tabs .tab-title.active a{background-color:#fff;color:#222}.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.tabs.vertical dd,.tabs.vertical .tab-title{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:1.5rem;width:100%}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:0.9375rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:0.9375rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 0.9375rem}@media only screen and (min-width: 40.0625em){.tabs.vertical{float:left;margin:0;margin-bottom:1.25rem !important;max-width:20%;width:20%}.tabs-content.vertical{float:left;margin-left:-1px;max-width:80%;padding-left:1rem;width:80%}}.no-js .tabs-content>.content{display:block;float:none}ul.pagination{display:block;margin-left:-0.3125rem;min-height:1.5rem}ul.pagination li{color:#222;font-size:0.875rem;height:1.5rem;margin-left:0.3125rem}ul.pagination li a,ul.pagination li button{border-radius:3px;transition:background-color 300ms ease-out;background:none;color:#999;display:block;font-size:1em;font-weight:normal;line-height:inherit;padding:0.0625rem 0.625rem 0.0625rem}ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:#e6e6e6}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:transparent}ul.pagination li.current a,ul.pagination li.current button{background:#008CBA;color:#fff;cursor:default;font-weight:bold}ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{background:#008CBA}ul.pagination li{display:block;float:left}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{display:inline-block;float:none}.side-nav{display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;list-style-position:outside;list-style-type:none;margin:0;padding:0.875rem 0}.side-nav li{font-size:0.875rem;font-weight:normal;margin:0 0 0.4375rem 0}.side-nav li a:not(.button){color:#008CBA;display:block;margin:0;padding:0.4375rem 0.875rem}.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus{background:rgba(0,0,0,0.025);color:#1cc7ff}.side-nav li a:not(.button):active{color:#1cc7ff}.side-nav li.active>a:first-child:not(.button){color:#1cc7ff;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal}.side-nav li.divider{border-top:1px solid;height:0;list-style:none;padding:0;border-top-color:#e6e6e6}.side-nav li.heading{color:#008CBA;font-size:0.875rem;font-weight:bold;text-transform:uppercase}.accordion{margin-bottom:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0 !important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8}.accordion .accordion-navigation>a,.accordion dd>a{background:#EFEFEF;color:#222;display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;padding:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:0.9375rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:#fff;display:block}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}@media only screen and (max-width: 40em){.small-only-text-left{text-align:left !important}.small-only-text-right{text-align:right !important}.small-only-text-center{text-align:center !important}.small-only-text-justify{text-align:justify !important}}@media only screen{.small-text-left{text-align:left !important}.small-text-right{text-align:right !important}.small-text-center{text-align:center !important}.small-text-justify{text-align:justify !important}}@media only screen and (min-width: 40.0625em) and (max-width: 64em){.medium-only-text-left{text-align:left !important}.medium-only-text-right{text-align:right !important}.medium-only-text-center{text-align:center !important}.medium-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 40.0625em){.medium-text-left{text-align:left !important}.medium-text-right{text-align:right !important}.medium-text-center{text-align:center !important}.medium-text-justify{text-align:justify !important}}@media only screen and (min-width: 64.0625em) and (max-width: 90em){.large-only-text-left{text-align:left !important}.large-only-text-right{text-align:right !important}.large-only-text-center{text-align:center !important}.large-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 64.0625em){.large-text-left{text-align:left !important}.large-text-right{text-align:right !important}.large-text-center{text-align:center !important}.large-text-justify{text-align:justify !important}}@media only screen and (min-width: 90.0625em) and (max-width: 120em){.xlarge-only-text-left{text-align:left !important}.xlarge-only-text-right{text-align:right !important}.xlarge-only-text-center{text-align:center !important}.xlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 90.0625em){.xlarge-text-left{text-align:left !important}.xlarge-text-right{text-align:right !important}.xlarge-text-center{text-align:center !important}.xlarge-text-justify{text-align:justify !important}}@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em){.xxlarge-only-text-left{text-align:left !important}.xxlarge-only-text-right{text-align:right !important}.xxlarge-only-text-center{text-align:center !important}.xxlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 120.0625em){.xxlarge-text-left{text-align:left !important}.xxlarge-text-right{text-align:right !important}.xxlarge-text-center{text-align:center !important}.xxlarge-text-justify{text-align:justify !important}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#008CBA;line-height:inherit;text-decoration:none}a:hover,a:focus{color:#0078a0}a img{border:none}p{font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.21875rem;line-height:1.6}p aside{font-size:0.875rem;font-style:italic;line-height:1.35}h1,h2,h3,h4,h5,h6{color:#222;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;line-height:1.4;margin-bottom:0.5rem;margin-top:0.2rem;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#6f6f6f;font-size:60%;line-height:0}h1{font-size:2.125rem}h2{font-size:1.6875rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1.125rem}h6{font-size:1rem}.subheader{line-height:1.4;color:#6f6f6f;font-weight:normal;margin-top:0.2rem;margin-bottom:0.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;height:0;margin:1.25rem 0 1.1875rem}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{background-color:#f8f8f8;border-color:#dfdfdf;border-style:solid;border-width:1px;color:#333;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;padding:0.125rem 0.3125rem 0.0625rem}ul,ol,dl{font-family:inherit;font-size:1rem;line-height:1.6;list-style-position:outside;margin-bottom:1.25rem}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:0.3rem;font-weight:bold}dl dd{margin-bottom:0.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:0.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:0.8125rem;color:#555}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:0.625rem 0.75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625rem}@media only screen and (min-width: 40.0625em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75rem}h2{font-size:2.3125rem}h3{font-size:1.6875rem}h4{font-size:1.4375rem}h5{font-size:1.125rem}h6{font-size:1rem}}.split.button{position:relative;padding-right:5.0625rem}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:after{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;top:50%;left:50%}.split.button span:active{background-color:rgba(0,0,0,0.1)}.split.button span{border-left-color:rgba(255,255,255,0.5)}.split.button span{width:3.09375rem}.split.button span:after{border-top-style:solid;border-width:0.375rem;margin-left:-0.375rem;top:48%}.split.button span:after{border-color:#fff transparent transparent transparent}.split.button.secondary span{border-left-color:rgba(255,255,255,0.5)}.split.button.secondary span:after{border-color:#fff transparent transparent transparent}.split.button.alert span{border-left-color:rgba(255,255,255,0.5)}.split.button.success span{border-left-color:rgba(255,255,255,0.5)}.split.button.tiny{padding-right:3.75rem}.split.button.tiny span{width:2.25rem}.split.button.tiny span:after{border-top-style:solid;border-width:0.375rem;margin-left:-0.375rem;top:48%}.split.button.small{padding-right:4.375rem}.split.button.small span{width:2.625rem}.split.button.small span:after{border-top-style:solid;border-width:0.4375rem;margin-left:-0.375rem;top:48%}.split.button.large{padding-right:5.5rem}.split.button.large span{width:3.4375rem}.split.button.large span:after{border-top-style:solid;border-width:0.3125rem;margin-left:-0.375rem;top:48%}.split.button.expand{padding-left:2rem}.split.button.secondary span:after{border-color:#333 transparent transparent transparent}.split.button.radius span{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.split.button.round span{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}.split.button.no-pip span:before{border-style:none}.split.button.no-pip span:after{border-style:none}.split.button.no-pip span>i{display:block;left:50%;margin-left:-0.28889em;margin-top:-0.48889em;position:absolute;top:50%}.reveal-modal-bg{background:#000;background:rgba(0,0,0,0.45);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004;left:0}.reveal-modal{border-radius:3px;display:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005;left:0;background-color:#fff;padding:1.875rem;border:solid 1px #666;box-shadow:0 0 10px rgba(0,0,0,0.4)}@media only screen and (max-width: 40em){.reveal-modal{min-height:100vh}}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}@media only screen and (min-width: 40.0625em){.reveal-modal{left:0;margin:0 auto;max-width:62.5rem;right:0;width:80%}}@media only screen and (min-width: 40.0625em){.reveal-modal{top:6.25rem}}.reveal-modal.radius{border-radius:3px}.reveal-modal.round{border-radius:1000px}.reveal-modal.collapse{padding:0}@media only screen and (min-width: 40.0625em){.reveal-modal.tiny{left:0;margin:0 auto;max-width:62.5rem;right:0;width:30%}}@media only screen and (min-width: 40.0625em){.reveal-modal.small{left:0;margin:0 auto;max-width:62.5rem;right:0;width:40%}}@media only screen and (min-width: 40.0625em){.reveal-modal.medium{left:0;margin:0 auto;max-width:62.5rem;right:0;width:60%}}@media only screen and (min-width: 40.0625em){.reveal-modal.large{left:0;margin:0 auto;max-width:62.5rem;right:0;width:70%}}@media only screen and (min-width: 40.0625em){.reveal-modal.xlarge{left:0;margin:0 auto;max-width:62.5rem;right:0;width:95%}}.reveal-modal.full{height:100vh;height:100%;left:0;margin-left:0 !important;max-width:none !important;min-height:100vh;top:0}@media only screen and (min-width: 40.0625em){.reveal-modal.full{left:0;margin:0 auto;max-width:62.5rem;right:0;width:100%}}.reveal-modal.toback{z-index:1003}.reveal-modal .close-reveal-modal{color:#aaa;cursor:pointer;font-size:2.5rem;font-weight:bold;line-height:1;position:absolute;top:0.625rem;right:1.375rem}.has-tip{border-bottom:dotted 1px #ccc;color:#333;cursor:help;font-weight:bold}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #003f54;color:#008CBA}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{background:#333;color:#fff;display:none;font-size:0.875rem;font-weight:normal;line-height:1.3;max-width:300px;padding:0.75rem;position:absolute;width:100%;z-index:1006;left:50%}.tooltip>.nub{border-color:transparent transparent #333 transparent;border:solid 5px;display:block;height:0;pointer-events:none;position:absolute;top:-10px;width:0;left:5px}.tooltip>.nub.rtl{left:auto;right:5px}.tooltip.radius{border-radius:3px}.tooltip.round{border-radius:1000px}.tooltip.round>.nub{left:2rem}.tooltip.opened{border-bottom:dotted 1px #003f54 !important;color:#008CBA !important}.tap-to-close{color:#777;display:block;font-size:0.625rem;font-weight:normal}@media only screen and (min-width: 40.0625em){.tooltip>.nub{border-color:transparent transparent #333 transparent;top:-10px}.tooltip.tip-top>.nub{border-color:#333 transparent transparent transparent;bottom:-10px;top:auto}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #333;left:auto;margin-top:-5px;right:-10px;top:50%}.tooltip.tip-right>.nub{border-color:transparent #333 transparent transparent;left:-10px;margin-top:-5px;right:auto;top:50%}}.clearing-thumbs,[data-clearing]{list-style:none;margin-left:0;margin-bottom:0}.clearing-thumbs:before,.clearing-thumbs:after,[data-clearing]:before,[data-clearing]:after{content:" ";display:table}.clearing-thumbs:after,[data-clearing]:after{clear:both}.clearing-thumbs li,[data-clearing] li{float:left;margin-right:10px}.clearing-thumbs[class*="block-grid-"] li,[data-clearing][class*="block-grid-"] li{margin-right:0}.clearing-blackout{background:#333;height:100%;position:fixed;top:0;width:100%;z-index:998;left:0}.clearing-blackout .clearing-close{display:block}.clearing-container{height:100%;margin:0;overflow:hidden;position:relative;z-index:998}.clearing-touch-label{color:#aaa;font-size:.6em;left:50%;position:absolute;top:50%}.visible-img{height:95%;position:relative}.visible-img img{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);max-height:100%;max-width:100%}.clearing-caption{background:#333;bottom:0;color:#ccc;font-size:0.875em;line-height:1.3;margin-bottom:0;padding:10px 30px 20px;position:absolute;text-align:center;width:100%;left:0}.clearing-close{color:#ccc;display:none;font-size:30px;line-height:1;padding-left:20px;padding-top:10px;z-index:999}.clearing-close:hover,.clearing-close:focus{color:#ccc}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul{display:none}.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width: 40.0625em){.clearing-main-prev,.clearing-main-next{height:100%;position:absolute;top:0;width:40px}.clearing-main-prev>span,.clearing-main-next>span{border:solid 12px;display:block;height:0;position:absolute;top:50%;width:0}.clearing-main-prev>span:hover,.clearing-main-next>span:hover{opacity:.8}.clearing-main-prev{left:0}.clearing-main-prev>span{left:5px;border-color:transparent;border-right-color:#ccc}.clearing-main-next{right:0}.clearing-main-next>span{border-color:transparent;border-left-color:#ccc}.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:.3}.clearing-assembled .clearing-container .carousel{background:rgba(51,51,51,0.8);height:120px;margin-top:10px;text-align:center}.clearing-assembled .clearing-container .carousel>ul{display:inline-block;z-index:999;height:100%;position:relative;float:none}.clearing-assembled .clearing-container .carousel>ul li{clear:none;cursor:pointer;display:block;float:left;margin-right:0;min-height:inherit;opacity:.4;overflow:hidden;padding:0;position:relative;width:120px}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer !important;width:100% !important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .carousel>ul li:hover{opacity:.8}.clearing-assembled .clearing-container .visible-img{background:#333;height:85%;overflow:hidden}.clearing-close{padding-left:0;padding-top:0;position:absolute;top:10px;right:20px}}.progress{background-color:#F6F6F6;border:1px solid #fff;height:1.5625rem;margin-bottom:0.625rem;padding:0.125rem}.progress .meter{background:#008CBA;display:block;height:100%}.progress.secondary .meter{background:#e7e7e7;display:block;height:100%}.progress.success .meter{background:#43AC6A;display:block;height:100%}.progress.alert .meter{background:#f04124;display:block;height:100%}.progress.radius{border-radius:3px}.progress.radius .meter{border-radius:2px}.progress.round{border-radius:1000px}.progress.round .meter{border-radius:999px}.sub-nav{display:block;margin:-0.25rem 0 1.125rem;overflow:hidden;padding-top:0.25rem;width:auto}.sub-nav dt{text-transform:uppercase}.sub-nav dt,.sub-nav dd,.sub-nav li{color:#999;float:left;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:0.875rem;font-weight:normal;margin-left:1rem;margin-bottom:0}.sub-nav dt a,.sub-nav dd a,.sub-nav li a{color:#999;padding:0.1875rem 1rem;text-decoration:none}.sub-nav dt a:hover,.sub-nav dd a:hover,.sub-nav li a:hover{color:#737373}.sub-nav dt.active a,.sub-nav dd.active a,.sub-nav li.active a{border-radius:3px;background:#008CBA;color:#fff;cursor:default;font-weight:normal;padding:0.1875rem 1rem}.sub-nav dt.active a:hover,.sub-nav dd.active a:hover,.sub-nav li.active a:hover{background:#0078a0}.joyride-list{display:none}.joyride-tip-guide{background:#333;color:#fff;display:none;font-family:inherit;font-weight:normal;position:absolute;top:0;width:95%;z-index:101;left:2.5%}.lt-ie9 .joyride-tip-guide{margin-left:-400px;max-width:800px;left:50%}.joyride-content-wrapper{padding:1.125rem 1.25rem 1.5rem;width:100%}.joyride-content-wrapper .button{margin-bottom:0 !important}.joyride-content-wrapper .joyride-prev-tip{margin-right:10px}.joyride-tip-guide .joyride-nub{border:10px solid #333;display:block;height:0;position:absolute;width:0;left:22px}.joyride-tip-guide .joyride-nub.top{border-color:#333;border-top-color:transparent !important;border-top-style:solid;border-left-color:transparent !important;border-right-color:transparent !important;top:-20px}.joyride-tip-guide .joyride-nub.bottom{border-color:#333 !important;border-bottom-color:transparent !important;border-bottom-style:solid;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-20px}.joyride-tip-guide .joyride-nub.right{right:-20px}.joyride-tip-guide .joyride-nub.left{left:-20px}.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6{color:#fff;font-weight:bold;line-height:1.25;margin:0}.joyride-tip-guide p{font-size:0.875rem;line-height:1.3;margin:0 0 1.125rem 0}.joyride-timer-indicator-wrap{border:solid 1px #555;bottom:1rem;height:3px;position:absolute;width:50px;right:1.0625rem}.joyride-timer-indicator{background:#666;display:block;height:inherit;width:0}.joyride-close-tip{color:#777 !important;font-size:24px;font-weight:normal;line-height:.5 !important;position:absolute;text-decoration:none;top:10px;right:12px}.joyride-close-tip:hover,.joyride-close-tip:focus{color:#eee !important}.joyride-modal-bg{background:rgba(0,0,0,0.5);cursor:pointer;display:none;height:100%;position:fixed;top:0;width:100%;z-index:100;left:0}.joyride-expose-wrapper{background-color:#fff;border-radius:3px;box-shadow:0 0 15px #fff;position:absolute;z-index:102}.joyride-expose-cover{background:transparent;border-radius:3px;left:0;position:absolute;top:0;z-index:9999}@media only screen and (min-width: 40.0625em){.joyride-tip-guide{width:300px;left:inherit}.joyride-tip-guide .joyride-nub.bottom{border-color:#333 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-20px}.joyride-tip-guide .joyride-nub.right{border-color:#333 !important;border-right-color:transparent !important;border-bottom-color:transparent !important;border-top-color:transparent !important;left:auto;right:-20px;top:22px}.joyride-tip-guide .joyride-nub.left{border-color:#333 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-top-color:transparent !important;left:-20px;right:auto;top:22px}}.label{display:inline-block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:1;margin-bottom:auto;position:relative;text-align:center;text-decoration:none;white-space:nowrap;padding:0.25rem 0.5rem 0.25rem;font-size:0.6875rem;background-color:#008CBA;color:#fff}.label.radius{border-radius:3px}.label.round{border-radius:1000px}.label.alert{background-color:#f04124;color:#fff}.label.warning{background-color:#f08a24;color:#fff}.label.success{background-color:#43AC6A;color:#fff}.label.secondary{background-color:#e7e7e7;color:#333}.label.info{background-color:#a0d3e8;color:#333}.off-canvas-wrap{-webkit-backface-visibility:hidden;position:relative;width:100%;overflow:hidden}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left{min-height:100%;-webkit-overflow-scrolling:touch}.inner-wrap{position:relative;width:100%;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.inner-wrap:before,.inner-wrap:after{content:" ";display:table}.inner-wrap:after{clear:both}.tab-bar{-webkit-backface-visibility:hidden;background:#333;color:#fff;height:2.8125rem;line-height:2.8125rem;position:relative}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6{color:#fff;font-weight:bold;line-height:2.8125rem;margin:0}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4{font-size:1.125rem}.left-small{height:2.8125rem;position:absolute;top:0;width:2.8125rem;border-right:solid 1px #1a1a1a;left:0}.right-small{height:2.8125rem;position:absolute;top:0;width:2.8125rem;border-left:solid 1px #1a1a1a;right:0}.tab-bar-section{height:2.8125rem;padding:0 0.625rem;position:absolute;text-align:center;top:0}.tab-bar-section.left{text-align:left}.tab-bar-section.right{text-align:right}.tab-bar-section.left{left:0;right:2.8125rem}.tab-bar-section.right{left:2.8125rem;right:0}.tab-bar-section.middle{left:2.8125rem;right:2.8125rem}.tab-bar .menu-icon{color:#fff;display:block;height:2.8125rem;padding:0;position:relative;text-indent:2.1875rem;transform:translate3d(0, 0, 0);width:2.8125rem}.tab-bar .menu-icon span::after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-0.5rem;left:0.90625rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:1rem}.tab-bar .menu-icon span:hover:after{box-shadow:0 0 0 1px #b3b3b3,0 7px 0 1px #b3b3b3,0 14px 0 1px #b3b3b3}.left-off-canvas-menu{-webkit-backface-visibility:hidden;background:#333;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:transform 500ms ease 0s;width:15.625rem;z-index:1001;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate(-100%, 0);-ms-transform:translate3d(-100%, 0, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.left-off-canvas-menu *{-webkit-backface-visibility:hidden}.right-off-canvas-menu{-webkit-backface-visibility:hidden;background:#333;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:transform 500ms ease 0s;width:15.625rem;z-index:1001;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate(100%, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0}.right-off-canvas-menu *{-webkit-backface-visibility:hidden}ul.off-canvas-list{list-style-type:none;margin:0;padding:0}ul.off-canvas-list li label{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;display:block;font-size:0.75rem;font-weight:bold;margin:0;padding:0.3rem 0.9375rem;text-transform:uppercase}ul.off-canvas-list li a{border-bottom:1px solid #262626;color:rgba(255,255,255,0.7);display:block;padding:0.66667rem;transition:background 300ms ease}ul.off-canvas-list li a:hover{background:#242424}ul.off-canvas-list li a:active{background:#242424}.move-right>.inner-wrap{-webkit-transform:translate3d(15.625rem, 0, 0);-moz-transform:translate3d(15.625rem, 0, 0);-ms-transform:translate(15.625rem, 0);-ms-transform:translate3d(15.625rem, 0, 0);-o-transform:translate3d(15.625rem, 0, 0);transform:translate3d(15.625rem, 0, 0)}.move-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.move-right .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.move-left>.inner-wrap{-webkit-transform:translate3d(-15.625rem, 0, 0);-moz-transform:translate3d(-15.625rem, 0, 0);-ms-transform:translate(-15.625rem, 0);-ms-transform:translate3d(-15.625rem, 0, 0);-o-transform:translate3d(-15.625rem, 0, 0);transform:translate3d(-15.625rem, 0, 0)}.move-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.move-left .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-left .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap-left .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-right .left-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,0.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width: 40.0625em){.offcanvas-overlap-right .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.no-csstransforms .left-off-canvas-menu{left:-15.625rem}.no-csstransforms .right-off-canvas-menu{right:-15.625rem}.no-csstransforms .move-left>.inner-wrap{right:15.625rem}.no-csstransforms .move-right>.inner-wrap{left:15.625rem}.left-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:15.625rem;z-index:1002;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate(-100%, 0);-ms-transform:translate3d(-100%, 0, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.left-submenu *{-webkit-backface-visibility:hidden}.left-submenu .back>a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;font-weight:bold;padding:0.3rem 0.9375rem;text-transform:uppercase;margin:0}.left-submenu .back>a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e}.left-submenu .back>a:before{content:"\AB";margin-right:.5rem;display:inline}.left-submenu.move-right,.left-submenu.offcanvas-overlap-right,.left-submenu.offcanvas-overlap{-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translate(0%, 0);-ms-transform:translate3d(0%, 0, 0);-o-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.right-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:15.625rem;z-index:1002;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate(100%, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.right-submenu *{-webkit-backface-visibility:hidden}.right-submenu .back>a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#999;font-weight:bold;padding:0.3rem 0.9375rem;text-transform:uppercase;margin:0}.right-submenu .back>a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e}.right-submenu .back>a:after{content:"\BB";margin-left:.5rem;display:inline}.right-submenu.move-left,.right-submenu.offcanvas-overlap-left,.right-submenu.offcanvas-overlap{-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translate(0%, 0);-ms-transform:translate3d(0%, 0, 0);-o-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after{content:"\BB";margin-left:.5rem;display:inline}.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before{content:"\AB";margin-right:.5rem;display:inline}.f-dropdown{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:2px;max-width:200px}.f-dropdown.open{display:block}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right.open{display:block}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:transparent #fff transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left.open{display:block}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent #fff;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-left:0;margin-top:-2px;max-width:200px}.f-dropdown.drop-top.open{display:block}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{border:inset 6px;content:"";display:block;height:0;width:0;border-color:#fff transparent transparent transparent;border-top-style:solid;bottom:-12px;position:absolute;top:auto;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{border:inset 7px;content:"";display:block;height:0;width:0;border-color:#ccc transparent transparent transparent;border-top-style:solid;bottom:-14px;position:absolute;top:auto;left:9px;right:auto;z-index:88}.f-dropdown li{cursor:pointer;font-size:0.875rem;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li.radius{border-radius:3px}.f-dropdown li a{display:block;padding:0.5rem;color:#555}.f-dropdown.content{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute;background:#fff;border:solid 1px #ccc;font-size:0.875rem;height:auto;max-height:none;padding:1.25rem;width:100%;z-index:89;max-width:200px}.f-dropdown.content.open{display:block}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100% !important;max-width:100% !important}.f-dropdown.mega.open{left:0 !important}table{background:#fff;border:solid 1px #ddd;margin-bottom:1.25rem;table-layout:auto}table caption{background:transparent;color:#222;font-size:1rem;font-weight:bold}table thead{background:#F5F5F5}table thead tr th,table thead tr td{color:#222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}table tfoot{background:#F5F5F5}table tfoot tr th,table tfoot tr td{color:#222;font-size:0.875rem;font-weight:bold;padding:0.5rem 0.625rem 0.625rem}table tr th,table tr td{color:#222;font-size:0.875rem;padding:0.5625rem 0.625rem;text-align:left}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#F9F9F9}table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{display:table-cell;line-height:1.125rem}.range-slider{border:1px solid #ddd;margin:1.25rem 0;position:relative;-ms-touch-action:none;touch-action:none;display:block;height:1rem;width:100%;background:#FAFAFA}.range-slider.vertical-range{border:1px solid #ddd;margin:1.25rem 0;position:relative;-ms-touch-action:none;touch-action:none;display:inline-block;height:12.5rem;width:1rem}.range-slider.vertical-range .range-slider-handle{bottom:-10.5rem;margin-left:-0.5rem;margin-top:0;position:absolute}.range-slider.vertical-range .range-slider-active-segment{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-top-left-radius:initial;bottom:0;height:auto;width:0.875rem}.range-slider.radius{background:#FAFAFA;border-radius:3px}.range-slider.radius .range-slider-handle{background:#008CBA;border-radius:3px}.range-slider.radius .range-slider-handle:hover{background:#007ba4}.range-slider.round{background:#FAFAFA;border-radius:1000px}.range-slider.round .range-slider-handle{background:#008CBA;border-radius:1000px}.range-slider.round .range-slider-handle:hover{background:#007ba4}.range-slider.disabled,.range-slider[disabled]{background:#FAFAFA;cursor:not-allowed;opacity:0.7}.range-slider.disabled .range-slider-handle,.range-slider[disabled] .range-slider-handle{background:#008CBA;cursor:default;opacity:0.7}.range-slider.disabled .range-slider-handle:hover,.range-slider[disabled] .range-slider-handle:hover{background:#007ba4}.range-slider-active-segment{background:#e5e5e5;border-bottom-left-radius:inherit;border-top-left-radius:inherit;display:inline-block;height:0.875rem;position:absolute}.range-slider-handle{border:1px solid none;cursor:pointer;display:inline-block;height:1.375rem;position:absolute;top:-0.3125rem;width:2rem;z-index:1;-ms-touch-action:manipulation;touch-action:manipulation;background:#008CBA}.range-slider-handle:hover{background:#007ba4}[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:block;float:left;height:auto;padding:0 0.625rem 1.25rem}@media only screen{.small-block-grid-1>li{list-style:none;width:100%}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{list-style:none;width:50%}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{list-style:none;width:33.33333%}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{list-style:none;width:25%}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{list-style:none;width:20%}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{list-style:none;width:16.66667%}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{list-style:none;width:14.28571%}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{list-style:none;width:12.5%}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{list-style:none;width:11.11111%}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{list-style:none;width:10%}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{list-style:none;width:9.09091%}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{list-style:none;width:8.33333%}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 40.0625em){.medium-block-grid-1>li{list-style:none;width:100%}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{list-style:none;width:50%}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{list-style:none;width:33.33333%}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{list-style:none;width:25%}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{list-style:none;width:20%}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{list-style:none;width:16.66667%}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{list-style:none;width:14.28571%}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{list-style:none;width:12.5%}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{list-style:none;width:11.11111%}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{list-style:none;width:10%}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{list-style:none;width:9.09091%}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{list-style:none;width:8.33333%}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 64.0625em){.large-block-grid-1>li{list-style:none;width:100%}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{list-style:none;width:50%}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{list-style:none;width:33.33333%}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{list-style:none;width:25%}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{list-style:none;width:20%}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{list-style:none;width:16.66667%}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{list-style:none;width:14.28571%}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{list-style:none;width:12.5%}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{list-style:none;width:11.11111%}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{list-style:none;width:10%}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{list-style:none;width:9.09091%}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{list-style:none;width:8.33333%}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}.flex-video{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:67.5%;padding-top:1.5625rem;position:relative}.flex-video.widescreen{padding-bottom:56.34%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{height:100%;position:absolute;top:0;width:100%;left:0}.keystroke,kbd{background-color:#ededed;border-color:#ddd;color:#222;border-style:solid;border-width:1px;font-family:"Consolas","Menlo","Courier",monospace;font-size:inherit;margin:0;padding:0.125rem 0.25rem 0;border-radius:3px}.switch{border:none;margin-bottom:1.5rem;outline:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch label{background:#ddd;color:transparent;cursor:pointer;display:block;margin-bottom:1rem;position:relative;text-indent:100%;width:4rem;height:2rem;transition:left 0.15s ease-out}.switch input{left:10px;opacity:0;padding:0;position:absolute;top:9px}.switch input+label{margin-left:0;margin-right:0}.switch label:after{background:#fff;content:"";display:block;height:1.5rem;left:.25rem;position:absolute;top:.25rem;width:1.5rem;-webkit-transition:left 0.15s ease-out;-moz-transition:left 0.15s ease-out;-o-transition:translate3d(0, 0, 0);transition:left 0.15s ease-out;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.switch input:checked+label{background:#008CBA}.switch input:checked+label:after{left:2.25rem}.switch label{height:2rem;width:4rem}.switch label:after{height:1.5rem;width:1.5rem}.switch input:checked+label:after{left:2.25rem}.switch label{color:transparent;background:#ddd}.switch label:after{background:#fff}.switch input:checked+label{background:#008CBA}.switch.large label{height:2.5rem;width:5rem}.switch.large label:after{height:2rem;width:2rem}.switch.large input:checked+label:after{left:2.75rem}.switch.small label{height:1.75rem;width:3.5rem}.switch.small label:after{height:1.25rem;width:1.25rem}.switch.small input:checked+label:after{left:2rem}.switch.tiny label{height:1.5rem;width:3rem}.switch.tiny label:after{height:1rem;width:1rem}.switch.tiny input:checked+label:after{left:1.75rem}.switch.radius label{border-radius:4px}.switch.radius label:after{border-radius:3px}.switch.round{border-radius:1000px}.switch.round label{border-radius:2rem}.switch.round label:after{border-radius:2rem}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 40.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 64.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 90.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width: 120.0625em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table !important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table !important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table !important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table !important}.touch table.show-for-touch{display:table !important}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}.show-for-sr{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.show-on-focus{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.show-on-focus:focus,.show-on-focus:active{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.print-only{display:none !important}@media print{*{background:transparent !important;box-shadow:none !important;color:#000 !important;text-shadow:none !important}.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}@media print{.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}}@media not print{.show-for-print{display:none !important}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>two-col map</title> | |
<link rel="stylesheet" href="foundation.min.css" /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.js'></script> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/plugins/turf/v2.0.0/turf.min.js'></script> | |
<script src='https://code.jquery.com/jquery-2.1.4.min.js'></script> | |
<script src="leaflet-providers.js"></script> | |
<!-- <script src='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script> --> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.css' rel='stylesheet' /> | |
<style> | |
#map { | |
width:100%; | |
height: 600px; | |
} | |
.legend label, | |
.legend span { | |
display:block; | |
float:left; | |
height:15px; | |
width:50%; | |
text-align:center; | |
font-size:12px; | |
color:#000000; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="row"> | |
<div class="large-12 columns"> | |
<h1>UCSB EAPs <small>a work in progress</small></h1> | |
<hr/> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="large-9 columns"> | |
<div id='map' role="content"></div> | |
</div> | |
<div class="large-3 columns"> | |
<div id='info' class='panel info'></div> | |
<ul class="disc"> | |
<li><a href="http://bl.ocks.org/morganherlocker/5ed4473c12c3d4f02670">a working example </a>from Morgan Herlocker got me started</li> | |
<li>pulling external GeoJSON using jQuery at the moment | |
<ul> | |
<li>I've got it setup in this weird way where the request for one data source is nested inside of the other</li> | |
<li>not real clean looking but it works to avoid async problem I was having</li> | |
</ul | |
</li> | |
<li>I'll integrate Omnivore eventually so I can have a more flexible template | |
<ul> | |
<li>at the moment I haven't taken the time to get past the async problem I think I'm having when using Omnivore</li> | |
</ul> | |
</li> | |
<li>water color map obviously not the best for a real tool used during an emergency but I like it for now</li> | |
<li>I'm excited about the possibilities with this simple filtering tool using Turf.js ... so many ideas!</li> | |
</ul> | |
</div> | |
</div> | |
<div id='legend' style='display:none;' class='panel'> | |
<strong>Emergency Assembly Points</strong> | |
<nav class='legend clearfix'> | |
<span style='background:#d7191c;'></span> | |
<span style='background:#2b83ba;'></span> | |
<label>Primary</label> | |
<label>Secondary</label> | |
</div> | |
<script> | |
L.mapbox.accessToken = 'pk.eyJ1IjoicGRiYXJ0c2NoIiwiYSI6IktCQVRZSnMifQ.lkDvYfHPWix0mNfNqvdxEA'; | |
var info = document.getElementById('info'); | |
var map = L.mapbox.map('map') | |
.setView([34.415, -119.845], 15 ); | |
L.tileLayer.provider('Stamen.Watercolor').addTo(map); | |
map.legendControl.addLegend(document.getElementById('legend').innerHTML); | |
var polys; | |
$.getJSON('buildings.geojson',function(jsonpoly){ | |
polys = jsonpoly; | |
loadPolys(); | |
}); | |
function loadPolys() { | |
var polyLayer = L.geoJson(polys, { | |
style: function(feature) { | |
return { color: '#2F1E4C', weight: 1, opacity: 1, fillOpacity: .7 | |
}; | |
} | |
}).addTo(map); | |
polyLayer.on('mouseover', function (e) { | |
e.layer.closePopup(); | |
var feature = e.layer.feature; | |
var content = '<div><strong>' + feature.properties.bldg_no + '</strong>' + | |
'<p>' + feature.properties.label + '</p></div>'; | |
info.innerHTML = content; | |
}); | |
map.on('move', empty); | |
empty(); | |
function empty() { | |
info.innerHTML = '<div><strong>Click a building to locate<br>emergency assembly point(s)</strong></div>'; | |
} | |
var pts; | |
$.getJSON('eaps.geojson',function(json){ | |
pts = json; | |
loadPts(); | |
}); | |
function loadPts() { | |
var ptsLayer = L.mapbox.featureLayer(null, { | |
}).addTo(map); | |
polyLayer.on('click', function(e) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === e.layer.feature.properties.bldg_no) return true | |
}) | |
ptsLayer.setGeoJSON(matchingPoints); | |
}); | |
function getPoints(building, pts) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === building.properties.bldg_no) return true | |
}) | |
return matchingPoints | |
} | |
} | |
} | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>A simple map</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.js'></script> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/plugins/turf/v2.0.0/turf.min.js'></script> | |
<script src='https://code.jquery.com/jquery-2.1.4.min.js'></script> | |
<script src="leaflet-providers.js"></script> | |
<!-- <script src='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script> --> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.css' rel='stylesheet' /> | |
<style> | |
body { | |
margin:0; | |
padding:0; | |
} | |
#map { | |
position:absolute; | |
top:0; | |
bottom:0; | |
width:100%; | |
} | |
.info { | |
position:absolute; | |
top:10px; | |
right:10px; | |
} | |
.info div { | |
background:#fff; | |
padding:10px; | |
border-radius:3px; | |
} | |
</style> | |
</head> | |
<body> | |
<div id='map'></div> | |
<div id='info' class='info'></div> | |
<script> | |
L.mapbox.accessToken = 'pk.eyJ1IjoicGRiYXJ0c2NoIiwiYSI6IktCQVRZSnMifQ.lkDvYfHPWix0mNfNqvdxEA'; | |
var info = document.getElementById('info'); | |
//var map = L.mapbox.map('map', 'examples.map-i86nkdio') | |
// .setView([34.7363,-119.7777], 9); | |
var map = L.mapbox.map('map') | |
.setView([34.7363,-119.7777], 9); | |
L.tileLayer.provider('Stamen.Watercolor').addTo(map); | |
var polys; | |
$.getJSON('polys.geojson',function(jsonpoly){ | |
polys = jsonpoly; | |
loadPolys(); | |
}); | |
function loadPolys() { | |
var polyLayer = L.geoJson(polys, { | |
style: function(feature) { | |
return { color: '#5e3c99', weight: 2, opacity: 1, fillOpacity: .6 | |
}; | |
} | |
}).addTo(map); | |
polyLayer.on('mouseover', function (e) { | |
e.layer.closePopup(); | |
var feature = e.layer.feature; | |
var content = '<div><strong>' + feature.properties.bldg_no + '</strong>' + | |
'<p>' + feature.properties.label + '</p></div>'; | |
info.innerHTML = content; | |
}); | |
map.on('move', empty); | |
empty(); | |
function empty() { | |
info.innerHTML = '<div><strong>Hover over a building to locate<br>emergency assembly point(s)</strong></div>'; | |
} | |
var pts; | |
$.getJSON('pts.geojson',function(json){ | |
pts = json; | |
loadPts(); | |
}); | |
function loadPts() { | |
var ptsLayer = L.mapbox.featureLayer(null, { | |
}).addTo(map); | |
polyLayer.on('mouseover', function(e) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === e.layer.feature.properties.bldg_no) return true | |
}) | |
ptsLayer.setGeoJSON(matchingPoints); | |
}); | |
function getPoints(building, pts) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === building.properties.bldg_no) return true | |
}) | |
return matchingPoints | |
} | |
} | |
} | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
'use strict'; | |
L.TileLayer.Provider = L.TileLayer.extend({ | |
initialize: function (arg, options) { | |
var providers = L.TileLayer.Provider.providers; | |
var parts = arg.split('.'); | |
var providerName = parts[0]; | |
var variantName = parts[1]; | |
if (!providers[providerName]) { | |
throw 'No such provider (' + providerName + ')'; | |
} | |
var provider = { | |
url: providers[providerName].url, | |
options: providers[providerName].options | |
}; | |
// overwrite values in provider from variant. | |
if (variantName && 'variants' in providers[providerName]) { | |
if (!(variantName in providers[providerName].variants)) { | |
throw 'No such variant of ' + providerName + ' (' + variantName + ')'; | |
} | |
var variant = providers[providerName].variants[variantName]; | |
var variantOptions; | |
if (typeof variant === 'string') { | |
variantOptions = { | |
variant: variant | |
}; | |
} else { | |
variantOptions = variant.options; | |
} | |
provider = { | |
url: variant.url || provider.url, | |
options: L.Util.extend({}, provider.options, variantOptions) | |
}; | |
} else if (typeof provider.url === 'function') { | |
provider.url = provider.url(parts.splice(1, parts.length - 1).join('.')); | |
} | |
var forceHTTP = window.location.protocol === 'file:' || provider.options.forceHTTP; | |
if (provider.url.indexOf('//') === 0 && forceHTTP) { | |
provider.url = 'http:' + provider.url; | |
} | |
// replace attribution placeholders with their values from toplevel provider attribution, | |
// recursively | |
var attributionReplacer = function (attr) { | |
if (attr.indexOf('{attribution.') === -1) { | |
return attr; | |
} | |
return attr.replace(/\{attribution.(\w*)\}/, | |
function (match, attributionName) { | |
return attributionReplacer(providers[attributionName].options.attribution); | |
} | |
); | |
}; | |
provider.options.attribution = attributionReplacer(provider.options.attribution); | |
// Compute final options combining provider options with any user overrides | |
var layerOpts = L.Util.extend({}, provider.options, options); | |
L.TileLayer.prototype.initialize.call(this, provider.url, layerOpts); | |
} | |
}); | |
/** | |
* Definition of providers. | |
* see http://leafletjs.com/reference.html#tilelayer for options in the options map. | |
*/ | |
L.TileLayer.Provider.providers = { | |
OpenStreetMap: { | |
url: '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', | |
options: { | |
attribution: | |
'© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>' | |
}, | |
variants: { | |
Mapnik: {}, | |
BlackAndWhite: { | |
url: 'http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png' | |
}, | |
DE: { | |
url: 'http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png' | |
}, | |
HOT: { | |
url: 'http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', | |
options: { | |
attribution: '{attribution.OpenStreetMap}, Tiles courtesy of <a href="http://hot.openstreetmap.org/" target="_blank">Humanitarian OpenStreetMap Team</a>' | |
} | |
} | |
} | |
}, | |
OpenSeaMap: { | |
url: 'http://tiles.openseamap.org/seamark/{z}/{x}/{y}.png', | |
options: { | |
attribution: 'Map data: © <a href="http://www.openseamap.org">OpenSeaMap</a> contributors' | |
} | |
}, | |
OpenTopoMap: { | |
url: '//{s}.tile.opentopomap.org/{z}/{x}/{y}.png', | |
options: { | |
maxZoom: 16, | |
attribution: 'Map data: {attribution.OpenStreetMap}, <a href="http://viewfinderpanoramas.org">SRTM</a> | Map style: © <a href="https://opentopomap.org">OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)' | |
} | |
}, | |
Thunderforest: { | |
url: '//{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}.png', | |
options: { | |
attribution: | |
'© <a href="http://www.opencyclemap.org">OpenCycleMap</a>, {attribution.OpenStreetMap}', | |
variant: 'cycle' | |
}, | |
variants: { | |
OpenCycleMap: 'cycle', | |
Transport: 'transport', | |
TransportDark: 'transport-dark', | |
Landscape: 'landscape', | |
Outdoors: 'outdoors' | |
} | |
}, | |
OpenMapSurfer: { | |
url: 'http://openmapsurfer.uni-hd.de/tiles/{variant}/x={x}&y={y}&z={z}', | |
options: { | |
minZoom: 0, | |
maxZoom: 20, | |
variant: 'roads', | |
attribution: 'Imagery from <a href="http://giscience.uni-hd.de/">GIScience Research Group @ University of Heidelberg</a> — Map data {attribution.OpenStreetMap}' | |
}, | |
variants: { | |
Roads: 'roads', | |
AdminBounds: { | |
options: { | |
variant: 'adminb', | |
maxZoom: 19 | |
} | |
}, | |
Grayscale: { | |
options: { | |
variant: 'roadsg', | |
maxZoom: 19 | |
} | |
} | |
} | |
}, | |
Hydda: { | |
url: 'http://{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png', | |
options: { | |
minZoom: 0, | |
maxZoom: 18, | |
variant: 'full', | |
attribution: 'Tiles courtesy of <a href="http://openstreetmap.se/" target="_blank">OpenStreetMap Sweden</a> — Map data {attribution.OpenStreetMap}' | |
}, | |
variants: { | |
Full: 'full', | |
Base: 'base', | |
RoadsAndLabels: 'roads_and_labels' | |
} | |
}, | |
MapQuestOpen: { | |
/* Mapquest does support https, but with a different subdomain: | |
* https://otile{s}-s.mqcdn.com/tiles/1.0.0/{type}/{z}/{x}/{y}.{ext} | |
* which makes implementing protocol relativity impossible. | |
*/ | |
url: 'http://otile{s}.mqcdn.com/tiles/1.0.0/{type}/{z}/{x}/{y}.{ext}', | |
options: { | |
type: 'map', | |
ext: 'jpg', | |
attribution: | |
'Tiles Courtesy of <a href="http://www.mapquest.com/">MapQuest</a> — ' + | |
'Map data {attribution.OpenStreetMap}', | |
subdomains: '1234' | |
}, | |
variants: { | |
OSM: {}, | |
Aerial: { | |
options: { | |
type: 'sat', | |
attribution: | |
'Tiles Courtesy of <a href="http://www.mapquest.com/">MapQuest</a> — ' + | |
'Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency' | |
} | |
}, | |
HybridOverlay: { | |
options: { | |
type: 'hyb', | |
ext: 'png', | |
opacity: 0.9 | |
} | |
} | |
} | |
}, | |
MapBox: { | |
url: function (id) { | |
return '//{s}.tiles.mapbox.com/v3/' + id + '/{z}/{x}/{y}.png'; | |
}, | |
options: { | |
attribution: | |
'Imagery from <a href="http://mapbox.com/about/maps/">MapBox</a> — ' + | |
'Map data {attribution.OpenStreetMap}', | |
subdomains: 'abcd' | |
} | |
}, | |
Stamen: { | |
url: 'http://{s}.tile.stamen.com/{variant}/{z}/{x}/{y}.{ext}', | |
options: { | |
attribution: | |
'Map tiles by <a href="http://stamen.com">Stamen Design</a>, ' + | |
'<a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — ' + | |
'Map data {attribution.OpenStreetMap}', | |
subdomains: 'abcd', | |
minZoom: 0, | |
maxZoom: 20, | |
variant: 'toner', | |
ext: 'png' | |
}, | |
variants: { | |
Toner: 'toner', | |
TonerBackground: 'toner-background', | |
TonerHybrid: 'toner-hybrid', | |
TonerLines: 'toner-lines', | |
TonerLabels: 'toner-labels', | |
TonerLite: 'toner-lite', | |
Watercolor: { | |
options: { | |
variant: 'watercolor', | |
minZoom: 1, | |
maxZoom: 16 | |
} | |
}, | |
Terrain: { | |
options: { | |
variant: 'terrain', | |
minZoom: 4, | |
maxZoom: 18, | |
bounds: [[22, -132], [70, -56]] | |
} | |
}, | |
TerrainBackground: { | |
options: { | |
variant: 'terrain-background', | |
minZoom: 4, | |
maxZoom: 18, | |
bounds: [[22, -132], [70, -56]] | |
} | |
}, | |
TopOSMRelief: { | |
options: { | |
variant: 'toposm-color-relief', | |
ext: 'jpg', | |
bounds: [[22, -132], [51, -56]] | |
} | |
}, | |
TopOSMFeatures: { | |
options: { | |
variant: 'toposm-features', | |
bounds: [[22, -132], [51, -56]], | |
opacity: 0.9 | |
} | |
} | |
} | |
}, | |
Esri: { | |
url: '//server.arcgisonline.com/ArcGIS/rest/services/{variant}/MapServer/tile/{z}/{y}/{x}', | |
options: { | |
variant: 'World_Street_Map', | |
attribution: 'Tiles © Esri' | |
}, | |
variants: { | |
WorldStreetMap: { | |
options: { | |
attribution: | |
'{attribution.Esri} — ' + | |
'Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012' | |
} | |
}, | |
DeLorme: { | |
options: { | |
variant: 'Specialty/DeLorme_World_Base_Map', | |
minZoom: 1, | |
maxZoom: 11, | |
attribution: '{attribution.Esri} — Copyright: ©2012 DeLorme' | |
} | |
}, | |
WorldTopoMap: { | |
options: { | |
variant: 'World_Topo_Map', | |
attribution: | |
'{attribution.Esri} — ' + | |
'Esri, DeLorme, NAVTEQ, TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User Community' | |
} | |
}, | |
WorldImagery: { | |
options: { | |
variant: 'World_Imagery', | |
attribution: | |
'{attribution.Esri} — ' + | |
'Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community' | |
} | |
}, | |
WorldTerrain: { | |
options: { | |
variant: 'World_Terrain_Base', | |
maxZoom: 13, | |
attribution: | |
'{attribution.Esri} — ' + | |
'Source: USGS, Esri, TANA, DeLorme, and NPS' | |
} | |
}, | |
WorldShadedRelief: { | |
options: { | |
variant: 'World_Shaded_Relief', | |
maxZoom: 13, | |
attribution: '{attribution.Esri} — Source: Esri' | |
} | |
}, | |
WorldPhysical: { | |
options: { | |
variant: 'World_Physical_Map', | |
maxZoom: 8, | |
attribution: '{attribution.Esri} — Source: US National Park Service' | |
} | |
}, | |
OceanBasemap: { | |
options: { | |
variant: 'Ocean_Basemap', | |
maxZoom: 13, | |
attribution: '{attribution.Esri} — Sources: GEBCO, NOAA, CHS, OSU, UNH, CSUMB, National Geographic, DeLorme, NAVTEQ, and Esri' | |
} | |
}, | |
NatGeoWorldMap: { | |
options: { | |
variant: 'NatGeo_World_Map', | |
maxZoom: 16, | |
attribution: '{attribution.Esri} — National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC' | |
} | |
}, | |
WorldGrayCanvas: { | |
options: { | |
variant: 'Canvas/World_Light_Gray_Base', | |
maxZoom: 16, | |
attribution: '{attribution.Esri} — Esri, DeLorme, NAVTEQ' | |
} | |
} | |
} | |
}, | |
OpenWeatherMap: { | |
url: 'http://{s}.tile.openweathermap.org/map/{variant}/{z}/{x}/{y}.png', | |
options: { | |
attribution: 'Map data © <a href="http://openweathermap.org">OpenWeatherMap</a>', | |
opacity: 0.5 | |
}, | |
variants: { | |
Clouds: 'clouds', | |
CloudsClassic: 'clouds_cls', | |
Precipitation: 'precipitation', | |
PrecipitationClassic: 'precipitation_cls', | |
Rain: 'rain', | |
RainClassic: 'rain_cls', | |
Pressure: 'pressure', | |
PressureContour: 'pressure_cntr', | |
Wind: 'wind', | |
Temperature: 'temp', | |
Snow: 'snow' | |
} | |
}, | |
HERE: { | |
/* | |
* HERE maps, formerly Nokia maps. | |
* These basemaps are free, but you need an API key. Please sign up at | |
* http://developer.here.com/getting-started | |
* | |
* Note that the base urls contain '.cit' whichs is HERE's | |
* 'Customer Integration Testing' environment. Please remove for production | |
* envirionments. | |
*/ | |
url: | |
'//{s}.{base}.maps.cit.api.here.com/maptile/2.1/' + | |
'maptile/{mapID}/{variant}/{z}/{x}/{y}/256/png8?' + | |
'app_id={app_id}&app_code={app_code}', | |
options: { | |
attribution: | |
'Map © 1987-2014 <a href="http://developer.here.com">HERE</a>', | |
subdomains: '1234', | |
mapID: 'newest', | |
'app_id': '<insert your app_id here>', | |
'app_code': '<insert your app_code here>', | |
base: 'base', | |
variant: 'normal.day', | |
minZoom: 0, | |
maxZoom: 20 | |
}, | |
variants: { | |
normalDay: 'normal.day', | |
normalDayCustom: 'normal.day.custom', | |
normalDayGrey: 'normal.day.grey', | |
normalDayMobile: 'normal.day.mobile', | |
normalDayGreyMobile: 'normal.day.grey.mobile', | |
normalDayTransit: 'normal.day.transit', | |
normalDayTransitMobile: 'normal.day.transit.mobile', | |
normalNight: 'normal.night', | |
normalNightMobile: 'normal.night.mobile', | |
normalNightGrey: 'normal.night.grey', | |
normalNightGreyMobile: 'normal.night.grey.mobile', | |
carnavDayGrey: 'carnav.day.grey', | |
hybridDay: { | |
options: { | |
base: 'aerial', | |
variant: 'hybrid.day' | |
} | |
}, | |
hybridDayMobile: { | |
options: { | |
base: 'aerial', | |
variant: 'hybrid.day.mobile' | |
} | |
}, | |
pedestrianDay: 'pedestrian.day', | |
pedestrianNight: 'pedestrian.night', | |
satelliteDay: { | |
options: { | |
base: 'aerial', | |
variant: 'satellite.day' | |
} | |
}, | |
terrainDay: { | |
options: { | |
base: 'aerial', | |
variant: 'terrain.day' | |
} | |
}, | |
terrainDayMobile: { | |
options: { | |
base: 'aerial', | |
variant: 'terrain.day.mobile' | |
} | |
} | |
} | |
}, | |
Acetate: { | |
url: 'http://a{s}.acetate.geoiq.com/tiles/{variant}/{z}/{x}/{y}.png', | |
options: { | |
attribution: | |
'©2012 Esri & Stamen, Data from OSM and Natural Earth', | |
subdomains: '0123', | |
minZoom: 2, | |
maxZoom: 18, | |
variant: 'acetate-base' | |
}, | |
variants: { | |
basemap: 'acetate-base', | |
terrain: 'terrain', | |
all: 'acetate-hillshading', | |
foreground: 'acetate-fg', | |
roads: 'acetate-roads', | |
labels: 'acetate-labels', | |
hillshading: 'hillshading' | |
} | |
}, | |
FreeMapSK: { | |
url: 'http://{s}.freemap.sk/T/{z}/{x}/{y}.jpeg', | |
options: { | |
minZoom: 8, | |
maxZoom: 16, | |
subdomains: ['t1', 't2', 't3', 't4'], | |
attribution: | |
'{attribution.OpenStreetMap}, vizualization CC-By-SA 2.0 <a href="http://freemap.sk">Freemap.sk</a>' | |
} | |
}, | |
MtbMap: { | |
url: 'http://tile.mtbmap.cz/mtbmap_tiles/{z}/{x}/{y}.png', | |
options: { | |
attribution: | |
'{attribution.OpenStreetMap} & USGS' | |
} | |
}, | |
CartoDB: { | |
url: 'http://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}.png', | |
options: { | |
attribution: '{attribution.OpenStreetMap} © <a href="http://cartodb.com/attributions">CartoDB</a>', | |
subdomains: 'abcd', | |
minZoom: 0, | |
maxZoom: 18, | |
variant: 'light_all' | |
}, | |
variants: { | |
Positron: 'light_all', | |
PositronNoLabels: 'light_nolabels', | |
DarkMatter: 'dark_all', | |
DarkMatterNoLabels: 'dark_nolabels' | |
} | |
}, | |
HikeBike: { | |
url: 'http://{s}.tiles.wmflabs.org/hikebike/{z}/{x}/{y}.png', | |
options: { | |
attribution: '{attribution.OpenStreetMap}' | |
} | |
}, | |
BasemapAT: { | |
url: '//maps{s}.wien.gv.at/basemap/{variant}/normal/google3857/{z}/{y}/{x}.{format}', | |
options: { | |
attribution: 'Datenquelle: <a href="www.basemap.at">basemap.at</a>', | |
subdomains: ['', '1', '2', '3', '4'], | |
bounds: [[46.358770, 8.782379], [49.037872, 17.189532]] | |
}, | |
variants: { | |
basemap: { | |
options: { | |
variant: 'geolandbasemap', | |
format: 'jpeg' | |
} | |
}, | |
highdpi: { | |
options: { | |
variant: 'bmaphidpi', | |
format: 'jpeg' | |
} | |
}, | |
grau: { | |
options: { | |
variant: 'bmapgrau', | |
format: 'png' | |
} | |
}, | |
overlay: { | |
options: { | |
variant: 'bmapoverlay', | |
format: 'png' | |
} | |
}, | |
orthofoto: { | |
options: { | |
variant: 'bmaporthofoto30cm', | |
format: 'jpeg' | |
} | |
} | |
} | |
}, | |
NASAGIBS: { | |
url: '//map1.vis.earthdata.nasa.gov/wmts-webmerc/{variant}/default/{time}/{tilematrixset}{maxZoom}/{z}/{y}/{x}.{format}', | |
options: { | |
attribution: | |
'Imagery provided by services from the Global Imagery Browse Services (GIBS), operated by the NASA/GSFC/Earth Science Data and Information System ' + | |
'(<a href="https://earthdata.nasa.gov">ESDIS</a>) with funding provided by NASA/HQ.', | |
bounds: [[-85.0511287776, -179.999999975], [85.0511287776, 179.999999975]], | |
minZoom: 1, | |
maxZoom: 9, | |
format: 'jpg', | |
time: '', | |
tilematrixset: 'GoogleMapsCompatible_Level' | |
}, | |
variants: { | |
ModisTerraTrueColorCR: 'MODIS_Terra_CorrectedReflectance_TrueColor', | |
ModisTerraBands367CR: 'MODIS_Terra_CorrectedReflectance_Bands367', | |
ViirsEarthAtNight2012: { | |
options: { | |
variant: 'VIIRS_CityLights_2012', | |
maxZoom: 8 | |
} | |
}, | |
ModisTerraLSTDay: { | |
options: { | |
variant: 'MODIS_Terra_Land_Surface_Temp_Day', | |
format: 'png', | |
maxZoom: 7, | |
opacity: 0.75 | |
} | |
}, | |
ModisTerraSnowCover: { | |
options: { | |
variant: 'MODIS_Terra_Snow_Cover', | |
format: 'png', | |
maxZoom: 8, | |
opacity: 0.75 | |
} | |
}, | |
ModisTerraAOD: { | |
options: { | |
variant: 'MODIS_Terra_Aerosol', | |
format: 'png', | |
maxZoom: 6, | |
opacity: 0.75 | |
} | |
}, | |
ModisTerraChlorophyll: { | |
options: { | |
variant: 'MODIS_Terra_Chlorophyll_A', | |
format: 'png', | |
maxZoom: 7, | |
opacity: 0.75 | |
} | |
} | |
} | |
} | |
}; | |
L.tileLayer.provider = function (provider, options) { | |
return new L.TileLayer.Provider(provider, options); | |
}; | |
}()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>A simple map</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.js'></script> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/plugins/turf/v2.0.0/turf.min.js'></script>> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.css' rel='stylesheet' /> | |
<style> | |
body { | |
margin:0; | |
padding:0; | |
} | |
#map { | |
position:absolute; | |
top:0; | |
bottom:0; | |
width:100%; | |
} | |
.info { | |
position:absolute; | |
top:10px; | |
right:10px; | |
} | |
.info div { | |
background:#fff; | |
padding:10px; | |
border-radius:3px; | |
} | |
</style> | |
</head> | |
<body> | |
<div id='map'></div> | |
<div id='info' class='info'></div> | |
<script> | |
L.mapbox.accessToken = 'pk.eyJ1IjoicGRiYXJ0c2NoIiwiYSI6IktCQVRZSnMifQ.lkDvYfHPWix0mNfNqvdxEA'; | |
var info = document.getElementById('info'); | |
var map = L.mapbox.map('map', 'examples.map-i86nkdio') | |
.setView([34.7363,-119.7777], 9); | |
var pts = omnivore.geojson('pts.geojson') | |
.on('ready', function(layer) { | |
this.eachLayer(function(marker) { | |
if (marker.toGeoJSON().properties.location_t === 'primary') { | |
marker.setIcon(L.mapbox.marker.icon({ | |
'marker-color': '#d7191c', | |
'marker-size': 'large' | |
})); | |
} else { | |
marker.setIcon(L.mapbox.marker.icon({ | |
'marker-color': '#2b83ba', | |
'marker-size': 'large' | |
})); | |
} | |
// Bind a popup to each icon based on the same properties | |
marker.bindPopup(marker.toGeoJSON().properties.location_t); | |
var ptsLayer = pts; | |
}); | |
}) | |
.addTo(map); | |
var polys = omnivore.geojson('polys.geojson') | |
.on('ready', function(layer) { | |
this.eachLayer(function(marker) { | |
// Bind a popup to each icon based on the same properties | |
marker.bindPopup(marker.toGeoJSON().properties.label); | |
}); | |
}) | |
.addTo(map); | |
polys.on('mouseover', function (e) { | |
e.layer.closePopup(); | |
var feature = e.layer.feature; | |
var content = '<div><strong>' + feature.properties.bldg_no + '</strong>' + | |
'<p>' + feature.properties.label + '</p></div>'; | |
info.innerHTML = content; | |
}); | |
map.on('move', empty); | |
empty(); | |
function empty() { | |
info.innerHTML = '<div><strong>Hover over a building to locate<br>emergency assembly point(s)</strong></div>'; | |
} | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>A simple map</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.js'></script> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/plugins/turf/v2.0.0/turf.min.js'></script> | |
<script src='https://code.jquery.com/jquery-2.1.4.min.js'></script> | |
<script src="leaflet-providers.js"></script> | |
<!-- <script src='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script> --> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.css' rel='stylesheet' /> | |
<style> | |
body { | |
margin:0; | |
padding:0; | |
} | |
#map { | |
position:absolute; | |
top:0; | |
bottom:0; | |
width:100%; | |
} | |
.info { | |
position:absolute; | |
top:10px; | |
right:10px; | |
} | |
.info div { | |
background:#fff; | |
padding:10px; | |
border-radius:3px; | |
} | |
</style> | |
</head> | |
<body> | |
<style> | |
.legend label, | |
.legend span { | |
display:block; | |
float:left; | |
height:15px; | |
width:50%; | |
text-align:center; | |
font-size:12px; | |
color:#000000; | |
} | |
</style> | |
<!-- Set the display of this container to none so we can | |
add it programmatically to `legendControl` --> | |
<div id='legend' style='display:none;'> | |
<strong>Emergency Assembly Points</strong> | |
<nav class='legend clearfix'> | |
<span style='background:#d7191c;'></span> | |
<span style='background:#2b83ba;'></span> | |
<label>Primary</label> | |
<label>Secondary</label> | |
</div> | |
<div id='map'></div> | |
<div id='info' class='info'></div> | |
<script> | |
L.mapbox.accessToken = 'pk.eyJ1IjoicGRiYXJ0c2NoIiwiYSI6IktCQVRZSnMifQ.lkDvYfHPWix0mNfNqvdxEA'; | |
var info = document.getElementById('info'); | |
//var map = L.mapbox.map('map', 'examples.map-i86nkdio') | |
// .setView([34.7363,-119.7777], 9); | |
var map = L.mapbox.map('map') | |
.setView([34.7363,-119.7777], 9); | |
L.tileLayer.provider('Stamen.Watercolor').addTo(map); | |
map.legendControl.addLegend(document.getElementById('legend').innerHTML); | |
var polys; | |
$.getJSON('polys.geojson',function(jsonpoly){ | |
polys = jsonpoly; | |
loadPolys(); | |
}); | |
function loadPolys() { | |
var polyLayer = L.geoJson(polys, { | |
style: function(feature) { | |
return { color: '#5e3c99', weight: 2, opacity: 1, fillOpacity: .6 | |
}; | |
} | |
}).addTo(map); | |
polyLayer.on('mouseover', function (e) { | |
e.layer.closePopup(); | |
var feature = e.layer.feature; | |
var content = '<div><strong>' + feature.properties.bldg_no + '</strong>' + | |
'<p>' + feature.properties.label + '</p></div>'; | |
info.innerHTML = content; | |
}); | |
map.on('move', empty); | |
empty(); | |
function empty() { | |
info.innerHTML = '<div><strong>Hover over a building to locate<br>emergency assembly point(s)</strong></div>'; | |
} | |
var pts; | |
$.getJSON('pts.geojson',function(json){ | |
pts = json; | |
loadPts(); | |
}); | |
function loadPts() { | |
var ptsLayer = L.mapbox.featureLayer(null, { | |
}).addTo(map); | |
polyLayer.on('mouseover', function(e) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === e.layer.feature.properties.bldg_no) return true | |
}) | |
ptsLayer.setGeoJSON(matchingPoints); | |
}); | |
function getPoints(building, pts) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === building.properties.bldg_no) return true | |
}) | |
return matchingPoints | |
} | |
} | |
} | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>two-col map</title> | |
<link rel="stylesheet" href="foundation.min.css" /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.js'></script> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/plugins/turf/v2.0.0/turf.min.js'></script> | |
<script src='https://code.jquery.com/jquery-2.1.4.min.js'></script> | |
<script src="leaflet-providers.js"></script> | |
<!-- <script src='https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script> --> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.8/mapbox.css' rel='stylesheet' /> | |
<style> | |
#map { | |
width:100%; | |
height: 500px; | |
} | |
.legend label, | |
.legend span { | |
display:block; | |
float:left; | |
height:15px; | |
width:50%; | |
text-align:center; | |
font-size:12px; | |
color:#000000; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="row"> | |
<div class="large-12 columns"> | |
<h1>UCSB EAPs <small>a work in progress</small></h1> | |
<hr/> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="large-9 columns"> | |
<div id='map' role="content"></div> | |
</div> | |
<div class="large-3 columns"> | |
<ul class="side-nav"> | |
<li><a href="#">Link1</a></li> | |
<li><a href="#">Link2</a></li> | |
<li><a href="#">Link3</a></li> | |
</ul> | |
<div id='info' class='panel info'></div> | |
</div> | |
</div> | |
<div id='legend' style='display:none;' class='panel'> | |
<strong>Emergency Assembly Points</strong> | |
<nav class='legend clearfix'> | |
<span style='background:#d7191c;'></span> | |
<span style='background:#2b83ba;'></span> | |
<label>Primary</label> | |
<label>Secondary</label> | |
</div> | |
<script> | |
L.mapbox.accessToken = 'pk.eyJ1IjoicGRiYXJ0c2NoIiwiYSI6IktCQVRZSnMifQ.lkDvYfHPWix0mNfNqvdxEA'; | |
var info = document.getElementById('info'); | |
var map = L.mapbox.map('map') | |
.setView([34.7363,-119.7777], 9); | |
L.tileLayer.provider('Stamen.Watercolor').addTo(map); | |
map.legendControl.addLegend(document.getElementById('legend').innerHTML); | |
var polys; | |
$.getJSON('polys.geojson',function(jsonpoly){ | |
polys = jsonpoly; | |
loadPolys(); | |
}); | |
function loadPolys() { | |
var polyLayer = L.geoJson(polys, { | |
style: function(feature) { | |
return { color: '#5e3c99', weight: 2, opacity: 1, fillOpacity: .6 | |
}; | |
} | |
}).addTo(map); | |
polyLayer.on('mouseover', function (e) { | |
e.layer.closePopup(); | |
var feature = e.layer.feature; | |
var content = '<div><strong>' + feature.properties.bldg_no + '</strong>' + | |
'<p>' + feature.properties.label + '</p></div>'; | |
info.innerHTML = content; | |
}); | |
map.on('move', empty); | |
empty(); | |
function empty() { | |
info.innerHTML = '<div><strong>Hover over a building to locate<br>emergency assembly point(s)</strong></div>'; | |
} | |
var pts; | |
$.getJSON('pts.geojson',function(json){ | |
pts = json; | |
loadPts(); | |
}); | |
function loadPts() { | |
var ptsLayer = L.mapbox.featureLayer(null, { | |
}).addTo(map); | |
polyLayer.on('mouseover', function(e) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === e.layer.feature.properties.bldg_no) return true | |
}) | |
ptsLayer.setGeoJSON(matchingPoints); | |
}); | |
function getPoints(building, pts) { | |
var matchingPoints = turf.featurecollection([]) | |
matchingPoints.features = pts.features.filter(function(pt) { | |
if(pt.properties.servesbldg === building.properties.bldg_no) return true | |
}) | |
return matchingPoints | |
} | |
} | |
} | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment